diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-06-02 16:25:48 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-06-02 18:58:26 +0100 |
commit | e1203ae1417ebb3acdefbc197c19323d3ca8486d (patch) | |
tree | f915a28776eb1301bd088ce7a2124d69e81b04d3 /docs | |
parent | 54c2435372f6a4985748ed82162581ea9b50bf53 (diff) | |
download | telepathy-glib-e1203ae1417ebb3acdefbc197c19323d3ca8486d.tar.gz |
TpBaseContactList: call a subclass-provided function to create groups
Previously, we'd just declare that the group existed, which is unhelpful
for protocols where creating a group is an explicit action.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/telepathy-glib-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/telepathy-glib-sections.txt b/docs/reference/telepathy-glib-sections.txt index 353164624..779fae468 100644 --- a/docs/reference/telepathy-glib-sections.txt +++ b/docs/reference/telepathy-glib-sections.txt @@ -3982,6 +3982,8 @@ tp_base_contact_list_class_implement_unpublish <SUBSECTION groups> TpBaseContactListNormalizeFunc tp_base_contact_list_class_implement_normalize_group +TpBaseContactListCreateGroupsFunc +tp_base_contact_list_class_implement_create_groups TpBaseContactListGetContactGroupsFunc TpBaseContactListGetGroupsFunc TpBaseContactListGroupContactsFunc |