Class
A JSSClass represents a custom JavaScript class registered by the user in a #JSCContext. It allows to create new JavaScripts objects whose instances are created by the user using this API. It's possible to add constructors, properties and methods for a JSSClass by providing #GCallbacks to implement them.
Skipped during bindings generation
parameter
parameter_types
: Array parameter of type GType is not supportedparameter
parameter_types
: Array parameter of type GType is not supportedparameter
getter
: GObject.Callbackmethod
context
: Property has no getter nor setter
Constructors
Functions
Add a constructor to @jsc_class. If @name is null, the class name will be used. When
Add method with @name to @jsc_class. When the method is called by JavaScript or jsc_value_object_invoke_method(),