diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-12-24 12:27:58 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-01-07 14:53:25 +0000 |
commit | 34310cdd4b1e6382edfb3ac41ccea4d588d4505a (patch) | |
tree | dd5f2106e158f4bfc72a1d4320e4bb5ab47b60b3 /examples/cm | |
parent | f3735126feb3c8f3a8928e267d5f32867198a306 (diff) |
Echo example: use correct method return for Destroy
Diffstat (limited to 'examples/cm')
-rw-r--r-- | examples/cm/echo/chan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cm/echo/chan.c b/examples/cm/echo/chan.c index 92d98b227..2616b32f3 100644 --- a/examples/cm/echo/chan.c +++ b/examples/cm/echo/chan.c @@ -515,7 +515,7 @@ destroyable_destroy (TpSvcChannelInterfaceDestroyable *iface, tp_text_mixin_clear ((GObject *) self); example_echo_channel_close (self); g_assert (self->priv->closed); - tp_svc_channel_return_from_close (context); + tp_svc_channel_interface_destroyable_return_from_destroy (context); } static void |