forked from AuroraMiddleware/gtk
Fix introspection warnings for GtkDragIcon
This commit is contained in:
parent
ec9038a8f2
commit
041043eec1
@ -401,7 +401,7 @@ gtk_drag_icon_init (GtkDragIcon *self)
|
||||
* If no drag icon exists yet, a new one will be created
|
||||
* and shown.
|
||||
*
|
||||
* Returns: (transfer none) the #GtkDragIcon
|
||||
* Returns: (transfer none): the #GtkDragIcon
|
||||
*/
|
||||
GtkWidget *
|
||||
gtk_drag_icon_get_for_drag (GdkDrag *drag)
|
||||
|
@ -42,7 +42,7 @@ GtkWidget * gtk_drag_icon_get_for_drag (GdkDrag
|
||||
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
void gtk_drag_icon_set_child (GtkDragIcon *self,
|
||||
GtkWidget *widget);
|
||||
GtkWidget *child);
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
GtkWidget * gtk_drag_icon_get_child (GtkDragIcon *self);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user