Method

ClapperEnhancerProxyset_locally

since: 0.10

Declaration [src]

void
clapper_enhancer_proxy_set_locally (
  ClapperEnhancerProxy* proxy,
  const gchar* first_property_name,
  ...
)

Description [src]

Configure one or more properties which have CLAPPER_ENHANCER_PARAM_LOCAL flag set on the target enhancer instance.

Implementations can use this together with clapper_enhancer_proxy_get_target_properties() in order to configure local enhancer properties.

Arguments should be NULL terminated list of property name and value to set (like g_object_set() arguments).

Available since: 0.10

This method is not directly available to language bindings.

The implementation of this method is provided by clapper_enhancer_proxy_set_locally_with_table() in language bindings.

Parameters

first_property_name

Type: const gchar*

Name of the first property to configure.

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

Type: 

NULL-terminated list of arguments.