Method

AdapAboutWindowget_designers

since: 1.2

Declaration [src]

const char* const*
adap_about_window_get_designers (
  AdapAboutWindow* self
)

Description [src]

Gets the list of designers of the application.

Available since: 1.2

Return value

Type: An array of utf8

The list of designers.

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