summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2014-06-11 22:16:36 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2014-06-12 21:01:01 +0200
commitdaa8b48a331ba7b9a27bbb9b6aab3f75e28c3d04 (patch)
treeaff9a5de40b03ecadb6b9ad8df78dd65e604e006
parent0c5b5fc053ef554e43d6504ed0223f4caba5f59a (diff)
downloadgtk+-daa8b48a331ba7b9a27bbb9b6aab3f75e28c3d04.tar.gz
Fix gtk_selection_data_get_data annotations
The annotations were intended for the return value, not the instance argument. https://bugzilla.gnome.org/show_bug.cgi?id=731299
-rw-r--r--gtk/gtkselection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c
index 17f0365e3f..a2da6739c8 100644
--- a/gtk/gtkselection.c
+++ b/gtk/gtkselection.c
@@ -1214,12 +1214,12 @@ gtk_selection_data_get_format (const GtkSelectionData *selection_data)
/**
* gtk_selection_data_get_data: (skip)
- * @selection_data: (array) (element-type guint8): a pointer to a
+ * @selection_data: a pointer to a
* #GtkSelectionData-struct.
*
* Retrieves the raw data of the selection.
*
- * Returns: the raw data of the selection.
+ * Returns: (array) (element-type guint8): the raw data of the selection.
*
* Since: 2.14
**/