diff options
author | Giovanni Campagna <gcampagna@src.gnome.org> | 2012-04-14 19:34:00 +0200 |
---|---|---|
committer | Giovanni Campagna <gcampagna@src.gnome.org> | 2012-05-16 12:42:12 +0200 |
commit | 0417ddab6fbd2f1cddbb9218e0e300e04da2eda5 (patch) | |
tree | e87397c1d367b730a85b321816f97e0efd4f7ab9 /docs | |
parent | e011d2c92162d25a6e6d5f67d462edfeb4af3d7a (diff) | |
download | glib-0417ddab6fbd2f1cddbb9218e0e300e04da2eda5.tar.gz |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gio/gio-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt index 584a3f551..7c5636d4c 100644 --- a/docs/reference/gio/gio-sections.txt +++ b/docs/reference/gio/gio-sections.txt @@ -1313,6 +1313,7 @@ g_app_info_set_as_last_used_for_type g_app_info_add_supports_type g_app_info_can_remove_supports_type g_app_info_remove_supports_type +g_app_info_get_supported_types g_app_info_get_all g_app_info_get_all_for_type g_app_info_get_default_for_type |