diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2010-11-19 15:06:40 -0500 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2010-11-19 15:06:40 -0500 |
commit | f2a187f27aacc2708eda83a41dd13a071923c1dc (patch) | |
tree | 369d092f531c7ad516ef87b6649f69dfd57bccf7 /gtk/gtkselection.c | |
parent | bc0e6b2b2189c973cd415724d842020763b9dee6 (diff) | |
download | gtk+-f2a187f27aacc2708eda83a41dd13a071923c1dc.tar.gz |
[gi] add array annotations for DnD related methods
Diffstat (limited to 'gtk/gtkselection.c')
-rw-r--r-- | gtk/gtkselection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c index 999652c724..70b3c055c8 100644 --- a/gtk/gtkselection.c +++ b/gtk/gtkselection.c @@ -1242,7 +1242,7 @@ gtk_selection_data_get_display (GtkSelectionData *selection_data) * @selection_data: a pointer to a #GtkSelectionData structure. * @type: the type of selection data * @format: format (number of bits in a unit) - * @data: pointer to the data (will be copied) + * @data: (array) (element-type guchar): pointer to the data (will be copied) * @length: length of the data * * Stores new data into a #GtkSelectionData object. Should |