Function
Gtk.show_about_dialog
Declaration [src]
void
gtk_show_about_dialog (
  GtkWindow* parent,
  const char* first_property_name,
  ...
)
Description [src]
A convenience function for showing an application’s about dialog.
The constructed dialog is associated with the parent window and reused for future invocations of this function.
Parameters
| parent | GtkWindow | 
| the parent top-level window | |
| Can be NULL | |
| Ownership is not transferred to the callee | |
| first_property_name | const char* | 
| the name of the first property | |
| Ownership is not transferred to the callee | |
| The string is a NUL terminated UTF-8 string | |
| ... |  | 
| value of first property, followed by more pairs of property
  name and value,  |