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