summaryrefslogtreecommitdiff
path: root/girepository/gifieldinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'girepository/gifieldinfo.c')
-rw-r--r--girepository/gifieldinfo.c19
1 files changed, 7 insertions, 12 deletions
diff --git a/girepository/gifieldinfo.c b/girepository/gifieldinfo.c
index 0a20bdb2..5bc19899 100644
--- a/girepository/gifieldinfo.c
+++ b/girepository/gifieldinfo.c
@@ -34,20 +34,15 @@
* @title: GIFieldInfo
* @short_description: Struct representing a struct or union field
*
- * A GIFieldInfo struct represents a field of a struct (see #GIStructInfo),
- * union (see #GIUnionInfo) or an object (see #GIObjectInfo). The GIFieldInfo
- * is fetched by calling g_struct_info_get_field(), g_union_info_get_field()
- * or g_object_info_get_field().
+ * A GIFieldInfo struct represents a field of a struct, union, or object.
+ *
+ * The GIFieldInfo is fetched by calling g_struct_info_get_field(),
+ * g_union_info_get_field() or g_object_info_get_field().
+ *
* A field has a size, type and a struct offset asssociated and a set of flags,
- * which is currently #GI_FIELD_IS_READABLE or #GI_FIELD_IS_WRITABLE.
+ * which are currently #GI_FIELD_IS_READABLE or #GI_FIELD_IS_WRITABLE.
*
- * <refsect1 id="gi-gifieldinfo.struct-hierarchy" role="struct_hierarchy">
- * <title role="struct_hierarchy.title">Struct hierarchy</title>
- * <synopsis>
- * <link linkend="GIBaseInfo">GIBaseInfo</link>
- * +----GIFieldInfo
- * </synopsis>
- * </refsect1>
+ * See also: #GIStructInfo, #GIUnionInfo, #GIObjectInfo
*/
/**