Functions | |
void | rox_mime_install_from_appinfo (void) |
|
Scan the applications AppInfo.xml file for CanRun and CanThumbnail declarations. If any are found they are reported to the user who is asked whether the application can be set as the current handler for those types. Example AppInfo.xml (from VideoThumbnail): <AppInfo> ... <CanThumbnail> <MimeType type="video/mpeg"/> <MimeType type="video/quicktime"/> <MimeType type="video/x-msvideo"/> </CanThumbnail> </AppInfo> |