gi-notify-0.7.27: Libnotify bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Notify.Constants

Description

 
Synopsis

Documentation

pattern VERSION_MINOR :: Int32 Source #

Adwaita minor version component (e.g. 2 if the version is 1.2.3).

pattern VERSION_MICRO :: Int32 Source #

Adwaita micro version component (e.g. 3 if the version is 1.2.3).

pattern VERSION_MAJOR :: Int32 Source #

Adwaita major version component (e.g. 1 if the version is 1.2.3).

pattern EXPIRES_NEVER :: Int32 Source #

The notification never expires.

It stays open until closed by the calling API or the user.

pattern EXPIRES_DEFAULT :: Int32 Source #

The default expiration time on a notification.