[Top]
GTK2
|
Method GTK2.gnome_init()
- Method
gnome_init
array gnome_init(string app_id, string app_version, array argv)
- Description
Initializes the application. This sets up all of the GNOME
internals and prepares them (gdk/gtk, session-management,
triggers, sound, user preferences). If corba init flags are specified,
corba initialization is done as well as gnome initialization.
corba_init_flags is 0 or more of GNORBA_INIT_SERVER_FUNC (1),
GNORBA_INIT_DISABLE_COOKIES (2) and GNORBA_INIT_CORBA_PRIO_HIGH (4)
|