gi-gst-1.0.24: GStreamer bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Gst.Structs.DebugMessage

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DebugMessage Source #

Memory-managed wrapper type.

Constructors

DebugMessage (ManagedPtr DebugMessage) 

Instances

Instances details
Eq DebugMessage Source # 
Instance details

Defined in GI.Gst.Structs.DebugMessage

BoxedPtr DebugMessage Source # 
Instance details

Defined in GI.Gst.Structs.DebugMessage

ManagedPtrNewtype DebugMessage Source # 
Instance details

Defined in GI.Gst.Structs.DebugMessage

Methods

toManagedPtr :: DebugMessage -> ManagedPtr DebugMessage

Methods

Click to display all available methods, including inherited ones

Expand

Methods

get.

Getters

None.

Setters

None.

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.