[evolution-data-server] documentation fix
- From: Ross Burton <rburton src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-data-server] documentation fix
- Date: Mon, 23 Nov 2009 12:17:39 +0000 (UTC)
commit c219aa366b3891d411c89243715f7dba9e6d83ac
Author: Patrick Ohly <patrick ohly gmx de>
Date: Fri Jul 17 16:27:29 2009 +0200
documentation fix
e_book_remove_contact_by_id() does not exist, probably
e_book_remove_contact() was meant.
addressbook/libebook/e-book.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/addressbook/libebook/e-book.c b/addressbook/libebook/e-book.c
index 1701264..8982d81 100644
--- a/addressbook/libebook/e-book.c
+++ b/addressbook/libebook/e-book.c
@@ -979,7 +979,7 @@ remove_contact_reply (DBusGProxy *proxy, GError *error, gpointer user_data)
* @error: a #GError to set on failure
*
* Removes the contacts with ids from the list @ids from @book. This is
- * always more efficient than calling e_book_remove_contact_by_id if you
+ * always more efficient than calling e_book_remove_contact() if you
* have more than one id to remove, as some backends can implement it
* as a batch request.
*
@@ -1120,7 +1120,7 @@ remove_contacts_reply (DBusGProxy *proxy, GError *error, gpointer user_data)
* @closure: data to pass to callback function
*
* Removes the contacts with ids from the list @ids from @book. This is
- * always more efficient than calling e_book_remove_contact_by_id() if you
+ * always more efficient than calling e_book_remove_contact() if you
* have more than one id to remove, as some backends can implement it
* as a batch request.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]