See message_dialog_new, this version takes a va_list for language bindings to use.
| parent |
transient parent of the dialog, or null. |
| title |
title of the dialog, or null. |
| icon_stock_id |
gtk stock icon name to show in the dialog. |
| primary_text |
primary text shown in large bold font. |
| secondary_text |
secondary text shown in normal font. |
| first_button_text |
text for the first button. |
| args |
argument list. |
|
A new MessageDialog. |