[gifieldinfo] Document g_field_info_get_flags
authorJohan Dahlin <johan@gnome.org>
Mon, 7 Jun 2010 01:47:50 +0000 (22:47 -0300)
committerJohan Dahlin <johan@gnome.org>
Mon, 7 Jun 2010 01:47:50 +0000 (22:47 -0300)
girepository/gifieldinfo.c

index 878f411..a902e6f 100644 (file)
  * which is currently #GI_FIELD_IS_READABLE or #GI_FIELD_IS_WRITABLE.
  */
 
+/**
+ * g_field_info_get_flags:
+ * @info: a #GIFieldInfo
+ *
+ * Obtain the flags for this #GIFieldInfo. See #GIFieldInfoFlags for possible
+ * flag values.
+ *
+ * Returns: the flags
+ */
 GIFieldInfoFlags
 g_field_info_get_flags (GIFieldInfo *info)
 {
@@ -110,6 +119,7 @@ g_field_info_get_offset (GIFieldInfo *info)
 
 /**
  * g_field_info_get_type:
+ * @info: a #GIFieldInfo
  *
  * Obtain the type of a field as a #GITypeInfo.
  *