diff options
author | Simon McVittie <smcv@debian.org> | 2010-03-23 18:41:21 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2010-03-23 18:41:21 +0000 |
commit | 774408d760f47e5ccfe795c3a88996ce55615f8c (patch) | |
tree | 6f18b50334e94fefe283d5ec8ffd66df0c700232 /telepathy-logger/log-store.c | |
parent | 3f6e6bbcf6ebe9f435c7a4c87c13751fd6b21ddf (diff) | |
download | telepathy-logger-774408d760f47e5ccfe795c3a88996ce55615f8c.tar.gz |
Prefix an underscore to symbols in log-manager-priv.h
When we start doing ABI properly, this will mean that they're not exported.
Diffstat (limited to 'telepathy-logger/log-store.c')
-rw-r--r-- | telepathy-logger/log-store.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/log-store.c b/telepathy-logger/log-store.c index 2e6d65b..789a6c1 100644 --- a/telepathy-logger/log-store.c +++ b/telepathy-logger/log-store.c @@ -81,7 +81,7 @@ tpl_log_store_init (gpointer g_iface) * * If an TplLogStore implementation is writable, the #TplLogManager will call * it's tpl_log_store_add_message() method every time a loggable even occurs, - * i.e., everytime tpl_log_manager_add_message() is called. + * i.e., everytime _tpl_log_manager_add_message() is called. */ g_object_interface_install_property (g_iface, g_param_spec_boolean ("readable", |