summaryrefslogtreecommitdiffstats
path: root/pulse/pulse.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove our own poll handler implementation entirelyLennart Poettering2008-09-031-3/+0
| | | | | Neither pcm_pulse.c nor ctl_pulse.c is using our poll handler implementation anymore, so let's get rid of the common parts previously used by them, too
* Get rid of pulse_poll_revents()Lennart Poettering2008-09-031-2/+1
| | | | pulse_poll_revents() has no real purpose, so let's remove it.
* Make pulse_new() a proper C functionLennart Poettering2008-09-031-1/+1
| | | | | C functions taking no argument need a (void) as argument list. It's C++ where () is allowed too.
* Add Emacs-style /*-*- linux-c -*-*/ header commentLennart Poettering2008-09-031-0/+2
| | | | | As suggested in the kernel's CodingStyle document force Emacs into kernel-style indenting to prevent future indenting chaos, at least for Emacs users.
* Reindent to Linux kernel styleLennart Poettering2008-09-031-20/+23
| | | | | | | The PulseAudio plugin was horrible mix-up of different indenting styles even in the same files. Indenting by 4, by 2, by 8 characters, sometimes with tabs, sometimes with spaces. To fix this chaos I ran all files through "indent -kr -i8". Hopefully future patches will follow kernel style indenting too.
* Follow Polypaudio/PulseAudio name changePierre Ossman2006-07-121-0/+57
Polypaudio recently changed its name to PulseAudio which affects the names of libraries of header files. Update the polyp, now pulse, plug-in to follow this name change. Signed-off-by: Pierre Ossman <ossman@cendio.se>