#include <gtk/gtk.h>
#include <gtk/gtkwidget.h>
Go to the source code of this file.
Functions | |
G_BEGIN_DECLS void * | hildon_home_applet_lib_initialize (void *state_data, int *state_size, GtkWidget **widget) |
int | hildon_home_applet_lib_save_state (void *applet_data, void **state_data, int *state_size) |
void | hildon_home_applet_lib_background (void *applet_data) |
void | hildon_home_applet_lib_foreground (void *applet_data) |
void | hildon_home_applet_lib_deinitialize (void *applet_data) |
GtkWidget * | hildon_home_applet_lib_settings (void *applet_data, GtkWindow *parent) |
|
Called when Home goes to backround. Applet should stop all timers when this is called.
|
|
Called when Home unloads the applet from memory. Applet should deallocate all the resources needed.
|
|
Called when Home goes to foreground. Applet should start periodic UI updates again if needed.
|
|
Applet initialization. This is called when Home loads the applet. It may load it self in initial state or in state given. It creates a GtkWidget that Home will use to display the applet.
|
|
Method called to save the UI state of the applet
|
|
Called when the applet needs to be able to access settings of applet from Home menu. |