summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-manager-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/log-manager-internal.h')
-rw-r--r--telepathy-logger/log-manager-internal.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/telepathy-logger/log-manager-internal.h b/telepathy-logger/log-manager-internal.h
index e2170be..566d656 100644
--- a/telepathy-logger/log-manager-internal.h
+++ b/telepathy-logger/log-manager-internal.h
@@ -59,27 +59,6 @@ GList * _tpl_log_manager_get_entities (TplLogManager *manager,
GList * _tpl_log_manager_search (TplLogManager *manager,
const gchar *text);
-GList * _tpl_log_manager_search_in_identifier (TplLogManager *manager,
- TpAccount *account,
- gchar const *identifier,
- TplEventSearchType type,
- const gchar *text);
-
-void _tpl_log_manager_search_in_identifier_async (
- TplLogManager *manager,
- TpAccount *account,
- gchar const *id,
- TplEventSearchType type,
- const gchar *text,
- GAsyncReadyCallback callback,
- gpointer user_data);
-
-gboolean _tpl_log_manager_search_in_identifier_finish (
- TplLogManager *self,
- GAsyncResult *result,
- GList **hits,
- GError **error);
-
TplLogSearchHit * _tpl_log_manager_search_hit_new (TpAccount *account,
const gchar *id,
TplEventSearchType type,