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

Deprecated List

Global osso_application_top_cb_f )(const gchar *arguments, gpointer data)
{This feature will be removed from Libosso soon, use osso_rpc functions instead}

Global osso_application_set_top_cb (osso_context_t *osso, osso_application_top_cb_f *cb, gpointer data)
{This feature will be removed from Libosso soon, use osso_rpc functions instead}

Global osso_application_unset_top_cb (osso_context_t *osso, osso_application_top_cb_f *cb, gpointer data)
{This feature will be removed from Libosso soon, use osso_rpc functions instead}

Global osso_state_close (osso_context_t *osso, gint fd)
Use the more robust osso_state_read() and osso_state_write() functions instead. No new code should use this function.
Parameters:
osso The library context as returned by osso_initialize.
fd The file descriptor to close.

Global osso_state_open_read (osso_context_t *osso)
Use the more robust osso_state_read() function instead. No new code should use this function.
Parameters:
osso The library context as returned by osso_initialize.
Returns:
The file descriptor of the opened file. On an error -1 is returned.

Global osso_state_open_write (osso_context_t *osso)
Use the more robust osso_state_write() function instead. No new code should use this function.
Parameters:
osso The library context as returned by osso_initialize.
Returns:
the file descriptor of the opened file. On an error -1 is returned.

Generated on Mon Dec 18 16:43:35 2006 for Libosso by  doxygen 1.4.2