|
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.
|