mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
minor doxygen fixes
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@526 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
5d253cd30c
commit
3bc09025ed
2 changed files with 2 additions and 3 deletions
|
|
@ -49,8 +49,7 @@
|
||||||
|
|
||||||
PA_C_DECL_BEGIN
|
PA_C_DECL_BEGIN
|
||||||
|
|
||||||
/** \struct pa_context
|
/** An opaque connection context to a daemon */
|
||||||
* An opaque connection context to a daemon */
|
|
||||||
typedef struct pa_context pa_context;
|
typedef struct pa_context pa_context;
|
||||||
|
|
||||||
/** Generic notification callback prototype */
|
/** Generic notification callback prototype */
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ typedef enum pa_operation_state {
|
||||||
/** An invalid index */
|
/** An invalid index */
|
||||||
#define PA_INVALID_INDEX ((uint32_t) -1)
|
#define PA_INVALID_INDEX ((uint32_t) -1)
|
||||||
|
|
||||||
/** Some special flags for contexts. \ since 0.8 */
|
/** Some special flags for contexts. \since 0.8 */
|
||||||
typedef enum pa_context_flags {
|
typedef enum pa_context_flags {
|
||||||
PA_CONTEXT_NOAUTOSPAWN = 1 /**< Disabled autospawning of the polypaudio daemon if required */
|
PA_CONTEXT_NOAUTOSPAWN = 1 /**< Disabled autospawning of the polypaudio daemon if required */
|
||||||
} pa_context_flags_t;
|
} pa_context_flags_t;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue