Hoogle Search
Within Stackage Nightly 2026-06-26 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setRecentChooserSortType :: (MonadIO m, IsRecentChooser o) => o -> RecentSortType -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “sort-type” property. When overloading is enabled, this is equivalent to
set recentChooser [ #sortType := value ]
setRecentDataAppExec :: MonadIO m => RecentData -> CString -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “app_exec” field. When overloading is enabled, this is equivalent to
set recentData [ #appExec := value ]
setRecentDataAppName :: MonadIO m => RecentData -> CString -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “app_name” field. When overloading is enabled, this is equivalent to
set recentData [ #appName := value ]
setRecentDataDescription :: MonadIO m => RecentData -> CString -> m ()gi-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk Set the value of the “applications” field. When overloading is enabled, this is equivalent to
set recentFilterInfo [ #applications := value ]