Method

GPluginPluginInfoget_settings_schema

since: 0.39

Declaration [src]

const char*
gplugin_plugin_info_get_settings_schema (
  GPluginPluginInfo* info
)

Description [src]

Returns the ID of the GSettings schema as specified in info.

Available since: 0.39

Return value

Type: const char*

The schema ID from info.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.