Function
Gtk.PaperSize.new_from_key_file
Declaration [src]
GtkPaperSize*
gtk_paper_size_new_from_key_file (
  GKeyFile* key_file,
  const char* group_name,
  GError** error
)
Parameters
| key_file | GKeyFile* | 
| the  | |
| Ownership is not transferred to the callee | |
| group_name | const char* | 
| the name of the group in the key file to read,
    or  | |
| Can be NULL | |
| Ownership is not transferred to the callee | |
| The string is a NUL terminated UTF-8 string | 
Return value
| Returns: GtkPaperSize | |
| a new  | |
| Ownership of the data is transferred to the caller | |