summaryrefslogtreecommitdiff
path: root/gio/giomodule.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2010-11-29 09:36:07 -0500
committerDan Winship <danw@gnome.org>2010-11-29 09:37:41 -0500
commit50a8b039a4323faf0fac68bece1be151f7fd2986 (patch)
tree7e012aabe1371e521538bd1fc8f28da00f761ffc /gio/giomodule.c
parent78103b2f1feb5ccbdc97e47d857133826f22820d (diff)
downloadglib-50a8b039a4323faf0fac68bece1be151f7fd2986.tar.gz
glib-50a8b039a4323faf0fac68bece1be151f7fd2986.tar.bz2
glib-50a8b039a4323faf0fac68bece1be151f7fd2986.zip
tiny fix to g_io_modules_scan_all_in_directory() docs
Diffstat (limited to 'gio/giomodule.c')
-rw-r--r--gio/giomodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/giomodule.c b/gio/giomodule.c
index ecdaab4da..cb05270ca 100644
--- a/gio/giomodule.c
+++ b/gio/giomodule.c
@@ -278,7 +278,7 @@ is_valid_module_name (const gchar *basename)
* g_io_extension_point_get_extension_by_name().
*
* If you need to guarantee that all types are loaded in all the modules,
- * use g_io_modules_scan_all_in_directory().
+ * use g_io_modules_load_all_in_directory().
*
* Since: 2.24
**/