diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2010-12-21 17:44:55 +0000 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2010-12-21 17:44:55 +0000 |
commit | bda2daa2a4741eb7ad7e59859c62c4df329656d7 (patch) | |
tree | 20d100eb30fa4af8f1c1ff31f2654d0c3d857c55 /gdata/services/contacts/gdata-contacts-contact.c | |
parent | c3129e7de1b02ea646c30051dad2c7b3938946c1 (diff) | |
download | libgdata-bda2daa2a4741eb7ad7e59859c62c4df329656d7.tar.gz |
contacts: Improve documentation for gdata_contacts_contact_is_group_deleted()
Diffstat (limited to 'gdata/services/contacts/gdata-contacts-contact.c')
-rw-r--r-- | gdata/services/contacts/gdata-contacts-contact.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdata/services/contacts/gdata-contacts-contact.c b/gdata/services/contacts/gdata-contacts-contact.c index f55983f6..cef834e0 100644 --- a/gdata/services/contacts/gdata-contacts-contact.c +++ b/gdata/services/contacts/gdata-contacts-contact.c @@ -2831,10 +2831,13 @@ gdata_contacts_contact_remove_group (GDataContactsContact *self, const gchar *hr * @self: a #GDataContactsContact * @href: the group's ID URI * - * Returns whether the contact has recently been removed from the given group. This + * Returns whether the contact has recently been removed from the given group on the server. This * will always return %FALSE unless #GDataContactsQuery:show-deleted has been set to * %TRUE for the query which returned the contact. * + * If you've just removed a contact from a group locally using gdata_contacts_contact_remove_group(), %FALSE will still be returned by this function, + * as the change hasn't been sent to the server. + * * Return value: %TRUE if the contact has recently been removed from the group, %FALSE otherwise * * Since: 0.2.0 |