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.

  1. wrap_ParamSpecTypeInfoFinalizeFieldCallback :: Maybe (Ptr (FunPtr C_ParamSpecTypeInfoFinalizeFieldCallback)) -> ParamSpecTypeInfoFinalizeFieldCallback -> C_ParamSpecTypeInfoFinalizeFieldCallback

    gi-gobject GI.GObject.Callbacks

    Wrap a ParamSpecTypeInfoFinalizeFieldCallback into a C_ParamSpecTypeInfoFinalizeFieldCallback.

  2. wrap_ParamSpecTypeInfoInstanceInitFieldCallback :: Maybe (Ptr (FunPtr C_ParamSpecTypeInfoInstanceInitFieldCallback)) -> ParamSpecTypeInfoInstanceInitFieldCallback -> C_ParamSpecTypeInfoInstanceInitFieldCallback

    gi-gobject GI.GObject.Callbacks

    Wrap a ParamSpecTypeInfoInstanceInitFieldCallback into a C_ParamSpecTypeInfoInstanceInitFieldCallback.

  3. wrap_ParamSpecTypeInfoValueSetDefaultFieldCallback :: Maybe (Ptr (FunPtr C_ParamSpecTypeInfoValueSetDefaultFieldCallback)) -> ParamSpecTypeInfoValueSetDefaultFieldCallback -> C_ParamSpecTypeInfoValueSetDefaultFieldCallback

    gi-gobject GI.GObject.Callbacks

    Wrap a ParamSpecTypeInfoValueSetDefaultFieldCallback into a C_ParamSpecTypeInfoValueSetDefaultFieldCallback.

  4. wrap_ParamSpecTypeInfoValueValidateFieldCallback :: Maybe (Ptr (FunPtr C_ParamSpecTypeInfoValueValidateFieldCallback)) -> ParamSpecTypeInfoValueValidateFieldCallback -> C_ParamSpecTypeInfoValueValidateFieldCallback

    gi-gobject GI.GObject.Callbacks

    Wrap a ParamSpecTypeInfoValueValidateFieldCallback into a C_ParamSpecTypeInfoValueValidateFieldCallback.

  5. wrap_ParamSpecTypeInfoValuesCmpFieldCallback :: Maybe (Ptr (FunPtr C_ParamSpecTypeInfoValuesCmpFieldCallback)) -> ParamSpecTypeInfoValuesCmpFieldCallback -> C_ParamSpecTypeInfoValuesCmpFieldCallback

    gi-gobject GI.GObject.Callbacks

    Wrap a ParamSpecTypeInfoValuesCmpFieldCallback into a C_ParamSpecTypeInfoValuesCmpFieldCallback.

  6. signalListIds :: (HasCallStack, MonadIO m) => GType -> m [Word32]

    gi-gobject GI.GObject.Functions

    Lists the signals by id that a certain instance or interface type created. Further information about the signals can be acquired through signalQuery.

  7. signalLookup :: (HasCallStack, MonadIO m) => Text -> GType -> m Word32

    gi-gobject GI.GObject.Functions

    Given the name of the signal and the type of object it connects to, gets the signal's identifying integer. Emitting the signal by number is somewhat faster than using the name each time. Also tries the ancestors of the given type. The type class passed as itype must already have been instantiated (for example, using typeClassRef) for this function to work, as signals are always installed during class initialization. See g_signal_new() for details on allowed signal names.

  8. typeCheckInstanceIsFundamentallyA :: (HasCallStack, MonadIO m) => TypeInstance -> GType -> m Bool

    gi-gobject GI.GObject.Functions

    No description available in the introspection data.

  9. module GI.GObject.Objects.InitiallyUnowned

    A type for objects that have an initially floating reference. All the fields in the GInitiallyUnowned structure are private to the implementation and should never be accessed directly.

  10. newtype InitiallyUnowned

    gi-gobject GI.GObject.Objects.InitiallyUnowned

    Memory-managed wrapper type.

Page 400 of many | Previous | Next