diff --git a/gio/gcontenttype-win32.c b/gio/gcontenttype-win32.c index 40c8cf4b7..e7e97851b 100644 --- a/gio/gcontenttype-win32.c +++ b/gio/gcontenttype-win32.c @@ -244,6 +244,18 @@ g_content_type_get_icon (const gchar *type) return G_ICON (themed_icon); } +GIcon * +g_content_type_get_symbolic_icon (const gchar *type) +{ + return g_content_type_get_icon (type); +} + +gchar * +g_content_type_get_generic_icon_name (const gchar *type) +{ + return NULL; +} + gboolean g_content_type_can_be_executable (const gchar *type) {