aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon@quotidian.org>2009-12-16 04:11:38 +0800
committerJonathon Jongsma <jonathon@quotidian.org>2009-12-16 04:16:09 +0800
commitcef8bd60e1ff505cc686792440424b57252e4c37 (patch)
tree54329aa71f6d195ac1a9409766d1bf7a4c31890a /e-util
parent6818a05259d2598c84812d4709a007fb58da59ef (diff)
downloadgsoc2013-evolution-cef8bd60e1ff505cc686792440424b57252e4c37.tar
gsoc2013-evolution-cef8bd60e1ff505cc686792440424b57252e4c37.tar.gz
gsoc2013-evolution-cef8bd60e1ff505cc686792440424b57252e4c37.tar.bz2
gsoc2013-evolution-cef8bd60e1ff505cc686792440424b57252e4c37.tar.lz
gsoc2013-evolution-cef8bd60e1ff505cc686792440424b57252e4c37.tar.xz
gsoc2013-evolution-cef8bd60e1ff505cc686792440424b57252e4c37.tar.zst
gsoc2013-evolution-cef8bd60e1ff505cc686792440424b57252e4c37.zip
Use the boxed CamelObject type for signal params in MailFolderCache
Previously I was just using G_TYPE_POINTER. Use the boxed camel object type from e-util.h instead. When camel-gobject lands, we'll use G_TYPE_OBJECT instead.
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-marshal.list8
1 files changed, 4 insertions, 4 deletions
diff --git a/e-util/e-marshal.list b/e-util/e-marshal.list
index cf6133cbd9..b0be6abe05 100644
--- a/e-util/e-marshal.list
+++ b/e-util/e-marshal.list
@@ -16,6 +16,10 @@ INT:INT,INT,BOXED
INT:INT,POINTER,INT,BOXED
INT:OBJECT,BOXED
INT:POINTER
+NONE:BOXED,STRING
+NONE:BOXED,STRING,INT
+NONE:BOXED,STRING,STRING
+NONE:BOXED,STRING,STRING,INT,STRING,STRING,STRING
NONE:INT,INT
NONE:INT,INT,BOXED
NONE:INT,INT,OBJECT
@@ -38,10 +42,6 @@ NONE:POINTER,INT,INT,INT,INT
NONE:POINTER,INT,OBJECT
NONE:POINTER,POINTER
NONE:POINTER,POINTER,INT
-NONE:POINTER,STRING
-NONE:POINTER,STRING,STRING
-NONE:POINTER,STRING,INT
-NONE:POINTER,STRING,STRING,INT,STRING,STRING,STRING
NONE:STRING,DOUBLE
NONE:STRING,INT,INT
NONE:STRING,POINTER,POINTER