Function
GimpResourceChoosedCallback
Declaration
void
(* GimpResourceChoosedCallback) (
GimpResource* resource,
gboolean is_dialog_closing,
gpointer owner_data
)
Parameters
resource |
GimpResource |
Chosen resource. |
|
The data is owned by the caller of the function. | |
is_dialog_closing |
gboolean |
Did user click Close button of dialog? |
|
owner_data |
gpointer |
Owner’s data. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |