Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. methodCallMember :: MethodCall -> MemberName

    dbus DBus.Internal.Message

    The method name of the method call. Method names are unique within an interface, but might not be unique within an object.

  2. methodCallPath :: MethodCall -> ObjectPath

    dbus DBus.Internal.Message

    The object path of the method call. Conceptually, object paths act like a procedural language's pointers. Each object referenced by a path is a collection of procedures.

  3. methodCallReplyExpected :: MethodCall -> Bool

    dbus DBus.Internal.Message

    Set whether a reply is expected. This can save network and cpu resources by inhibiting unnecessary replies. Defaults to True.

  4. methodCallSender :: MethodCall -> Maybe BusName

    dbus DBus.Internal.Message

    The name of the application that sent this call. Most users will just leave this empty, because the bus overwrites the sender for security reasons. Setting the sender manually is used for peer-peer connections. Defaults to Nothing.

  5. setMethodCallFlags :: MethodCall -> Word8 -> MethodCall

    dbus DBus.Internal.Message

    No documentation available.

  6. addMatchMethodCall :: MethodCall

    dbus DBus.TH

    No documentation available.

  7. getAdtAuditSessionDataMethodCall :: MethodCall

    dbus DBus.TH

    No documentation available.

  8. getConnectionCredentialsMethodCall :: MethodCall

    dbus DBus.TH

    No documentation available.

  9. getConnectionSELinuxSecurityContextMethodCall :: MethodCall

    dbus DBus.TH

    No documentation available.

  10. getConnectionUnixProcessIDMethodCall :: MethodCall

    dbus DBus.TH

    No documentation available.

Page 670 of many | Previous | Next