gi-gst-1.0.11: GStreamer 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.DebugMessage

Contents

Description

 

Synopsis

Exported types

Methods

get

debugMessageGet Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> DebugMessage

message: a debug message

-> m 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.