summaryrefslogtreecommitdiff
path: root/gio/giomodule-priv.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2012-04-18 16:25:29 +0200
committerAlexander Larsson <alexl@redhat.com>2012-04-20 15:02:48 +0200
commitbd148e127a5863de4aef260cd879e0eda370c711 (patch)
tree403f78c2f70df9f9582caf92afd6e756d5e85401 /gio/giomodule-priv.h
parent74214e2997e51fd96842aac2eee049e6b81a4595 (diff)
downloadglib-bd148e127a5863de4aef260cd879e0eda370c711.tar.gz
Add _g_io_win32_get_module to get the gio HMODULE
Diffstat (limited to 'gio/giomodule-priv.h')
-rw-r--r--gio/giomodule-priv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gio/giomodule-priv.h b/gio/giomodule-priv.h
index b25d30574..c10500746 100644
--- a/gio/giomodule-priv.h
+++ b/gio/giomodule-priv.h
@@ -35,6 +35,10 @@ 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__ */