mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
WIP object model change
Work on cleanup
This commit is contained in:
parent
c25ccbb4ba
commit
0d21d633c9
26 changed files with 912 additions and 821 deletions
|
|
@ -20,9 +20,9 @@
|
|||
#ifndef __PINOS_DATA_LOOP_H__
|
||||
#define __PINOS_DATA_LOOP_H__
|
||||
|
||||
#include <glib-object.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <spa/include/spa/poll.h>
|
||||
|
||||
|
|
@ -42,6 +42,8 @@ void pinos_data_loop_destroy (PinosDataLoop *loop);
|
|||
|
||||
bool pinos_data_loop_in_thread (PinosDataLoop *loop);
|
||||
|
||||
G_END_DECLS
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __PINOS_DATA_LOOP_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue