aboutsummaryrefslogtreecommitdiff
path: root/tests/test-indicator-sound-dbus-client.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-03-03 15:05:08 +0000
committerConor Curran <conor.curran@canonical.com>2010-03-03 15:05:08 +0000
commit259f58ec21be89f22f478243f4c8acf9a44231f9 (patch)
tree5bd8e50cdbe31544a4277cb74b4c764d0f86eee4 /tests/test-indicator-sound-dbus-client.c
parent4bde209ef0f8ad381d70b2ade7eb3cf834eed074 (diff)
downloadayatana-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.c9
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;