[libgda] Fixed gda_connection_get_meta_store()'s return value's annotation



commit 40081bed51759f2d2b9f677c3f102d0486594589
Author: Vivien Malerba <malerba gnome-db org>
Date:   Mon Jan 9 22:02:08 2012 +0100

    Fixed gda_connection_get_meta_store()'s return value's annotation

 libgda/gda-connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgda/gda-connection.c b/libgda/gda-connection.c
index f84d7cf..6f90588 100644
--- a/libgda/gda-connection.c
+++ b/libgda/gda-connection.c
@@ -6452,7 +6452,7 @@ gda_connection_internal_get_provider_data_error (GdaConnection *cnc, GError **er
  *
  * Get or initializes the #GdaMetaStore associated to @cnc
  *
- * Returns: (transfer full): a #GdaMetaStore object
+ * Returns: (transfer none): a #GdaMetaStore object
  */
 GdaMetaStore *
 gda_connection_get_meta_store (GdaConnection *cnc)



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