mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
0417ddab6f
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
14 lines
308 B
Desktop File
14 lines
308 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Name=appinfo-test
|
|
Name[de]=appinfo-test-de
|
|
X-GNOME-FullName=example
|
|
X-GNOME-FullName[de]=Beispiel
|
|
Comment=GAppInfo example
|
|
Comment[de]=GAppInfo Beispiel
|
|
Exec=./appinfo-test --option
|
|
Icon=testicon
|
|
StartupNotify=true
|
|
StartupWMClass=appinfo-class
|
|
MimeType=image/png;image/jpeg;
|