summaryrefslogtreecommitdiff
path: root/libxklavier/xkl_config_registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'libxklavier/xkl_config_registry.h')
-rw-r--r--libxklavier/xkl_config_registry.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/libxklavier/xkl_config_registry.h b/libxklavier/xkl_config_registry.h
index bce8da3..d7259ad 100644
--- a/libxklavier/xkl_config_registry.h
+++ b/libxklavier/xkl_config_registry.h
@@ -40,25 +40,25 @@ extern "C" {
#define XKL_CONFIG_REGISTRY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), XKL_TYPE_CONFIG_REGISTRY, XklConfigRegistryClass))
/**
+ * _XklConfigRegistry:
+ * @parent: The superclass object
+ *
* The configuration manager. Corresponds to XML element "configItem".
*/
struct _XklConfigRegistry {
-/**
- * The superclass object
- */
GObject parent;
-
+ /*< private >*/
XklConfigRegistryPrivate *priv;
};
/**
+ * _XklConfigRegistryClass:
+ * @parent_class: The superclass
+ *
* The XklConfigRegistry class, derived from GObject
*/
struct _XklConfigRegistryClass {
- /**
- * The superclass
- */
GObjectClass parent_class;
};