GAppInfo: add a mechanism to query supported content types
authorGiovanni Campagna <gcampagna@src.gnome.org>
Sat, 14 Apr 2012 17:34:00 +0000 (19:34 +0200)
committerGiovanni Campagna <gcampagna@src.gnome.org>
Wed, 16 May 2012 10:42:12 +0000 (12:42 +0200)
commit0417ddab6fbd2f1cddbb9218e0e300e04da2eda5
treee87397c1d367b730a85b321816f97e0efd4f7ab9
parente011d2c92162d25a6e6d5f67d462edfeb4af3d7a
GAppInfo: add a mechanism to query supported content types

This essentially adds an accessor for the MimeType field in desktop files,
to retrieve the list of all mime types supported by an application.
The interface though is part of GAppInfo, so it could be implemented
in the future by other backends.

https://bugzilla.gnome.org/show_bug.cgi?id=674111
docs/reference/gio/gio-sections.txt
gio/gappinfo.c
gio/gappinfo.h
gio/gdesktopappinfo.c
gio/gio.symbols
gio/tests/appinfo-test.desktop
gio/tests/appinfo.c