version.h File Reference

Define header version. More...

Go to the source code of this file.

Defines

#define pa_get_headers_version()   ("0.9.10")
 Return the version of the header files.
#define PA_API_VERSION   11
 The current API version.
#define PA_PROTOCOL_VERSION   12
 The current protocol version.

Functions

const char * pa_get_library_version (void)
 Return the version of the library the current application is linked to.


Detailed Description

Define header version.


Define Documentation

#define PA_API_VERSION   11

The current API version.

Version 6 relates to Polypaudio 0.6. Prior versions (i.e. Polypaudio 0.5.1 and older) have PA_API_VERSION undefined.

 
#define pa_get_headers_version (  )     ("0.9.10")

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.

Examples:
pacat.c, and paplay.c.

#define PA_PROTOCOL_VERSION   12

The current protocol version.

Version 8 relates to Polypaudio 0.8/PulseAudio 0.9.

Since:
0.8


Function Documentation

const char* pa_get_library_version ( void   ) 

Return the version of the library the current application is linked to.

Examples:
pacat.c, and paplay.c.


Generated on Sat Apr 19 07:04:08 2008 for PulseAudio by  doxygen 1.5.5