![]() |
![]() |
![]() |
Camel Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
void (*CamelTextIndexFunc) (CamelTextIndex *idx
,const gchar *word
,gchar *buffer
); CamelTextIndex; CamelTextIndexCursor; CamelTextIndexKeyCursor; CamelTextIndexName; CamelTextIndex * camel_text_index_new (const gchar *path
,gint flags
); gint camel_text_index_check (const gchar *path
); gint camel_text_index_rename (const gchar *old
,const gchar *new
); gint camel_text_index_remove (const gchar *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 gchar *word
,gchar *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 gchar *path
,gint flags
);
|
|
|
|
Returns : |
gint camel_text_index_rename (const gchar *old
,const gchar *new
);
|
|
|
|
Returns : |