Method

GPluginGtk4PluginPageget_settings_backend

since: 0.40

Declaration [src]

gpointer
gplugin_gtk_plugin_page_get_settings_backend (
  GPluginGtkPluginPage* page
)

Description [src]

Gets the settings backend used when displaying plugin settings.

Note, because we do not want to leak G_SETTINGS_ENABLE_BACKEND into GPlugin 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: 0.40

Return value

Type: gpointer

The settings backend in use.

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