Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. setCompletionCache :: MonadIO m => Completion -> Ptr (GList (Ptr ())) -> m ()

    gi-glib GI.GLib.Structs.Completion

    Set the value of the “cache” field. When overloading is enabled, this is equivalent to

    set completion [ #cache := value ]
    

  2. setCompletionFunc :: MonadIO m => Completion -> FunPtr C_CompletionFunc -> m ()

    gi-glib GI.GLib.Structs.Completion

    Set the value of the “func” field. When overloading is enabled, this is equivalent to

    set completion [ #func := value ]
    

  3. setCompletionItems :: MonadIO m => Completion -> Ptr (GList (Ptr ())) -> m ()

    gi-glib GI.GLib.Structs.Completion

    Set the value of the “items” field. When overloading is enabled, this is equivalent to

    set completion [ #items := value ]
    

  4. setCompletionPrefix :: MonadIO m => Completion -> CString -> m ()

    gi-glib GI.GLib.Structs.Completion

    Set the value of the “prefix” field. When overloading is enabled, this is equivalent to

    set completion [ #prefix := value ]
    

  5. setCompletionStrncmpFunc :: MonadIO m => Completion -> FunPtr C_CompletionStrncmpFunc -> m ()

    gi-glib GI.GLib.Structs.Completion

    Set the value of the “strncmp_func” field. When overloading is enabled, this is equivalent to

    set completion [ #strncmpFunc := value ]
    

  6. setDateDay :: MonadIO m => Date -> Word32 -> m ()

    gi-glib GI.GLib.Structs.Date

    Set the value of the “day” field. When overloading is enabled, this is equivalent to

    set date [ #day := value ]
    

  7. setDateDmy :: MonadIO m => Date -> Word32 -> m ()

    gi-glib GI.GLib.Structs.Date

    Set the value of the “dmy” field. When overloading is enabled, this is equivalent to

    set date [ #dmy := value ]
    

  8. setDateJulian :: MonadIO m => Date -> Word32 -> m ()

    gi-glib GI.GLib.Structs.Date

    Set the value of the “julian” field. When overloading is enabled, this is equivalent to

    set date [ #julian := value ]
    

  9. setDateJulianDays :: MonadIO m => Date -> Word32 -> m ()

    gi-glib GI.GLib.Structs.Date

    Set the value of the “julian_days” field. When overloading is enabled, this is equivalent to

    set date [ #julianDays := value ]
    

  10. setDateMonth :: MonadIO m => Date -> Word32 -> m ()

    gi-glib GI.GLib.Structs.Date

    Set the value of the “month” field. When overloading is enabled, this is equivalent to

    set date [ #month := value ]
    

Page 229 of many | Previous | Next