Function

Geglparam_spec_set_property_key

Declaration [src]

void
gegl_param_spec_set_property_key (
  GParamSpec* pspec,
  const gchar* key_name,
  const gchar* value
)

Description

No description available.

Parameters

pspec GParamSpec
  No description available.
 The data is owned by the caller of the function.
key_name const gchar*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
value const gchar*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.