Function gegl_sys::gegl_node_connect_from

source ยท
pub unsafe extern "C" fn gegl_node_connect_from(
    sink: *mut GeglNode,
    input_pad_name: *const c_char,
    source: *mut GeglNode,
    output_pad_name: *const c_char,
) -> gboolean