| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GEGL.FFI.Node.State
- c_gegl_node_get_consumers :: Ptr () -> CString -> IO [(Ptr (), CString)]
- c_gegl_node_get_producer :: Ptr () -> CString -> IO (Maybe (Ptr (), CString))
- c_gegl_node_get_bounding_box :: Ptr () -> IO (Ptr GeglRectangle)
Documentation
Arguments
| :: Ptr () | Node to get consumers of |
| -> CString | Name of output pad |
| -> IO [(Ptr (), CString)] | List of consuming nodes |
Interface to the gegl_node_get_consumers function in C.
Arguments
| :: Ptr () | Node to get Producer of |
| -> CString | Name of the input pad |
| -> IO (Maybe (Ptr (), CString)) |
Interface to the egl_node_get_producer function in C.
c_gegl_node_get_bounding_box #
Arguments
| :: Ptr () | A |
| -> IO (Ptr GeglRectangle) | The bounding box of the node |
Interface to the gegl_node_get_bounding_box function in C.