mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
* 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:
parent
45b1eeec6b
commit
19b5b71feb
13 changed files with 28 additions and 27 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef foopolyplibbrowserhfoo
|
||||
#define foopolyplibbrowserhfoo
|
||||
#ifndef foobrowserhfoo
|
||||
#define foobrowserhfoo
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef foopolyplibcontexthfoo
|
||||
#define foopolyplibcontexthfoo
|
||||
#ifndef foocontexthfoo
|
||||
#define foocontexthfoo
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef foopolyplibdefhfoo
|
||||
#define foopolyplibdefhfoo
|
||||
#ifndef foodefhfoo
|
||||
#define foodefhfoo
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef foopolypliberrorhfoo
|
||||
#define foopolypliberrorhfoo
|
||||
#ifndef fooerrorhfoo
|
||||
#define fooerrorhfoo
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef foopolyplibinternalhfoo
|
||||
#define foopolyplibinternalhfoo
|
||||
#ifndef foointernalhfoo
|
||||
#define foointernalhfoo
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef foopolyplibintrospecthfoo
|
||||
#define foopolyplibintrospecthfoo
|
||||
#ifndef foointrospecthfoo
|
||||
#define foointrospecthfoo
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef foopolypliboperationhfoo
|
||||
#define foopolypliboperationhfoo
|
||||
#ifndef foooperationhfoo
|
||||
#define foooperationhfoo
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef foopolyplibscachehfoo
|
||||
#define foopolyplibscachehfoo
|
||||
#ifndef fooscachehfoo
|
||||
#define fooscachehfoo
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef foopolyplibsimplehfoo
|
||||
#define foopolyplibsimplehfoo
|
||||
#ifndef foosimplehfoo
|
||||
#define foosimplehfoo
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef foopolyplibstreamhfoo
|
||||
#define foopolyplibstreamhfoo
|
||||
#ifndef foostreamhfoo
|
||||
#define foostreamhfoo
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef foopolyplibsubscribehfoo
|
||||
#define foopolyplibsubscribehfoo
|
||||
#ifndef foosubscribehfoo
|
||||
#define foosubscribehfoo
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef foopolyplibversionhfoo /*-*-C-*-*/
|
||||
#define foopolyplibversionhfoo
|
||||
#ifndef fooversionhfoo /*-*-C-*-*/
|
||||
#define fooversionhfoo
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue