[libgda] GObject introspection: replaced Gobject.Value with GObject.Value



commit fc1569b17b6a21e149caaeb96a16cbe48f58075b
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sun Sep 12 20:38:37 2010 +0200

    GObject introspection: replaced Gobject.Value with GObject.Value

 libgda/gda-data-model.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgda/gda-data-model.c b/libgda/gda-data-model.c
index edd90e9..72ca57e 100644
--- a/libgda/gda-data-model.c
+++ b/libgda/gda-data-model.c
@@ -900,7 +900,7 @@ gda_data_model_remove_row (GdaDataModel *model, gint row, GError **error)
 /**
  * gda_data_model_get_row_from_values:
  * @model: a #GdaDataModel object.
- * @values: (element-type Gobject.Value): a list of #GValue values (no %NULL is allowed)
+ * @values: (element-type GObject.Value): a list of #GValue values (no %NULL is allowed)
  * @cols_index: (array): an array of #gint containing the column number to match each value of @values
  *
  * Returns the first row where all the values in @values at the columns identified at



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