summaryrefslogtreecommitdiff
path: root/src/im-channel-factory.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-16 16:20:09 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-16 16:20:09 +0100
commit2a4da279d880b50c5dbf6f55116d1a0087ef4d71 (patch)
treeda90a205871a3b7dc50b56a864fc1370f2d0bffb /src/im-channel-factory.c
parent284e46dbf3c04753599064f03f192774abdc0236 (diff)
haze_protocol_get_connection_details: use channel manager GTypes
This catches up with an API change in my telepathy-glib branch, made in response to Will's review comments on this branch.
Diffstat (limited to 'src/im-channel-factory.c')
-rw-r--r--src/im-channel-factory.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/im-channel-factory.c b/src/im-channel-factory.c
index 1e3a79b..44df761 100644
--- a/src/im-channel-factory.c
+++ b/src/im-channel-factory.c
@@ -552,25 +552,6 @@ haze_im_channel_factory_foreach_channel_class (TpChannelManager *manager,
g_hash_table_destroy (table);
}
-static void
-append_to_ptr_array (TpChannelManager *null G_GNUC_UNUSED,
- GHashTable *table,
- const gchar * const *allowed,
- gpointer user_data)
-{
- g_ptr_array_add (user_data, tp_value_array_build (2,
- TP_HASH_TYPE_CHANNEL_CLASS, table,
- G_TYPE_STRV, allowed,
- G_TYPE_INVALID));
-}
-
-void
-haze_im_channel_factory_append_channel_classes (GPtrArray *array)
-{
- haze_im_channel_factory_foreach_channel_class (NULL, append_to_ptr_array,
- array);
-}
-
static gboolean
haze_im_channel_factory_request (HazeImChannelFactory *self,
gpointer request_token,