mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-03 17:48:56 +01:00
Document the extension point
This commit is contained in:
@@ -2080,6 +2080,7 @@ G_TYPE_FILE_DESCRIPTOR_BASED
|
||||
<FILE>gsettingsbackend</FILE>
|
||||
<TITLE>GSettingsBackend</TITLE>
|
||||
GSettingsBackend
|
||||
G_SETTINGS_BACKEND_EXTENSION_POINT_NAME
|
||||
g_settings_backend_get_with_context
|
||||
g_settings_backend_supports_context
|
||||
g_settings_backend_create_tree
|
||||
|
||||
@@ -40,6 +40,11 @@ G_BEGIN_DECLS
|
||||
#define G_SETTINGS_BACKEND_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_CLASS ((inst), \
|
||||
G_TYPE_SETTINGS_BACKEND, GSettingsBackendClass))
|
||||
|
||||
/**
|
||||
* G_SETTINGS_BACKEND_EXTENSION_POINT_NAME:
|
||||
*
|
||||
* Extension point for #GSettingsBackend functionality.
|
||||
**/
|
||||
#define G_SETTINGS_BACKEND_EXTENSION_POINT_NAME "gsettings-backend"
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user