Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Struct GLib.OptionGroup

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GOptionGroup
Struct : OptionGroup
A GOptionGroup struct defines the options in a single
group. The struct has only private fields and should not be directly accessed.
All options in a group share the same translation function. Libraries which
need to parse commandline options are expected to provide a function for
getting a GOptionGroup holding their options, which
the application can then add to its GOptionContext.
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GLib.OptionContext
Method
add_group (OptionGroup group) : none
GLib.OptionContext
Method
get_help (gboolean main_help, OptionGroup group) : String
GLib.OptionContext
Method
set_main_group (OptionGroup group) : none
Gdk
Method
Gdk.add_option_entries_libgtk_only (OptionGroup group) : none
Appends gdk option entries to the passed in option group.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:30 GMT+0800 (HKT)