gtk: document return value of ShortcutFunc

This commit is contained in:
Alexandros Theodotou 2022-01-18 10:58:47 +00:00
parent 93bc97b7ec
commit 738d962aca
No known key found for this signature in database
GPG Key ID: 022EAE42313D70F3

View File

@ -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,