Method

AdwAboutWindowget_developers

deprecated: 1.6 since: 1.2

Declaration [src]

const char* const*
adw_about_window_get_developers (
  AdwAboutWindow* self
)

Description [src]

Gets the list of developers of the application.

Available since: 1.2

Deprecated since: 1.6

Use AdwAboutDialog.

Return value

Type: An array of utf8

The list of developers.

The array is NULL-terminated.
The returned data is owned by the instance.
The return value can be NULL.
Each element is a NUL terminated UTF-8 string.