Method

PurpleUiget_settings_backend

since: 3.0

Declaration [src]

gpointer
purple_ui_get_settings_backend (
  PurpleUi* ui
)

Description [src]

Get the GSettingsBackend that ui is using for its settings.

Note: This should only be called by libpurple.

Available since: 3.0

Return value

Type: gpointer

The settings that ui is using.

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