gi-glib-2.0.25: GLib bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GLib.Structs.StatBuf

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

Instances details
Eq StatBuf Source # 
Instance details

Defined in GI.GLib.Structs.StatBuf

Methods

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

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

BoxedPtr StatBuf Source # 
Instance details

Defined in GI.GLib.Structs.StatBuf

ManagedPtrNewtype StatBuf Source # 
Instance details

Defined in GI.GLib.Structs.StatBuf

Methods

toManagedPtr :: StatBuf -> ManagedPtr StatBuf

Methods