projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93bc97b
)
gtk: document return value of ShortcutFunc
author
Alexandros Theodotou
<alex@zrythm.org>
Tue, 18 Jan 2022 10:58:47 +0000
(10:58 +0000)
committer
Alexandros Theodotou
<alex@zrythm.org>
Tue, 18 Jan 2022 10:58:47 +0000
(10:58 +0000)
gtk/gtkshortcutaction.h
patch
|
blob
|
history
diff --git
a/gtk/gtkshortcutaction.h
b/gtk/gtkshortcutaction.h
index 495fbbc44cbda3058eb2df00a6c17a1c9b1324a8..5e5798878a3a5cdf3e6d88d4c8be0bd1f383976d 100644
(file)
--- 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,