mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
Drop method annotation for gtk_drag_cancel()
The other method annotations were removed in commit c306e448b3
.
There is no introspected ABI change, as g-ir-scanner would just ignore
the annotation.
This eliminates the last warning when building GTK on Linux.
This commit is contained in:
parent
032dabe137
commit
bb7beb5ade
@ -1511,7 +1511,7 @@ gtk_drag_check_threshold (GtkWidget *widget,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gtk_drag_cancel: (method)
|
* gtk_drag_cancel:
|
||||||
* @context: a #GdkDragContext, as e.g. returned by gtk_drag_begin_with_coordinates()
|
* @context: a #GdkDragContext, as e.g. returned by gtk_drag_begin_with_coordinates()
|
||||||
*
|
*
|
||||||
* Cancels an ongoing drag operation on the source side.
|
* Cancels an ongoing drag operation on the source side.
|
||||||
|
Loading…
Reference in New Issue
Block a user