node: add option to not register a node

This commit is contained in:
Wim Taymans 2018-04-13 20:05:46 +02:00
parent fa07400c2e
commit efa35c2911
6 changed files with 23 additions and 8 deletions

View file

@ -39,7 +39,8 @@ struct pw_client_node {
struct pw_client_node *
pw_client_node_new(struct pw_resource *resource,
struct pw_properties *properties);
struct pw_properties *properties,
bool do_register);
void
pw_client_node_destroy(struct pw_client_node *node);