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
)
Parameters
parent-
Type:
GtkWindowThe parent window. The window must contain a Gtk.Overlay somewhere in its widget hierarchy for modal overlay behavior to work correctly. .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_length1argument.The data is owned by the caller of the function. Each element is a NUL terminated UTF-8 string. translators_length1-
Type:
gintNo 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_length1argument.The data is owned by the caller of the function. Each element is a NUL terminated UTF-8 string. developers_length1-
Type:
gintNo description available.
copyright_year-
Type:
gintYour application's copyright year. . license-
Type:
HeAboutWindowLicensesYour application's license. . color-
Type:
HeColorsThe color of the AboutWindow. .
Return value
Type: HeAboutWindow
No description available.
| The data is owned by the called function. |