mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 01:18:53 +02:00
W32: Add back the dummy g_app_info_reset_type_associations()
This commit is contained in:
@@ -4667,3 +4667,9 @@ g_app_info_get_recommended_for_type (const gchar *content_type)
|
|||||||
/* TODO: fix this once gcontenttype support is improved */
|
/* TODO: fix this once gcontenttype support is improved */
|
||||||
return g_app_info_get_all_for_type (content_type);
|
return g_app_info_get_all_for_type (content_type);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
g_app_info_reset_type_associations (const char *content_type)
|
||||||
|
{
|
||||||
|
/* nothing to do */
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user