9 #ifndef __AFW_ADAPTOR_IMPL_INDEX_H__
10 #define __AFW_ADAPTOR_IMPL_INDEX_H__
43 typedef enum afw_adaptor_impl_index_mode_e {
44 afw_adaptor_impl_index_mode_add,
45 afw_adaptor_impl_index_mode_delete,
46 afw_adaptor_impl_index_mode_replace,
47 afw_adaptor_impl_index_mode_repair
48 } afw_adaptor_impl_index_mode_t;
55 afw_adaptor_impl_index_mode_t mode;
86 AFW_DECLARE(
void) afw_adaptor_impl_index_reindex_object(
94 AFW_DECLARE(
void) afw_adaptor_impl_index_unindex_object(
123 AFW_DECLARE(
void) afw_adaptor_impl_index_open_definitions(
#define AFW_BEGIN_DECLARES
#define AFW_DECLARE(type)
Declare a public afw function.
Interfaceafw_interface header.
afw_boolean_t(* afw_object_cb_t)(const afw_object_t *object, void *context, afw_xctx_t *xctx)
Typedef for afw_adaptor_session_object callback.
Interface afw_adaptor_impl_index public struct.
Interface afw_list public struct.
Interface afw_object public struct.
Interface afw_pool public struct.
NFC normalized UTF-8 string.
Interface afw_xctx public struct.