diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-02 00:18:04 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-02 00:18:04 +0000 |
commit | a6152fcf5ec57d7252617a7ede36aa53de7f2930 (patch) | |
tree | abce27406eaa2fe29e1705b0b38b81cd947871af /tests/test-indicator-sound-dbus-server.c | |
parent | 6468402475d7bfced0ee905bdd56977cc2f4b7da (diff) | |
parent | 7a92d249547ff1783725850edb39a952e52ee8c9 (diff) | |
download | ayatana-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.c | 2 |
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; } |