summaryrefslogtreecommitdiff
path: root/gladeui/glade-editor-property.c
diff options
context:
space:
mode:
Diffstat (limited to 'gladeui/glade-editor-property.c')
-rw-r--r--gladeui/glade-editor-property.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/gladeui/glade-editor-property.c b/gladeui/glade-editor-property.c
index 86414bd2..7ad18fbd 100644
--- a/gladeui/glade-editor-property.c
+++ b/gladeui/glade-editor-property.c
@@ -24,6 +24,15 @@
#include <config.h>
#endif
+/**
+ * SECTION:glade-editor-property
+ * @Short_Description: A generic widget to edit a #GladeProperty.
+ *
+ * The #GladeEditorProperty is a factory that will create the correct
+ * control for the #GladePropertyClass it was created for and provides
+ * a simple unified api to them.
+ */
+
#include <stdio.h>
#include <string.h>
#include <glib/gi18n-lib.h>