On 05-01-18 18:30, Russel Winder wrote:
Has anyone got any examples of using
Builder.connectSignals
I think I must be missing some compilation flags and/or function annotations. The comment ingenerated/gtkd/gtk/Builder.d
isn't entirely helpful – but this may be my problem.
As far as i can tell gtk_builder_connect_signals
passes null to g_module_open
to open the executable. Only that only works when the
gtk libraries are linked with the executable at compile time and not
when using dlopen
to load the libraries.