Method

GtkSourcePrintCompositorget_line_numbers_font_name

Declaration [src]

gchar*
gtk_source_print_compositor_get_line_numbers_font_name (
  GtkSourcePrintCompositor* compositor
)

Description [src]

Returns the name of the font used to print line numbers on the left margin.

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 line numbers on the left margin.

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.