Typedefs | |
typedef void() | osso_time_cb_f (gpointer data) |
Functions | |
osso_return_t | osso_time_set_notification_cb (osso_context_t *osso, osso_time_cb_f *cb, gpointer data) |
osso_return_t | osso_time_set (osso_context_t *osso, time_t new_time) |
|
This is the type for the time change notification callback function.
|
|
This function sets the system and hardware time, and notifies about the changing of time over the D-BUS system bus. NOTICE: this function does not currently change the time or do anything else useful.
|
|
This function registers a callback that is called whenever the time is changed with this library.
|