Function

LasemSvgFilterSurfacenew_with_content

Declaration

LsmSvgFilterSurface*
lsm_svg_filter_surface_new_with_content (
  const char* name,
  cairo_surface_t* surface,
  const LsmBox* subregion
)

Description

No description available.

Parameters

name

Type: const char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
surface

Type: cairo_surface_t

No description available.

The data is owned by the caller of the function.
subregion

Type: LsmBox

No description available.

The data is owned by the caller of the function.

Return value

Type: LsmSvgFilterSurface

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.