This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | _LIGHTMEDIASCANNER_H_ 1 |
#define | API |
#define | GNUC_NULL_TERMINATED |
#define | GNUC_PURE |
#define | GNUC_MALLOC |
#define | GNUC_CONST |
#define | GNUC_UNUSED |
#define | GNUC_WARN_UNUSED_RESULT |
#define | GNUC_NON_NULL(...) |
Typedefs | |
typedef lms | lms_t |
typedef lms_plugin | lms_plugin_t |
Functions | |
API lms_t * | lms_new (const char *db_path) GNUC_MALLOC GNUC_WARN_UNUSED_RESULT |
API int | lms_free (lms_t *lms) GNUC_NON_NULL(1) |
API int | lms_process (lms_t *lms, const char *top_path) GNUC_NON_NULL(1 |
API int API int | lms_check (lms_t *lms, const char *top_path) GNUC_NON_NULL(1 |
API int API int API const char * | lms_get_db_path (const lms_t *lms) GNUC_NON_NULL(1) |
API int | lms_is_processing (const lms_t *lms) GNUC_PURE GNUC_NON_NULL(1) |
API int | lms_get_slave_timeout (const lms_t *lms) GNUC_NON_NULL(1) |
API void | lms_set_slave_timeout (lms_t *lms, int ms) GNUC_NON_NULL(1) |
API unsigned int | lms_get_commit_interval (const lms_t *lms) GNUC_NON_NULL(1) |
API void | lms_set_commit_interval (lms_t *lms, unsigned int transactions) GNUC_NON_NULL(1) |
API lms_plugin_t * | lms_parser_add (lms_t *lms, const char *so_path) GNUC_NON_NULL(1 |
API lms_plugin_t *API lms_plugin_t * | lms_parser_find_and_add (lms_t *lms, const char *name) GNUC_NON_NULL(1 |
API lms_plugin_t *API lms_plugin_t *API int | lms_parser_del (lms_t *lms, lms_plugin_t *handle) GNUC_NON_NULL(1 |
API lms_plugin_t *API lms_plugin_t *API int API int | lms_charset_add (lms_t *lms, const char *charset) GNUC_NON_NULL(1 |
API lms_plugin_t *API lms_plugin_t *API int API int API int | lms_charset_del (lms_t *lms, const char *charset) GNUC_NON_NULL(1 |
#define _LIGHTMEDIASCANNER_H_ 1 |
Definition at line 108 of file lightmediascanner.h.
#define API |
Definition at line 142 of file lightmediascanner.h.
#define GNUC_CONST |
Definition at line 146 of file lightmediascanner.h.
#define GNUC_MALLOC |
Definition at line 145 of file lightmediascanner.h.
#define GNUC_NON_NULL | ( | ... | ) |
Definition at line 149 of file lightmediascanner.h.
#define GNUC_NULL_TERMINATED |
Definition at line 143 of file lightmediascanner.h.
#define GNUC_PURE |
Definition at line 144 of file lightmediascanner.h.
#define GNUC_UNUSED |
Definition at line 147 of file lightmediascanner.h.
#define GNUC_WARN_UNUSED_RESULT |
Definition at line 148 of file lightmediascanner.h.
typedef struct lms_plugin lms_plugin_t |
Definition at line 162 of file lightmediascanner.h.
Definition at line 161 of file lightmediascanner.h.
API lms_plugin_t* API lms_plugin_t* API int API int lms_charset_add | ( | lms_t * | lms, | |
const char * | charset | |||
) |
API lms_plugin_t* API lms_plugin_t* API int API int API int lms_charset_del | ( | lms_t * | lms, | |
const char * | charset | |||
) |
API int API int lms_check | ( | lms_t * | lms, | |
const char * | top_path | |||
) |
API lms_plugin_t* lms_parser_add | ( | lms_t * | lms, | |
const char * | so_path | |||
) |
API lms_plugin_t* API lms_plugin_t* API int lms_parser_del | ( | lms_t * | lms, | |
lms_plugin_t * | handle | |||
) |
API lms_plugin_t* API lms_plugin_t* lms_parser_find_and_add | ( | lms_t * | lms, | |
const char * | name | |||
) |
API int lms_process | ( | lms_t * | lms, | |
const char * | top_path | |||
) |