This document shows some examples of the functionalities available in the python-osso package.
This example shows how to bring an application to foreground using osso.Application.application_top().
These examples show how to use the auto-saving and state saving features from python-osso. Each file is a separate example.
These examples show how to interact with the display and the device.
These examples show how to use HELP and enable the “?” button in dialogs
These examples show how use the MIME functions.
This example shows how to load plugins.
These examples show how to make remote procedure calls using python-osso.
This example shows how to send events to status bar applets.
These examples show how to use notification dialogs with applications that run without gui.
This example registers a callback and tries to set the system time. Notice: Currently this won’t change the time. (Even in C).