soylent r112 - trunk/src



Author: treitter
Date: Tue Apr  1 06:53:37 2008
New Revision: 112
URL: http://svn.gnome.org/viewvc/soylent?rev=112&view=rev

Log:
Add a few missing return value comments

Modified:
   trunk/src/soylent-browser-eds.c

Modified: trunk/src/soylent-browser-eds.c
==============================================================================
--- trunk/src/soylent-browser-eds.c	(original)
+++ trunk/src/soylent-browser-eds.c	Tue Apr  1 06:53:37 2008
@@ -59,7 +59,9 @@
 static gboolean soylent_browser_eds_book_open (gpointer data);
 
 /* Check for groups on the given EContact, and union them with the existing
- * browser-visible group list. */
+ * browser-visible group list.
+ *
+ * Return TRUE for success, FALSE for any failure. */
 static gboolean
 soylent_browser_eds_update_groups (SoylentBrowser *browser, EContact *e_contact)
 {
@@ -482,7 +484,9 @@
   */
 }
 
-/* Set up EBook post-opening handler */
+/* Set up EBook post-opening handler.
+ *
+ * Return TRUE for success, FALSE for any failure. */
 static gboolean
 soylent_browser_eds_book_open (gpointer data)
 {



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