Functions | |
gint | osso_mime_open (DBusConnection *con, const gchar *file,...) |
gint | osso_mime_open_file (DBusConnection *con, const gchar *file) |
gint | osso_mime_open_file_list (DBusConnection *con, GSList *files) |
|
This function opens a file in the application that has registered as the handler for the mime type of the file.
|
|
This function opens a file in the application that has registered as the handler for the mime type of the file.
|
|
This function opens a list of files in the application that has registered as the handler for the mime type of the file.
The mapping from mime type to D-BUS service is done by looking up the application for the mime type and in the desktop file for that application the X-Osso-Service field is used to get the D-BUS service.
|