Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterInitError |
Enum : | InitError |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Clutter.InitError.ERROR_BACKEND : -2
|
|
Number Clutter.InitError.ERROR_INTERNAL : -3
|
|
Number Clutter.InitError.ERROR_THREADS : -1
|
|
Number Clutter.InitError.ERROR_UNKNOWN : 0
|
|
Number Clutter.InitError.SUCCESS : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Clutter
Method |
It will initialise everything needed to operate with Clutter and parses some standard command line options.
|
Clutter
Method |
Clutter.init_with_args
(Number argc, Array argv, String parameter_string, OptionEntry entries, String translation_domain)
:
Clutter.InitError
This function does the same work as clutter_init().
|
GtkClutter
Method |
This function should be called instead of clutter_init() and gtk_init().
|
GtkClutter
Method |
GtkClutter.init_with_args
(Object out_values, String 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().
|