From 50a8b039a4323faf0fac68bece1be151f7fd2986 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 29 Nov 2010 09:36:07 -0500 Subject: [PATCH] tiny fix to g_io_modules_scan_all_in_directory() docs --- gio/giomodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/giomodule.c b/gio/giomodule.c index ecdaab4..cb05270 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 **/ -- 2.7.4