mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
update docs
This commit is contained in:
parent
7ef1a1d107
commit
36ac8a6545
24 changed files with 308 additions and 167 deletions
|
|
@ -32,6 +32,7 @@ extern "C" {
|
|||
#include "pipewire/pipewire.h"
|
||||
#include "pipewire/introspect.h"
|
||||
|
||||
/** \cond */
|
||||
struct pw_command {
|
||||
struct spa_list link; /**< link in list of commands */
|
||||
const char *name; /**< command name */
|
||||
|
|
@ -381,6 +382,8 @@ int pw_port_alloc_buffers(struct pw_port *port,
|
|||
struct spa_param **params, uint32_t n_params,
|
||||
struct spa_buffer **buffers, uint32_t *n_buffers);
|
||||
|
||||
/** \endcond */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue