Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRunLoop references GtkEngine #7

Closed
tinchodias opened this issue Feb 1, 2022 · 2 comments
Closed

GRunLoop references GtkEngine #7

tinchodias opened this issue Feb 1, 2022 · 2 comments

Comments

@tinchodias
Copy link
Contributor

('GObject-Base' referencing 'Gtk-Base')

This happens in GRunLoop class>>#current:

current
	^ GtkEngine current runLoop

I see two possible fixes:

  • Just replace this method by ^ GEngine current runLoop
  • Move this current to GtkRunLoop and place a ^ self subclassResponsability in GRunLoop.

@estebanlm ?

@estebanlm
Copy link
Member

estebanlm commented Feb 1, 2022 via email

@tinchodias
Copy link
Contributor Author

Note: There is also a reference to the same class from GStructure>>autoRelease

tinchodias added a commit to tinchodias/gtk-bindings that referenced this issue Feb 1, 2022
tinchodias added a commit to tinchodias/gtk-bindings that referenced this issue Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants