ws ~master (2021-08-13T10:04:01Z)
Dub
Repo
DesktopEntry
ws
x
desktop
Undocumented in source.
class
DesktopEntry {
string
path
;
string
exec
;
string
type
;
string
name
;
string
comment
;
string
terminal
;
string
[]
categories
;
bool
noDisplay
;
this
(string path, string text);
}
Constructors
this
this
(string path, string text)
Undocumented in source.
Members
Variables
categories
string
[]
categories
;
Undocumented in source.
comment
string
comment
;
Undocumented in source.
exec
string
exec
;
Undocumented in source.
name
string
name
;
Undocumented in source.
noDisplay
bool
noDisplay
;
Undocumented in source.
path
string
path
;
Undocumented in source.
terminal
string
terminal
;
Undocumented in source.
type
string
type
;
Undocumented in source.
Meta
Source
See Implementation
ws
x
desktop
classes
DesktopEntry
functions
getAll
readDesktop
variables
desktopPaths