aboutsummaryrefslogtreecommitdiff
path: root/src/custom-service-appstore.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-11-06 16:47:54 -0600
committerTed Gould <ted@canonical.com>2009-11-06 16:47:54 -0600
commit53f654eec6419c4999a620f9f1e0aaf3f2ac5e89 (patch)
treebc1d11a794427a1cb5310fa4e0c6c8c9b8200f2b /src/custom-service-appstore.c
parent3ea189ef44422c02eacfb25089968acaaff61ab1 (diff)
downloadayatana-indicator-application-53f654eec6419c4999a620f9f1e0aaf3f2ac5e89.tar.gz
ayatana-indicator-application-53f654eec6419c4999a620f9f1e0aaf3f2ac5e89.tar.bz2
ayatana-indicator-application-53f654eec6419c4999a620f9f1e0aaf3f2ac5e89.zip
Adding in a set of marshallers to make our signals all happy.
Diffstat (limited to 'src/custom-service-appstore.c')
-rw-r--r--src/custom-service-appstore.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/custom-service-appstore.c b/src/custom-service-appstore.c
index a012fae..02d7927 100644
--- a/src/custom-service-appstore.c
+++ b/src/custom-service-appstore.c
@@ -4,6 +4,7 @@
#include <dbus/dbus-glib.h>
#include "custom-service-appstore.h"
+#include "custom-service-marshal.h"
#include "dbus-shared.h"
/* DBus Prototypes */
@@ -59,7 +60,7 @@ custom_service_appstore_class_init (CustomServiceAppstoreClass *klass)
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (CustomServiceAppstore, application_added),
NULL, NULL,
- g_cclosure_marshal_VOID__POINTER,
+ _custom_service_marshal_VOID__STRING_INT_STRING_STRING,
G_TYPE_NONE, 4, G_TYPE_STRING, G_TYPE_INT, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_NONE);
signals[APPLICATION_REMOVED] = g_signal_new ("application-removed",
G_TYPE_FROM_CLASS(klass),