mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
add const to info changes
This commit is contained in:
parent
979d155382
commit
57e0a94163
7 changed files with 8 additions and 8 deletions
|
|
@ -69,7 +69,7 @@ struct pw_node_events {
|
|||
void (*port_removed) (void *data, struct pw_port *port);
|
||||
|
||||
/** the node info changed */
|
||||
void (*info_changed) (void *data, struct pw_node_info *info);
|
||||
void (*info_changed) (void *data, const struct pw_node_info *info);
|
||||
/** the node active state changed */
|
||||
void (*active_changed) (void *data, bool active);
|
||||
/** the node enabled state changed */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue