Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Struct GLib.OptionEntry

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GOptionEntry
Struct : OptionEntry
A GOptionEntry defines a single option.
To have an effect, they must be added to a GOptionGroup with
g_option_context_add_main_entries() or g_option_group_add_entries().
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GLib.OptionEntry ()
Create a new GLib.OptionEntry
Create a new GLib.OptionEntry
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter
Method
Clutter.init_with_args (gint32 argc, Array argv, String parameter_string, OptionEntry entries, String translation_domain) : Clutter.InitError
This function does the same work as clutter_init().
GLib.OptionContext
Method
add_main_entries (OptionEntry entries, String translation_domain) : none
GLib.OptionGroup
Method
add_entries (OptionEntry entries) : none
GtkClutter
Method
GtkClutter.init_with_args (gint32 argc, Array argv, String parameter_string, OptionEntry entries, String translation_domain) : Clutter.InitError
This function should be called instead of clutter_init() and
gtk_init_with_args().
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:30 GMT+0800 (HKT)