daemon: support running with pa_glib_mainloop/GMainLoop.
authorKrisztian Litkey <kli@iki.fi>
Wed, 21 Aug 2013 17:58:34 +0000 (20:58 +0300)
committerKrisztian Litkey <kli@iki.fi>
Wed, 21 Aug 2013 17:58:34 +0000 (20:58 +0300)
commit9e55fbe0732cb0682c47d83e85f48fffa30e7f6d
tree2defca5bfb7932b90bacc14b56df1a7f452f6617
parentc60aa4e7a47da626709822c72331eb5537460ddd
daemon: support running with pa_glib_mainloop/GMainLoop.

To allow *temporarily* plugins to use gdbus, we need to be able
to run with GMainLoop and consequently to use pa_glib_mainloop.
This is now possible by setting the configuration variable
'gmainloop' to true either in the config file or by passing
the -s gmainloop=true on the command line.
configure.ac
src/Makefile.am
src/daemon/context.h
src/daemon/daemon.c
src/plugins/input-handler/input-plugin.c
src/plugins/sphinx-speech-engine/pulse-interface.c
src/plugins/sphinx-speech-engine/pulse-interface.h