Method

GtkSourcePrintCompositorget_header_font_name

Declaration [src]

gchar*
gtk_source_print_compositor_get_header_font_name (
  GtkSourcePrintCompositor* compositor
)

Description [src]

Returns the name of the font used to print the page header.

The returned string must be freed with g_free().

Return value

Type: gchar*

A new string containing the name of the font used to print the page header.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.