* drop polylib prefix from #define

* include error.h from polypaudio.h


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@494 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-02-16 23:11:28 +00:00
parent 45b1eeec6b
commit 19b5b71feb
13 changed files with 28 additions and 27 deletions

View file

@ -1,5 +1,5 @@
#ifndef foopolyplibbrowserhfoo #ifndef foobrowserhfoo
#define foopolyplibbrowserhfoo #define foobrowserhfoo
/* $Id$ */ /* $Id$ */

View file

@ -1,5 +1,5 @@
#ifndef foopolyplibcontexthfoo #ifndef foocontexthfoo
#define foopolyplibcontexthfoo #define foocontexthfoo
/* $Id$ */ /* $Id$ */

View file

@ -1,5 +1,5 @@
#ifndef foopolyplibdefhfoo #ifndef foodefhfoo
#define foopolyplibdefhfoo #define foodefhfoo
/* $Id$ */ /* $Id$ */

View file

@ -1,5 +1,5 @@
#ifndef foopolypliberrorhfoo #ifndef fooerrorhfoo
#define foopolypliberrorhfoo #define fooerrorhfoo
/* $Id$ */ /* $Id$ */

View file

@ -1,5 +1,5 @@
#ifndef foopolyplibinternalhfoo #ifndef foointernalhfoo
#define foopolyplibinternalhfoo #define foointernalhfoo
/* $Id$ */ /* $Id$ */

View file

@ -1,5 +1,5 @@
#ifndef foopolyplibintrospecthfoo #ifndef foointrospecthfoo
#define foopolyplibintrospecthfoo #define foointrospecthfoo
/* $Id$ */ /* $Id$ */

View file

@ -1,5 +1,5 @@
#ifndef foopolypliboperationhfoo #ifndef foooperationhfoo
#define foopolypliboperationhfoo #define foooperationhfoo
/* $Id$ */ /* $Id$ */

View file

@ -1,5 +1,5 @@
#ifndef foopolyplibhfoo #ifndef foopolypaudiohfoo
#define foopolyplibhfoo #define foopolypaudiohfoo
/* $Id$ */ /* $Id$ */
@ -32,11 +32,12 @@
#include <polyp/subscribe.h> #include <polyp/subscribe.h>
#include <polyp/scache.h> #include <polyp/scache.h>
#include <polyp/version.h> #include <polyp/version.h>
#include <polyp/error.h>
/** \file /** \file
* Include all polyplib header file at once. The following files are included: \ref mainloop-api.h, \ref sample.h, * Include all polyplib header file at once. The following files are included: \ref mainloop-api.h, \ref sample.h,
* \ref def.h, \ref context.h, \ref stream.h, * \ref def.h, \ref context.h, \ref stream.h,
* \ref introspect.h, \ref subscribe.h and \ref scache.h \ref version.h * \ref introspect.h, \ref subscribe.h, \ref scache.h, \ref version.h \ref error.h
* at once */ * at once */
/** \mainpage /** \mainpage

View file

@ -1,5 +1,5 @@
#ifndef foopolyplibscachehfoo #ifndef fooscachehfoo
#define foopolyplibscachehfoo #define fooscachehfoo
/* $Id$ */ /* $Id$ */

View file

@ -1,5 +1,5 @@
#ifndef foopolyplibsimplehfoo #ifndef foosimplehfoo
#define foopolyplibsimplehfoo #define foosimplehfoo
/* $Id$ */ /* $Id$ */

View file

@ -1,5 +1,5 @@
#ifndef foopolyplibstreamhfoo #ifndef foostreamhfoo
#define foopolyplibstreamhfoo #define foostreamhfoo
/* $Id$ */ /* $Id$ */

View file

@ -1,5 +1,5 @@
#ifndef foopolyplibsubscribehfoo #ifndef foosubscribehfoo
#define foopolyplibsubscribehfoo #define foosubscribehfoo
/* $Id$ */ /* $Id$ */

View file

@ -1,5 +1,5 @@
#ifndef foopolyplibversionhfoo /*-*-C-*-*/ #ifndef fooversionhfoo /*-*-C-*-*/
#define foopolyplibversionhfoo #define fooversionhfoo
/* $Id$ */ /* $Id$ */