{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.QStandardPaths ( QStandardPathsValue (..), QStandardPathsConstPtr (..), QStandardPathsPtr (..), QStandardPathsConst, QStandardPaths, castConst, cast, downCastConst, downCast, displayName, findExecutable, findExecutableWithPaths, locate, locateAll, locateAllWithOptions, locateWithOptions, setTestModeEnabled, standardLocations, writableLocation, QStandardPathsStandardLocation (..), QStandardPathsLocateOption (..), QStandardPathsLocateOptions, IsQStandardPathsLocateOptions (..), locateFile, locateDirectory, ) where import Graphics.UI.Qtah.Generated.Core.QStandardPaths import Prelude () castConst = toQStandardPathsConst cast = toQStandardPaths downCastConst = downToQStandardPathsConst downCast = downToQStandardPaths