[Telepathy-commits] [telepathy-glib/master] ChannelManager: we don't need a better GType for channels in new-channels signal
Will Thompson
will.thompson at collabora.co.uk
Thu Sep 18 04:04:58 PDT 2008
Given that request tokens are opaque pointers, the best we could do is
have a GType for GHashTable<TpExportableChannel, GList<gpointer>> which
wouldn't really be any better than just using G_TYPE_POINTER.
---
telepathy-glib/channel-manager.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/telepathy-glib/channel-manager.c b/telepathy-glib/channel-manager.c
index bc4d8a9..5755400 100644
--- a/telepathy-glib/channel-manager.c
+++ b/telepathy-glib/channel-manager.c
@@ -189,7 +189,6 @@ channel_manager_base_init (gpointer klass)
{
initialized = TRUE;
- /* FIXME: should probably have a better GType for @channels */
/**
* TpChannelManager::new-channels:
* @self: the channel manager
--
1.5.6.5
More information about the Telepathy-commits
mailing list