aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/null_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* null, fifo: use GLib instead of utils.hMax Kellermann2009-01-031-2/+1
|
* null: don't include gcc.hMax Kellermann2009-01-011-4/+7
| | | | Use GLib's G_GNUC_UNUSED instead of macros from gcc.h.
* output: use bool for return values and flagsMax Kellermann2008-10-291-6/+6
| | | | | Don't return 0/-1 on success/error, but true/false. Instead of int, use bool for storing flags.
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-261-0/+85
Again, no CamelCase in the directory name.