gi-gio-2.0.25: Gio bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gio.Structs.StaticResource

Description

StaticResource is an opaque data structure and can only be accessed using the following functions.

Synopsis

Exported types

newZeroStaticResource :: MonadIO m => m StaticResource Source #

Construct a StaticResource struct initialized to zero.

Methods

Overloaded methods

fini

staticResourceFini Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> StaticResource

staticResource: pointer to a static StaticResource

-> m () 

Finalized a GResource initialized by staticResourceInit.

This is normally used by code generated by [glib-compile-resources][glib-compile-resources] and is not typically used by other code.

Since: 2.32

getResource

staticResourceGetResource Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> StaticResource

staticResource: pointer to a static StaticResource

-> m Resource

Returns: a Resource

Gets the GResource that was registered by a call to staticResourceInit.

This is normally used by code generated by [glib-compile-resources][glib-compile-resources] and is not typically used by other code.

Since: 2.32

init

staticResourceInit Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> StaticResource

staticResource: pointer to a static StaticResource

-> m () 

Initializes a GResource from static data using a GStaticResource.

This is normally used by code generated by [glib-compile-resources][glib-compile-resources] and is not typically used by other code.

Since: 2.32