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 typedef for the function that is called whevever the mimeopen D-BUS message is received.
|
|
Register a callback function that gets called when a D-BUS message that indicates that a certain file should be opened is received.
|
|
Unregister a callback function that gets called when a D-BUS message that indicates that a certain file should be opened is received.
|