update docs

This commit is contained in:
Wim Taymans 2017-09-05 13:35:25 +02:00
parent 7ef1a1d107
commit 36ac8a6545
24 changed files with 308 additions and 167 deletions

View file

@ -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