Method
GPluginGtk4Viewset_settings_backend
since: 0.40.0
Declaration [src]
void
gplugin_gtk_view_set_settings_backend (
GPluginGtkView* view,
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.0
Sets property | GPluginGtk4.View:settings-backend |