Fix a parameter name mismatch that gives gtk-doc heartburn

This commit is contained in:
Matthias Clasen 2010-04-16 18:36:36 -04:00
parent 20fe1e25ea
commit ca51cd6f45

View File

@ -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