Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
BusAcquiredCallback_WithClosures = DBusConnection -> Text -> Ptr () -> IO ()gi-gio GI.Gio.Callbacks Invoked when a connection to a message bus has been obtained. Since: 2.26
type
BusNameAcquiredCallback = DBusConnection -> Text -> IO ()gi-gio GI.Gio.Callbacks Invoked when the name is acquired. Since: 2.26
type
BusNameAcquiredCallback_WithClosures = DBusConnection -> Text -> Ptr () -> IO ()gi-gio GI.Gio.Callbacks Invoked when the name is acquired. Since: 2.26
type
BusNameAppearedCallback = DBusConnection -> Text -> Text -> IO ()gi-gio GI.Gio.Callbacks Invoked when the name being watched is known to have to have an owner. Since: 2.26
type
BusNameAppearedCallback_WithClosures = DBusConnection -> Text -> Text -> Ptr () -> IO ()gi-gio GI.Gio.Callbacks Invoked when the name being watched is known to have to have an owner. Since: 2.26
type
BusNameLostCallback = DBusConnection -> Text -> IO ()gi-gio GI.Gio.Callbacks Invoked when the name is lost or connection has been closed. Since: 2.26
type
BusNameLostCallback_WithClosures = DBusConnection -> Text -> Ptr () -> IO ()gi-gio GI.Gio.Callbacks Invoked when the name is lost or connection has been closed. Since: 2.26
type
BusNameVanishedCallback = DBusConnection -> Text -> IO ()gi-gio GI.Gio.Callbacks Invoked when the name being watched is known not to have to have an owner. This is also invoked when the DBusConnection on which the watch was established has been closed. In that case, connection will be Nothing. Since: 2.26
type
BusNameVanishedCallback_WithClosures = DBusConnection -> Text -> Ptr () -> IO ()gi-gio GI.Gio.Callbacks Invoked when the name being watched is known not to have to have an owner. This is also invoked when the DBusConnection on which the watch was established has been closed. In that case, connection will be Nothing. Since: 2.26
type
C_ActionEntryActivateFieldCallback = Ptr SimpleAction -> Ptr GVariant -> Ptr () -> IO ()gi-gio GI.Gio.Callbacks Type for the callback on the (unwrapped) C side.