1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-04-29 02:26:53 +02:00

docs: Fix an incorrect function name in GSettings documentation

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2017-10-11 13:09:15 +01:00
parent ca4fe5942a
commit ee1d38ce64

@ -68,7 +68,7 @@
* ...
*
* plugin->schema_source =
* g_settings_new_schema_source_from_directory (dir,
* g_settings_schema_source_new_from_directory (dir,
* g_settings_schema_source_get_default (), FALSE, NULL);
*
* ...