Method

AppStreamReviewset_summary

Declaration [src]

void
as_review_set_summary (
  AsReview* review,
  const gchar* summary
)

Description [src]

Sets the one-line summary that may be displayed in bold.

Available since:0.14.0

Parameters

summary const gchar*
 

A one-line summary, e.g. “Awesome application”

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.