summaryrefslogtreecommitdiff
path: root/src/fr-marshal.list
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-11-21 17:12:25 +0100
committerinfirit <[email protected]>2014-11-22 20:25:30 +0100
commitb99f3f5e8080f266affd9734d4f73dac0c67215e (patch)
tree4fe239a05e06136e388c1c31c2c4ef5a52ded7d7 /src/fr-marshal.list
parent770df1b16c7285cdcb1ba661f6a49ad022d4ac87 (diff)
downloadengrampa-b99f3f5e8080f266affd9734d4f73dac0c67215e.tar.bz2
engrampa-b99f3f5e8080f266affd9734d4f73dac0c67215e.tar.xz
use a boxed type to pass the error to the 'done' signal
Based on FR commit: 4b645f57c856928c508dd74c31e1bfb2132368e1 From: Paolo Bacchilega <[email protected]>
Diffstat (limited to 'src/fr-marshal.list')
-rw-r--r--src/fr-marshal.list3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fr-marshal.list b/src/fr-marshal.list
index d3fcc1a..1629043 100644
--- a/src/fr-marshal.list
+++ b/src/fr-marshal.list
@@ -1,8 +1,9 @@
VOID:INT
VOID:INT,INT
-VOID:INT,POINTER
+VOID:INT,BOXED
VOID:POINTER
VOID:VOID
VOID:DOUBLE
VOID:STRING
VOID:BOOL
+VOID:BOXED