diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-01-10 16:49:42 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-01-10 16:49:42 +0100 |
commit | 2dc8d1f611094dfba1d635c43e20967c99a944a3 (patch) | |
tree | 6d3178aae5aac34e115d41fad22baa07da885ea4 /gdk/gdkseat.c | |
parent | 0ddc1eed1904c0df8789ea678569629f8dfdddc4 (diff) | |
download | gtk+-2dc8d1f611094dfba1d635c43e20967c99a944a3.tar.gz |
GdkSeat: Fix annotation of gdk_seat_grab()
Diffstat (limited to 'gdk/gdkseat.c')
-rw-r--r-- | gdk/gdkseat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkseat.c b/gdk/gdkseat.c index 7aca90df58..a871f98c42 100644 --- a/gdk/gdkseat.c +++ b/gdk/gdkseat.c @@ -208,9 +208,9 @@ gdk_seat_get_capabilities (GdkSeat *seat) * elsewhere. * @event: (nullable): the event that is triggering the grab, or %NULL if none * is available. - * @prepare_func: (nullable) (scope call): function to prepare the window to be + * @prepare_func: (nullable) (scope call) (closure prepare_func_data): function to prepare the window to be * grabbed, it can be %NULL if @window is visible before this call. - * @prepare_func_data: (closure prepare_func): user data to pass to @prepare_func + * @prepare_func_data: user data to pass to @prepare_func * * Grabs the seat so that all events corresponding to the given @capabilities * are passed to this application until the seat is ungrabbed with gdk_seat_ungrab(), |