summaryrefslogtreecommitdiff
path: root/gio/giomodule-priv.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-02-27 15:22:11 +0000
committerAlexander Larsson <alexl@src.gnome.org>2009-02-27 15:22:11 +0000
commitb3cb7caf7dad98bace12767f2207e5b89b6d8767 (patch)
tree74da41927ca60b1282fcdc5c970fa43502944ccd /gio/giomodule-priv.h
parentb96539a4c08039d7062d1ef5d9040b608e196f53 (diff)
downloadglib-b3cb7caf7dad98bace12767f2207e5b89b6d8767.tar.gz
Split out the extension point registration code to its own function.
2009-02-27 Alexander Larsson <alexl@redhat.com> * giomodule-priv.h: * giomodule.c: Split out the extension point registration code to its own function. * glocalvfs.c: Ensure extension points are registered before extending it. It might not have happened yet if g_vfs_get_local() is called. svn path=/trunk/; revision=7919
Diffstat (limited to 'gio/giomodule-priv.h')
-rw-r--r--gio/giomodule-priv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gio/giomodule-priv.h b/gio/giomodule-priv.h
index 8eee1be43..a4677b035 100644
--- a/gio/giomodule-priv.h
+++ b/gio/giomodule-priv.h
@@ -27,7 +27,8 @@
G_BEGIN_DECLS
-void _g_io_modules_ensure_loaded (void);
+void _g_io_modules_ensure_extension_points_registered (void);
+void _g_io_modules_ensure_loaded (void);
G_END_DECLS