Function

PurpleCoreget_settings_backend

since: 3.0

Declaration [src]

gpointer
purple_core_get_settings_backend (
  void
)

Description [src]

Gets the settings backend to use when saving/loading settings.

Note, because we do not want to leak G_SETTINGS_ENABLE_BACKEND into libpurple users, this function returns a gpointer, and you should cast to GSettingsBackend * after setting G_SETTINGS_ENABLE_BACKEND for the files where you need it.

Available since: 3.0

Return value

Type: gpointer

The GSettingsBackend to use.

The data is owned by the called function.
The return value can be NULL.