mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 16:03:40 +02:00
[introspection] Move over annotations
Move all the annotations over from gobject-introspection. They will not be used directly by the introspection scanner for now, instead they will be extracted by a script and updated manually until introspection is properly integrated into the glib build
This commit is contained in:
committed by
Johan Dahlin
parent
0927dda8ad
commit
835f9cb310
@@ -199,7 +199,7 @@ g_action_set_state (GAction *action,
|
||||
* The return value (if non-%NULL) should be freed with
|
||||
* g_variant_unref() when it is no longer required.
|
||||
*
|
||||
* Returns: (allow-none): the current state of the action
|
||||
* Returns: (transfer full): the current state of the action
|
||||
*
|
||||
* Since: 2.26
|
||||
**/
|
||||
@@ -310,7 +310,7 @@ g_action_get_state_type (GAction *action)
|
||||
* The return value (if non-%NULL) should be freed with
|
||||
* g_variant_unref() when it is no longer required.
|
||||
*
|
||||
* Returns: (allow-none): the state range hint
|
||||
* Returns: (transfer full): the state range hint
|
||||
*
|
||||
* Since: 2.26
|
||||
**/
|
||||
|
Reference in New Issue
Block a user