Safe Haskell | None |
---|---|
Language | Haskell98 |
- constructGObject :: forall o m. (GObject o, MonadIO m) => (ForeignPtr o -> o) -> [AttrOp o AttrConstruct] -> m o
Documentation
constructGObject :: forall o m. (GObject o, MonadIO m) => (ForeignPtr o -> o) -> [AttrOp o AttrConstruct] -> m o Source
Construct a GObject given the constructor and a list of settable attributes.