Glade.provide

This function should be called by a module to assert that it provides wrappers for a particular library. This should be called by the register_widgets() function of a libglade module so that it isn't loaded twice, for instance.

class Glade
static
void
provide
(
string library
)

Parameters

library string

the provided library

Meta