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
Using LGI internals like _property probably isn’t a good idea, as they’re not likely to apply back to your GObject.
Have a read of https://docs.gtk.org/gobject/tutorial.html. LGI should provide all the functions needed, though they’ll be namespaced per-library, and you may run into some functions that are handled differently for language bindings. the GObject docs will have a line at the bottom of a function or method’s definition that mentions if that function is unavailable to language bindings.
So, im trying to make a custom GObject.Object with custom props/signals but idk how to
atm i know how to define custom props
The text was updated successfully, but these errors were encountered: