get_form_description


Description:

[ Version ( since = "0.26" ) ]
public string get_form_description ()

Obtains the textual description of the form element.

Note that the description is for informative purposes, and it is not intended to be rendered. For example, assistive technologies may use the description field to provide an alternate way of presenting an element to the user.

The returned string is allocated by the function. When it is not needed anymore, be sure to call g_free on it.

Parameters:

this

A StructureElement

Returns:

A string, or null if the attribute is not defined.