[glib] Use same variable names in .h and .c



commit d19e1a2c3c3da29e6f6c653dda9e4538e55c1838
Author: Christian Persch <chpe gnome org>
Date:   Sat Nov 27 12:45:45 2010 +0100

    Use same variable names in .h and .c

 glib/gvariant.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glib/gvariant.h b/glib/gvariant.h
index 9491c99..9519d97 100644
--- a/glib/gvariant.h
+++ b/glib/gvariant.h
@@ -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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]