[libgdata/libgdata-0-6] contacts: Improve documentation for gdata_contacts_contact_is_group_deleted()
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-6] contacts: Improve documentation for gdata_contacts_contact_is_group_deleted()
- Date: Thu, 30 Dec 2010 17:15:47 +0000 (UTC)
commit 17511eb647878adeb541aa12b3cf14e13f63c4e4
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 37261d3..e30a642 100644
--- a/gdata/services/contacts/gdata-contacts-contact.c
+++ b/gdata/services/contacts/gdata-contacts-contact.c
@@ -1128,10 +1128,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]