mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-27 07:56:14 +01:00
Use same variable names in .h and .c
This commit is contained in:
parent
59d62726de
commit
d19e1a2c3c
@ -134,13 +134,13 @@ void g_variant_get_child (GVarian
|
||||
...);
|
||||
GVariant * g_variant_get_child_value (GVariant *value,
|
||||
gsize index_);
|
||||
gboolean g_variant_lookup (GVariant *value,
|
||||
gboolean g_variant_lookup (GVariant *dictionary,
|
||||
const gchar *key,
|
||||
const gchar *format_string,
|
||||
...);
|
||||
GVariant * g_variant_lookup_value (GVariant *value,
|
||||
GVariant * g_variant_lookup_value (GVariant *dictionary,
|
||||
const gchar *key,
|
||||
const GVariantType *type);
|
||||
const GVariantType *expected_type);
|
||||
gconstpointer g_variant_get_fixed_array (GVariant *value,
|
||||
gsize *n_elements,
|
||||
gsize element_size);
|
||||
|
Loading…
Reference in New Issue
Block a user