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.

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

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

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

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

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

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

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

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

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

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

Page 139 of many | Previous | Next