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

View File

@ -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);
*
* ...