Method

AdapAboutDialogset_debug_info_filename

since: 1.5

Declaration [src]

void
adap_about_dialog_set_debug_info_filename (
  AdapAboutDialog* 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 AdapAboutDialog:debug-info.

Available since: 1.5

Parameters

filename

Type: const char*

The debug info filename.

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