AboutWindow.comments

string comments() @property

Get comments property.

Returns

The comments about the application.

Comments will be shown on the Details page, above links.

Unlike [gtk.about_dialog.AboutDialog.comments], this string can be long and detailed. It can also contain links and Pango markup.

void comments(string propval) @property

Set comments property.

Parameters

propvalThe comments about the application. Comments will be shown on the Details page, above links. Unlike [gtk.about_dialog.AboutDialog.comments], this string can be long and detailed. It can also contain links and Pango markup.