PrintCompositor.setFooterFormat

void setFooterFormat(bool separator, string left = null, string center = null, string right = null)

See [gtksource.print_compositor.PrintCompositor.setHeaderFormat] for more information about the parameters.

Parameters

separatortrue if you want a separator line to be printed.
lefta format string to print on the left of the footer.
centera format string to print on the center of the footer.
righta format string to print on the right of the footer.