gi-glib-2.0.23: GLib bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.GLib.Structs.StatBuf

Contents

Description

A type corresponding to the appropriate struct type for the stat() system call, depending on the platform and/or compiler being used.

See g_stat() for more information.

Synopsis

Exported types

newtype StatBuf Source #

Memory-managed wrapper type.

Constructors

StatBuf (ManagedPtr StatBuf) 
Instances
Eq StatBuf Source # 
Instance details

Defined in GI.GLib.Structs.StatBuf

Methods

(==) :: StatBuf -> StatBuf -> Bool

(/=) :: StatBuf -> StatBuf -> Bool

WrappedPtr StatBuf Source # 
Instance details

Defined in GI.GLib.Structs.StatBuf

Methods

wrappedPtrCalloc :: IO (Ptr StatBuf)

wrappedPtrCopy :: StatBuf -> IO StatBuf

wrappedPtrFree :: Maybe (GDestroyNotify StatBuf)

noStatBuf :: Maybe StatBuf Source #

A convenience alias for Nothing :: Maybe StatBuf.

Methods

Overloaded methods