[glib] On windows, export also symbols defined in gio/gwin32appinfo.c



commit dd2bbc95330355d5ff044dc76649e41ee5063894
Author: Fridrich Å trba <fridrich strba bluewin ch>
Date:   Mon Aug 2 10:16:29 2010 +0200

    On windows, export also symbols defined in gio/gwin32appinfo.c

 gio/gio.symbols |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/gio/gio.symbols b/gio/gio.symbols
index 40383a7..be58523 100644
--- a/gio/gio.symbols
+++ b/gio/gio.symbols
@@ -91,6 +91,19 @@ g_app_info_reset_type_associations
 #endif
 
 
+#if IN_FILE(__G_WIN32_APP_INFO_C__)
+#ifdef G_OS_WIN32
+g_app_info_create_from_commandline
+g_app_info_get_all
+g_app_info_get_all_for_type
+g_app_info_get_default_for_type
+g_app_info_get_default_for_uri_scheme
+g_app_info_reset_type_associations
+#endif
+#endif
+#endif
+
+
 #if IN_HEADER(__G_DESKTOP_APP_INFO_H__)
 #if IN_FILE(__G_DESKTOP_APP_INFO_C__)
 #ifdef G_OS_UNIX



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]