[glib/new-gsettings] Fix a parameter name mismatch that gives gtk-doc heartburn
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/new-gsettings] Fix a parameter name mismatch that gives gtk-doc heartburn
- Date: Fri, 16 Apr 2010 22:38:47 +0000 (UTC)
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]