summaryrefslogtreecommitdiff
path: root/src/tube-iface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tube-iface.c')
-rw-r--r--src/tube-iface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tube-iface.c b/src/tube-iface.c
index b4610a40..1a9959f4 100644
--- a/src/tube-iface.c
+++ b/src/tube-iface.c
@@ -113,8 +113,8 @@ salut_tube_iface_base_init (gpointer klass)
g_object_interface_install_property (klass, param_spec);
param_spec = g_param_spec_uint (
- "handle-type",
- "Handle type",
+ "entity-type",
+ "Entity type",
"The TpEntityType of the handle associated with the tubes channel"
"that owns this D-Bus tube object.",
0, G_MAXUINT32, 0,