summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-manager-internal.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-07 16:24:37 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-07 16:24:37 +0200
commit92fe674be3a9b3d0d18a9018e52fcfe5eca7732e (patch)
treee9658955ed5715b4c938d21b4324374c14c82794 /telepathy-logger/log-manager-internal.h
parent2e02fc6f1368aa8a745535131d94b5d29fb3c11a (diff)
downloadtelepathy-logger-92fe674be3a9b3d0d18a9018e52fcfe5eca7732e.tar.gz
rename TplLogEntryText to TplEntryText and TplLogEntry to TplEntry
Diffstat (limited to 'telepathy-logger/log-manager-internal.h')
-rw-r--r--telepathy-logger/log-manager-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-logger/log-manager-internal.h b/telepathy-logger/log-manager-internal.h
index 431bc37..4c0cc55 100644
--- a/telepathy-logger/log-manager-internal.h
+++ b/telepathy-logger/log-manager-internal.h
@@ -29,14 +29,14 @@
#include <telepathy-logger/log-store-internal.h>
gboolean _tpl_log_manager_add_message (TplLogManager *manager,
- TplLogEntry *message, GError **error);
+ TplEntry *message, GError **error);
gboolean _tpl_log_manager_add_message_finish (TplLogManager *self,
GAsyncResult *result,
GError **error);
void _tpl_log_manager_add_message_async (TplLogManager *manager,
- TplLogEntry *message, GAsyncReadyCallback callback, gpointer user_data);
+ TplEntry *message, GAsyncReadyCallback callback, gpointer user_data);
gboolean _tpl_log_manager_register_log_store (TplLogManager *self,
TplLogStore *logstore);