mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
Use pinos loop for mainloop
Remove more glib stuff
This commit is contained in:
parent
27bba6f587
commit
4e94743906
12 changed files with 59 additions and 248 deletions
|
|
@ -42,6 +42,9 @@ typedef void (*PinosDeferFunc) (void *obj,
|
|||
struct _PinosMainLoop {
|
||||
PinosLoop *loop;
|
||||
|
||||
PINOS_SIGNAL (destroy_signal, (PinosListener *listener,
|
||||
PinosMainLoop *loop));
|
||||
|
||||
void (*run) (PinosMainLoop *loop);
|
||||
void (*quit) (PinosMainLoop *loop);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue