aboutsummaryrefslogtreecommitdiff
path: root/tests/test-indicator-sound-dbus-server.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-03-02 00:18:04 +0000
committerConor Curran <conor.curran@canonical.com>2010-03-02 00:18:04 +0000
commita6152fcf5ec57d7252617a7ede36aa53de7f2930 (patch)
treeabce27406eaa2fe29e1705b0b38b81cd947871af /tests/test-indicator-sound-dbus-server.c
parent6468402475d7bfced0ee905bdd56977cc2f4b7da (diff)
parent7a92d249547ff1783725850edb39a952e52ee8c9 (diff)
downloadayatana-indicator-sound-a6152fcf5ec57d7252617a7ede36aa53de7f2930.tar.gz
ayatana-indicator-sound-a6152fcf5ec57d7252617a7ede36aa53de7f2930.tar.bz2
ayatana-indicator-sound-a6152fcf5ec57d7252617a7ede36aa53de7f2930.zip
slow progress on the testing front
Diffstat (limited to 'tests/test-indicator-sound-dbus-server.c')
-rw-r--r--tests/test-indicator-sound-dbus-server.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-indicator-sound-dbus-server.c b/tests/test-indicator-sound-dbus-server.c
index c9ad61d..21d7dfe 100644
--- a/tests/test-indicator-sound-dbus-server.c
+++ b/tests/test-indicator-sound-dbus-server.c
@@ -29,11 +29,13 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include "test-defines.h"
static GMainLoop * mainloop = NULL;
+static SoundServiceDbus *dbus_interface = NULL;
gboolean
kill_func (gpointer userdata)
{
g_main_loop_quit(mainloop);
+ // TODO free the dbus interface !!
return FALSE;
}