summaryrefslogtreecommitdiff
path: root/src/bytestream-iface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytestream-iface.c')
-rw-r--r--src/bytestream-iface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bytestream-iface.c b/src/bytestream-iface.c
index 4b35dcbd3..c7f9223fa 100644
--- a/src/bytestream-iface.c
+++ b/src/bytestream-iface.c
@@ -91,8 +91,8 @@ gabble_bytestream_iface_base_init (gpointer klass)
g_object_interface_install_property (klass, param_spec);
param_spec = g_param_spec_uint (
- "peer-handle-type",
- "Peer handle type",
+ "peer-entity-type",
+ "Peer entity type",
"The TpEntityType of the remote peer's associated handle",
0, G_MAXUINT32, 0,
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);