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.
setRecentDataDescription :: MonadIO m => RecentData -> CString -> m ()gi-gtk3 GI.Gtk.Structs.RecentData Set the value of the “description” field. When overloading is enabled, this is equivalent to
set recentData [ #description := value ]
setRecentDataDisplayName :: MonadIO m => RecentData -> CString -> m ()gi-gtk3 GI.Gtk.Structs.RecentData Set the value of the “display_name” field. When overloading is enabled, this is equivalent to
set recentData [ #displayName := value ]
setRecentDataGroups :: MonadIO m => RecentData -> Ptr CString -> m ()gi-gtk3 GI.Gtk.Structs.RecentData Set the value of the “groups” field. When overloading is enabled, this is equivalent to
set recentData [ #groups := value ]
setRecentDataIsPrivate :: MonadIO m => RecentData -> Bool -> m ()gi-gtk3 GI.Gtk.Structs.RecentData Set the value of the “is_private” field. When overloading is enabled, this is equivalent to
set recentData [ #isPrivate := value ]
setRecentDataMimeType :: MonadIO m => RecentData -> CString -> m ()gi-gtk3 GI.Gtk.Structs.RecentData Set the value of the “mime_type” field. When overloading is enabled, this is equivalent to
set recentData [ #mimeType := value ]
setRecentFilterInfoAge :: MonadIO m => RecentFilterInfo -> Int32 -> m ()gi-gtk3 GI.Gtk.Structs.RecentFilterInfo Set the value of the “age” field. When overloading is enabled, this is equivalent to
set recentFilterInfo [ #age := value ]
setRecentFilterInfoApplications :: MonadIO m => RecentFilterInfo -> Ptr CString -> m ()gi-gtk3 GI.Gtk.Structs.RecentFilterInfo Set the value of the “applications” field. When overloading is enabled, this is equivalent to
set recentFilterInfo [ #applications := value ]
setRecentFilterInfoContains :: MonadIO m => RecentFilterInfo -> [RecentFilterFlags] -> m ()gi-gtk3 GI.Gtk.Structs.RecentFilterInfo Set the value of the “contains” field. When overloading is enabled, this is equivalent to
set recentFilterInfo [ #contains := value ]
setRecentFilterInfoDisplayName :: MonadIO m => RecentFilterInfo -> CString -> m ()gi-gtk3 GI.Gtk.Structs.RecentFilterInfo Set the value of the “display_name” field. When overloading is enabled, this is equivalent to
set recentFilterInfo [ #displayName := value ]
setRecentFilterInfoGroups :: MonadIO m => RecentFilterInfo -> Ptr CString -> m ()gi-gtk3 GI.Gtk.Structs.RecentFilterInfo Set the value of the “groups” field. When overloading is enabled, this is equivalent to
set recentFilterInfo [ #groups := value ]