Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

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 will send 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. be expected (and return value is unreliable)
Returns:
OSSO_OK if all goes well, OSSO_ERROR if an error occurred or OSSO_INVALID if some parameter is invalid.


Generated on Tue Aug 25 08:02:15 1970 for LibOSSO by doxygen 1.3.7