Function
Adwshow_about_dialog
since: 1.5
Declaration [src]
void
adw_show_about_dialog (
GtkWidget* parent,
const char* first_property_name,
...
)
Description [src]
A convenience function for showing an application’s about dialog.
Available since: 1.5
This function is not directly available to language bindings.
Parameters
parent
-
Type:
GtkWidget
The parent widget.
The data is owned by the caller of the function. first_property_name
-
Type:
const char*
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 pairs of property name and value,
NULL
-terminated.