diff options
| author | Ted Gould <ted@gould.cx> | 2010-11-17 21:11:40 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-11-17 21:11:40 -0600 |
| commit | 0dea1bb0779b8cddbf631ee80f76d13aa8920ec5 (patch) | |
| tree | 9e6810b8595bbd19ac0f25b44e4374e96b67027f /libdbusmenu-glib/client.c | |
| parent | 050ca49a1179f4c04d6c175e8005e8516fd80654 (diff) | |
| download | libdbusmenu-0dea1bb0779b8cddbf631ee80f76d13aa8920ec5.tar.gz libdbusmenu-0dea1bb0779b8cddbf631ee80f76d13aa8920ec5.tar.bz2 libdbusmenu-0dea1bb0779b8cddbf631ee80f76d13aa8920ec5.zip | |
Fixing our signals and marshallers for them as well
Diffstat (limited to 'libdbusmenu-glib/client.c')
| -rw-r--r-- | libdbusmenu-glib/client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdbusmenu-glib/client.c b/libdbusmenu-glib/client.c index 6f16eb2..629a1be 100644 --- a/libdbusmenu-glib/client.c +++ b/libdbusmenu-glib/client.c @@ -245,8 +245,8 @@ dbusmenu_client_class_init (DbusmenuClientClass *klass) G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (DbusmenuClientClass, event_result), NULL, NULL, - _dbusmenu_client_marshal_VOID__OBJECT_STRING_POINTER_UINT_POINTER, - G_TYPE_NONE, 5, G_TYPE_OBJECT, G_TYPE_STRING, G_TYPE_POINTER, G_TYPE_UINT, G_TYPE_POINTER); + _dbusmenu_client_marshal_VOID__OBJECT_STRING_VARIANT_UINT_POINTER, + G_TYPE_NONE, 5, G_TYPE_OBJECT, G_TYPE_STRING, G_TYPE_VARIANT, G_TYPE_UINT, G_TYPE_POINTER); g_object_class_install_property (object_class, PROP_DBUSOBJECT, g_param_spec_string(DBUSMENU_CLIENT_PROP_DBUS_OBJECT, "DBus Object we represent", |
