Name

GObject —

* Implements the base GObject class to satisfy the type checker.

Synopsis

type
        GWeakNotify
objectWeakref:: GObjectClass o => o -> IO () -> IO GWeakNotify
objectWeakunref:: GObjectClass o => o -> GWeakNotify -> IO ()

Datatypes

type GWeakNotify

GWeakNotifyFunPtr (((Ptr ()) -> ((Ptr ()) -> (IO ()))))

Methods

objectWeakref

attach a callback that will be called after the destroy hooks have been called

objectWeakref:: o:: IO ():: IO GWeakNotify
objuFun

objectWeakunref

detach a weak destroy callback function

objectWeakunref:: o:: GWeakNotify:: IO ()
objfun