diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-06-23 16:02:07 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-06-29 11:39:40 +0100 |
commit | 32b009c6bcfb5d15c5ba51bb07d1fa9cf1942381 (patch) | |
tree | f0b1a37d917cc9cd54feb3c98dda31a1b749c0a1 /docs | |
parent | 1f29fe17522688b00fae40ba940258bbd06053cc (diff) | |
download | telepathy-glib-32b009c6bcfb5d15c5ba51bb07d1fa9cf1942381.tar.gz |
TpBaseContactList: make create_groups async and able to fail
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/telepathy-glib-sections.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/reference/telepathy-glib-sections.txt b/docs/reference/telepathy-glib-sections.txt index cd20b7f08..ba3eb61a7 100644 --- a/docs/reference/telepathy-glib-sections.txt +++ b/docs/reference/telepathy-glib-sections.txt @@ -4289,7 +4289,8 @@ TpBaseContactListSetContactGroupsFunc tp_base_contact_list_set_contact_groups_async tp_base_contact_list_set_contact_groups_finish TpBaseContactListCreateGroupsFunc -tp_base_contact_list_create_groups +tp_base_contact_list_create_groups_async +tp_base_contact_list_create_groups_finish TpBaseContactListGroupContactsFunc tp_base_contact_list_add_to_group tp_base_contact_list_remove_from_group |