gegl-0.0.0.5: Haskell bindings to GEGL library

Safe HaskellSafe
LanguageHaskell2010

GEGL.FFI.Reparent

Description

FFI module for reparenting nodes

Synopsis

Documentation

c_gegl_node_add_child #

Arguments

:: Ptr ()

Graph node

-> Ptr ()

Child node

-> IO (Ptr ())

The child

Interface to the gegl_node_add_child function in C.

c_gegl_node_remove_child #

Arguments

:: Ptr ()

Graph node

-> Ptr ()

Child node

-> IO (Ptr ())

The child

Interface to the gegl_node_remove_child function in C.

c_gegl_node_get_parent #

Arguments

:: Ptr ()

A node

-> IO (Ptr ())

The parent of the node or NULL

Interface to the gegl_node_get_parent function in C.