Function

LasemSvgFilterSurfacenew_similar

Declaration

LsmSvgFilterSurface*
lsm_svg_filter_surface_new_similar (
  const char* name,
  LsmSvgFilterSurface* model,
  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.
model

Type: LsmSvgFilterSurface

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.