summaryrefslogtreecommitdiff
path: root/src/pa-sink-ctl.h
AgeCommit message (Collapse)AuthorFilesLines
2011-10-21pa-sink-ctl.h: Remove private functionsBenjamin Franzke1-9/+0
This involves moving functions around in pa-sink-ctl.c so that we dont need to declare them additionally.
2011-10-21Fix ident mistakes introduces by previous mass changesBenjamin Franzke1-7/+14
Variables were substituted by sed, so indentation got messed up.
2011-10-21Stop using global variables.Benjamin Franzke1-2/+33
Rather store it in a context, thats used everywhere as parameter, or as userdata.
2010-07-22glib-ify datatype, functions etc + header cleanupben1-16/+6
2010-07-21be a bit more type-safe (integer types cleanup)ben1-5/+0
2010-07-15replace own VOLUME_MAX def with PA_VOLUME_NORM defben1-2/+5
2010-07-12wip: bugfix: interfaceJan Klemkow1-0/+2
2010-07-12move sources to src/ben1-0/+25