gi-gst-1.0.20: GStreamer 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.Gst.Structs.DebugMessage

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DebugMessage Source #

Memory-managed wrapper type.

Constructors

DebugMessage (ManagedPtr DebugMessage) 

Methods

get

debugMessageGet Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> DebugMessage

message: a debug message

-> m (Maybe Text)

Returns: the string representation of a DebugMessage.

Gets the string representation of a DebugMessage. This function is used in debug handlers to extract the message.