mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-08 10:14:04 +02:00
[glib/gvariantype] Added missing "Since: 2.24" tag
This commit is contained in:
@@ -671,6 +671,8 @@ g_variant_type_copy (const GVariantType *type)
|
|||||||
*
|
*
|
||||||
* It is a programmer error to call this function with an invalid type
|
* It is a programmer error to call this function with an invalid type
|
||||||
* string. Use g_variant_type_string_is_valid() if you are unsure.
|
* string. Use g_variant_type_string_is_valid() if you are unsure.
|
||||||
|
*
|
||||||
|
* Since: 2.24
|
||||||
*/
|
*/
|
||||||
GVariantType *
|
GVariantType *
|
||||||
g_variant_type_new (const gchar *type_string)
|
g_variant_type_new (const gchar *type_string)
|
||||||
|
Reference in New Issue
Block a user