mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-25 02:18:55 +02:00
gobject: Fix some annotations
This commit is contained in:
@@ -4569,7 +4569,7 @@ g_value_take_object (GValue *value,
|
||||
*
|
||||
* Get the contents of a %G_TYPE_OBJECT derived #GValue.
|
||||
*
|
||||
* Returns: (type GObject.Object) (transfer none): object contents of @value
|
||||
* Returns: (type GObject.Object) (transfer none) (nullable): object contents of @value
|
||||
*/
|
||||
gpointer
|
||||
g_value_get_object (const GValue *value)
|
||||
@@ -4587,7 +4587,7 @@ g_value_get_object (const GValue *value)
|
||||
* its reference count. If the contents of the #GValue are %NULL, then
|
||||
* %NULL will be returned.
|
||||
*
|
||||
* Returns: (type GObject.Object) (transfer full): object content of @value,
|
||||
* Returns: (type GObject.Object) (transfer full) (nullable): object content of @value,
|
||||
* should be unreferenced when no longer needed.
|
||||
*/
|
||||
gpointer
|
||||
|
Reference in New Issue
Block a user