diff options
-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) { |