Searched refs:pa_time_event_destroy_cb_t (Results 1 – 5 of 5) sorted by relevance
77 typedef void (*pa_time_event_destroy_cb_t)(pa_mainloop_api*a, pa_time_event *e, void *userdata); typedef107 void (*time_set_destroy)(pa_time_event *e, pa_time_event_destroy_cb_t cb);
57 pa_time_event_destroy_cb_t destroy_callback;354 static void glib_time_set_destroy(pa_time_event *e, pa_time_event_destroy_cb_t cb) { in glib_time_set_destroy()
58 pa_time_event_destroy_cb_t destroy_callback;355 static void glib_time_set_destroy(pa_time_event *e, pa_time_event_destroy_cb_t cb) { in glib_time_set_destroy()
81 pa_time_event_destroy_cb_t destroy_callback;413 static void mainloop_time_set_destroy(pa_time_event *e, pa_time_event_destroy_cb_t callback) { in mainloop_time_set_destroy()
791 [CCode (cname = "pa_time_event_destroy_cb_t")]