#include <gtk/gtkwidget.h>
Go to the source code of this file.
Functions | |
G_BEGIN_DECLS void * | hildon_navigator_lib_create (void) |
void | hildon_navigator_lib_destroy (void *data) |
GtkWidget * | hildon_navigator_lib_get_button_widget (void *data) |
void | hildon_navigator_lib_initialize_menu (void *data) |
|
the functions that need to be in global scope for the plugin's library |
|
hildon_navigator_lib_destroy Used to clean up the library just before it gets unloaded. Note: This function will only be called when the Navigator exits. However, * currently, the Navigator is designed to be always running.
|
|
hildon_navigator_lib_get_button_widget Returns a widget that is to be used in task navigator.
|
|
hildon_navigator_lib_initialize_menu Called after main view of the task navigator is showd. Initializes a navigator menu and should be used to setup things such as: Callbacks to the main DBUS connections Timeouts Hooks to the main event loop etc. Menu will be shown when the user taps or thumbs a navigator button.
|