mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
docs: Tell which function to use to avoid errors.
This commit is contained in:
parent
0e283dcb94
commit
14677e16d8
@ -282,7 +282,8 @@ typedef struct _GVariantType GVariantType;
|
|||||||
* to ensure that @string is a valid GVariant type string.
|
* to ensure that @string is a valid GVariant type string.
|
||||||
*
|
*
|
||||||
* It is always a programmer error to use this macro with an invalid
|
* It is always a programmer error to use this macro with an invalid
|
||||||
* type string.
|
* type string. If in doubt, use g_variant_type_string_is_valid() to
|
||||||
|
* check if the string is valid.
|
||||||
*
|
*
|
||||||
* Since 2.24
|
* Since 2.24
|
||||||
**/
|
**/
|
||||||
|
Loading…
Reference in New Issue
Block a user