summaryrefslogtreecommitdiff
path: root/gio/gwin32appinfo.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2008-09-26 19:57:36 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-09-26 19:57:36 +0000
commit764e187fd9f1f54a2c622fce2b3e1c0aa4fafdf0 (patch)
treefac971ce0d4105d097d8834f15bb2eeddb194d78 /gio/gwin32appinfo.c
parent7f4864e58d4ee438a83cbf15f76e7d7aa171016c (diff)
downloadglib-764e187fd9f1f54a2c622fce2b3e1c0aa4fafdf0.tar.gz
Bug 545350 – GAppInfo deletion Bug 545351 – Reset associations for
2008-09-26 Matthias Clasen <mclasen@redhat.com> Bug 545350 – GAppInfo deletion Bug 545351 – Reset associations for content type * gio.symbols: * gappinfo.[hc]: New functions g_app_info_can_delete, g_app_info_delete and g_app_info_reset_type_associations. * gdesktopappinfo.c: * gwin32appinfo.c: Implementations of these. * tests/Makefile.am: * tests/desktop-app-info.c: Tests for GAppInfo functionality. svn path=/trunk/; revision=7554
Diffstat (limited to 'gio/gwin32appinfo.c')
-rw-r--r--gio/gwin32appinfo.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gio/gwin32appinfo.c b/gio/gwin32appinfo.c
index 0043258d4..3e669c673 100644
--- a/gio/gwin32appinfo.c
+++ b/gio/gwin32appinfo.c
@@ -661,3 +661,9 @@ g_app_info_get_all (void)
return g_list_reverse (infos);
}
+
+void
+g_app_info_reset_type_associations (const char *content_type)
+{
+ /* nothing to do */
+}