Not included


Typedefs

typedef void() osso_application_exit_cb (gboolean die_now, gpointer data)

Functions

osso_return_t osso_application_set_exit_cb (osso_context_t *osso, osso_application_exit_cb *cb, gpointer data)
int osso_state_open_write (osso_context_t *osso)
int osso_state_open_read (osso_context_t *osso)
void osso_state_close (osso_context_t *osso, gint fd)

Detailed Description

Note:
This API is obsolete and should not be used by new code.

Typedef Documentation

typedef void() osso_application_exit_cb(gboolean die_now, gpointer data)
 

Deprecated:
Obsolete type -- do not use.


Function Documentation

osso_return_t osso_application_set_exit_cb osso_context_t osso,
osso_application_exit_cb cb,
gpointer  data
 

Deprecated:
This function is obsolete and does nothing. Do not use it.

void osso_state_close osso_context_t osso,
gint  fd
 

This function closes the state file.

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

int osso_state_open_read osso_context_t osso  ) 
 

This function opens a state file for reading.

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

int osso_state_open_write osso_context_t osso  ) 
 

This function opens a state file for writing. If the state file already exists, it will be silently truncated.

Deprecated:
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 Jan 22 18:04:48 2007 for Libosso by  doxygen 1.4.6