Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Struct GLib.KeyFile

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GKeyFile
Struct : KeyFile
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.DesktopAppInfo
Method
new Gio.DesktopAppInfo.from_keyfile (KeyFile key_file) : Gio.DesktopAppInfo
Create a new Gio.DesktopAppInfo
Gtk.PageSetup
Method
new Gtk.PageSetup.from_key_file (KeyFile key_file, String group_name) : Gtk.PageSetup
Create a new Gtk.PageSetup
Gtk.PageSetup
Method
load_key_file (KeyFile key_file, String group_name) : gboolean
Reads the page setup from the group group_name in the key file
Gtk.PageSetup
Method
to_key_file (KeyFile key_file, String group_name) : none
This function adds the page setup from setup to key_file.
Gtk.PaperSize
Method
new Gtk.PaperSize.from_key_file (KeyFile key_file, String group_name) : Gtk.PaperSize
Create a new Gtk.PaperSize
Gtk.PaperSize
Method
to_key_file (KeyFile key_file, String group_name) : none
This function adds the paper size from size to key_file.
Gtk.PrintSettings
Method
new Gtk.PrintSettings.from_key_file (KeyFile key_file, String group_name) : Gtk.PrintSettings
Create a new Gtk.PrintSettings
Gtk.PrintSettings
Method
load_key_file (KeyFile key_file, String group_name) : gboolean
Reads the print settings from the group group_name in key_file.
Gtk.PrintSettings
Method
to_key_file (KeyFile key_file, String group_name) : none
This function adds the print settings from settings to key_file.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:29 GMT+0800 (HKT)