Correct wxFileSystemWatcher::GetWatchedPathsCount() documentation.
The method name was misspelt. Also improve the description slightly. See #12847. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bbce6969f6
commit
c6eea7ff8b
@ -131,9 +131,11 @@ public:
|
||||
virtual bool RemoveAll();
|
||||
|
||||
/**
|
||||
Returns the number of watched paths
|
||||
Returns the number of currently watched paths.
|
||||
|
||||
@see GetWatchedPaths()
|
||||
*/
|
||||
int GetWatchedPathCount() const;
|
||||
int GetWatchedPathsCount() const;
|
||||
|
||||
/**
|
||||
Retrieves all watched paths and places them in @a paths. Returns
|
||||
|
Loading…
Reference in New Issue
Block a user