diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-07-08 00:01:59 +0800 |
---|---|---|
committer | Travis Reitter <treitter@gmail.com> | 2010-07-22 04:25:19 +0800 |
commit | e922ae799989e073cb6649578555ad686bcb0fc8 (patch) | |
tree | cf32a42153a0359bedd04618be8be2383b2ca276 /libempathy/empathy-contact.h | |
parent | d64a31579c0cdaa7013f5165f5111d57feb9b92e (diff) | |
download | gsoc2013-empathy-e922ae799989e073cb6649578555ad686bcb0fc8.tar gsoc2013-empathy-e922ae799989e073cb6649578555ad686bcb0fc8.tar.gz gsoc2013-empathy-e922ae799989e073cb6649578555ad686bcb0fc8.tar.bz2 gsoc2013-empathy-e922ae799989e073cb6649578555ad686bcb0fc8.tar.lz gsoc2013-empathy-e922ae799989e073cb6649578555ad686bcb0fc8.tar.xz gsoc2013-empathy-e922ae799989e073cb6649578555ad686bcb0fc8.tar.zst gsoc2013-empathy-e922ae799989e073cb6649578555ad686bcb0fc8.zip |
Re-enable setting of groups for newly-added contacts
Changes to groups made while adding a contact need to be cached up until the
contact's FolksPersona is set, when they can be flushed to the libfolks
backend.
Diffstat (limited to 'libempathy/empathy-contact.h')
-rw-r--r-- | libempathy/empathy-contact.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index 7980ab252..3c923308b 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -81,6 +81,8 @@ const gchar * empathy_contact_get_id (EmpathyContact *contact); void empathy_contact_set_id (EmpathyContact *contact, const gchar *id); const gchar * empathy_contact_get_alias (EmpathyContact *contact); void empathy_contact_set_alias (EmpathyContact *contact, const gchar *alias); +void empathy_contact_change_group (EmpathyContact *contact, const gchar *group, + gboolean is_member); EmpathyAvatar * empathy_contact_get_avatar (EmpathyContact *contact); void empathy_contact_set_avatar (EmpathyContact *contact, EmpathyAvatar *avatar); |