Typedefs | |
typedef void() | osso_mime_cb_f (gpointer data, int argc, gchar **argv) |
Functions | |
osso_return_t | osso_mime_set_cb (osso_context_t *osso, osso_mime_cb_f *cb, gpointer data) |
osso_return_t | osso_mime_unset_cb (osso_context_t *osso) |
|
This is the type of the MIME callback function.
|
|
This function registers a MIME callback function that Libosso calls when the user wants the application to open file(s) of a MIME type handled by the application.
|
|
This function unregisters a MIME callback function that was previously registered with the osso_mime_set_cb function.
|