drop polyplib- prefix from client library files

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@492 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-02-16 22:43:59 +00:00
parent f49b09df15
commit 22c8cebb85
32 changed files with 83 additions and 83 deletions

View file

@ -22,7 +22,7 @@
#include <assert.h>
#include <howl.h>
#include "polyplib-browser.h"
#include "browser.h"
#include <polypcore/xmalloc.h>
#include <polypcore/log.h>
#include <polypcore/util.h>

View file

@ -47,9 +47,9 @@
#include <polypcore/winsock.h>
#include "polyplib-internal.h"
#include "polyplib-context.h"
#include "polyplib-version.h"
#include "internal.h"
#include "context.h"
#include "version.h"
#include <polypcore/native-common.h>
#include <polypcore/pdispatch.h>
#include <polypcore/pstream.h>

View file

@ -23,10 +23,10 @@
***/
#include <polyp/sample.h>
#include <polyp/polyplib-def.h>
#include <polyp/def.h>
#include <polyp/mainloop-api.h>
#include <polyp/cdecl.h>
#include <polyp/polyplib-operation.h>
#include <polyp/operation.h>
/** \file
* Connection contexts for asynchrononous communication with a

View file

@ -26,7 +26,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "polyplib-error.h"
#include "error.h"
#include <polypcore/native-common.h>
static const char* const errortab[PA_ERROR_MAX] = {

View file

@ -28,9 +28,9 @@
#include <polypcore/pdispatch.h>
#include <polypcore/dynarray.h>
#include "polyplib-context.h"
#include "polyplib-stream.h"
#include "polyplib-operation.h"
#include "context.h"
#include "stream.h"
#include "operation.h"
#include <polypcore/llist.h>
#include <polypcore/native-common.h>
#include <polyp/client-conf.h>

View file

@ -25,9 +25,9 @@
#include <assert.h>
#include "polyplib-introspect.h"
#include "polyplib-context.h"
#include "polyplib-internal.h"
#include "introspect.h"
#include "context.h"
#include "internal.h"
#include <polypcore/pstream-util.h>
#include <polypcore/gccmacro.h>

View file

@ -24,8 +24,8 @@
#include <inttypes.h>
#include <polyp/polyplib-operation.h>
#include <polyp/polyplib-context.h>
#include <polyp/operation.h>
#include <polyp/context.h>
#include <polyp/cdecl.h>
#include <polyp/channelmap.h>
#include <polyp/volume.h>

View file

@ -26,8 +26,8 @@
#include <assert.h>
#include <polypcore/xmalloc.h>
#include "polyplib-internal.h"
#include "polyplib-operation.h"
#include "internal.h"
#include "operation.h"
pa_operation *pa_operation_new(pa_context *c, pa_stream *s) {
pa_operation *o;

View file

@ -23,7 +23,7 @@
***/
#include <polyp/cdecl.h>
#include <polyp/polyplib-def.h>
#include <polyp/def.h>
/** \file
* Asynchronous operations */

View file

@ -25,18 +25,18 @@
#include <polyp/cdecl.h>
#include <polyp/mainloop-api.h>
#include <polyp/sample.h>
#include <polyp/polyplib-def.h>
#include <polyp/polyplib-context.h>
#include <polyp/polyplib-stream.h>
#include <polyp/polyplib-introspect.h>
#include <polyp/polyplib-subscribe.h>
#include <polyp/polyplib-scache.h>
#include <polyp/polyplib-version.h>
#include <polyp/def.h>
#include <polyp/context.h>
#include <polyp/stream.h>
#include <polyp/introspect.h>
#include <polyp/subscribe.h>
#include <polyp/scache.h>
#include <polyp/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-version.h
* \ref def.h, \ref context.h, \ref stream.h,
* \ref introspect.h, \ref subscribe.h and \ref scache.h \ref version.h
* at once */
/** \mainpage
@ -57,13 +57,13 @@
*
* Use this if you develop your program in synchronous style and just
* need a way to play or record data on the sound server. See
* \ref polyplib-simple.h for more details.
* \ref simple.h for more details.
*
* \section async_api Asynchronous API
*
* Use this if you develop your programs in asynchronous, main loop
* based style or want to use advanced features of the polypaudio
* API. A good starting point is \ref polyplib-context.h
* API. A good starting point is \ref context.h
*
* The asynchronous API relies on an abstract main loop API that is
* described in \ref mainloop-api.h. Two distinct implementations are
@ -79,8 +79,8 @@
*
* The polypaudio libraries provide pkg-config snippets for the different modules. To use the
* asynchronous API use "polyplib" as pkg-config file. GLIB main loop
* support is available as "polyplib-glib-mainloop". The simple
* synchronous API is available as "polyplib-simple".
* support is available as "glib-mainloop". The simple
* synchronous API is available as "simple".
*/
#endif

View file

@ -28,8 +28,8 @@
#include <stdio.h>
#include <string.h>
#include "polyplib-scache.h"
#include "polyplib-internal.h"
#include "scache.h"
#include "internal.h"
#include <polypcore/pstream-util.h>
void pa_stream_connect_upload(pa_stream *s, size_t length) {

View file

@ -24,8 +24,8 @@
#include <sys/types.h>
#include <polyp/polyplib-context.h>
#include <polyp/polyplib-stream.h>
#include <polyp/context.h>
#include <polyp/stream.h>
#include <polyp/cdecl.h>
/** \file

View file

@ -28,7 +28,7 @@
#include <assert.h>
#include <stdlib.h>
#include "polyplib-simple.h"
#include "simple.h"
#include "polyplib.h"
#include "mainloop.h"
#include <polypcore/native-common.h>

View file

@ -25,7 +25,7 @@
#include <sys/types.h>
#include "sample.h"
#include "polyplib-def.h"
#include "def.h"
#include <polyp/cdecl.h>
/** \file

View file

@ -28,7 +28,7 @@
#include <stdio.h>
#include <string.h>
#include "polyplib-internal.h"
#include "internal.h"
#include <polypcore/xmalloc.h>
#include <polypcore/pstream-util.h>
#include <polypcore/util.h>

View file

@ -27,9 +27,9 @@
#include <polyp/sample.h>
#include <polyp/channelmap.h>
#include <polyp/volume.h>
#include <polyp/polyplib-def.h>
#include <polyp/def.h>
#include <polyp/cdecl.h>
#include <polyp/polyplib-operation.h>
#include <polyp/operation.h>
/** \file
* Audio streams for input, output and sample upload */

View file

@ -26,8 +26,8 @@
#include <assert.h>
#include <stdio.h>
#include "polyplib-subscribe.h"
#include "polyplib-internal.h"
#include "subscribe.h"
#include "internal.h"
#include <polypcore/pstream-util.h>
#include <polypcore/gccmacro.h>

View file

@ -24,8 +24,8 @@
#include <inttypes.h>
#include <polyp/polyplib-def.h>
#include <polyp/polyplib-context.h>
#include <polyp/def.h>
#include <polyp/context.h>
#include <polyp/cdecl.h>
/** \file

View file

@ -22,7 +22,7 @@
USA.
***/
/* WARNING: Make sure to edit the real source file polyplib-version.h.in! */
/* WARNING: Make sure to edit the real source file version.h.in! */
/** \file
* Define header version */