telepathy-glib: fix typo in TpConnectionManagerParam's doc
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Wed Jun 6 03:39:56 PDT 2012
Module: telepathy-glib
Branch: master
Commit: 5d3655176a44bae0e442392a5cf8db70bfbad879
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=5d3655176a44bae0e442392a5cf8db70bfbad879
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Wed Jun 6 11:49:43 2012 +0200
fix typo in TpConnectionManagerParam's doc
---
telepathy-glib/connection-manager.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/telepathy-glib/connection-manager.c b/telepathy-glib/connection-manager.c
index 0b11a3b..eda136e 100644
--- a/telepathy-glib/connection-manager.c
+++ b/telepathy-glib/connection-manager.c
@@ -190,14 +190,14 @@ enum
*
* Since 0.UNRELEASED, accessing the fields of this struct is deprecated,
* and they are no longer documented here.
- * Use the accessors tp_connection_manager_protocol_param_get_name(),
- * tp_connection_manager_protocol_param_get_dbus_signature(),
- * tp_connection_manager_protocol_param_is_required(),
- * tp_connection_manager_protocol_param_is_required_for_registration(),
- * tp_connection_manager_protocol_param_is_secret(),
- * tp_connection_manager_protocol_param_is_dbus_property(),
- * tp_connection_manager_protocol_param_get_default(),
- * tp_connection_manager_protocol_param_dup_default_variant() instead.
+ * Use the accessors tp_connection_manager_param_get_name(),
+ * tp_connection_manager_param_get_dbus_signature(),
+ * tp_connection_manager_param_is_required(),
+ * tp_connection_manager_param_is_required_for_registration(),
+ * tp_connection_manager_param_is_secret(),
+ * tp_connection_manager_param_is_dbus_property(),
+ * tp_connection_manager_param_get_default(),
+ * tp_connection_manager_param_dup_default_variant() instead.
*
* Since: 0.7.1
*/
More information about the telepathy-commits
mailing list