Hoogle Search

Within Stackage Nightly 2026-06-28 (ghc-9.12.4)

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

  1. setRecentChooserShowPrivate :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “show-private” property. When overloading is enabled, this is equivalent to

    set recentChooser [ #showPrivate := value ]
    

  2. setRecentChooserShowTips :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “show-tips” property. When overloading is enabled, this is equivalent to

    set recentChooser [ #showTips := value ]
    

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

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

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

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

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

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

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

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

Page 141 of many | Previous | Next