osso.Mime
The LibOSSO Mime object.
Constructor
Creates a new osso.Mime
based on the osso.Context object.
osso.Mime(context)
|
|
---|---|
context |
The OSSO Context object related to the application. |
Returns | A MIME object to use in later calls to this library. None is returned if an error happened. |
set_mime_callback
This method 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.
The callback function will receive a parameter with a list of URIs and user_data
.
osso.Mime.set_mime_callback(callback, user_data = None)
|
|
---|---|
callback |
The callback function to call. None unsets the callback. |
user_data (optional) |
Arbitrary application specific object that will be passed to the callback and ignored by LibOSSO. |
Improve this page