gi-gst-0.1.6.13: Gst bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gst.Structs.DebugCategory

Contents

Description

This is the struct that describes the categories. Once initialized with #GST_DEBUG_CATEGORY_INIT, its values can't be changed anymore.

Synopsis

Exported types

newtype DebugCategory Source

Instances

((~) * info (ResolveDebugCategoryMethod t DebugCategory), MethodInfo * info DebugCategory p) => IsLabel t (DebugCategory -> p) Source 

Methods

fromLabel :: Proxy# Symbol t -> DebugCategory -> p

((~) * info (ResolveDebugCategoryMethod t DebugCategory), MethodInfo * info DebugCategory p) => IsLabelProxy t (DebugCategory -> p) Source 
((~) (TYPE Lifted) signature (DebugLevel -> m ()), MonadIO m) => MethodInfo (TYPE Lifted) DebugCategorySetThresholdMethodInfo DebugCategory signature Source 
((~) (TYPE Lifted) signature (m ()), MonadIO m) => MethodInfo (TYPE Lifted) DebugCategoryResetThresholdMethodInfo DebugCategory signature Source 
((~) (TYPE Lifted) signature (m DebugLevel), MonadIO m) => MethodInfo (TYPE Lifted) DebugCategoryGetThresholdMethodInfo DebugCategory signature Source 
((~) (TYPE Lifted) signature (m Text), MonadIO m) => MethodInfo (TYPE Lifted) DebugCategoryGetNameMethodInfo DebugCategory signature Source 
((~) (TYPE Lifted) signature (m Text), MonadIO m) => MethodInfo (TYPE Lifted) DebugCategoryGetDescriptionMethodInfo DebugCategory signature Source 
((~) (TYPE Lifted) signature (m Word32), MonadIO m) => MethodInfo (TYPE Lifted) DebugCategoryGetColorMethodInfo DebugCategory signature Source 
((~) (TYPE Lifted) signature (m ()), MonadIO m) => MethodInfo (TYPE Lifted) DebugCategoryFreeMethodInfo DebugCategory signature Source 

newZeroDebugCategory :: MonadIO m => m DebugCategory Source

Construct a DebugCategory struct initialized to zero.

Methods

debugCategoryFree

debugCategoryGetColor

debugCategoryGetDescription

debugCategoryGetName

debugCategoryGetThreshold

debugCategoryResetThreshold

debugCategorySetThreshold