haskell-gi-0.17.2: Generate Haskell bindings for GObject Introspection capable libraries

Safe HaskellNone
LanguageHaskell98

Data.GI.GIR.Method

Documentation

data Method Source #

Constructors

Method 

Instances

Eq Method Source # 

Methods

(==) :: Method -> Method -> Bool

(/=) :: Method -> Method -> Bool

Show Method Source # 

Methods

showsPrec :: Int -> Method -> ShowS

show :: Method -> String

showList :: [Method] -> ShowS

data MethodType Source #

Constructors

Constructor

Constructs an instance of the parent type

MemberFunction

A function in the namespace

OrdinaryMethod

A function taking the parent instance as first argument.

Instances

Eq MethodType Source # 

Methods

(==) :: MethodType -> MethodType -> Bool

(/=) :: MethodType -> MethodType -> Bool

Show MethodType Source # 

Methods

showsPrec :: Int -> MethodType -> ShowS

show :: MethodType -> String

showList :: [MethodType] -> ShowS