mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gvarianttype: Add a missing argument name
To make it match its definition and documentation comment. This fixes a g-ir-scanner warning. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3037
This commit is contained in:
parent
81d96f5898
commit
58208c4ace
@ -366,7 +366,7 @@ GVariantType * g_variant_type_new_dict_entry (const G
|
||||
|
||||
/*< private >*/
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
const GVariantType * g_variant_type_checked_ (const gchar *);
|
||||
const GVariantType * g_variant_type_checked_ (const gchar *type_string);
|
||||
GLIB_AVAILABLE_IN_2_60
|
||||
gsize g_variant_type_string_get_depth_ (const gchar *type_string);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user