Defines | |
#define | LOG_D __FILE__,__LINE__,LOG_DEBUG |
Functions | |
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) |
void | osso_log (int level, const char *format,...) |
void | d_log (const char *file, int line, int level, const char *format,...) |
gpointer | osso_get_dbus_connection (osso_context_t *osso) |
gpointer | osso_get_sys_dbus_connection (osso_context_t *osso) |
osso_context_t * | osso_application_initialize (const gchar *application, const gchar *version, osso_application_top_cb_f *cb, gpointer callback_data) |
|
|
|
Funcion to log debug info to the syslog. Will be empty with DEBUG not defined hoping that compiler will eliminate the call. The first four arguments can be replaced with LOG_D
|
|
Osso initialisation routine for applications to call. This ensures that the environment variables are transferred correctly before the gtk_init();
|
|
Returns dbus session bus connection used by osso
|
|
Returns dbus system bus connection used by osso
|
|
Funcion to log to the syslog.
|
|
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.
|