pulseaudio/src/daemon
poljar (Damir Jelić) d806b19714 Remove pa_bool_t and replace it with bool.
commands used for this (executed from the pulseaudio/src directory):
    find . -regex '\(.*\.[hc]\|.*\.cc\|.*\.m4\)' -not -name 'macro.h' \
        -a -not -name 'reserve.[ch]' -a -not -name 'reserve-monitor.[ch]' \
        -a -not -name 'glib-mainloop.c' -a -not -name 'gkt-test.c' \
        -a -not -name 'glib-mainloop.c' -a -not -name 'gkt-test.c' \
        -a -not -name 'poll-win32.c' -a -not -name 'thread-win32.c' \
        -a -not -name 'dllmain.c' -a -not -name 'gconf-helper.c' \
        -exec sed -i -e 's/\bpa_bool_t\b/bool/g' \
        -e 's/\bTRUE\b/true/g' -e 's/\bFALSE\b/false/g' {} \;

and:
    sed -i -e '181,194!s/\bpa_bool_t\b/bool/' \
        -e '181,194!s/\bTRUE\b/true/' -e \
        '181,194!s/\bFALSE\b/false/' pulsecore/macro.h
2013-07-04 12:25:30 +03:00
..
.gitignore git: ignore kde related files 2009-10-30 05:20:00 +01:00
caps.c daemon: Don't rely on prctl(PR_SET_KEEPCAPS, 0) for dropping caps. 2013-02-07 11:59:58 +02:00
caps.h daemon: Don't rely on prctl(PR_SET_KEEPCAPS, 0) for dropping caps. 2013-02-07 11:59:58 +02:00
cmdline.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
cmdline.h More spelling fixes 2011-08-25 11:27:47 +01:00
cpulimit.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
cpulimit.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
daemon-conf.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
daemon-conf.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
daemon.conf.in core: infrastructure for alternate sampling rate 2011-10-17 19:23:26 +05:30
default.pa.in default.pa: Load switch-on-port-available before udev-detect 2013-04-24 07:56:01 +02:00
dumpmodules.c daemon: Fix redundant redeclaration warning 2012-10-22 17:56:10 +03:00
dumpmodules.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
esdcompat.in Fix up some double spaces 2011-03-18 09:20:07 +00:00
ltdl-bind-now.c Style fix: Add a space between the closing/opening bracket 2013-06-24 16:56:24 +03:00
ltdl-bind-now.h Whitespace cleanup: Remove all multiple newlines 2013-06-24 16:56:24 +03:00
main.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
Makefile build-sys: readd stub makefiles to subdirectories to make building with emacs easier 2012-05-15 14:17:58 +02:00
pulseaudio-kde.desktop.in device-manager: Add some scripts that are only run under KDE to load/initialise module-device-manager with routing turned on. 2009-10-01 22:33:22 +01:00
pulseaudio-system.conf build-sys: remove HAL support, it's obsolete since years 2012-05-15 16:06:42 +02:00
pulseaudio.desktop.in gnome: start PA early in the gnome session 2012-05-16 01:06:17 +02:00
server-lookup.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
server-lookup.h dbus-protocol: Connection handling for local connections. 2009-06-16 19:03:22 +03:00
start-pulseaudio-kde.in device-manager: Fix typo in module loading script. 2009-10-02 00:49:50 +01:00
start-pulseaudio-x11.in start: we don't need to check for $PULSE_SERVER anymore 2010-01-14 20:33:40 +01:00
system.pa.in conf: Make sure module-dbus-protocol is loaded after module-default-device-restore 2011-09-15 06:40:18 +05:30