DesktopEntry.startupNotify

A boolean value specifying if an application uses Startup Notification Protocol.

  1. bool startupNotify()
    class DesktopEntry
    @nogc @safe const nothrow pure
    bool
    startupNotify
    ()
  2. bool startupNotify(bool notify)

Return Value

Type: bool

The value associated with "StartupNotify" key converted to bool using inilike.common.isTrue.

Meta