Property
AdwAboutDialog:release-notes
since: 1.5
Description [src]
The release notes of the application.
Release notes are displayed on the the What’s New page.
Release notes are formatted the same way as AppStream descriptions.
The supported formatting options are:
- Paragraph (
<p>
) - Ordered list (
<ol>
), with list items (<li>
) - Unordered list (
<ul>
), with list items (<li>
)
Within paragraphs and list items, emphasis (<em>
) and inline code
(<code>
) text styles are supported. The emphasis is rendered in italic,
while inline code is shown in a monospaced font.
Any text outside paragraphs or list items is ignored.
Nested lists are not supported.
AdwAboutDialog
displays the version above the release notes. If set, the
AdwAboutDialog:release-notes-version
of the property will be used
as the version; otherwise, AdwAboutDialog:version
is used.
Type:gchar*
Available since: 1.5
Getter method | adw_about_dialog_get_release_notes() |
Setter method | adw_about_dialog_set_release_notes() |