DesktopEntry.categories

Sets the list of values for the "Categories" list.

  1. auto categories()
  2. string categories(Range values)
    class DesktopEntry
    string
    categories
    (
    Range
    )
    (
    Range values
    )
    if (
    isInputRange!Range &&
    isSomeString!(ElementType!Range)
    )

Meta