diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-08-25 16:28:47 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-08-25 16:28:47 +0100 |
commit | a9dfdf98485f6b98c1bd49fc2257c1cfdff58498 (patch) | |
tree | 0a858d653c165256661601ea67103ba0ff546eec | |
parent | 72e6b95742f7de96045de9b83fb5f542538437c1 (diff) |
Fix some GObject-Introspection in TpBaseChannel
-rw-r--r-- | telepathy-glib/base-channel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/base-channel.c b/telepathy-glib/base-channel.c index 879e06165..4462c6638 100644 --- a/telepathy-glib/base-channel.c +++ b/telepathy-glib/base-channel.c @@ -389,7 +389,7 @@ tp_base_channel_close (TpBaseChannel *chan) * Returns @chan's object path, as a shortcut for retrieving the * #TpChannelIface:object-path property. * - * Returns: @chan's object path + * Returns: (transfer none): @chan's object path * * Since: 0.11.14 */ @@ -408,7 +408,7 @@ tp_base_channel_get_object_path (TpBaseChannel *chan) * Returns the connection to which @chan is attached, as a shortcut for * retrieving the #TpBaseChannel:connection property. * - * Returns: (tranfer none): the connection to which @chan is attached. + * Returns: (transfer none): the connection to which @chan is attached. * * Since: 0.11.14 */ |