Function

Lasemsvg_property_bag_set_property

Declaration

void
lsm_svg_property_bag_set_property (
  LsmPropertyBag* property_bag,
  const char* name,
  const char* value
)

Description

No description available.

Parameters

property_bag

Type: LsmPropertyBag

No description available.

The data is owned by the caller of the function.
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.
value

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.