projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78103b2
)
tiny fix to g_io_modules_scan_all_in_directory() docs
author
Dan Winship
<danw@gnome.org>
Mon, 29 Nov 2010 14:36:07 +0000
(09:36 -0500)
committer
Dan Winship
<danw@gnome.org>
Mon, 29 Nov 2010 14:37:41 +0000
(09:37 -0500)
gio/giomodule.c
patch
|
blob
|
history
diff --git
a/gio/giomodule.c
b/gio/giomodule.c
index
ecdaab4
..
cb05270
100644
(file)
--- 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
**/