Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Versions of hsc2hs older than 0.68.6 cannot deal with Haskell code including promoted constructors, so isolate the required types in here.
Warning: This module is internal, and might disappear in the future.
Synopsis
- type GQuark = Word32
- type C_gint = Int32
- cgvalueSize :: Int
- gerror_domain_offset :: Int
- gerror_code_offset :: Int
- gerror_message_offset :: Int
Documentation
cgvalueSize :: Int Source #
The size in bytes of a GValue struct in C.
gerror_domain_offset :: Int Source #
The offset in bytes inside a GError
of its domain
field.
gerror_code_offset :: Int Source #
The offset in bytes inside a GError
of its code
field.
gerror_message_offset :: Int Source #
The offset in bytes inside a GError
of its emssage
field.