[PATCH 1/3] 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 e9b3b01..fefe4fa 100644
--- a/addressbook/libebook/e-book.c
+++ b/addressbook/libebook/e-book.c
@@ -1688,7 +1688,7 @@ e_book_remove_contact (EBook       *book,
  * @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.
  *
@@ -1769,7 +1769,7 @@ e_book_async_remove_contact_by_id (EBook                 *book,
  * @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.
  *
-- 
1.6.2


--=-qEVQ6ANjL886xlj8XDOe
Content-Disposition: attachment; filename*0=0002-ebook-atomic-updates-and-deletes-check-and-return-r.patc; filename*1=h
Content-Type: text/x-patch; name="0002-ebook-atomic-updates-and-deletes-check-and-return-r.patch"; charset="UTF-8"
Content-Transfer-Encoding: 7bit



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