Created
November 7, 2010 13:15
-
-
Save indeyets/666118 to your computer and use it in GitHub Desktop.
gda-4.0.12 introspection patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/libgda/gda-data-model.c b/libgda/gda-data-model.c | |
index 1518918..fa711f1 100644 | |
--- a/libgda/gda-data-model.c | |
+++ b/libgda/gda-data-model.c | |
@@ -898,7 +898,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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment