gio/gobject: Various introspection fixes

This commit is contained in:
Rico Tzschichholz
2016-02-03 18:12:04 +01:00
parent c7ea434e2c
commit e3189527dc
4 changed files with 5 additions and 5 deletions

View File

@@ -1239,7 +1239,7 @@ g_value_set_variant (GValue *value,
/**
* g_value_take_variant:
* @value: a valid #GValue of type %G_TYPE_VARIANT
* @variant: (allow-none): a #GVariant, or %NULL
* @variant: (nullable) (transfer full): a #GVariant, or %NULL
*
* Set the contents of a variant #GValue to @variant, and takes over
* the ownership of the caller's reference to @variant;