{-# LANGUAGE TypeApplications #-}


-- | Copyright  : Will Thompson and Iñaki García Etxebarria
-- License    : LGPL-2.1
-- Maintainer : Iñaki García Etxebarria
-- 
-- The t'GI.Clutter.Objects.TextNode.TextNode' structure is an opaque
-- type whose members cannot be directly accessed.
-- 
-- /Since: 1.10/

#if (MIN_VERSION_haskell_gi_overloading(1,0,0) && !defined(__HADDOCK_VERSION__))
#define ENABLE_OVERLOADING
#endif

module GI.Clutter.Objects.PipelineNode
    ( 

-- * Exported types
    PipelineNode(..)                        ,
    IsPipelineNode                          ,
    toPipelineNode                          ,


 -- * Methods
-- | 
-- 
--  === __Click to display all available methods, including inherited ones__
-- ==== Methods
-- [addChild]("GI.Clutter.Objects.PaintNode#g:method:addChild"), [addRectangle]("GI.Clutter.Objects.PaintNode#g:method:addRectangle"), [addTextureRectangle]("GI.Clutter.Objects.PaintNode#g:method:addTextureRectangle"), [ref]("GI.Clutter.Objects.PaintNode#g:method:ref"), [unref]("GI.Clutter.Objects.PaintNode#g:method:unref").
-- 
-- ==== Getters
-- /None/.
-- 
-- ==== Setters
-- [setName]("GI.Clutter.Objects.PaintNode#g:method:setName").

#if defined(ENABLE_OVERLOADING)
    ResolvePipelineNodeMethod               ,
#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.GHashTable as B.GHT
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.Clutter.Objects.PaintNode as Clutter.PaintNode

-- | Memory-managed wrapper type.
newtype PipelineNode = PipelineNode (SP.ManagedPtr PipelineNode)
    deriving (PipelineNode -> PipelineNode -> Bool
(PipelineNode -> PipelineNode -> Bool)
-> (PipelineNode -> PipelineNode -> Bool) -> Eq PipelineNode
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: PipelineNode -> PipelineNode -> Bool
== :: PipelineNode -> PipelineNode -> Bool
$c/= :: PipelineNode -> PipelineNode -> Bool
/= :: PipelineNode -> PipelineNode -> Bool
Eq)

instance SP.ManagedPtrNewtype PipelineNode where
    toManagedPtr :: PipelineNode -> ManagedPtr PipelineNode
toManagedPtr (PipelineNode ManagedPtr PipelineNode
p) = ManagedPtr PipelineNode
p

foreign import ccall "clutter_pipeline_node_get_type"
    c_clutter_pipeline_node_get_type :: IO B.Types.GType

instance B.Types.TypedObject PipelineNode where
    glibType :: IO GType
glibType = IO GType
c_clutter_pipeline_node_get_type

-- | Type class for types which can be safely cast to `PipelineNode`, for instance with `toPipelineNode`.
class (SP.BoxedPtr o, SP.TypedObject o, O.IsDescendantOf PipelineNode o) => IsPipelineNode o
instance (SP.BoxedPtr o, SP.TypedObject o, O.IsDescendantOf PipelineNode o) => IsPipelineNode o

instance O.HasParentTypes PipelineNode
type instance O.ParentTypes PipelineNode = '[Clutter.PaintNode.PaintNode]

-- | Cast to `PipelineNode`, for types for which this is known to be safe. For general casts, use `Data.GI.Base.ManagedPtr.castTo`.
toPipelineNode :: (MIO.MonadIO m, IsPipelineNode o) => o -> m PipelineNode
toPipelineNode :: forall (m :: * -> *) o.
(MonadIO m, IsPipelineNode o) =>
o -> m PipelineNode
toPipelineNode = IO PipelineNode -> m PipelineNode
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO PipelineNode -> m PipelineNode)
-> (o -> IO PipelineNode) -> o -> m PipelineNode
forall b c a. (b -> c) -> (a -> b) -> a -> c
. (ManagedPtr PipelineNode -> PipelineNode) -> o -> IO PipelineNode
forall o o'.
(HasCallStack, ManagedPtrNewtype o, TypedObject o,
 ManagedPtrNewtype o', TypedObject o') =>
(ManagedPtr o' -> o') -> o -> IO o'
B.ManagedPtr.unsafeCastTo ManagedPtr PipelineNode -> PipelineNode
PipelineNode

--- XXX Missing getter and/or setter, so no GValue instance could be generated.
#if defined(ENABLE_OVERLOADING)
type family ResolvePipelineNodeMethod (t :: Symbol) (o :: *) :: * where
    ResolvePipelineNodeMethod "addChild" o = Clutter.PaintNode.PaintNodeAddChildMethodInfo
    ResolvePipelineNodeMethod "addRectangle" o = Clutter.PaintNode.PaintNodeAddRectangleMethodInfo
    ResolvePipelineNodeMethod "addTextureRectangle" o = Clutter.PaintNode.PaintNodeAddTextureRectangleMethodInfo
    ResolvePipelineNodeMethod "ref" o = Clutter.PaintNode.PaintNodeRefMethodInfo
    ResolvePipelineNodeMethod "unref" o = Clutter.PaintNode.PaintNodeUnrefMethodInfo
    ResolvePipelineNodeMethod "setName" o = Clutter.PaintNode.PaintNodeSetNameMethodInfo
    ResolvePipelineNodeMethod l o = O.MethodResolutionFailed l o

instance (info ~ ResolvePipelineNodeMethod t PipelineNode, O.OverloadedMethod info PipelineNode p) => OL.IsLabel t (PipelineNode -> 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 ~ ResolvePipelineNodeMethod t PipelineNode, O.OverloadedMethod info PipelineNode p, R.HasField t PipelineNode p) => R.HasField t PipelineNode p where
    getField = O.overloadedMethod @info

#endif

instance (info ~ ResolvePipelineNodeMethod t PipelineNode, O.OverloadedMethodInfo info PipelineNode) => OL.IsLabel t (O.MethodProxy info PipelineNode) where
#if MIN_VERSION_base(4,10,0)
    fromLabel = O.MethodProxy
#else
    fromLabel _ = O.MethodProxy
#endif

#endif

-- XXX Wrapping a foreign struct/union with no known destructor or size, leak?
instance BoxedPtr PipelineNode where
    boxedPtrCopy :: PipelineNode -> IO PipelineNode
boxedPtrCopy = PipelineNode -> IO PipelineNode
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return
    boxedPtrFree :: PipelineNode -> IO ()
boxedPtrFree = \PipelineNode
_x -> () -> IO ()
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return ()