DesktopEntry.notShowIn - multiple declarations
Function DesktopEntry.notShowIn
A list of strings identifying the desktop environments that should not display a given desktop entry.
auto std .algorithm .iteration .FilterResult!(desktopfile.file.DesktopFile.splitValues(string).__lambda2,desktopfile.file.DesktopFile.SplitValues) notShowIn() pure nothrow @safe const;
Returns
The range of multiple values associated with "NotShowIn" key.
See Also
Function DesktopEntry.notShowIn
setter
string notShowIn(Range)
(
Range values
)
if (isInputRange!Range && isSomeString!(ElementType!Range));