gi-gdkx11-3.0.2: GdkX11 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.GdkX11.Objects.X11Monitor

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype X11Monitor Source #

Memory-managed wrapper type.

class GObject o => IsX11Monitor o Source #

Type class for types which can be safely cast to X11Monitor, for instance with toX11Monitor.

toX11Monitor :: (MonadIO m, IsX11Monitor o) => o -> m X11Monitor Source #

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

Methods

getOutput

x11MonitorGetOutput :: (HasCallStack, MonadIO m, IsMonitor a) => a -> m CULong Source #

No description available in the introspection data.