mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-01 01:40:29 -05:00
keys: add keys.h with defines and docs
Add a keys.h file that lists and documents all keys available to be used in properties.
This commit is contained in:
parent
7bb6515800
commit
3ad73f0532
52 changed files with 483 additions and 291 deletions
|
|
@ -65,12 +65,6 @@ struct pw_module_events {
|
|||
void (*destroy) (void *data);
|
||||
};
|
||||
|
||||
/** The name of the module */
|
||||
#define PW_MODULE_PROP_NAME "pipewire.module.name"
|
||||
#define PW_MODULE_PROP_AUTHOR "pipewire.module.author"
|
||||
#define PW_MODULE_PROP_DESCRIPTION "pipewire.module.description"
|
||||
#define PW_MODULE_PROP_VERSION "pipewire.module.version"
|
||||
|
||||
struct pw_module *
|
||||
pw_module_load(struct pw_core *core,
|
||||
const char *name, /**< name of the module */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue