Method

GgitDiffFormatEmailOptionsset_summary

Declaration [src]

void
ggit_diff_format_email_options_set_summary (
  GgitDiffFormatEmailOptions* options,
  const gchar* summary
)

Description [src]

Set the summary.

Parameters

summary const gchar*
 

The summary.

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