{-# LANGUAGE TypeApplications #-}
#if (MIN_VERSION_haskell_gi_overloading(1,0,0) && !defined(__HADDOCK_VERSION__))
#define ENABLE_OVERLOADING
#endif
module GI.Atk.Interfaces.ImplementorIface
(
ImplementorIface(..) ,
noImplementorIface ,
IsImplementorIface ,
#if defined(ENABLE_OVERLOADING)
ResolveImplementorIfaceMethod ,
#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 ImplementorIface = ImplementorIface (ManagedPtr ImplementorIface)
deriving (ImplementorIface -> ImplementorIface -> Bool
(ImplementorIface -> ImplementorIface -> Bool)
-> (ImplementorIface -> ImplementorIface -> Bool)
-> Eq ImplementorIface
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: ImplementorIface -> ImplementorIface -> Bool
$c/= :: ImplementorIface -> ImplementorIface -> Bool
== :: ImplementorIface -> ImplementorIface -> Bool
$c== :: ImplementorIface -> ImplementorIface -> Bool
Eq)
noImplementorIface :: Maybe ImplementorIface
noImplementorIface :: Maybe ImplementorIface
noImplementorIface = Maybe ImplementorIface
forall a. Maybe a
Nothing
#if defined(ENABLE_OVERLOADING)
type instance O.SignalList ImplementorIface = ImplementorIfaceSignalList
type ImplementorIfaceSignalList = ('[ ] :: [(Symbol, *)])
#endif
class (ManagedPtrNewtype o, O.IsDescendantOf ImplementorIface o) => IsImplementorIface o
instance (ManagedPtrNewtype o, O.IsDescendantOf ImplementorIface o) => IsImplementorIface o
instance WrappedPtr ImplementorIface where
wrappedPtrCalloc :: IO (Ptr ImplementorIface)
wrappedPtrCalloc = Ptr ImplementorIface -> IO (Ptr ImplementorIface)
forall (m :: * -> *) a. Monad m => a -> m a
return Ptr ImplementorIface
forall a. Ptr a
nullPtr
wrappedPtrCopy :: ImplementorIface -> IO ImplementorIface
wrappedPtrCopy = ImplementorIface -> IO ImplementorIface
forall (m :: * -> *) a. Monad m => a -> m a
return
wrappedPtrFree :: Maybe (GDestroyNotify ImplementorIface)
wrappedPtrFree = Maybe (GDestroyNotify ImplementorIface)
forall a. Maybe a
Nothing
#if defined(ENABLE_OVERLOADING)
type family ResolveImplementorIfaceMethod (t :: Symbol) (o :: *) :: * where
ResolveImplementorIfaceMethod l o = O.MethodResolutionFailed l o
instance (info ~ ResolveImplementorIfaceMethod t ImplementorIface, O.MethodInfo info ImplementorIface p) => OL.IsLabel t (ImplementorIface -> p) where
#if MIN_VERSION_base(4,10,0)
fromLabel = O.overloadedMethod @info
#else
fromLabel _ = O.overloadedMethod @info
#endif
#endif