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.
type
DBusObjectInterfaceAddedCallback = DBusInterface -> IO ()gi-gio GI.Gio.Interfaces.DBusObject Emitted when interface is added to object. Since: 2.30
type
DBusObjectInterfaceRemovedCallback = DBusInterface -> IO ()gi-gio GI.Gio.Interfaces.DBusObject Emitted when interface is removed from object. Since: 2.30
type
DBusObjectManagerInterfaceAddedCallback = DBusObject -> DBusInterface -> IO ()gi-gio GI.Gio.Interfaces.DBusObjectManager Emitted when interface is added to object. This signal exists purely as a convenience to avoid having to connect signals to all objects managed by manager. Since: 2.30
type
DBusObjectManagerInterfaceRemovedCallback = DBusObject -> DBusInterface -> IO ()gi-gio GI.Gio.Interfaces.DBusObjectManager Emitted when interface has been removed from object. This signal exists purely as a convenience to avoid having to connect signals to all objects managed by manager. Since: 2.30
type
DBusObjectManagerObjectAddedCallback = DBusObject -> IO ()gi-gio GI.Gio.Interfaces.DBusObjectManager Emitted when object is added to manager. Since: 2.30
type
DBusObjectManagerObjectRemovedCallback = DBusObject -> IO ()gi-gio GI.Gio.Interfaces.DBusObjectManager Emitted when object is removed from manager. Since: 2.30
type
DriveChangedCallback = IO ()gi-gio GI.Gio.Interfaces.Drive Emitted when the drive's state has changed.
type
DriveDisconnectedCallback = IO ()gi-gio GI.Gio.Interfaces.Drive This signal is emitted when the Drive have been disconnected. If the recipient is holding references to the object they should release them so the object can be finalized.
type
DriveEjectButtonCallback = IO ()gi-gio GI.Gio.Interfaces.Drive Emitted when the physical eject button (if any) of a drive has been pressed.
type
DriveStopButtonCallback = IO ()gi-gio GI.Gio.Interfaces.Drive Emitted when the physical stop button (if any) of a drive has been pressed. Since: 2.22