mapiproxy/libmapistore/mapistore_common.h
mapiproxy/libmapistore/mapistore_common.h
Section: OpenChange mapistore library (3) Updated: Thu Feb 24 2011 Local index
Up
NAME
mapiproxy/libmapistore/mapistore_common.h -
MAPISTORE shared (common) API.
SYNOPSIS
Functions
const char * mapistore_get_database_path (void)
const char * mapistore_get_mapping_path (void)
struct ldb_context * mapistore_public_ldb_connect (struct mapistore_backend_context *, const char *)
Detailed Description
MAPISTORE shared (common) API.
This header contains the shared declarations for functions that are used across the MAPISTORE API.
Function Documentation
const char* mapistore_get_database_path (void)Return the current path to mapistore.ldb database
Returns:
-
pointer to the mapistore database path
References mapistore_get_database_path().
Referenced by mapistore_get_database_path().
const char* mapistore_get_mapping_path (void)Return the current mapping path
Returns:
-
pointer to the mapping path.
References mapistore_get_mapping_path().
Referenced by mapistore_get_mapping_path(), and mapistore_indexing_add().
struct ldb_context* mapistore_public_ldb_connect (struct mapistore_backend_context *ctx, const char *path) [read]Open a wrapped context to a LDB database
This function is a wrapper to mapistore_ldb_wrap_connect which helps keeping mapistore_backend_context opaque to backends.
Returns:
-
valid LDB context pointer on success, otherwise NULL
Author
Generated automatically by Doxygen for OpenChange mapistore library from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Functions
-
- Detailed Description
-
- Function Documentation
-
- const char* mapistore_get_database_path (void)Return the current path to mapistore.ldb database
-
- const char* mapistore_get_mapping_path (void)Return the current mapping path
-
- struct ldb_context* mapistore_public_ldb_connect (struct mapistore_backend_context *ctx, const char *path) [read]Open a wrapped context to a LDB database
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:49:57 GMT, April 16, 2011