Method

PeasPluginInfoget_settings

Declaration [src]

GSettings*
peas_plugin_info_get_settings (
  const PeasPluginInfo* info,
  const gchar* schema_id
)

Description [src]

Creates a new GSettings for the given schema_id and if gschemas.compiled is not in the module directory an attempt will be made to create it.

Available since:1.4

Parameters

schema_id const gchar*
 

The schema id.

 The argument can be NULL.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: GSettings
 

A new GSettings.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.