mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
dbus-protocol: Connection handling for local connections.
This commit is contained in:
parent
5babbaafb2
commit
c8d819a5ad
11 changed files with 644 additions and 69 deletions
|
|
@ -32,11 +32,9 @@
|
|||
|
||||
#include <pulsecore/core.h>
|
||||
|
||||
#include "daemon-conf.h"
|
||||
|
||||
typedef struct pa_dbusobj_server_lookup pa_dbusobj_server_lookup;
|
||||
|
||||
pa_dbusobj_server_lookup *pa_dbusobj_server_lookup_new(pa_core *c, pa_daemon_conf_server_type_t server_type);
|
||||
pa_dbusobj_server_lookup *pa_dbusobj_server_lookup_new(pa_core *c);
|
||||
void pa_dbusobj_server_lookup_free(pa_dbusobj_server_lookup *sl);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue