Signal

PwgNode::param

since: 0.1

Declaration

void
param (
  PwgNode* self,
  PwgParam* param,
  gpointer user_data
)

Description [src]

Emitted from the object’s construction thread-default main context when a node parameter enumeration result or subscribed update arrives.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Stability: Unstable
Available since: 0.1

Parameters

param

Type: PwgParam

The copied parameter returned by enumeration or subscription.

The data is owned by the caller of the function.