Go to the source code of this file.
◆ ADD_CONTEXT_INFO_CB
◆ context_info_db_contains()
| gboolean context_info_db_contains |
( |
ContextInfoDB * |
self, |
|
|
const gchar * |
selector |
|
) |
| |
◆ context_info_db_enable_ordering()
| void context_info_db_enable_ordering |
( |
ContextInfoDB * |
self | ) |
|
◆ context_info_db_foreach_record()
| void context_info_db_foreach_record |
( |
ContextInfoDB * |
self, |
|
|
const gchar * |
selector, |
|
|
ADD_CONTEXT_INFO_CB |
callback, |
|
|
gpointer |
arg |
|
) |
| |
◆ context_info_db_get_selectors()
| GList* context_info_db_get_selectors |
( |
ContextInfoDB * |
self | ) |
|
◆ context_info_db_import()
| gboolean context_info_db_import |
( |
ContextInfoDB * |
self, |
|
|
FILE * |
fp, |
|
|
const gchar * |
filename, |
|
|
ContextualDataRecordScanner * |
scanner |
|
) |
| |
◆ context_info_db_index()
| void context_info_db_index |
( |
ContextInfoDB * |
self | ) |
|
◆ context_info_db_init()
| void context_info_db_init |
( |
ContextInfoDB * |
self | ) |
|
◆ context_info_db_insert()
◆ context_info_db_is_indexed()
| gboolean context_info_db_is_indexed |
( |
const ContextInfoDB * |
self | ) |
|
◆ context_info_db_is_loaded()
| gboolean context_info_db_is_loaded |
( |
const ContextInfoDB * |
self | ) |
|
◆ context_info_db_new()
| ContextInfoDB* context_info_db_new |
( |
gboolean |
ignore_case | ) |
|
◆ context_info_db_number_of_records()
| gsize context_info_db_number_of_records |
( |
ContextInfoDB * |
self, |
|
|
const gchar * |
selector |
|
) |
| |
◆ context_info_db_ordered_selectors()
| GList* context_info_db_ordered_selectors |
( |
ContextInfoDB * |
self | ) |
|
◆ context_info_db_purge()
| void context_info_db_purge |
( |
ContextInfoDB * |
self | ) |
|
◆ context_info_db_ref()
| ContextInfoDB* context_info_db_ref |
( |
ContextInfoDB * |
self | ) |
|
◆ context_info_db_unref()
| void context_info_db_unref |
( |
ContextInfoDB * |
self | ) |
|