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

System notification


Enumerations

enum  osso_system_note_type_t { OSSO_GN_WARNING = 0, OSSO_GN_ERROR, OSSO_GN_NOTICE }

Functions

osso_return_t osso_system_note_dialog (osso_context_t *osso, const gchar *message, osso_system_note_type_t type, osso_rpc_t *retval)
osso_return_t osso_system_note_infoprint (osso_context_t *osso, const gchar *text, osso_rpc_t *retval)

Enumeration Type Documentation

enum osso_system_note_type_t
 

This is the type of system note, in other words it specifies what kind of an icon to use on the note.

Enumeration values:
OSSO_GN_WARNING  The message is a warning.
OSSO_GN_ERROR  The message is an error.
OSSO_GN_NOTICE  The message is a notice.


Function Documentation

osso_return_t osso_system_note_dialog osso_context_t osso,
const gchar *  message,
osso_system_note_type_t  type,
osso_rpc_t retval
 

This function will request that a system note (a window that is modal to the whole system.) is shown. This function enables non GUI programs to show some information for the user to notice. Applications that do have a GUI should not use this function but the hildon_note widget directly.

Parameters:
osso The library context as returned by osso_initialize.
message The contents of the message window.
type The type of system note (warning, notice, error).
retval This parameter will be used to store possible return data of from the statusbar. If NULL, no data will be expected.
Returns:
OSSO_OK if no errors occur, and OSSO_INVALID if some parameters are invalid, and OSSO_ERROR if some other error occurs.

osso_return_t osso_system_note_infoprint osso_context_t osso,
const gchar *  text,
osso_rpc_t retval
 

This function will request that the statusbar shows an infoprint. This allows non-GUI applications to display some information to a user. Applications that do have a GUI should not use this function, but the gtk_infoprint widget directly.

Parameters:
osso The library context as returned by osso_initialize.
text The text to display. data of the call. If NULL, no data will be expected.
retval This parameter will be used to store possible return data of from the statusbar. If NULL, no data will be expected.
Returns:
OSSO_OK if no errors occur, and OSSO_INVALID if some parameters are invalid, and OSSO_ERROR if some other error occurs.


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