DesktopEntry.startupNotify - multiple declarations
Function DesktopEntry.startupNotify
A boolean value specifying if an application uses Startup Notification Protocol.
bool startupNotify() pure nothrow @nogc @safe const;
Returns
The value associated with "StartupNotify" key converted to bool using isTrue
.
Function DesktopEntry.startupNotify
setter
bool startupNotify
(
bool notify
) @safe;