mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 07:08:54 +02:00
Remove unnecessary transfer annotation
Integers do not need a transfer annotation.
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user