GimpUi.ResourceSelectButton::resource-set

def callback(resource_select_button, resource, dialog_closing, user_param1, ...)
  

The ::resource-set signal is emitted when the user selects a resource.

Since 2.4

user_param1

resource_select_button

instance of GimpUi.ResourceSelectButton that is emitting the signal

resource

the currently selected resource.

dialog_closing

whether the dialog was closed or not.

...

additional user parameters (if any)