diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-04-07 14:04:23 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-04-08 20:13:52 +0100 |
commit | 5c7aac9a7b239fcaef5f0c131bb2d24cefb2c287 (patch) | |
tree | 680628c708dcb82f231160d0380ad61356fdbdda /src/bytestream-iface.c | |
parent | 417146e38388f98a3db9143f71544c6b9d8b30f5 (diff) |
Swap terminology from "handle type" to "entity type"
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77139
Diffstat (limited to 'src/bytestream-iface.c')
-rw-r--r-- | src/bytestream-iface.c | 4 |
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); |