W32: Add back the dummy g_app_info_reset_type_associations()

This commit is contained in:
Руслан Ижбулатов
2015-07-02 11:06:17 +00:00
parent 155a688635
commit e337fe3163

View 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 */
}