Tizen 2.1 base
[platform/upstream/glib2.0.git] / gio / giomodule-priv.h
index a4677b0..c105007 100644 (file)
@@ -30,6 +30,15 @@ G_BEGIN_DECLS
 void _g_io_modules_ensure_extension_points_registered (void);
 void _g_io_modules_ensure_loaded                      (void);
 
+typedef gboolean (*GIOModuleVerifyFunc) (gpointer);
+gpointer _g_io_module_get_default (const gchar         *extension_point,
+                                  const gchar         *envvar,
+                                  GIOModuleVerifyFunc  verify_func);
+
+#ifdef G_PLATFORM_WIN32
+void *_g_io_win32_get_module (void);
+#endif
+
 G_END_DECLS
 
 #endif /* __G_IO_MODULE_PRIV_H__ */