Method

Gtk.AboutDialog.set_comments

Declaration [src]

void
gtk_about_dialog_set_comments (
  GtkAboutDialog* about,
  const char* comments
)

Description [src]

Sets the comments string to display in the about dialog.

This should be a short string of one or two lines.

Parameters

comments const char*
 

a comments string

 Can be NULL
 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string