Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. actionPrintDetailedName :: (HasCallStack, MonadIO m) => Text -> Maybe GVariant -> m Text

    gi-gio GI.Gio.Interfaces.Action

    Formats a detailed action name from actionName and targetValue. It is an error to call this function with an invalid action name. This function is the opposite of actionParseDetailedName. It will produce a string that can be parsed back to the actionName and targetValue by that function. See that function for the types of strings that will be printed by this function. Since: 2.38

  2. applicationCommandLinePrintLiteral :: (HasCallStack, MonadIO m, IsApplicationCommandLine a) => a -> Text -> m ()

    gi-gio GI.Gio.Objects.ApplicationCommandLine

    Prints a message using the stdout print handler in the invoking process. Unlike g_application_command_line_print(), message is not a printf()-style format string. Use this function if message contains text you don't have control over, that could include printf() escape sequences. Since: 2.80

  3. applicationCommandLinePrinterrLiteral :: (HasCallStack, MonadIO m, IsApplicationCommandLine a) => a -> Text -> m ()

    gi-gio GI.Gio.Objects.ApplicationCommandLine

    Prints a message using the stderr print handler in the invoking process. Unlike g_application_command_line_printerr(), message is not a printf()-style format string. Use this function if message contains text you don't have control over, that could include printf() escape sequences. Since: 2.80

  4. dBusMessagePrint :: (HasCallStack, MonadIO m, IsDBusMessage a) => a -> Word32 -> m Text

    gi-gio GI.Gio.Objects.DBusMessage

    Produces a human-readable multi-line description of message. The contents of the description has no ABI guarantees, the contents and formatting is subject to change at any time. Typical output looks something like this:

    Flags:   none
    Version: 0
    Serial:  4
    Headers:
    path -> objectpath '/org/gtk/GDBus/TestObject'
    interface -> 'org.gtk.GDBus.TestInterface'
    member -> 'GimmeStdout'
    destination -> ':1.146'
    Body: ()
    UNIX File Descriptors:
    (none)
    
    or
    Flags:   no-reply-expected
    Version: 0
    Serial:  477
    Headers:
    reply-serial -> uint32 4
    destination -> ':1.159'
    sender -> ':1.146'
    num-unix-fds -> uint32 1
    Body: ()
    UNIX File Descriptors:
    fd 12: dev=0:10,mode=020620,ino=5,uid=500,gid=5,rdev=136:2,size=0,atime=1273085037,mtime=1273085851,ctime=1272982635
    
    Since: 2.26

  5. messageFingerprint :: Message -> !Fingerprint

    distributed-process Control.Distributed.Process.Internal.Types

    No documentation available.

  6. messageFingerprint :: Message -> !Fingerprint

    distributed-process Control.Distributed.Process.Internal.Types

    No documentation available.

  7. data Fingerprint

    distributed-process Control.Distributed.Process.Serializable

    No documentation available.

  8. decodeFingerprint :: ByteString -> Fingerprint

    distributed-process Control.Distributed.Process.Serializable

    Decode a bytestring into a fingerprint. Throws an IO exception on failure

  9. encodeFingerprint :: Fingerprint -> ByteString

    distributed-process Control.Distributed.Process.Serializable

    Encode type representation as a bytestring

  10. fingerprint :: Typeable a => a -> Fingerprint

    distributed-process Control.Distributed.Process.Serializable

    The fingerprint of the typeRep of the argument

Page 183 of many | Previous | Next