DesktopEntry.startupNotify

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

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

Return Value

Type: bool

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

Meta