diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2008-09-17 12:15:20 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2008-09-17 12:15:20 +0100 |
commit | 6f437fdc2a25bbcd041516a1c9b90fa59ab60e25 (patch) | |
tree | 33fdc025385d8a747794d039df052ab849e85bf9 | |
parent | 66a4037f02fab2cac76a6f879791dd205c3968d2 (diff) |
BaseConnection: add brief docs to get_channel_details
-rw-r--r-- | telepathy-glib/base-connection.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c index 16fa0c883..cb84c28e3 100644 --- a/telepathy-glib/base-connection.c +++ b/telepathy-glib/base-connection.c @@ -416,6 +416,14 @@ exportable_channel_get_old_info (TpExportableChannel *channel, } +/** + * get_channel_details: + * @obj: a channel, which must implement one of #TpExportableChannel and + * #TpChannelIface + * + * Returns: (oa{sv}: o.fd.T.Conn.Iface.Requests.Channel_Details), suitable for + * inclusion in the NewChannels signal. + */ static GValueArray * get_channel_details (GObject *obj) { |