romgrk / node-gtk

GTK+ bindings for NodeJS (via GObject introspection)
MIT License
493 stars 41 forks source link

Fix vfunc not found #355

Closed romgrk closed 6 months ago

romgrk commented 8 months ago

Closes #354

The function to find a matching vfunc symbol by name fails to find the correct entry for reasons I don't have time to debug. In this PR, we also search the list on our side to fix the issue.

clayrisser commented 6 months ago

@romgrk thanks!