diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-03 15:05:08 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-03 15:05:08 +0000 |
commit | 259f58ec21be89f22f478243f4c8acf9a44231f9 (patch) | |
tree | 5bd8e50cdbe31544a4277cb74b4c764d0f86eee4 /tests/test-indicator-sound-dbus-client.c | |
parent | 4bde209ef0f8ad381d70b2ade7eb3cf834eed074 (diff) | |
download | ayatana-indicator-sound-259f58ec21be89f22f478243f4c8acf9a44231f9.tar.gz ayatana-indicator-sound-259f58ec21be89f22f478243f4c8acf9a44231f9.tar.bz2 ayatana-indicator-sound-259f58ec21be89f22f478243f4c8acf9a44231f9.zip |
tests compiling
Diffstat (limited to 'tests/test-indicator-sound-dbus-client.c')
-rw-r--r-- | tests/test-indicator-sound-dbus-client.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/test-indicator-sound-dbus-client.c b/tests/test-indicator-sound-dbus-client.c index dc36ae3..08ce93e 100644 --- a/tests/test-indicator-sound-dbus-client.c +++ b/tests/test-indicator-sound-dbus-client.c @@ -25,7 +25,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <glib.h> #include <dbus/dbus-glib.h> #include "../src/dbus-shared-names.h" -/*#include "../src/indicator-sound.c"*/ #include "test-defines.h" static GMainLoop * mainloop = NULL; @@ -78,10 +77,14 @@ main (gint argc, gchar * argv[]) } DBusGProxy * props = dbus_g_proxy_new_for_name_owner(session_bus, - INDICATOR_SOUND_DBUS_NAME, + INDICATOR_SOUND_DBUS_NAME, INDICATOR_SOUND_SERVICE_DBUS_OBJECT, INDICATOR_SOUND_SERVICE_DBUS_INTERFACE, - &error); + &error); +/* ":1.0",*/ +/* "/need/a/path",*/ +/* DBUS_INTERFACE_PROPERTIES,*/ +/* &error);*/ if (error != NULL) { g_error("Unable to get property proxy: %s", error->message); return 1; |