Method

GPluginGtk4PluginPageset_settings_backend

since: 0.40

Declaration [src]

void
gplugin_gtk_plugin_page_set_settings_backend (
  GPluginGtkPluginPage* page,
  gpointer backend
)

Description [src]

Sets the settings backend to use when displaying plugin settings.

Note, because we do not want to leak G_SETTINGS_ENABLE_BACKEND into GPlugin users, this function takes a gpointer instead of a GSettingsBackend * but the type will be checked internally.

Available since: 0.40

Parameters

backend

Type: gpointer

The settings backend to use. If NULL, the default GSettings backend will be used.

The argument can be NULL.
The data is owned by the caller of the function.