[libgdata] contacts: Improve documentation for gdata_contacts_contact_is_group_deleted()



commit bda2daa2a4741eb7ad7e59859c62c4df329656d7
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 f55983f..cef834e 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



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