mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
gactiongroup: Add a missing array termination annotation
It might not actually be needed (I haven’t checked if the default is correct), but it certainly does no harm and makes things explicit. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
parent
3ec4ba4d1b
commit
978ca4731c
@ -344,8 +344,8 @@ g_action_group_default_init (GActionGroupInterface *iface)
|
|||||||
* The caller is responsible for freeing the list with [func@GLib.strfreev] when
|
* The caller is responsible for freeing the list with [func@GLib.strfreev] when
|
||||||
* it is no longer required.
|
* it is no longer required.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): a `NULL`-terminated array of the names of the
|
* Returns: (transfer full) (array zero-terminated=1): a `NULL`-terminated array
|
||||||
* actions in the group
|
* of the names of the actions in the group
|
||||||
*
|
*
|
||||||
* Since: 2.28
|
* Since: 2.28
|
||||||
**/
|
**/
|
||||||
|
Loading…
Reference in New Issue
Block a user