diff options
author | Ted Gould <ted@canonical.com> | 2009-07-21 11:39:26 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-07-21 11:39:26 -0500 |
commit | b8b2c52d84980f6132e6071dc879ac5e40b90880 (patch) | |
tree | a8f731a650b0e74bfe4705850ba52c291696634d /libindicate | |
parent | 5cbbca20e09a1d7281c566b01b1fc2b50a81d0b5 (diff) | |
download | libayatana-indicator-b8b2c52d84980f6132e6071dc879ac5e40b90880.tar.gz libayatana-indicator-b8b2c52d84980f6132e6071dc879ac5e40b90880.tar.bz2 libayatana-indicator-b8b2c52d84980f6132e6071dc879ac5e40b90880.zip |
Using the server marshaller
Diffstat (limited to 'libindicate')
-rw-r--r-- | libindicate/server.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libindicate/server.c b/libindicate/server.c index cd8b33a..95a5c3c 100644 --- a/libindicate/server.c +++ b/libindicate/server.c @@ -29,6 +29,7 @@ License version 3 and version 2.1 along with this program. If not, see #include "server.h" #include "interests-priv.h" +#include "server-marshal.h" #include <dbus/dbus-glib.h> #include <dbus/dbus-glib-lowlevel.h> @@ -179,7 +180,7 @@ indicate_server_class_init (IndicateServerClass * class) G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (IndicateServerClass, indicator_added), NULL, NULL, - g_cclosure_marshal_VOID__UINT_POINTER, + _indicate_server_marshal_VOID__UINT_STRING, G_TYPE_NONE, 2, G_TYPE_UINT, G_TYPE_STRING); /** IndicateServer::indicator-removed: |