Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype DebugMessage = DebugMessage (ManagedPtr DebugMessage)
- debugMessageGet :: (HasCallStack, MonadIO m) => DebugMessage -> m (Maybe Text)
- debugMessageGetId :: (HasCallStack, MonadIO m) => DebugMessage -> m (Maybe Text)
Exported types
newtype DebugMessage Source #
Memory-managed wrapper type.
DebugMessage (ManagedPtr DebugMessage) |
Instances
Eq DebugMessage Source # | |
Defined in GI.Gst.Structs.DebugMessage (==) :: DebugMessage -> DebugMessage -> Bool # (/=) :: DebugMessage -> DebugMessage -> Bool # | |
BoxedPtr DebugMessage Source # | |
Defined in GI.Gst.Structs.DebugMessage boxedPtrCopy :: DebugMessage -> IO DebugMessage boxedPtrFree :: DebugMessage -> IO () | |
ManagedPtrNewtype DebugMessage Source # | |
Defined in GI.Gst.Structs.DebugMessage toManagedPtr :: DebugMessage -> ManagedPtr DebugMessage |
Methods
Click to display all available methods, including inherited ones
get
:: (HasCallStack, MonadIO m) | |
=> DebugMessage |
|
-> m (Maybe Text) | Returns: the string representation of a |
Gets the string representation of a DebugMessage
. This function is used
in debug handlers to extract the message.
getId
:: (HasCallStack, MonadIO m) | |
=> DebugMessage |
|
-> m (Maybe Text) | Returns: The emitter of a |
Get the id of the object that emitted this message. This function is used in debug handlers. Can be empty.
Since: 1.22