proxy/resource: add method to remove

This commit is contained in:
Wim Taymans 2019-12-05 12:04:45 +01:00
parent ed9d4e5e80
commit d5ea24ae2c
5 changed files with 19 additions and 8 deletions

View file

@ -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);