mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-17 07:00:03 -05:00
add SPA_SENTINEL
This commit is contained in:
parent
c7d7058896
commit
7f885b6db4
2 changed files with 4 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ struct pw_properties {
|
|||
};
|
||||
|
||||
struct pw_properties *
|
||||
pw_properties_new(const char *key, ...);
|
||||
pw_properties_new(const char *key, ...) SPA_SENTINEL;
|
||||
|
||||
struct pw_properties *
|
||||
pw_properties_new_dict(const struct spa_dict *dict);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue