Method

GgitDiffFormatEmailOptionsset_body

Declaration [src]

void
ggit_diff_format_email_options_set_body (
  GgitDiffFormatEmailOptions* options,
  const gchar* body
)

Description [src]

Set the body.

Parameters

body const gchar*
 

The body.

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