DesktopEntry.categories - multiple declarations
Function DesktopEntry.categories
Categories this program belongs to.
auto std .algorithm .iteration .FilterResult!(desktopfile.file.DesktopFile.splitValues(string).__lambda2,desktopfile.file.DesktopFile.SplitValues) categories() pure nothrow @safe const;
Returns
The range of multiple values associated with "Categories" key.
Function DesktopEntry.categories
Sets the list of values for the "Categories" list.
string categories(Range)
(
Range values
)
if (isInputRange!Range && isSomeString!(ElementType!Range));