diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-17 13:45:27 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-17 14:18:26 +0100 |
commit | 5df616e8c3bf586eb1bfddc839463a42be26cecd (patch) | |
tree | 92da246805beb7b84af5645c500103530f0639dd /telepathy-glib/client-channel-factory.c | |
parent | 86b80a0a351ba3d9a79a14a256c22b1191f7f4cc (diff) | |
download | telepathy-glib-5df616e8c3bf586eb1bfddc839463a42be26cecd.tar.gz |
fix annotation of tp_client_channel_factory_create_channel
Diffstat (limited to 'telepathy-glib/client-channel-factory.c')
-rw-r--r-- | telepathy-glib/client-channel-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/client-channel-factory.c b/telepathy-glib/client-channel-factory.c index a4da2cdd1..56d899cf0 100644 --- a/telepathy-glib/client-channel-factory.c +++ b/telepathy-glib/client-channel-factory.c @@ -94,7 +94,7 @@ tp_client_channel_factory_default_init (TpClientChannelFactoryInterface *iface) * it expected an object instance as its first parameter, but the type of the * parameter was the type of the interface vtable. * - * Returns: a new channel proxy, or %NULL on invalid arguments + * Returns: (transfer full): a new channel proxy, or %NULL on invalid arguments * * Since: 0.13.2 */ |