mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
node: rename signal to signal_func
To avoid confusion and it is more easily greppable
This commit is contained in:
parent
ca8b61e984
commit
1bc1d96f88
4 changed files with 8 additions and 8 deletions
|
|
@ -573,7 +573,7 @@ struct pw_node_target {
|
|||
struct spa_list link;
|
||||
struct pw_impl_node *node;
|
||||
struct pw_node_activation *activation;
|
||||
int (*signal) (void *data);
|
||||
int (*signal_func) (void *data);
|
||||
void *data;
|
||||
unsigned int active:1;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue