icontheme ~master (2021-06-12T12:37:45Z)
Dub
Repo
EnvGuard
icontheme
paths
Undocumented in source.
version(unittest)
package
struct
EnvGuard {
this
(string env, string newValue);
~this
();
string
envVar
;
string
envValue
;
}
Constructors
this
this
(string env, string newValue)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Variables
envValue
string
envValue
;
Undocumented in source.
envVar
string
envVar
;
Undocumented in source.
Meta
Source
See Implementation
icontheme
paths
enums
IconThemeNameDetector
functions
baseIconDirs
currentIconThemeName
writableIconsPath
structs
EnvGuard