Method

GtkAboutDialogget_comments

since: 2.6

Declaration [src]

const gchar*
gtk_about_dialog_get_comments (
  GtkAboutDialog* about
)

Description [src]

Returns the comments string.

Available since: 2.6

Return value

Type: const gchar*

The comments. The string is owned by the about dialog and must not be modified.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.