Constructor

IdeSignalGroupnew

Declaration

IdeSignalGroup*
ide_signal_group_new (
  GType target_type
)

Description

Creates a new IdeSignalGroup for target instances of target_type.

Parameters

target_type

Type: GType

The GType of the target instance.

Return value

Type: IdeSignalGroup

A new IdeSignalGroup.

The caller of the function takes ownership of the data, and is responsible for freeing it.