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

GI.Gio.Structs.StaticResource

Description

GStaticResource 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

Click to display all available methods, including inherited ones

Expand

Methods

fini, init.

Getters

getResource.

Setters

None.

fini

staticResourceFini Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> StaticResource

staticResource: pointer to a static StaticResource

-> m () 

Finalizes a Resource initialized by staticResourceInit.

This is normally used by code generated by `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 Resource that was registered by a call to staticResourceInit.

This is normally used by code generated by `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 Resource from static data using a StaticResource.

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

Since: 2.32