Method

GtkSourcePrintCompositorget_print_footer

Declaration

gboolean
gtk_source_print_compositor_get_print_footer (
  GtkSourcePrintCompositor* compositor
)

Description

Determines if a footer is set to be printed for each page.

A footer will be printed if this function returns TRUE and some format strings have been specified with gtk_source_print_compositor_set_footer_format().

Return value

Returns: gboolean
 

TRUE if the footer is set to be printed.