[evolution-data-server] e_data_book_view_new: Update documentation.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] e_data_book_view_new: Update documentation.
- Date: Sun, 31 Mar 2013 16:12:26 +0000 (UTC)
commit 901b832843ad8c19ab76dc0b5f73a85bfe02487f
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Mar 31 08:33:48 2013 -0400
e_data_book_view_new: Update documentation.
addressbook/libedata-book/e-data-book-view.c | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/addressbook/libedata-book/e-data-book-view.c b/addressbook/libedata-book/e-data-book-view.c
index 2e6d1c8..b8d670c 100644
--- a/addressbook/libedata-book/e-data-book-view.c
+++ b/addressbook/libedata-book/e-data-book-view.c
@@ -643,11 +643,17 @@ e_data_book_view_init (EDataBookView *view)
/**
* e_data_book_view_new:
- * @book: The #EDataBook to search
- * @sexp: The query as an #EBookBackendSExp
+ * @backend: an #EBookBackend
+ * @sexp: an #EBookBackendSExp
+ * @connection: a #GDBusConnection
+ * @object_path: an object path for the view
+ * @error: return location for a #GError, or %NULL
*
- * Create a new #EDataBookView for the given #EBook, filtering on @sexp,
- * and place it on DBus at the object path #path.
+ * Creates a new #EDataBookView and exports its D-Bus interface on
+ * @connection at @object_path. If an error occurs while exporting,
+ * the function sets @error and returns %NULL.
+ *
+ * Returns: an #EDataBookView
*/
EDataBookView *
e_data_book_view_new (EBookBackend *backend,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]