Efl.Object.event_callback_forwarder_del

Description

Remove an event callback forwarder for a specified event and object.

Since 1.22

Signature

event_callback_forwarder_del {
    params {
        @in desc: const(Efl.Event_Description);
        @in new_obj: Efl.Object;
    }
}

C signature

Parameters

  • desc (in) - The description of the event to listen to
  • new_obj (in) - The object to emit events from

Implemented by