![]() |
![]() |
![]() |
Camel Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
void (*CamelTextIndexFunc) (CamelTextIndex *idx, const char *word, char *buffer); CamelTextIndex; CamelTextIndexCursor; CamelTextIndexKeyCursor; CamelTextIndexName; CamelTextIndex * camel_text_index_new (const char *path, int flags); int camel_text_index_check (const char *path); int camel_text_index_rename (const char *old, const char *new); int camel_text_index_remove (const char *old); void camel_text_index_dump (CamelTextIndex *idx); void camel_text_index_info (CamelTextIndex *idx); void camel_text_index_validate (CamelTextIndex *idx);
void (*CamelTextIndexFunc) (CamelTextIndex *idx, const char *word, char *buffer);
|
|
|
|
|
typedef struct { CamelIndex parent; struct _CamelTextIndexPrivate *priv; } CamelTextIndex;
typedef struct { CamelIndexCursor parent; struct _CamelTextIndexCursorPrivate *priv; } CamelTextIndexCursor;
typedef struct { CamelIndexCursor parent; struct _CamelTextIndexKeyCursorPrivate *priv; } CamelTextIndexKeyCursor;
typedef struct { CamelIndexName parent; struct _CamelTextIndexNamePrivate *priv; } CamelTextIndexName;
CamelTextIndex * camel_text_index_new (const char *path, int flags);
|
|
|
|
Returns : |
int camel_text_index_rename (const char *old, const char *new);
|
|
|
|
Returns : |