Gtk.PageSetup.prototype.load_key_file

function load_key_file(key_file:GLib.KeyFile, group_name:String):Boolean {
    // Gjs wrapper for gtk_page_setup_load_key_file()
}

Reads the page setup from the group group_name in the key file key_file.

Since 2.14

key_file

the GLib.KeyFile to retrieve the page_setup from

group_name

the name of the group in the key_file to read, or null to use the default name "Page Setup"

Returns

true on success