* 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
#define foopolyplibbrowserhfoo
#ifndef foobrowserhfoo
#define foobrowserhfoo
/* $Id$ */

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
#ifndef foopolyplibhfoo
#define foopolyplibhfoo
#ifndef foopolypaudiohfoo
#define foopolypaudiohfoo
/* $Id$ */
@ -32,11 +32,12 @@
#include <polyp/subscribe.h>
#include <polyp/scache.h>
#include <polyp/version.h>
#include <polyp/error.h>
/** \file
* 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 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 */
/** \mainpage

View file

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

View file

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

View file

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

View file

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

View file

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