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
  Show / Hide Inherited methods, properties and signals
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
Clutter
Method
Clutter.get_option_group () : GLib.OptionGroup
Returns a GOptionGroup for the command line arguments recognized by Clutter.
Clutter
Method
Clutter.get_option_group_without_init () : GLib.OptionGroup
Returns a GOptionGroup for the command line arguments recognized by Clutter.
Cogl
Method
Cogl.get_option_group () : GLib.OptionGroup
Retrieves the GOptionGroup used by COGL to parse the command line options.
GIRepository.IRepository
Method
GIRepository.IRepository.get_option_group () : GLib.OptionGroup
GLib.OptionContext
Method
add_group (OptionGroup group) : none
GLib.OptionContext
Method
set_main_group (OptionGroup group) : none
GLib.OptionContext
Method
get_main_group () : GLib.OptionGroup
GLib.OptionContext
Method
get_help (Boolean main_help, OptionGroup group) : String
Gdk
Method
Gdk.add_option_entries_libgtk_only (OptionGroup group) : none
Appends gdk option entries to the passed in option group.
Gst
Method
Gst.init_get_option_group () : GLib.OptionGroup
Returns a GOptionGroup with GStreamer's argument specifications.
Gtk
Method
Gtk.get_option_group (Boolean open_default_display) : GLib.OptionGroup
Returns a GOptionGroup for the commandline arguments recognized by GTK+ and GDK.
GtkClutter
Method
GtkClutter.get_option_group () : GLib.OptionGroup
Returns a GOptionGroup for the command line arguments recognized by Clutter.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:58 GMT+0800 (HKT)