mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
proxy/resource: add method to remove
This commit is contained in:
parent
ed9d4e5e80
commit
d5ea24ae2c
5 changed files with 19 additions and 8 deletions
|
|
@ -901,7 +901,10 @@ pw_core_find_port(struct pw_core *core,
|
|||
const struct pw_export_type *pw_core_find_export_type(struct pw_core *core, uint32_t type);
|
||||
|
||||
int pw_proxy_install_marshal(struct pw_proxy *proxy, bool implementor);
|
||||
void pw_proxy_remove(struct pw_proxy *proxy);
|
||||
|
||||
int pw_resource_install_marshal(struct pw_resource *resource, bool implementor);
|
||||
void pw_resource_remove(struct pw_resource *resource);
|
||||
|
||||
int pw_core_recalc_graph(struct pw_core *core);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue