[evolution-data-server/dbus: 13/13] Add some docs to e-data-book-view



commit 04a50e41a1b667ed9ea80b8d2ad1d744b0ffa8ee
Author: Ross Burton <ross linux intel com>
Date:   Mon Jun 15 09:29:45 2009 +0100

    Add some docs to e-data-book-view

 addressbook/libedata-book/e-data-book-view.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/addressbook/libedata-book/e-data-book-view.c b/addressbook/libedata-book/e-data-book-view.c
index 09e8058..e2760af 100644
--- a/addressbook/libedata-book/e-data-book-view.c
+++ b/addressbook/libedata-book/e-data-book-view.c
@@ -200,6 +200,10 @@ send_pending_removes (EDataBookView *view)
 	reset_array (priv->removes);
 }
 
+/*
+ * Queue @vcard to be sent as a change notification. This takes ownership of
+ * @vcard.
+ */
 static void
 notify_change (EDataBookView *view, char *vcard)
 {
@@ -210,6 +214,9 @@ notify_change (EDataBookView *view, char *vcard)
 	g_array_append_val (priv->changes, vcard);
 }
 
+/*
+ * Queue @id to be sent as a change notification. This takes ownership of @id.
+ */
 static void
 notify_remove (EDataBookView *view, char *id)
 {
@@ -222,6 +229,10 @@ notify_remove (EDataBookView *view, char *id)
 	g_hash_table_remove (priv->ids, id);
 }
 
+*/
+ * Queue @id and @vcard to be sent as a change notification. This takes ownership of
+ * @vcard but not @id.
+ */
 static void
 notify_add (EDataBookView *view, const char *id, char *vcard)
 {



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