mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
indent
This commit is contained in:
parent
f7de744ec9
commit
ded1ea69a1
54 changed files with 301 additions and 274 deletions
|
|
@ -83,13 +83,13 @@ struct pw_context {
|
|||
|
||||
enum pw_context_state state;
|
||||
char *error;
|
||||
PW_SIGNAL(state_changed, (struct pw_listener * listener, struct pw_context * context));
|
||||
PW_SIGNAL(state_changed, (struct pw_listener *listener, struct pw_context *context));
|
||||
|
||||
PW_SIGNAL(subscription, (struct pw_listener * listener,
|
||||
struct pw_context * context,
|
||||
PW_SIGNAL(subscription, (struct pw_listener *listener,
|
||||
struct pw_context *context,
|
||||
enum pw_subscription_event event, uint32_t type, uint32_t id));
|
||||
|
||||
PW_SIGNAL(destroy_signal, (struct pw_listener * listener, struct pw_context * context));
|
||||
PW_SIGNAL(destroy_signal, (struct pw_listener *listener, struct pw_context *context));
|
||||
};
|
||||
|
||||
struct pw_context *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue