Signal

GioDBusObject::interface-removed

since: 2.30

Declaration

void
interface_removed (
  GDBusObject* self,
  GDBusInterface* interface,
  gpointer user_data
)

Description

Emitted when interface is removed from object.

Default handler:

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

Available since: 2.30

Parameters

interface

Type: GDBusInterface

The GDBusInterface that was removed.

The data is owned by the caller of the function.