mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-26 12:12:10 +01:00
gaction: Add missing annotations to g_action_parse_detailed_name()
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
96bc6d6e7c
commit
5ac06ac8ea
@ -437,8 +437,9 @@ g_action_name_is_valid (const gchar *action_name)
|
||||
/**
|
||||
* g_action_parse_detailed_name:
|
||||
* @detailed_name: a detailed action name
|
||||
* @action_name: (out): the action name
|
||||
* @target_value: (out): the target value, or %NULL for no target
|
||||
* @action_name: (out) (optional) (not nullable) (transfer full): the action name
|
||||
* @target_value: (out) (optional) (nullable) (transfer full): the target value,
|
||||
* or %NULL for no target
|
||||
* @error: a pointer to a %NULL #GError, or %NULL
|
||||
*
|
||||
* Parses a detailed action name into its separate name and target
|
||||
|
Loading…
x
Reference in New Issue
Block a user