mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-21 22:59:16 +02:00
Remove unnecessary transfer annotation
Integers do not need a transfer annotation.
This commit is contained in:
parent
5ecbc70a05
commit
8d25dd4159
@ -154,7 +154,7 @@ g_union_info_is_discriminated (GIUnionInfo *info)
|
|||||||
*
|
*
|
||||||
* Returns offset of the discriminator field in the structure.
|
* Returns offset of the discriminator field in the structure.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): offset in bytes of the discriminator
|
* Returns: offset in bytes of the discriminator
|
||||||
*/
|
*/
|
||||||
gint
|
gint
|
||||||
g_union_info_get_discriminator_offset (GIUnionInfo *info)
|
g_union_info_get_discriminator_offset (GIUnionInfo *info)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user