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
  Show / Hide Inherited methods, properties and signals
Properties
None
Methods / Constructors
Method / Constructor Defined By
 
new GLib.KeyFile.c_new () : GLib.KeyFile
Create a new GLib.KeyFile
Create a new GLib.KeyFile
Returns:
GLib.KeyFile
 
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
Gladeui.App
Method
Gladeui.App.get_config () : GLib.KeyFile
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) : Boolean
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) : Boolean
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 Tue Jun 22 2010 16:32:57 GMT+0800 (HKT)