disconnect-proxy

The disconnect-proxy signal is emitted after disconnecting a proxy from an action in the group. Three items, the GtkUIManager instance, the action and the proxy widget are passed to a registered callback.

Callback function

void callback(GtkUIManager uimanager, GtkAction UNKNOWN, GtkWidget UNKNOWN);