Method

ClapperEnhancerProxyset_locally_with_table

since: 0.10

Declaration [src]

void
clapper_enhancer_proxy_set_locally_with_table (
  ClapperEnhancerProxy* proxy,
  GHashTable* table
)

Description [src]

Same as clapper_enhancer_proxy_set_locally(), but to configure uses GHashTable with string keys and GValue as their values.

Available since: 0.10

This method is renamed to clapper_enhancer_proxy_set_locally() in language bindings.

Parameters

table

Type: GHashTable

A GHashTable with property names and values.

The data is owned by the caller of the method.