haskell-gi-0.26.8: Generate Haskell bindings for GObject Introspection capable libraries
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.GI.GIR.Method

Documentation

data Method Source #

Constructors

Method 

Fields

Instances

Instances details
Show Method Source # 
Instance details

Defined in Data.GI.GIR.Method

Eq Method Source # 
Instance details

Defined in Data.GI.GIR.Method

Methods

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

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

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

Instances details
Show MethodType Source # 
Instance details

Defined in Data.GI.GIR.Method

Eq MethodType Source # 
Instance details

Defined in Data.GI.GIR.Method