summaryrefslogtreecommitdiff
path: root/gtk/gtkshortcutaction.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2021-01-17 08:11:42 +0100
committerTimm Bäder <mail@baedert.org>2021-01-17 08:11:42 +0100
commita3949763f2a5bb77f7cd64e07b4d5d9f88f70e6c (patch)
treeda33b000ff4de72afc1346cb43730af913ce859d /gtk/gtkshortcutaction.h
parentd9f6b268d30a0d9274d118b87a1878c04ce316bf (diff)
downloadgtk+-a3949763f2a5bb77f7cd64e07b4d5d9f88f70e6c.tar.gz
Add nullable annotations to GtkShortcutFunc
Fixes #3593
Diffstat (limited to 'gtk/gtkshortcutaction.h')
-rw-r--r--gtk/gtkshortcutaction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkshortcutaction.h b/gtk/gtkshortcutaction.h
index 9c874a641b..9c15172a96 100644
--- a/gtk/gtkshortcutaction.h
+++ b/gtk/gtkshortcutaction.h
@@ -33,8 +33,8 @@ G_BEGIN_DECLS
/**
* GtkShortcutFunc:
* @widget: The widget passed to the activation
- * @args: The arguments passed to the activation
- * @user_data: The user data provided when activating the action
+ * @args: (nullable): The arguments passed to the activation
+ * @user_data: (nullable): The user data provided when activating the action
*
* Prototype for shortcuts based on user callbacks.
*/