Method

GObjectSignalGroupdup_target

since: 2.72

Declaration

GObject*
g_signal_group_dup_target (
  GSignalGroup* self
)

Description

Gets the target instance used when connecting signals.

Available since: 2.72

Return value

Type: GObject

The target instance.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.