[glib] W32: Add back the dummy g_app_info_reset_type_associations()



commit e337fe31637fe868ab94b488caf9b4898a2a1040
Author: Руслан Ижбулатов <lrn1986 gmail com>
Date:   Thu Jul 2 11:06:17 2015 +0000

    W32: Add back the dummy g_app_info_reset_type_associations()

 gio/gwin32appinfo.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/gio/gwin32appinfo.c b/gio/gwin32appinfo.c
index 815af70..7791ef8 100644
--- a/gio/gwin32appinfo.c
+++ b/gio/gwin32appinfo.c
@@ -4667,3 +4667,9 @@ g_app_info_get_recommended_for_type (const gchar *content_type)
   /* TODO: fix this once gcontenttype support is improved */
   return g_app_info_get_all_for_type (content_type);
 }
+
+void
+g_app_info_reset_type_associations (const char *content_type)
+{
+  /* nothing to do */
+}


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