Method

GgitDiffFormatEmailOptionsset_author

Declaration [src]

void
ggit_diff_format_email_options_set_author (
  GgitDiffFormatEmailOptions* options,
  GgitSignature* author
)

Description [src]

Set the author.

Parameters

author GgitSignature
 

A GgitSignature.

 The argument can be NULL.
 The data is owned by the caller of the function.