* mu-msg-iter-priv.cc: get rid of this with some void** casting tricks...

This commit is contained in:
Dirk-Jan C. Binnema
2011-05-18 23:51:52 +03:00
parent 0c783567cf
commit 57498fb1a2
6 changed files with 28 additions and 47 deletions

View File

@ -95,7 +95,7 @@ gboolean mu_util_check_dir (const gchar* path, gboolean readable,
G_GNUC_WARN_UNUSED_RESULT;
/**
/**
* get our the cache directory, typically, /tmp/mu-<userid>/
*
* @return the cache directory; don't free
@ -244,11 +244,18 @@ enum {
unsigned char mu_util_get_dtype_with_lstat (const char *path);
/*
/**
* we need this when using Xapian::Document* from C
*
*/
typedef gpointer XapianDocument;
/**
* we need this when using Xapian::Enquire* from C
*
*/
typedef gpointer XapianEnquire;
/**
*
* don't repeat these catch blocks everywhere...