dls v0.25.6 (2019-05-19T16:56:59Z)
Dub
Repo
FileSystemWatcher
dls
protocol
interfaces
workspace
Undocumented in source.
final
class
FileSystemWatcher {
import
std
.
typecons
:
Nullable
;
;
string
globPattern
;
Nullable
!
ubyte
kind
;
this
(string globPattern, Nullable!ubyte kind);
}
Constructors
this
this
(string globPattern, Nullable!ubyte kind)
Undocumented in source.
Members
Variables
globPattern
string
globPattern
;
Undocumented in source.
kind
Nullable
!
ubyte
kind
;
Undocumented in source.
Meta
Source
See Implementation
dls
protocol
interfaces
workspace
classes
ApplyWorkspaceEditParams
ApplyWorkspaceEditResponse
ConfigurationItem
ConfigurationParams
DidChangeConfigurationParams
DidChangeWatchedFilesParams
DidChangeWatchedFilesRegistrationOptions
DidChangeWorkspaceFoldersParams
ExecuteCommandParams
ExecuteCommandRegistrationOptions
FileEvent
FileSystemWatcher
WorkspaceFolder
WorkspaceFoldersChangeEvent
WorkspaceSymbolParams
enums
FileChangeType
WatchKind