* semi-working message-threading (WIP)

This commit is contained in:
Dirk-Jan C. Binnema
2011-06-18 18:47:13 +03:00
parent d0d8356248
commit a3ec83b96d
2 changed files with 485 additions and 188 deletions

View File

@ -28,12 +28,7 @@
G_BEGIN_DECLS
struct _MuMsgThreader;
typedef struct _MuMsgThreader MuMsgThreader;
MuMsgThreader *mu_msg_threader_new (void);
void mu_msg_threader_destroy (MuMsgThreader *self);
gboolean mu_msg_threader_calculate (MuMsgThreader *self, MuMsgIter *iter);
GHashTable *mu_msg_threader_calculate (MuMsgIter *iter);
G_END_DECLS