[glib/gvariantype] Added missing "Since: 2.24" tag

This commit is contained in:
Javier Jardón 2010-01-26 19:00:41 +01:00
parent 3658727cfa
commit 3c66490503

View File

@ -671,6 +671,8 @@ g_variant_type_copy (const GVariantType *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.
*
* Since: 2.24
*/
GVariantType *
g_variant_type_new (const gchar *type_string)