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) |
Variables | |
| *typedef void( | osso_time_cb_f )(gpointer data) |
|
||||||||||||
|
This function notifies about the changing of system time over the D-Bus system bus. The notification can be received by setting up a callback function with osso_time_set_notification_cb.
|
|
||||||||||||||||
|
This function registers a callback that is called whenever the time is changed with this library.
|
|
|
This is the type for the time change notification callback function.
|
1.4.2