Signal

GtkUIManager::disconnect-proxy

deprecated: 3.10 since: 2.4

Declaration

void
disconnect_proxy (
  GtkUIManager* self,
  GtkAction* action,
  GtkWidget* proxy,
  gpointer user_data
)

Description [src]

The ::disconnect-proxy signal is emitted after disconnecting a proxy from an action in the group.

Default handler:

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

Signal emission will restart instead of recursing
Available since: 2.4
Deprecated since: 3.10

Please do not use it in newly written code.

Parameters

action

Type: GtkAction

The action.

The data is owned by the caller of the function.
proxy

Type: GtkWidget

The proxy.

The data is owned by the caller of the function.