| 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) | 
| osso_return_t | osso_mime_unset_cb_full (osso_context_t *osso, osso_mime_cb_f *cb, gpointer data) | 
| Variables | |
| *typedef void( | osso_mime_cb_f )(gpointer data, int argc, gchar **argv) | 
| 
 | ||||||||||||||||
| 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. 
 
 | 
| 
 | ||||||||||||||||
| 
 | 
| 
 | 
| This is the type of the MIME callback function. 
 | 
 1.4.2
 1.4.2