gi-glib-0.2.46.15: GLib 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.GLib.Structs.PollFD

Contents

Description

Represents a file descriptor, which events to poll for, and which events occurred.

Synopsis

Exported types

newtype PollFD Source

Constructors

PollFD (ForeignPtr PollFD) 

Instances

BoxedObject PollFD 
(~) AttrOpTag tag AttrSet => Constructible PollFD tag 
((~) * info (ResolvePollFDMethod t PollFD), MethodInfo * info PollFD p) => IsLabelProxy t (PollFD -> p) 
type AttributeList PollFD 

newZeroPollFD :: MonadIO m => m PollFD Source

Construct a PollFD struct initialized to zero.

Properties

Events

Fd

Revents