CamelTextIndex
CamelTextIndex —
|
|
Details
CamelTextIndex
typedef struct {
CamelIndex parent;
struct _CamelTextIndexPrivate *priv;
} CamelTextIndex;
CamelTextIndexCursor
typedef struct {
CamelIndexCursor parent;
struct _CamelTextIndexCursorPrivate *priv;
} CamelTextIndexCursor;
CamelTextIndexKeyCursor
typedef struct {
CamelIndexCursor parent;
struct _CamelTextIndexKeyCursorPrivate *priv;
} CamelTextIndexKeyCursor;
CamelTextIndexName
typedef struct {
CamelIndexName parent;
struct _CamelTextIndexNamePrivate *priv;
} CamelTextIndexName;
camel_text_index_check ()
gint camel_text_index_check (const gchar *path);
camel_text_index_rename ()
gint camel_text_index_rename (const gchar *old,
const gchar *new);
camel_text_index_remove ()
gint camel_text_index_remove (const gchar *old);
camel_text_index_dump ()
void camel_text_index_dump (CamelTextIndex *idx);
camel_text_index_info ()
void camel_text_index_info (CamelTextIndex *idx);
camel_text_index_validate ()
void camel_text_index_validate (CamelTextIndex *idx);