Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
FFI module for reparenting nodes
- c_gegl_node_add_child :: Ptr () -> Ptr () -> IO (Ptr ())
- c_gegl_node_remove_child :: Ptr () -> Ptr () -> IO (Ptr ())
- c_gegl_node_get_parent :: Ptr () -> IO (Ptr ())
Documentation
:: Ptr () | Graph node |
-> Ptr () | Child node |
-> IO (Ptr ()) | The child |
Interface to the gegl_node_add_child
function in C.
:: Ptr () | Graph node |
-> Ptr () | Child node |
-> IO (Ptr ()) | The child |
Interface to the gegl_node_remove_child
function in C.
:: Ptr () | A node |
-> IO (Ptr ()) | The parent of the node or NULL |
Interface to the gegl_node_get_parent
function in C.