Bug 1016184 part 1 - Correct documentation in nsCaret.h. r=ehsan

This commit is contained in:
Ting-Yu Lin 2014-07-14 23:18:00 +02:00
parent 73b88d19fd
commit 5d656ae7f4

View File

@ -46,8 +46,8 @@ class nsCaret : public nsISelectionListener
/** GetCaretVisible will get the visibility of the caret
* This function is virtual so that it can be used by nsCaretAccessible
* without linking
* @param inMakeVisible true it is shown, false it is hidden
* @return false if and only if inMakeVisible is null, otherwise true
* @param outMakeVisible true if it is shown, false if it is hidden
* @return NS_OK
*/
virtual nsresult GetCaretVisible(bool *outMakeVisible);