diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-07-16 15:32:51 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-07-16 16:07:28 +0100 |
commit | 835e32d5c07423eb1bfbb3afc9feb07b0925bcef (patch) | |
tree | d94eadcb00dab00e7e837aff38f792a40e1d07ac /telepathy-glib/base-protocol.h | |
parent | ab458b8730940ac0dae4f380c941837257034847 (diff) | |
download | telepathy-glib-835e32d5c07423eb1bfbb3afc9feb07b0925bcef.tar.gz |
get_connection_details: return channel managers instead of RCCs
Diffstat (limited to 'telepathy-glib/base-protocol.h')
-rw-r--r-- | telepathy-glib/base-protocol.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/telepathy-glib/base-protocol.h b/telepathy-glib/base-protocol.h index 322aa11d7..14c2631ee 100644 --- a/telepathy-glib/base-protocol.h +++ b/telepathy-glib/base-protocol.h @@ -120,7 +120,7 @@ struct _TpBaseProtocolClass void (*get_connection_details) (TpBaseProtocol *self, GStrv *connection_interfaces, - GPtrArray **requestable_channel_classes, + GType **channel_manager_types, gchar **icon_name, gchar **english_name, gchar **vcard_field); @@ -138,9 +138,6 @@ const TpCMParamSpec *tp_base_protocol_get_parameters (TpBaseProtocol *self); TpBaseConnection *tp_base_protocol_new_connection (TpBaseProtocol *self, GHashTable *asv, GError **error); -GPtrArray *tp_base_protocol_build_requestable_channel_classes ( - GType *channel_managers, gssize n); - G_END_DECLS #endif |