appinfo: add API to get fallback and recommended GAppInfos for a ctype
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 18 Nov 2010 17:45:56 +0000 (18:45 +0100)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 23 Nov 2010 09:29:09 +0000 (10:29 +0100)
commit94c67d8420889e950c2f093abdd893ffe3780a97
tree8365c637109340a292bc1c6995d0c4c866b096f7
parenta70ba9c8b15451a8722aebfb64232bd18abf0a79
appinfo: add API to get fallback and recommended GAppInfos for a ctype

This ways UIs can differentiate between them, and show them in different
section.
- a recommended app is an application that claims to support a content
  type directly, not by a supertype derivation.
- a fallback app is an application that claims to support a supertype of
  a given content type.
gio/gappinfo.h
gio/gdesktopappinfo.c