From: Chun-wei Fan Date: Wed, 12 Jan 2011 03:08:54 +0000 (+0800) Subject: Added symbols for GIO/Win32 X-Git-Tag: 2.27.92~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19c73918ec7faf6e32d100493772a1dccf43b110;p=platform%2Fupstream%2Fglib.git Added symbols for GIO/Win32 There are now fallback functions in the Win32 portion of g_app_info that were previously only available under UNIX, so add them here so that they can be exported as well. The symbols are as follows: g_app_info_get_fallback_for_type g_app_info_get_recommended_for_type --- diff --git a/gio/gio.symbols b/gio/gio.symbols index 2783df7..2a7853d 100644 --- a/gio/gio.symbols +++ b/gio/gio.symbols @@ -119,6 +119,8 @@ 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_get_fallback_for_type +g_app_info_get_recommended_for_type g_app_info_reset_type_associations #endif #endif