| Functions | |
| osso_return_t | osso_application_set_exit_cb (osso_context_t *osso, osso_application_exit_cb *cb, gpointer data) | 
| int | osso_state_open_write (osso_context_t *osso) | 
| int | osso_state_open_read (osso_context_t *osso) | 
| void | osso_state_close (osso_context_t *osso, gint fd) | 
| osso_return_t | osso_tasknav_mail_add (osso_context_t *osso, guint id, const gchar *subject, const gchar *sender, gboolean attachment, const gchar *date) | 
| osso_return_t | osso_tasknav_mail_del (osso_context_t *osso, guint id) | 
| osso_return_t | osso_tasknav_mail_set_outbox_count (osso_context_t *osso, guint count) | 
| osso_context_t * | osso_application_initialize (const gchar *application, const gchar *version, osso_application_top_cb_f *cb, gpointer callback_data) | 
| Variables | |
| *typedef void( | osso_application_exit_cb )(gboolean die_now, gpointer data) | 
| 
 | ||||||||||||||||||||
| Osso initialisation routine for applications to call. This ensures that the environment variables are transferred correctly before the gtk_init(); 
 
 | 
| 
 | ||||||||||||||||
| This function is obsolete and does nothing. Do not use it. | 
| 
 | ||||||||||||
| This function closes the state file. 
 | 
| 
 | 
| This function opens a state file for reading. 
 | 
| 
 | 
| This function opens a state file for writing. If the state file already exists, it will be silently truncated. 
 | 
| 
 | ||||||||||||||||||||||||||||
| This function adds a mail to be displayed in the mail popup of the tasknavigator. 
 
 | 
| 
 | ||||||||||||
| This function removes an email message from the navigator. 
 
 
 | 
| 
 | ||||||||||||
| This function updates the outbox message count in the task navigator mail window. 
 
 
 | 
| 
 | 
| Obsolete type -- do not use. | 
 1.4.2
 1.4.2