[gobject-introspection] [gifieldinfo] Document g_field_info_get_flags



commit ff1ab5e784998fbc8998dbc91cf42035d389c2d5
Author: Johan Dahlin <johan gnome org>
Date:   Sun Jun 6 22:47:50 2010 -0300

    [gifieldinfo] Document g_field_info_get_flags

 girepository/gifieldinfo.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/girepository/gifieldinfo.c b/girepository/gifieldinfo.c
index 878f411..a902e6f 100644
--- a/girepository/gifieldinfo.c
+++ b/girepository/gifieldinfo.c
@@ -39,6 +39,15 @@
  * 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.
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]