AboutDialog.comments

Set comments property.

  1. string comments [@property getter]
  2. string comments [@property setter]
    class AboutDialog
    @property
    void
    comments
    (
    string propval
    )

Parameters

propval string

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.