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. type DBusObjectInterfaceAddedCallback = DBusInterface -> IO ()

    gi-gio GI.Gio.Interfaces.DBusObject

    Emitted when interface is added to object. Since: 2.30

  2. type DBusObjectInterfaceRemovedCallback = DBusInterface -> IO ()

    gi-gio GI.Gio.Interfaces.DBusObject

    Emitted when interface is removed from object. Since: 2.30

  3. 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

  4. 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

  5. type DBusObjectManagerObjectAddedCallback = DBusObject -> IO ()

    gi-gio GI.Gio.Interfaces.DBusObjectManager

    Emitted when object is added to manager. Since: 2.30

  6. type DBusObjectManagerObjectRemovedCallback = DBusObject -> IO ()

    gi-gio GI.Gio.Interfaces.DBusObjectManager

    Emitted when object is removed from manager. Since: 2.30

  7. type DriveChangedCallback = IO ()

    gi-gio GI.Gio.Interfaces.Drive

    Emitted when the drive's state has changed.

  8. 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.

  9. type DriveEjectButtonCallback = IO ()

    gi-gio GI.Gio.Interfaces.Drive

    Emitted when the physical eject button (if any) of a drive has been pressed.

  10. 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

Page 452 of many | Previous | Next