| Import line: | Clutter = imports.gi.Clutter; |
| GIR File: | Clutter-1.0.gir |
| C documentation: | ClutterInitError |
| Enum : | InitError |
| Properties | |
|---|---|
|
gint32 Clutter.InitError.ERROR_BACKEND : -2
|
|
|
gint32 Clutter.InitError.ERROR_INTERNAL : -3
|
|
|
gint32 Clutter.InitError.ERROR_THREADS : -1
|
|
|
gint32 Clutter.InitError.ERROR_UNKNOWN : 0
|
|
|
gint32 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
(gint32 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
(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(). |