Method
PurpleCoreget_settings_backend
unstable since: 3.0
Declaration [src]
gpointer
purple_core_get_settings_backend (
PurpleCore* core
)
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
| Gets property | Purple.Core:settings-backend |
Return value
Type: gpointer
The GSettingsBackend to use.
| The returned data is owned by the instance. |
The return value can be NULL. |