Method

Gtk.PageSetup.to_file

Declaration [src]

gboolean
gtk_page_setup_to_file (
  GtkPageSetup* setup,
  const char* file_name,
  GError** error
)

Description [src]

This function saves the information from setup to file_name.

Parameters

file_name const char*
 

the file to save to

 Ownership is not transferred to the callee
 The string is a file system path, using the OS encoding

Return value

Returns: gboolean

TRUE on success