summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-06 11:49:43 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-06 12:36:49 +0200
commit5d3655176a44bae0e442392a5cf8db70bfbad879 (patch)
treeb8b7cf78c9ed333e7f13fbd33614c2bc14d33b22
parent3bfa39887625370541e0c654356124ec1ba24501 (diff)
downloadtelepathy-glib-5d3655176a44bae0e442392a5cf8db70bfbad879.tar.gz
fix typo in TpConnectionManagerParam's doc
-rw-r--r--telepathy-glib/connection-manager.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/telepathy-glib/connection-manager.c b/telepathy-glib/connection-manager.c
index 0b11a3ba8..eda136ebe 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
*/