mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
Fix a parameter name mismatch that gives gtk-doc heartburn
This commit is contained in:
parent
20fe1e25ea
commit
ca51cd6f45
@ -195,7 +195,7 @@ void g_settings_bind_with_mapping (GSettin
|
|||||||
gpointer user_data,
|
gpointer user_data,
|
||||||
GDestroyNotify destroy);
|
GDestroyNotify destroy);
|
||||||
void g_settings_unbind (gpointer object,
|
void g_settings_unbind (gpointer object,
|
||||||
const gchar *key);
|
const gchar *property);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user