Function
PidginMiniDialogCallback
Declaration
void
(* PidginMiniDialogCallback) (
PidginMiniDialog* mini_dialog,
GtkButton* button,
gpointer user_data
)
Parameters
mini_dialog |
PidginMiniDialog |
A dialog, one of whose buttons has been pressed. |
|
The data is owned by the caller of the function. | |
button |
GtkButton |
The button which was pressed. |
|
The data is owned by the caller of the function. | |
user_data |
gpointer |
Arbitrary data, supplied to
|
|
The argument can be NULL . | |
The data is owned by the caller of the function. |