import version.h in all header files to make sure that version-based feature testing works

This commit is contained in:
Lennart Poettering 2009-01-27 02:36:42 +01:00
parent 1249cf6dc9
commit 6058530571
21 changed files with 21 additions and 0 deletions

View file

@ -26,6 +26,7 @@
#include <pulse/sample.h> #include <pulse/sample.h>
#include <pulse/channelmap.h> #include <pulse/channelmap.h>
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/version.h>
/** \file /** \file
* An abstract interface for Zeroconf browsing of PulseAudio servers */ * An abstract interface for Zeroconf browsing of PulseAudio servers */

View file

@ -26,6 +26,7 @@
#include <pulse/sample.h> #include <pulse/sample.h>
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/gccmacro.h> #include <pulse/gccmacro.h>
#include <pulse/version.h>
/** \page channelmap Channel Maps /** \page channelmap Channel Maps
* *

View file

@ -29,6 +29,7 @@
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/operation.h> #include <pulse/operation.h>
#include <pulse/proplist.h> #include <pulse/proplist.h>
#include <pulse/version.h>
/** \page async Asynchronous API /** \page async Asynchronous API
* *

View file

@ -29,6 +29,7 @@
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/sample.h> #include <pulse/sample.h>
#include <pulse/version.h>
/** \file /** \file
* Global definitions */ * Global definitions */

View file

@ -25,6 +25,7 @@
#include <inttypes.h> #include <inttypes.h>
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/version.h>
/** \file /** \file
* Error management */ * Error management */

View file

@ -23,6 +23,7 @@
***/ ***/
#include <pulse/context.h> #include <pulse/context.h>
#include <pulse/version.h>
/** \file /** \file
* *

View file

@ -27,6 +27,7 @@
#include <pulse/mainloop-api.h> #include <pulse/mainloop-api.h>
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/version.h>
/** \page glib-mainloop GLIB Main Loop Bindings /** \page glib-mainloop GLIB Main Loop Bindings
* *

View file

@ -24,6 +24,7 @@
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/gccmacro.h> #include <pulse/gccmacro.h>
#include <pulse/version.h>
PA_C_DECL_BEGIN PA_C_DECL_BEGIN

View file

@ -32,6 +32,7 @@
#include <pulse/channelmap.h> #include <pulse/channelmap.h>
#include <pulse/volume.h> #include <pulse/volume.h>
#include <pulse/proplist.h> #include <pulse/proplist.h>
#include <pulse/version.h>
/** \page introspect Server Query and Control /** \page introspect Server Query and Control
* *

View file

@ -27,6 +27,7 @@
#include <time.h> #include <time.h>
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/version.h>
/** \file /** \file
* *

View file

@ -24,6 +24,7 @@
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/def.h> #include <pulse/def.h>
#include <pulse/version.h>
/** \file /** \file
* Asynchronous operations */ * Asynchronous operations */

View file

@ -26,6 +26,7 @@
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/gccmacro.h> #include <pulse/gccmacro.h>
#include <pulse/version.h>
PA_C_DECL_BEGIN PA_C_DECL_BEGIN

View file

@ -30,6 +30,7 @@
#include <pulse/gccmacro.h> #include <pulse/gccmacro.h>
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/version.h>
/** \page sample Sample Format Specifications /** \page sample Sample Format Specifications
* *

View file

@ -28,6 +28,7 @@
#include <pulse/context.h> #include <pulse/context.h>
#include <pulse/stream.h> #include <pulse/stream.h>
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/version.h>
/** \page scache Sample Cache /** \page scache Sample Cache
* *

View file

@ -29,6 +29,7 @@
#include <pulse/channelmap.h> #include <pulse/channelmap.h>
#include <pulse/def.h> #include <pulse/def.h>
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/version.h>
/** \page simple Simple API /** \page simple Simple API
* *

View file

@ -28,6 +28,7 @@
#include <pulse/def.h> #include <pulse/def.h>
#include <pulse/context.h> #include <pulse/context.h>
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/version.h>
/** \page subscribe Event Subscription /** \page subscribe Event Subscription
* *

View file

@ -25,6 +25,7 @@
#include <pulse/mainloop-api.h> #include <pulse/mainloop-api.h>
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/version.h>
PA_C_DECL_BEGIN PA_C_DECL_BEGIN

View file

@ -25,6 +25,7 @@
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/gccmacro.h> #include <pulse/gccmacro.h>
#include <pulse/version.h>
/** \file /** \file
* UTF8 Validation functions * UTF8 Validation functions

View file

@ -27,6 +27,7 @@
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/gccmacro.h> #include <pulse/gccmacro.h>
#include <pulse/version.h>
/** \file /** \file
* Assorted utility functions */ * Assorted utility functions */

View file

@ -29,6 +29,7 @@
#include <pulse/gccmacro.h> #include <pulse/gccmacro.h>
#include <pulse/sample.h> #include <pulse/sample.h>
#include <pulse/channelmap.h> #include <pulse/channelmap.h>
#include <pulse/version.h>
/** \page volume Volume Control /** \page volume Volume Control
* *

View file

@ -29,6 +29,7 @@
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/gccmacro.h> #include <pulse/gccmacro.h>
#include <pulse/version.h>
/** \file /** \file
* Memory allocation functions. * Memory allocation functions.