aboutsummaryrefslogtreecommitdiff
path: root/libindicate/listener-marshal.list
diff options
context:
space:
mode:
authorEitan Isaacson <eitan@ascender.com>2009-04-10 12:51:16 +0300
committerEitan Isaacson <eitan@ascender.com>2009-04-10 12:51:16 +0300
commita3188d21d2682bf371e9e76638c26550d95a84c9 (patch)
tree6d348ece6a8c81f99afc0a41ab05b9972b40beda /libindicate/listener-marshal.list
parent8f4019b3cc4f01cc2f37473c548dc8986d151586 (diff)
downloadlibayatana-indicator-a3188d21d2682bf371e9e76638c26550d95a84c9.tar.gz
libayatana-indicator-a3188d21d2682bf371e9e76638c26550d95a84c9.tar.bz2
libayatana-indicator-a3188d21d2682bf371e9e76638c26550d95a84c9.zip
changed IndicateListenerServer to a gtyped pointer instead of a gboxed.
Diffstat (limited to 'libindicate/listener-marshal.list')
-rw-r--r--libindicate/listener-marshal.list6
1 files changed, 3 insertions, 3 deletions
diff --git a/libindicate/listener-marshal.list b/libindicate/listener-marshal.list
index 37dade3..a3d20a9 100644
--- a/libindicate/listener-marshal.list
+++ b/libindicate/listener-marshal.list
@@ -28,8 +28,8 @@
# IndicatorAdded, IndicatorRemoved, IndicatorModified
VOID:UINT,STRING
# Local indicator_added, indicator_removed
-VOID:BOXED,POINTER,STRING
+VOID:POINTER,POINTER,STRING
# Local indicator_modified
-VOID:BOXED,POINTER,STRING,STRING
+VOID:POINTER,POINTER,STRING,STRING
# Local server_added and server_removed
-VOID:BOXED,STRING
+VOID:POINTER,STRING