forked from AuroraMiddleware/gtk
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
This commit is contained in:
parent
0c5b5fc053
commit
daa8b48a33
@ -1214,12 +1214,12 @@ gtk_selection_data_get_format (const GtkSelectionData *selection_data)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* gtk_selection_data_get_data: (skip)
|
* gtk_selection_data_get_data: (skip)
|
||||||
* @selection_data: (array) (element-type guint8): a pointer to a
|
* @selection_data: a pointer to a
|
||||||
* #GtkSelectionData-struct.
|
* #GtkSelectionData-struct.
|
||||||
*
|
*
|
||||||
* Retrieves the raw data of the selection.
|
* 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
|
* Since: 2.14
|
||||||
**/
|
**/
|
||||||
|
Loading…
Reference in New Issue
Block a user