Method
Gtk.PageSetup.load_key_file
Declaration [src]
gboolean
gtk_page_setup_load_key_file (
GtkPageSetup* setup,
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 |