GtkAction::disconnect_proxy

void disconnect_proxy(GtkWidget proxy);

This method is useful when you want to manually disconnect a particular widget from an action. The most common application of this is re-usable widgets where you might want to use the same widget for multiple actions.

See also: connect_proxy()