Method

AdwAboutWindowset_application_icon

Declaration [src]

void
adw_about_window_set_application_icon (
  AdwAboutWindow* self,
  const char* application_icon
)

Description [src]

Sets the name of the application icon for self.

The icon is displayed at the top of the main page.

Available since:1.2

Parameters

application_icon const char*
 

The application icon name.

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