mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02:00
Merge branch 'docs' into 'master'
gvariant: Fix a mistake in docs See merge request GNOME/glib!619
This commit is contained in:
@@ -1013,7 +1013,7 @@ g_variant_lookup (GVariant *dictionary,
|
|||||||
* string specifies what type of value is expected to be inside of the
|
* string specifies what type of value is expected to be inside of the
|
||||||
* variant. If the value inside the variant has a different type then
|
* variant. If the value inside the variant has a different type then
|
||||||
* %NULL is returned. In the event that @dictionary has a value type other
|
* %NULL is returned. In the event that @dictionary has a value type other
|
||||||
* than v then @expected_type must directly match the key type and it is
|
* than v then @expected_type must directly match the value type and it is
|
||||||
* used to unpack the value directly or an error occurs.
|
* used to unpack the value directly or an error occurs.
|
||||||
*
|
*
|
||||||
* In either case, if @key is not found in @dictionary, %NULL is returned.
|
* In either case, if @key is not found in @dictionary, %NULL is returned.
|
||||||
|
Reference in New Issue
Block a user