aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-application.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-04 12:07:36 -0500
committerTed Gould <ted@gould.cx>2010-08-04 12:07:36 -0500
commitd58186ab8edd420512df29e05005f7722b7bb619 (patch)
tree8d18c17fc18345b7c62bec7f3366819dfa20d35e /src/indicator-application.c
parent1f1bb2ca74ccdbbbeaf0600b13ab12342d276b77 (diff)
downloadayatana-indicator-application-d58186ab8edd420512df29e05005f7722b7bb619.tar.gz
ayatana-indicator-application-d58186ab8edd420512df29e05005f7722b7bb619.tar.bz2
ayatana-indicator-application-d58186ab8edd420512df29e05005f7722b7bb619.zip
Updating signal emition to match new API
Diffstat (limited to 'src/indicator-application.c')
-rw-r--r--src/indicator-application.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/indicator-application.c b/src/indicator-application.c
index 72f2110..32284d3 100644
--- a/src/indicator-application.c
+++ b/src/indicator-application.c
@@ -130,13 +130,15 @@ indicator_application_class_init (IndicatorApplicationClass *klass)
io_class->get_entries = get_entries;
io_class->get_location = get_location;
- dbus_g_object_register_marshaller(_application_service_marshal_VOID__STRING_INT_STRING_STRING_STRING,
+ dbus_g_object_register_marshaller(_application_service_marshal_VOID__STRING_INT_STRING_STRING_STRING_STRING_STRING,
G_TYPE_NONE,
G_TYPE_STRING,
G_TYPE_INT,
G_TYPE_STRING,
G_TYPE_STRING,
G_TYPE_STRING,
+ G_TYPE_STRING,
+ G_TYPE_STRING,
G_TYPE_INVALID);
dbus_g_object_register_marshaller(_application_service_marshal_VOID__INT_STRING,
G_TYPE_NONE,