summaryrefslogtreecommitdiff
path: root/src/tube-iface.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-08-02 11:44:11 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2012-08-02 11:44:11 +0100
commit83be5b433f7927f49e2d87d262ded4bbfdbb2e8f (patch)
tree38a5874fc04a60eae547f4126a94b052305292f9 /src/tube-iface.c
parent952349de572a794428011753630c5827a2c454d1 (diff)
downloadtelepathy-salut-83be5b433f7927f49e2d87d262ded4bbfdbb2e8f.tar.gz
tubes: use guint64s for all tube IDs
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src/tube-iface.c')
-rw-r--r--src/tube-iface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tube-iface.c b/src/tube-iface.c
index 6978b074..56ad5e0c 100644
--- a/src/tube-iface.c
+++ b/src/tube-iface.c
@@ -130,7 +130,7 @@ salut_tube_iface_base_init (gpointer klass)
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
g_object_interface_install_property (klass, param_spec);
- param_spec = g_param_spec_uint (
+ param_spec = g_param_spec_uint64 (
"id",
"id",
"The unique identifier of this tube",