mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
introspect: Fix unresolved doxygen link pa_port_available_t
This commit is contained in:
parent
ddd7a91f5d
commit
4e429a51a3
1 changed files with 2 additions and 2 deletions
|
|
@ -202,7 +202,7 @@ typedef struct pa_sink_port_info {
|
|||
const char *name; /**< Name of this port */
|
||||
const char *description; /**< Description of this port */
|
||||
uint32_t priority; /**< The higher this value is the more useful this port is as a default */
|
||||
int available; /**< A \link pa_port_available_t, indicating availability status of this port. \since 2.0 */
|
||||
int available; /**< A flags (see #pa_port_available),indicating availability status of this port. \since 2.0 */
|
||||
} pa_sink_port_info;
|
||||
|
||||
/** Stores information about sinks. Please note that this structure
|
||||
|
|
@ -282,7 +282,7 @@ typedef struct pa_source_port_info {
|
|||
const char *name; /**< Name of this port */
|
||||
const char *description; /**< Description of this port */
|
||||
uint32_t priority; /**< The higher this value is the more useful this port is as a default */
|
||||
int available; /**< A \link pa_port_available_t, indicating availability status of this port. \since 2.0 */
|
||||
int available; /**< A flags (see #pa_port_available) indicating availability status of this port. \since 2.0 */
|
||||
} pa_source_port_info;
|
||||
|
||||
/** Stores information about sources. Please note that this structure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue