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:
Emmanuele Bassi 2018-02-12 16:35:56 +00:00
parent 032dabe137
commit bb7beb5ade

View File

@ -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()
*
* Cancels an ongoing drag operation on the source side.