diff options
author | Jonathon Jongsma <jonathon@quotidian.org> | 2009-12-11 07:35:29 +0800 |
---|---|---|
committer | Jonathon Jongsma <jonathon@quotidian.org> | 2009-12-16 04:16:08 +0800 |
commit | 6e73a7a8f31c3b890ad900960a24b930cfeb13ed (patch) | |
tree | 42047e57aed3514f897dee80512e511a78946d16 /e-util | |
parent | 9c4f98e915d3f2848b9acc5e089bf3fc56ae2b0f (diff) | |
download | gsoc2013-evolution-6e73a7a8f31c3b890ad900960a24b930cfeb13ed.tar.gz gsoc2013-evolution-6e73a7a8f31c3b890ad900960a24b930cfeb13ed.tar.zst gsoc2013-evolution-6e73a7a8f31c3b890ad900960a24b930cfeb13ed.zip |
Add signals to MailFolderCache for common events
This will allow us to decouple ourselves from some of the current dependencies,
such as the folder treemodel, the shell, etc. This just defines the signals,
the next step is to refactor things and actually make other classes use them.
We need one additional signal yet related to indicating the new unread emails,
but that one will require a little more thought I think.
https://bugzilla.gnome.org/show_bug.cgi?id=604627
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-marshal.list | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-marshal.list b/e-util/e-marshal.list index 813234b4d6..4346d4359e 100644 --- a/e-util/e-marshal.list +++ b/e-util/e-marshal.list @@ -38,6 +38,9 @@ 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:STRING,DOUBLE NONE:STRING,INT,INT NONE:STRING,POINTER,POINTER |