Constructor

HeAboutWindownew

Declaration

HeAboutWindow*
he_about_window_new (
  GtkWindow* parent,
  const gchar* app_name,
  const gchar* app_id,
  const gchar* version,
  const gchar* icon,
  const gchar* translate_url,
  const gchar* issue_url,
  const gchar* more_info_url,
  gchar** translators,
  gint translators_length1,
  gchar** developers,
  gint developers_length1,
  gint copyright_year,
  HeAboutWindowLicenses license,
  HeColors color
)

Description [src]

Creates a new AboutWindow.

Since: 1.0.

Parameters

parent

Type: GtkWindow

The parent window. .

The data is owned by the caller of the function.
app_name

Type: const gchar*

Your application's name. .

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

Type: const gchar*

Your application's reverse-domain name. .

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

Type: const gchar*

Your application's version. .

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
icon

Type: const gchar*

Your application's icon. .

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
translate_url

Type: const gchar*

A URL where contributors can help translate the application. .

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
issue_url

Type: const gchar*

A URL where users can report a problem with the application. .

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
more_info_url

Type: const gchar*

A URL where users can get more information about the application. .

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
translators

Type: An array of gchar*

Your application's translators. .

The argument can be NULL.
The length of the array is specified in the translators_length1 argument.
The data is owned by the caller of the function.
Each element is a NUL terminated UTF-8 string.
translators_length1

Type: gint

No description available.

developers

Type: An array of gchar*

Your application's developers. .

The argument can be NULL.
The length of the array is specified in the developers_length1 argument.
The data is owned by the caller of the function.
Each element is a NUL terminated UTF-8 string.
developers_length1

Type: gint

No description available.

copyright_year

Type: gint

Your application's copyright year. .

license

Type: HeAboutWindowLicenses

Your application's license. .

color

Type: HeColors

The color of the AboutWindow. .

Return value

Type: HeAboutWindow

No description available.

The data is owned by the called function.