gobject: Fix some annotations

This commit is contained in:
badcel
2023-02-23 20:38:37 +01:00
parent d1415f857e
commit 1c15f158b0
3 changed files with 6 additions and 6 deletions

View File

@@ -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