summaryrefslogtreecommitdiff
path: root/girepository/giobjectinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'girepository/giobjectinfo.c')
-rw-r--r--girepository/giobjectinfo.c28
1 files changed, 12 insertions, 16 deletions
diff --git a/girepository/giobjectinfo.c b/girepository/giobjectinfo.c
index 2042793a..82199b84 100644
--- a/girepository/giobjectinfo.c
+++ b/girepository/giobjectinfo.c
@@ -31,22 +31,18 @@
/**
* SECTION:giobjectinfo
* @title: GIObjectInfo
- * @short_description: Struct representing a GObject
- *
- * GIObjectInfo represents a #GObject. This doesn't represent a specific
- * instance of a GObject, instead this represent the object type (eg class).
- *
- * A GObject has methods, fields, properties, signals, interfaces, constants
- * and virtual functions.
- *
- * <refsect1 id="gi-giobjectinfo.struct-hierarchy" role="struct_hierarchy">
- * <title role="struct_hierarchy.title">Struct hierarchy</title>
- * <synopsis>
- * <link linkend="GIBaseInfo">GIBaseInfo</link>
- * +----<link linkend="gi-GIRegisteredTypeInfo">GIRegisteredTypeInfo</link>
- * +----GIObjectInfo
- * </synopsis>
- * </refsect1>
+ * @short_description: Struct representing a classed type
+ *
+ * GIObjectInfo represents a classed type.
+ *
+ * Classed types in GType inherit from #GTypeInstance; the most common
+ * type is #GObject.
+ *
+ * A GIObjectInfo doesn't represent a specific instance of a classed type,
+ * instead this represent the object type (eg class).
+ *
+ * A GIObjectInfo has methods, fields, properties, signals, interfaces,
+ * constants and virtual functions.
*/
/**