summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-store-factory-internal.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-04 15:07:23 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-04 16:11:30 +0200
commita96051663fe79f9dfa8b9d9b67fc41392578dc9d (patch)
tree23369b39b5750594879a8f174fe403daf86f07db /telepathy-logger/log-store-factory-internal.h
parent0cada8ebcb2ff1f14dce64f5e935ee89e29dfa48 (diff)
downloadtelepathy-logger-a96051663fe79f9dfa8b9d9b67fc41392578dc9d.tar.gz
log-store-factory: prefix internal API with underscore
Diffstat (limited to 'telepathy-logger/log-store-factory-internal.h')
-rw-r--r--telepathy-logger/log-store-factory-internal.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/telepathy-logger/log-store-factory-internal.h b/telepathy-logger/log-store-factory-internal.h
index 580fbf1..fea1fe7 100644
--- a/telepathy-logger/log-store-factory-internal.h
+++ b/telepathy-logger/log-store-factory-internal.h
@@ -31,12 +31,12 @@ typedef TplLogStore* (*TplLogStoreConstructor) (const gchar *name,
typedef TplLogStore* (*TplLogStoreFactory) (const gchar *logstore_type,
const gchar *name, gboolean write_access, gboolean read_access);
-void tpl_log_store_factory_init (void);
-void tpl_log_store_factory_deinit (void);
-void tpl_log_store_factory_add (const gchar *logstore_type,
+void _tpl_log_store_factory_init (void);
+void _tpl_log_store_factory_deinit (void);
+void _tpl_log_store_factory_add (const gchar *logstore_type,
TplLogStoreConstructor constructor);
-TplLogStoreConstructor tpl_log_store_factory_lookup (const gchar *logstore_type);
-TplLogStore *tpl_log_store_factory_build (const gchar *logstore_type,
+TplLogStoreConstructor _tpl_log_store_factory_lookup (const gchar *logstore_type);
+TplLogStore * _tpl_log_store_factory_build (const gchar *logstore_type,
const gchar *name, gboolean write_access, gboolean read_access);
#endif /* __TPL_LOG_STORE_FACTORY_H__ */