Top | ![]() |
![]() |
![]() |
![]() |
void
glade_init (void
);
It used to be necessary to call glade_init()
before creating
GladeXML objects. This is now no longer the case, as libglade will
be initialised on demand now. Calling glade_init()
manually will
not cause any problems though.
void
glade_require (const gchar *library
);
Ensure that a required library is available. If it is not already available, libglade will attempt to dynamically load a module that contains the handlers for that library.