Method

GObjectValueset_param

Declaration

void
g_value_set_param (
  GValue* value,
  GParamSpec* param
)

Description

Set the contents of a G_TYPE_PARAM GValue to param.

Parameters

param

Type: GParamSpec

The GParamSpec to be set.

The argument can be NULL.
The data is owned by the caller of the function.