[glib/new-gsettings] Fix a parameter name mismatch that gives gtk-doc heartburn



commit ca51cd6f45f5707b5883e5a580f06a88c7cfd874
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Apr 16 18:36:36 2010 -0400

    Fix a parameter name mismatch that gives gtk-doc heartburn

 gio/gsettings.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gsettings.h b/gio/gsettings.h
index d6beb6d..7902922 100644
--- a/gio/gsettings.h
+++ b/gio/gsettings.h
@@ -195,7 +195,7 @@ void                    g_settings_bind_with_mapping                    (GSettin
                                                                          gpointer                 user_data,
                                                                          GDestroyNotify           destroy);
 void                    g_settings_unbind                               (gpointer                 object,
-                                                                         const gchar             *key);
+                                                                         const gchar             *property);
 
 G_END_DECLS
 



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