{-# LANGUAGE TypeApplications #-}
#if (MIN_VERSION_haskell_gi_overloading(1,0,0) && !defined(__HADDOCK_VERSION__))
#define ENABLE_OVERLOADING
#endif
module GI.GObject.Unions.TypeCValue
(
TypeCValue(..) ,
noTypeCValue ,
#if defined(ENABLE_OVERLOADING)
ResolveTypeCValueMethod ,
#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.ManagedPtr as B.ManagedPtr
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 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
newtype TypeCValue = TypeCValue (ManagedPtr TypeCValue)
deriving (TypeCValue -> TypeCValue -> Bool
(TypeCValue -> TypeCValue -> Bool)
-> (TypeCValue -> TypeCValue -> Bool) -> Eq TypeCValue
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: TypeCValue -> TypeCValue -> Bool
$c/= :: TypeCValue -> TypeCValue -> Bool
== :: TypeCValue -> TypeCValue -> Bool
$c== :: TypeCValue -> TypeCValue -> Bool
Eq)
instance WrappedPtr TypeCValue where
wrappedPtrCalloc :: IO (Ptr TypeCValue)
wrappedPtrCalloc = Ptr TypeCValue -> IO (Ptr TypeCValue)
forall (m :: * -> *) a. Monad m => a -> m a
return Ptr TypeCValue
forall a. Ptr a
nullPtr
wrappedPtrCopy :: TypeCValue -> IO TypeCValue
wrappedPtrCopy = TypeCValue -> IO TypeCValue
forall (m :: * -> *) a. Monad m => a -> m a
return
wrappedPtrFree :: Maybe (GDestroyNotify TypeCValue)
wrappedPtrFree = Maybe (GDestroyNotify TypeCValue)
forall a. Maybe a
Nothing
noTypeCValue :: Maybe TypeCValue
noTypeCValue :: Maybe TypeCValue
noTypeCValue = Maybe TypeCValue
forall a. Maybe a
Nothing
#if defined(ENABLE_OVERLOADING)
instance O.HasAttributeList TypeCValue
type instance O.AttributeList TypeCValue = TypeCValueAttributeList
type TypeCValueAttributeList = ('[ ] :: [(Symbol, *)])
#endif
#if defined(ENABLE_OVERLOADING)
type family ResolveTypeCValueMethod (t :: Symbol) (o :: *) :: * where
ResolveTypeCValueMethod l o = O.MethodResolutionFailed l o
instance (info ~ ResolveTypeCValueMethod t TypeCValue, O.MethodInfo info TypeCValue p) => OL.IsLabel t (TypeCValue -> p) where
#if MIN_VERSION_base(4,10,0)
fromLabel = O.overloadedMethod @info
#else
fromLabel _ = O.overloadedMethod @info
#endif
#endif