gtk: port missing array annotations from Vala bindings

https://bugzilla.gnome.org/show_bug.cgi?id=730745
This commit is contained in:
Evan Nemerson
2014-05-26 09:29:56 -07:00
parent e568903360
commit e596e58c51
7 changed files with 18 additions and 8 deletions

View File

@ -1214,7 +1214,8 @@ gtk_selection_data_get_format (const GtkSelectionData *selection_data)
/**
* gtk_selection_data_get_data: (skip)
* @selection_data: a pointer to a #GtkSelectionData-struct.
* @selection_data: (array) (element-type guint8): a pointer to a
* #GtkSelectionData-struct.
*
* Retrieves the raw data of the selection.
*