mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 08:22:16 +01:00 
			
		
		
		
	docs: Tell which function to use to avoid errors.
This commit is contained in:
		| @@ -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 | ||||||
|  **/ |  **/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user