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.
actionPrintDetailedName :: (HasCallStack, MonadIO m) => Text -> Maybe GVariant -> m Textgi-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
-
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
-
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
dBusMessagePrint :: (HasCallStack, MonadIO m, IsDBusMessage a) => a -> Word32 -> m Textgi-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)
orFlags: 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.26messageFingerprint :: Message -> !Fingerprintdistributed-process Control.Distributed.Process.Internal.Types No documentation available.
messageFingerprint :: Message -> !Fingerprintdistributed-process Control.Distributed.Process.Internal.Types No documentation available.
-
distributed-process Control.Distributed.Process.Serializable No documentation available.
decodeFingerprint :: ByteString -> Fingerprintdistributed-process Control.Distributed.Process.Serializable Decode a bytestring into a fingerprint. Throws an IO exception on failure
encodeFingerprint :: Fingerprint -> ByteStringdistributed-process Control.Distributed.Process.Serializable Encode type representation as a bytestring
fingerprint :: Typeable a => a -> Fingerprintdistributed-process Control.Distributed.Process.Serializable The fingerprint of the typeRep of the argument