[libgda/LIBGDA_5.0] Fixing GI annotations for Gda.MetaStruct.get_all_db_objects()



commit 7a6a37688cce13ab7f6d03674155d459bbb04d84
Author: Vivien Malerba <malerba gnome-db org>
Date:   Thu Jan 19 20:13:53 2012 +0100

    Fixing GI annotations for Gda.MetaStruct.get_all_db_objects()

 libgda/gda-meta-struct.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/libgda/gda-meta-struct.c b/libgda/gda-meta-struct.c
index 6f7d525..73fbf61 100644
--- a/libgda/gda-meta-struct.c
+++ b/libgda/gda-meta-struct.c
@@ -1856,7 +1856,9 @@ _meta_struct_get_db_object (GdaMetaStruct *mstruct, const GValue *catalog, const
  * Get a list of all the #GdaMetaDbObject structures representing database objects in @mstruct. Note that
  * no #GdaMetaDbObject structure must not be modified.
  *
- * Returns: (transfer container) (element-type Gda.MetaObject): a new #GSList list of pointers to #GdaMetaDbObject structures which must be destroyed after usage using g_slist_free(). The individual #GdaMetaDbObject must not be modified.
+ * Returns: (transfer container) (element-type Gda.MetaDbObject): a new #GSList list of pointers to
+ * #GdaMetaDbObject structures which must be destroyed after usage using g_slist_free(). The individual
+ * #GdaMetaDbObject must not be modified.
  */
 GSList *
 gda_meta_struct_get_all_db_objects (GdaMetaStruct *mstruct)



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