W32: Add back the dummy g_app_info_reset_type_associations()
authorРуслан Ижбулатов <lrn1986@gmail.com>
Thu, 2 Jul 2015 11:06:17 +0000 (11:06 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Thu, 2 Jul 2015 11:06:17 +0000 (11:06 +0000)
gio/gwin32appinfo.c

index 815af70..7791ef8 100644 (file)
@@ -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 */
+}