Author: greg.ercolano
Date: 2009-09-08 22:29:47 -0700 (Tue, 08 Sep 2009)
New Revision: 6854
Log:
Document NULL return value for Fl_Browser::find_line().



Modified:
   branches/branch-1.3/src/Fl_Browser.cxx

Modified: branches/branch-1.3/src/Fl_Browser.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Browser.cxx      2009-09-09 05:16:41 UTC (rev 
6853)
+++ branches/branch-1.3/src/Fl_Browser.cxx      2009-09-09 05:29:47 UTC (rev 
6854)
@@ -144,7 +144,8 @@
   item_next(), etc. to access the internal linked list more efficiently.
 
   \param[in] line The line number of the item to return. (1 based)
-  \returns The returned item.
+  \retval item that was found.
+  \retval NULL if line is out of range.
   \see item_at(), find_line(), lineno()
 */
 FL_BLINE* Fl_Browser::find_line(int line) const {

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to