{-# LANGUAGE TypeApplications #-}
#if (MIN_VERSION_haskell_gi_overloading(1,0,0) && !defined(__HADDOCK_VERSION__))
#define ENABLE_OVERLOADING
#endif
module GI.GObject.Objects.ParamSpecLong
(
ParamSpecLong(..) ,
IsParamSpecLong ,
toParamSpecLong ,
#if defined(ENABLE_OVERLOADING)
ResolveParamSpecLongMethod ,
#endif
) where
import Data.GI.Base.ShortPrelude
import qualified Data.GI.Base.ShortPrelude as SP
import qualified Data.GI.Base.Overloading as O
import qualified Prelude as P
import qualified Data.GI.Base.Attributes as GI.Attributes
import qualified Data.GI.Base.BasicTypes as B.Types
import qualified Data.GI.Base.ManagedPtr as B.ManagedPtr
import qualified Data.GI.Base.GArray as B.GArray
import qualified Data.GI.Base.GClosure as B.GClosure
import qualified Data.GI.Base.GError as B.GError
import qualified Data.GI.Base.GVariant as B.GVariant
import qualified Data.GI.Base.GValue as B.GValue
import qualified Data.GI.Base.GParamSpec as B.GParamSpec
import qualified Data.GI.Base.CallStack as B.CallStack
import qualified Data.GI.Base.Properties as B.Properties
import qualified Data.GI.Base.Signals as B.Signals
import qualified Control.Monad.IO.Class as MIO
import qualified Data.Coerce as Coerce
import qualified Data.Text as T
import qualified Data.ByteString.Char8 as B
import qualified Data.Map as Map
import qualified Foreign.Ptr as FP
import qualified GHC.OverloadedLabels as OL
import qualified GHC.Records as R
import {-# SOURCE #-} qualified GI.GObject.Objects.ParamSpec as GObject.ParamSpec
newtype ParamSpecLong = ParamSpecLong (SP.ManagedPtr ParamSpecLong)
deriving (ParamSpecLong -> ParamSpecLong -> Bool
(ParamSpecLong -> ParamSpecLong -> Bool)
-> (ParamSpecLong -> ParamSpecLong -> Bool) -> Eq ParamSpecLong
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: ParamSpecLong -> ParamSpecLong -> Bool
$c/= :: ParamSpecLong -> ParamSpecLong -> Bool
== :: ParamSpecLong -> ParamSpecLong -> Bool
$c== :: ParamSpecLong -> ParamSpecLong -> Bool
Eq)
instance SP.ManagedPtrNewtype ParamSpecLong where
toManagedPtr :: ParamSpecLong -> ManagedPtr ParamSpecLong
toManagedPtr (ParamSpecLong ManagedPtr ParamSpecLong
p) = ManagedPtr ParamSpecLong
p
foreign import ccall "haskell_gi_pspec_type_init_ParamSpecLong"
c_haskell_gi_pspec_type_init_ParamSpecLong :: IO B.Types.GType
instance B.Types.TypedObject ParamSpecLong where
glibType :: IO GType
glibType = IO GType
c_haskell_gi_pspec_type_init_ParamSpecLong
class (SP.BoxedPtr o, SP.TypedObject o, O.IsDescendantOf ParamSpecLong o) => IsParamSpecLong o
instance (SP.BoxedPtr o, SP.TypedObject o, O.IsDescendantOf ParamSpecLong o) => IsParamSpecLong o
instance O.HasParentTypes ParamSpecLong
type instance O.ParentTypes ParamSpecLong = '[GObject.ParamSpec.ParamSpec]
toParamSpecLong :: (MIO.MonadIO m, IsParamSpecLong o) => o -> m ParamSpecLong
toParamSpecLong :: forall (m :: * -> *) o.
(MonadIO m, IsParamSpecLong o) =>
o -> m ParamSpecLong
toParamSpecLong = IO ParamSpecLong -> m ParamSpecLong
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO ParamSpecLong -> m ParamSpecLong)
-> (o -> IO ParamSpecLong) -> o -> m ParamSpecLong
forall b c a. (b -> c) -> (a -> b) -> a -> c
. (ManagedPtr ParamSpecLong -> ParamSpecLong)
-> o -> IO ParamSpecLong
forall o o'.
(HasCallStack, ManagedPtrNewtype o, TypedObject o,
ManagedPtrNewtype o', TypedObject o') =>
(ManagedPtr o' -> o') -> o -> IO o'
B.ManagedPtr.unsafeCastTo ManagedPtr ParamSpecLong -> ParamSpecLong
ParamSpecLong
#if defined(ENABLE_OVERLOADING)
type family ResolveParamSpecLongMethod (t :: Symbol) (o :: *) :: * where
ResolveParamSpecLongMethod "sink" o = GObject.ParamSpec.ParamSpecSinkMethodInfo
ResolveParamSpecLongMethod "stealQdata" o = GObject.ParamSpec.ParamSpecStealQdataMethodInfo
ResolveParamSpecLongMethod "getBlurb" o = GObject.ParamSpec.ParamSpecGetBlurbMethodInfo
ResolveParamSpecLongMethod "getDefaultValue" o = GObject.ParamSpec.ParamSpecGetDefaultValueMethodInfo
ResolveParamSpecLongMethod "getName" o = GObject.ParamSpec.ParamSpecGetNameMethodInfo
ResolveParamSpecLongMethod "getNameQuark" o = GObject.ParamSpec.ParamSpecGetNameQuarkMethodInfo
ResolveParamSpecLongMethod "getNick" o = GObject.ParamSpec.ParamSpecGetNickMethodInfo
ResolveParamSpecLongMethod "getQdata" o = GObject.ParamSpec.ParamSpecGetQdataMethodInfo
ResolveParamSpecLongMethod "getRedirectTarget" o = GObject.ParamSpec.ParamSpecGetRedirectTargetMethodInfo
ResolveParamSpecLongMethod "setQdata" o = GObject.ParamSpec.ParamSpecSetQdataMethodInfo
ResolveParamSpecLongMethod l o = O.MethodResolutionFailed l o
instance (info ~ ResolveParamSpecLongMethod t ParamSpecLong, O.OverloadedMethod info ParamSpecLong p) => OL.IsLabel t (ParamSpecLong -> p) where
#if MIN_VERSION_base(4,10,0)
fromLabel = O.overloadedMethod @info
#else
fromLabel _ = O.overloadedMethod @info
#endif
#if MIN_VERSION_base(4,13,0)
instance (info ~ ResolveParamSpecLongMethod t ParamSpecLong, O.OverloadedMethod info ParamSpecLong p, R.HasField t ParamSpecLong p) => R.HasField t ParamSpecLong p where
getField = O.overloadedMethod @info
#endif
instance (info ~ ResolveParamSpecLongMethod t ParamSpecLong, O.OverloadedMethodInfo info ParamSpecLong) => OL.IsLabel t (O.MethodProxy info ParamSpecLong) where
#if MIN_VERSION_base(4,10,0)
fromLabel = O.MethodProxy
#else
fromLabel _ = O.MethodProxy
#endif
#endif
instance BoxedPtr ParamSpecLong where
boxedPtrCopy :: ParamSpecLong -> IO ParamSpecLong
boxedPtrCopy = ParamSpecLong -> IO ParamSpecLong
forall (m :: * -> *) a. Monad m => a -> m a
return
boxedPtrFree :: ParamSpecLong -> IO ()
boxedPtrFree = \ParamSpecLong
_x -> () -> IO ()
forall (m :: * -> *) a. Monad m => a -> m a
return ()