[Telepathy-commits] [telepathy-salut/master] tube-iface: rename initiator property to initiator-handle

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Feb 6 03:14:59 PST 2009


---
 src/tube-iface.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tube-iface.c b/src/tube-iface.c
index 2a752b2..c4f9c9c 100644
--- a/src/tube-iface.c
+++ b/src/tube-iface.c
@@ -161,9 +161,9 @@ salut_tube_iface_base_init (gpointer klass)
       g_object_interface_install_property (klass, param_spec);
 
       param_spec = g_param_spec_uint (
-          "initiator",
+          "initiator-handle",
           "Initiator handle",
-          "The TpHandle of the initiator of this D-Bus tube object.",
+          "The TpHandle of the initiator of tube object.",
           0, G_MAXUINT32, 0,
           G_PARAM_CONSTRUCT_ONLY |
           G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
-- 
1.5.6.5




More information about the telepathy-commits mailing list