get_description


Description:

[ Version ( since = "2.34" ) ]
public unowned string? get_description ()

Gets the description for this.

If no description has been provided in the schema for this, returns null.

The description can be one sentence to several paragraphs in length. Paragraphs are delimited with a double newline. Descriptions can be translated and the value returned from this function is is the current locale.

This function is slow. The summary and description information for the schemas is not stored in the compiled schema database so this function has to parse all of the source XML files in the schema directory.

Parameters:

this

a SettingsSchemaKey

Returns:

the description for this, or null