{-# LANGUAGE TypeApplications #-}


-- | Copyright  : Will Thompson, Iñaki García Etxebarria and Jonas Platte
-- License    : LGPL-2.1
-- Maintainer : Iñaki García Etxebarria
-- 
-- A t'GI.GObject.Objects.ParamSpec.ParamSpec' derived structure that contains the meta data for boxed properties.

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

module GI.GObject.Objects.ParamSpecBoxed
    ( 

-- * Exported types
    ParamSpecBoxed(..)                      ,
    IsParamSpecBoxed                        ,
    toParamSpecBoxed                        ,


 -- * Methods
-- ** Overloaded methods #method:Overloaded methods#

#if defined(ENABLE_OVERLOADING)
    ResolveParamSpecBoxedMethod             ,
#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.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 {-# SOURCE #-} qualified GI.GObject.Objects.ParamSpec as GObject.ParamSpec

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

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

foreign import ccall "haskell_gi_pspec_type_init_ParamSpecBoxed"
    c_haskell_gi_pspec_type_init_ParamSpecBoxed :: IO B.Types.GType

instance B.Types.TypedObject ParamSpecBoxed where
    glibType :: IO GType
glibType = IO GType
c_haskell_gi_pspec_type_init_ParamSpecBoxed

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

instance O.HasParentTypes ParamSpecBoxed
type instance O.ParentTypes ParamSpecBoxed = '[GObject.ParamSpec.ParamSpec]

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

#if defined(ENABLE_OVERLOADING)
type family ResolveParamSpecBoxedMethod (t :: Symbol) (o :: *) :: * where
    ResolveParamSpecBoxedMethod "sink" o = GObject.ParamSpec.ParamSpecSinkMethodInfo
    ResolveParamSpecBoxedMethod "stealQdata" o = GObject.ParamSpec.ParamSpecStealQdataMethodInfo
    ResolveParamSpecBoxedMethod "getBlurb" o = GObject.ParamSpec.ParamSpecGetBlurbMethodInfo
    ResolveParamSpecBoxedMethod "getDefaultValue" o = GObject.ParamSpec.ParamSpecGetDefaultValueMethodInfo
    ResolveParamSpecBoxedMethod "getName" o = GObject.ParamSpec.ParamSpecGetNameMethodInfo
    ResolveParamSpecBoxedMethod "getNameQuark" o = GObject.ParamSpec.ParamSpecGetNameQuarkMethodInfo
    ResolveParamSpecBoxedMethod "getNick" o = GObject.ParamSpec.ParamSpecGetNickMethodInfo
    ResolveParamSpecBoxedMethod "getQdata" o = GObject.ParamSpec.ParamSpecGetQdataMethodInfo
    ResolveParamSpecBoxedMethod "getRedirectTarget" o = GObject.ParamSpec.ParamSpecGetRedirectTargetMethodInfo
    ResolveParamSpecBoxedMethod "setQdata" o = GObject.ParamSpec.ParamSpecSetQdataMethodInfo
    ResolveParamSpecBoxedMethod l o = O.MethodResolutionFailed l o

instance (info ~ ResolveParamSpecBoxedMethod t ParamSpecBoxed, O.MethodInfo info ParamSpecBoxed p) => OL.IsLabel t (ParamSpecBoxed -> p) where
#if MIN_VERSION_base(4,10,0)
    fromLabel = O.overloadedMethod @info
#else
    fromLabel _ = O.overloadedMethod @info
#endif

#endif

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