Method
GPluginGtk4Viewget_settings_backend
since: 0.40
Declaration [src]
gpointer
gplugin_gtk_view_get_settings_backend (
GPluginGtkView* view
)
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
| Gets property | GPluginGtk4.View:settings-backend |