Package org.gnome.gtk

Class BuilderCScope

java.lang.Object
All Implemented Interfaces:
Proxy, BuilderScope
Direct Known Subclasses:
BuilderJavaScope

@Generated("io.github.jwharm.JavaGI") public class BuilderCScope extends GObject implements BuilderScope
A GtkBuilderScope implementation for the C language.

GtkBuilderCScope instances use symbols explicitly added to builder with prior calls to addCallbackSymbol(java.lang.String, org.gnome.gobject.Callback). If developers want to do that, they are encouraged to create their own scopes for that purpose.

In the case that symbols are not explicitly added; GTK will uses GModule’s introspective features (by opening the module null) to look at the application’s symbol table. From here it tries to match the signal function names given in the interface description with symbols in the application.

Note that unless addCallbackSymbol(java.lang.String, org.gnome.gobject.Callback) is called for all signal callbacks which are referenced by the loaded XML, this functionality will require that GModule be supported on the platform.