aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service-dbus.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-06-21 11:04:29 +0200
committerConor Curran <conor.curran@canonical.com>2011-06-21 11:04:29 +0200
commit5e112656817e193c26ee462f4beffb83c08858f4 (patch)
tree559d809df653a14771271c2be5730e47fe99e3ff /src/sound-service-dbus.c
parenta3acb4947b7ae8c31e873befb24bebe64b36e49c (diff)
parent808a7108ec6c8cca9423b25269c846b5c6e2461d (diff)
downloadayatana-indicator-sound-5e112656817e193c26ee462f4beffb83c08858f4.tar.gz
ayatana-indicator-sound-5e112656817e193c26ee462f4beffb83c08858f4.tar.bz2
ayatana-indicator-sound-5e112656817e193c26ee462f4beffb83c08858f4.zip
merged tip in
Diffstat (limited to 'src/sound-service-dbus.c')
-rw-r--r--src/sound-service-dbus.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/sound-service-dbus.c b/src/sound-service-dbus.c
index afb4f04..5d7c4cd 100644
--- a/src/sound-service-dbus.c
+++ b/src/sound-service-dbus.c
@@ -124,14 +124,16 @@ sound_service_dbus_class_init (SoundServiceDbusClass *klass)
0,
NULL, NULL,
g_cclosure_marshal_VOID__STRING,
- G_TYPE_NONE, 1, G_TYPE_STRING);
+ G_TYPE_NONE, 2, G_TYPE_STRING,
+ G_TYPE_STRING);
signals[PLAYER_SPECIFIC_ITEM] = g_signal_new("player-specific-item-requested",
G_TYPE_FROM_CLASS (klass),
G_SIGNAL_RUN_LAST,
0,
NULL, NULL,
g_cclosure_marshal_VOID__STRING,
- G_TYPE_NONE, 1, G_TYPE_STRING);
+ G_TYPE_NONE, 2, G_TYPE_STRING,
+ G_TYPE_STRING);
}
static void