mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05: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 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue