[libgdata/libgdata-0-7] contacts: Improve documentation for gdata_contacts_contact_is_group_deleted()



commit 4f76847d871b70b3b6cafb6037d77ccb21c2be70
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Dec 21 17:44:55 2010 +0000

    contacts: Improve documentation for gdata_contacts_contact_is_group_deleted()

 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 4b9f8c4..9b6dcff 100644
--- a/gdata/services/contacts/gdata-contacts-contact.c
+++ b/gdata/services/contacts/gdata-contacts-contact.c
@@ -2829,10 +2829,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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]