mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
add version routines to polyplib
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@139 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
ac595189fd
commit
befd734aac
5 changed files with 73 additions and 31 deletions
|
|
@ -22,6 +22,7 @@
|
|||
USA.
|
||||
***/
|
||||
|
||||
#include "cdecl.h"
|
||||
#include "mainloop-api.h"
|
||||
#include "sample.h"
|
||||
#include "polyplib-def.h"
|
||||
|
|
@ -30,11 +31,12 @@
|
|||
#include "polyplib-introspect.h"
|
||||
#include "polyplib-subscribe.h"
|
||||
#include "polyplib-scache.h"
|
||||
#include "polyplib-version.h"
|
||||
|
||||
/** \file
|
||||
* Include all polyplib header file at once. The following files are included: \ref mainloop-api.h, \ref sample.h,
|
||||
* \ref polyplib-def.h, \ref polyplib-context.h, \ref polyplib-stream.h,
|
||||
* \ref polyplib-introspect.h, \ref polyplib-subscribe.h and \ref polyplib-scache.h
|
||||
* \ref polyplib-introspect.h, \ref polyplib-subscribe.h and \ref polyplib-scache.h \ref polyplib-version.h
|
||||
* at once */
|
||||
|
||||
/** \mainpage
|
||||
|
|
@ -81,4 +83,11 @@
|
|||
* synchronous API is available as "polyplib-simple".
|
||||
*/
|
||||
|
||||
PA_C_DECL_BEGIN
|
||||
|
||||
/** Return the version of the library the current application is linked to */
|
||||
const char* pa_get_library_version(void);
|
||||
|
||||
PA_C_DECL_END
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue