From 6e73a7a8f31c3b890ad900960a24b930cfeb13ed Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Thu, 10 Dec 2009 17:35:29 -0600 Subject: 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 --- e-util/e-marshal.list | 3 +++ 1 file changed, 3 insertions(+) (limited to 'e-util/e-marshal.list') 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 -- cgit v1.2.3