gi-atk-2.0.20: Atk bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
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 # 
Instance details

Defined in GI.Atk.Objects.Util

Methods

gobjectType :: IO GType #

HasParentTypes Util Source # 
Instance details

Defined in GI.Atk.Objects.Util

type ParentTypes Util Source # 
Instance details

Defined in GI.Atk.Objects.Util

type ParentTypes Util = Object ': ([] :: [Type])

class (GObject o, IsDescendantOf Util o) => IsUtil o Source #

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

Instances
(GObject o, IsDescendantOf Util o) => IsUtil o Source # 
Instance details

Defined in GI.Atk.Objects.Util

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.