You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a glade file, which contains widgets from other GTK libraries (vte, source view, libhandy, etc.) it throws a 'Invalid object type '...'' exception.
For example, opening a file, that has the HdyLeaflet widget from libhandy will throw this:
glib.GException.GException@/home/ryhon/.dub/packages/gtk-d-3.9.0/gtk-d/generated/gtkd/glib/GException.d(41): .:10:1 Invalid object type 'HdyLeaflet'
This link might help. It says something about libraries loaded into the global and local symbol namespace
The text was updated successfully, but these errors were encountered:
When opening a glade file, which contains widgets from other GTK libraries (vte, source view, libhandy, etc.) it throws a
'Invalid object type '...''
exception.For example, opening a file, that has the HdyLeaflet widget from libhandy will throw this:
This link might help. It says something about libraries loaded into the global and local symbol namespace
The text was updated successfully, but these errors were encountered: