ClanSoft logo
ClanSoft logo

    CL_GObject::disconnect

Syntax

static void disconnect(
         CL_GObject *sender,
        CL_GMember signal,
        CL_GObject *reciever,
        CL_GSlot slot);

Parameters

sender-a pointer to the object that emits the signal
signal-the signal
reciever-a pointer to the object that has a slot
slot-the slot

Description

Disconnects an existing connection between a signal and a slot


Back to index



This page was built using the Perceps documentation system.