[glib/appinfo-splitted] appinfo: add win32 fallback implementation
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/appinfo-splitted] appinfo: add win32 fallback implementation
- Date: Fri, 19 Nov 2010 09:40:07 +0000 (UTC)
commit ecad5f1fc11ca505a0ef262f88c4aa1887cd5c09
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Fri Nov 19 10:39:33 2010 +0100
appinfo: add win32 fallback implementation
gio/gwin32appinfo.c | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/gio/gwin32appinfo.c b/gio/gwin32appinfo.c
index 8095298..4d9f86c 100644
--- a/gio/gwin32appinfo.c
+++ b/gio/gwin32appinfo.c
@@ -587,6 +587,18 @@ g_app_info_get_all_for_type (const char *content_type)
return g_list_reverse (infos);
}
+GList *
+g_app_info_get_recommended_for_type (const char *content_type)
+{
+ return g_app_info_get_all_for_type (content_type);
+}
+
+GList *
+g_app_info_get_recommended_for_type (const char *content_type)
+{
+ return g_app_info_get_all_for_type (content_type);
+}
+
GAppInfo *
g_app_info_get_default_for_type (const char *content_type,
gboolean must_support_uris)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]