| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Data.GI.GIR.Method
Documentation
Constructors
| Method | |
Fields 
  | |
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
| Show MethodType Source # | |
Defined in Data.GI.GIR.Method Methods showsPrec :: Int -> MethodType -> ShowS # show :: MethodType -> String # showList :: [MethodType] -> ShowS #  | |
| Eq MethodType Source # | |
Defined in Data.GI.GIR.Method  | |
parseMethod :: MethodType -> Parser Method Source #