From: Alexandros Theodotou Date: Tue, 18 Jan 2022 10:58:47 +0000 (+0000) Subject: gtk: document return value of ShortcutFunc X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~4^2~74^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=738d962aca39bc70cc99f8547994d2db91467442;p=gtk4.git gtk: document return value of ShortcutFunc --- diff --git a/gtk/gtkshortcutaction.h b/gtk/gtkshortcutaction.h index 495fbbc44c..5e5798878a 100644 --- a/gtk/gtkshortcutaction.h +++ b/gtk/gtkshortcutaction.h @@ -37,6 +37,8 @@ G_BEGIN_DECLS * @user_data: (nullable): The user data provided when activating the action * * Prototype for shortcuts based on user callbacks. + * + * Returns: %TRUE if the action was successful. */ typedef gboolean (* GtkShortcutFunc) (GtkWidget *widget, GVariant *args,