gi-atk-2.0.15: Atk bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Atk.Objects.Util

Contents

Description

A set of ATK utility functions which are used to support event registration of various types, and obtaining the 'root' accessible of a process and information about the current ATK implementation and toolkit version.

Synopsis

Exported types

newtype Util Source #

Memory-managed wrapper type.

Constructors

Util (ManagedPtr Util) 

Instances

GObject Util Source # 

Methods

gobjectType :: Util -> IO GType

IsObject Util Source # 
IsUtil Util Source # 

class GObject o => IsUtil o Source #

Type class for types which can be safely cast to Util, for instance with toUtil.

Instances

(GObject a, UnknownAncestorError Constraint Util a) => IsUtil a Source # 
IsUtil Util Source # 

toUtil :: (MonadIO m, IsUtil o) => o -> m Util Source #

Cast to Util, for types for which this is known to be safe. For general casts, use castTo.

noUtil :: Maybe Util Source #

A convenience alias for Nothing :: Maybe Util.