mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 16:32:18 +01:00 
			
		
		
		
	Use same variable names in .h and .c
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user