summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-protocol.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-06 16:04:25 +0100
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-06-29 20:31:56 -0300
commitbe7c9b7b704e0c30d412a6a650df898cebf56e73 (patch)
tree613956be06e9d057874e9d7dd222fa63da559996 /telepathy-glib/base-protocol.h
parent6f1e44c46648579d64ba5dece89b03a53c224100 (diff)
downloadtelepathy-glib-be7c9b7b704e0c30d412a6a650df898cebf56e73.tar.gz
Update Protocol spec draft, and fix C code accordingly
- flatten guaranteed and possible Connection interfaces into one list - likewise for requestable channel classes - rename DisplayName to EnglishName
Diffstat (limited to 'telepathy-glib/base-protocol.h')
-rw-r--r--telepathy-glib/base-protocol.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/telepathy-glib/base-protocol.h b/telepathy-glib/base-protocol.h
index 7240c957d..721acf533 100644
--- a/telepathy-glib/base-protocol.h
+++ b/telepathy-glib/base-protocol.h
@@ -119,12 +119,10 @@ struct _TpBaseProtocolClass
GStrv (*get_interfaces) (TpBaseProtocol *self);
void (*get_connection_details) (TpBaseProtocol *self,
- GStrv *guaranteed_interfaces,
- GStrv *possible_interfaces,
- GPtrArray **guaranteed_channel_classes,
- GPtrArray **possible_channel_classes,
+ GStrv *connection_interfaces,
+ GPtrArray **requestable_channel_classes,
gchar **icon_name,
- gchar **display_name,
+ gchar **english_name,
gchar **vcard_field);
/*<private>*/