Statusbar


Functions

osso_return_t osso_statusbar_send_event (osso_context_t *osso, const gchar *name, gint argument1, gint argument2, const gchar *argument3, osso_rpc_t *retval)

Function Documentation

osso_return_t osso_statusbar_send_event ( osso_context_t osso,
const gchar *  name,
gint  argument1,
gint  argument2,
const gchar *  argument3,
osso_rpc_t retval 
)

This function sends a statusbar event notification over the D-BUS. If the applet is not loaded, the statusbar application will load it.

Parameters:
osso The library context as returned by osso_initialize.
name the name of the applet that should receive the event.
argument1 This is the first argument of the event. It's interpretation depends on event_type.
argument2 This is the second argument of the event. It's interpretation depends on event_type.
argument3 This is the third argument of the event. It's interpretation depends on event_type. NULL can be used here.
retval This parameter will be used to store possible return data of the call. If NULL, no data will be expected (and the return value is unreliable). You should call osso_rpc_free_val for this structure when it is no longer needed.
Returns:
OSSO_OK if all goes well, OSSO_ERROR if an error occurred, or OSSO_INVALID if some parameter is invalid.


Generated on Thu Oct 4 11:35:32 2007 for Libosso by  doxygen 1.5.1