diff options
author | Ted Gould <ted@gould.cx> | 2009-12-09 11:17:32 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-09 11:17:32 -0600 |
commit | bb4ccc2bbb60b34fdbb1141d3b6565d7d041bc5d (patch) | |
tree | 148854ee98e2805a58426a40c487027a1b15bae1 /libdbusmenu-glib | |
parent | 221c276afc0e33bb0da3381020229309f65e806f (diff) | |
download | libdbusmenu-bb4ccc2bbb60b34fdbb1141d3b6565d7d041bc5d.tar.gz libdbusmenu-bb4ccc2bbb60b34fdbb1141d3b6565d7d041bc5d.tar.bz2 libdbusmenu-bb4ccc2bbb60b34fdbb1141d3b6565d7d041bc5d.zip |
Switching the marshallers around to match the new signal interfaces.
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r-- | libdbusmenu-glib/server-marshal.list | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdbusmenu-glib/server-marshal.list b/libdbusmenu-glib/server-marshal.list index 950fc9d..044c64d 100644 --- a/libdbusmenu-glib/server-marshal.list +++ b/libdbusmenu-glib/server-marshal.list @@ -1 +1,2 @@ -VOID: UINT, STRING, STRING +VOID: UINT, STRING, POINTER +VOID: INT, UINT |