bindings-common-0.1: Common functionality for bindings-* set of packages.

Bindings.Utilities

Documentation

class Storable cb => Callback cb whereSource

Associated Types

type F cb :: *Source

Methods

nullCallback :: cbSource

makeCallback :: F cb -> IO cbSource

freeCallback :: cb -> IO ()Source

withCallback :: F cb -> (cb -> IO a) -> IO aSource