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