DesktopEntry.actions - multiple declarations
Function DesktopEntry.actions
Actions supported by application.
auto std .algorithm .iteration .FilterResult!(desktopfile.file.DesktopFile.splitValues(string).__lambda2,desktopfile.file.DesktopFile.SplitValues) actions() pure nothrow @safe const;
Returns
Range of multiple values associated with "Actions" key.
Note
This only depends on "Actions" value, not on actually presented sections in desktop file.
See Also
byAction
, action
Function DesktopEntry.actions
Sets the list of values for "Actions" list.
string actions(Range)
(
Range values
)
if (isInputRange!Range && isSomeString!(ElementType!Range));