[next] telepathy-glib: dbus-tube offerer example: fix type error
Simon McVittie
smcv at kemper.freedesktop.org
Wed Sep 17 05:22:52 PDT 2014
Module: telepathy-glib
Branch: next
Commit: 87bf064d5f7a8d58724fb458c44ef1bb41b96fcc
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=87bf064d5f7a8d58724fb458c44ef1bb41b96fcc
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Thu May 29 15:08:59 2014 +0200
dbus-tube offerer example: fix type error
---
examples/client/dbus-tubes/offerer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/client/dbus-tubes/offerer.c b/examples/client/dbus-tubes/offerer.c
index db5165c..73d5c58 100644
--- a/examples/client/dbus-tubes/offerer.c
+++ b/examples/client/dbus-tubes/offerer.c
@@ -56,7 +56,7 @@ handle_method_call (
}
else /* hooray! */
{
- guint x, y;
+ gint x, y;
gboolean ret;
g_variant_get (parameters, "(ii)", &x, &y);
More information about the telepathy-commits
mailing list