gi-webkit2-4.0.24: WebKit2 bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2.Structs.MimeInfo

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype MimeInfo Source #

Memory-managed wrapper type.

Constructors

MimeInfo (ManagedPtr MimeInfo) 
Instances
BoxedObject MimeInfo Source # 
Instance details

Defined in GI.WebKit2.Structs.MimeInfo

Methods

boxedType :: MimeInfo -> IO GType #

noMimeInfo :: Maybe MimeInfo Source #

A convenience alias for Nothing :: Maybe MimeInfo.

Methods

getDescription

mimeInfoGetDescription Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> MimeInfo

info: a MimeInfo

-> m Text

Returns: the description of the MIME type of info

No description available in the introspection data.

getExtensions

mimeInfoGetExtensions Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> MimeInfo

info: a MimeInfo

-> m [Text]

Returns: a Nothing-terminated array of strings

Get the list of file extensions associated to the MIME type of info

getMimeType

mimeInfoGetMimeType Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> MimeInfo

info: a MimeInfo

-> m Text

Returns: the MIME type of info

No description available in the introspection data.

ref

mimeInfoRef Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> MimeInfo

info: a MimeInfo

-> m MimeInfo

Returns: The passed in MimeInfo

Atomically increments the reference count of info by one. This function is MT-safe and may be called from any thread.

unref

mimeInfoUnref Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> MimeInfo

info: a MimeInfo

-> m () 

Atomically decrements the reference count of info by one. If the reference count drops to 0, all memory allocated by the MimeInfo is released. This function is MT-safe and may be called from any thread.