Method

AdwAboutWindowset_debug_info_filename

Declaration [src]

void
adw_about_window_set_debug_info_filename (
  AdwAboutWindow* self,
  const char* filename
)

Description [src]

Sets the debug information filename for self.

It will be used as the suggested filename when saving debug information to a file.

See AdwAboutWindow:debug-info.

Available since:1.2

Parameters

filename const char*
 

The debug info filename.

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