Function

Gtkshow_about_dialog

since: 2.6

Declaration [src]

void
gtk_show_about_dialog (
  GtkWindow* parent,
  const gchar* first_property_name,
  ...
)

Description [src]

This is a convenience function for showing an application’s about box. The constructed dialog is associated with the parent window and reused for future invocations of this function.

Available since: 2.6

This function is not directly available to language bindings.

Parameters

parent

Type: GtkWindow

Transient parent, or NULL for none.

The argument can be NULL.
The data is owned by the caller of the function.
first_property_name

Type: const gchar*

The name of the first property.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
...

Type: 

Value of first property, followed by more properties, NULL-terminated.