mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
add user volume API
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@255 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
a6471e2602
commit
da45617efc
6 changed files with 45 additions and 2 deletions
|
|
@ -27,6 +27,8 @@
|
|||
/** \file
|
||||
* Define header version */
|
||||
|
||||
PA_C_DECL_BEGIN
|
||||
|
||||
/** Return the version of the header files. Keep in mind that this is
|
||||
a macro and not a function, so it is impossible to get the pointer of
|
||||
it. */
|
||||
|
|
@ -40,4 +42,6 @@ const char* pa_get_library_version(void);
|
|||
* PA_API_VERSION undefined. */
|
||||
#define PA_API_VERSION @PA_API_VERSION@
|
||||
|
||||
PA_C_DECL_END
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue