mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1016184 part 1 - Correct documentation in nsCaret.h. r=ehsan
This commit is contained in:
parent
73b88d19fd
commit
5d656ae7f4
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user