Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. noSettingsBindSetMapping_WithClosures :: Maybe SettingsBindSetMapping_WithClosures

    gi-gio GI.Gio.Callbacks

    A convenience synonym for Nothing :: Maybe SettingsBindSetMapping_WithClosures.

  2. noSettingsGetMapping :: Maybe SettingsGetMapping

    gi-gio GI.Gio.Callbacks

    A convenience synonym for Nothing :: Maybe SettingsGetMapping.

  3. noSettingsGetMapping_WithClosures :: Maybe SettingsGetMapping_WithClosures

    gi-gio GI.Gio.Callbacks

    A convenience synonym for Nothing :: Maybe SettingsGetMapping_WithClosures.

  4. wrap_SettingsBindGetMapping :: Maybe (Ptr (FunPtr C_SettingsBindGetMapping)) -> SettingsBindGetMapping_WithClosures -> C_SettingsBindGetMapping

    gi-gio GI.Gio.Callbacks

    Wrap a SettingsBindGetMapping into a C_SettingsBindGetMapping.

  5. wrap_SettingsBindSetMapping :: Maybe (Ptr (FunPtr C_SettingsBindSetMapping)) -> SettingsBindSetMapping_WithClosures -> C_SettingsBindSetMapping

    gi-gio GI.Gio.Callbacks

    Wrap a SettingsBindSetMapping into a C_SettingsBindSetMapping.

  6. wrap_SettingsGetMapping :: Maybe (Ptr (FunPtr C_SettingsGetMapping)) -> SettingsGetMapping_WithClosures -> C_SettingsGetMapping

    gi-gio GI.Gio.Callbacks

    Wrap a SettingsGetMapping into a C_SettingsGetMapping.

  7. module GI.Gio.Interfaces.ActionMap

    GActionMap is an interface for action containers. The GActionMap interface is implemented by ActionGroup implementations that operate by containing a number of named Action instances, such as SimpleActionGroup. One useful application of this interface is to map the names of actions from various action groups to unique, prefixed names (e.g. by prepending "app." or "win."). This is the motivation for the 'Map' part of the interface name. Since: 2.32

  8. newtype ActionMap

    gi-gio GI.Gio.Interfaces.ActionMap

    Memory-managed wrapper type.

  9. ActionMap :: ManagedPtr ActionMap -> ActionMap

    gi-gio GI.Gio.Interfaces.ActionMap

    No documentation available.

  10. class (GObject o, IsDescendantOf ActionMap o) => IsActionMap o

    gi-gio GI.Gio.Interfaces.ActionMap

    Type class for types which can be safely cast to ActionMap, for instance with toActionMap.

Page 512 of many | Previous | Next