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

Foreign typed records: Require to implement a handle release manually #1113

Merged
merged 1 commit into from
Aug 18, 2024

Conversation

badcel
Copy link
Member

@badcel badcel commented Aug 18, 2024

As foreign typed records are known to the gobject type system there must be a function available to free the instance. It is preferred to call this function directly as the type system has to do a dictionary lookup each time an instance should be freed.

  • I agree that my contribution may be licensed either under MIT or any version of LGPL license.

As foreign typed records are known to the gobject type system there must be a function available to free the instance. It is preferred to call this function directly as the type system has to do a dictionary lookup each time an instance should be freed.
@badcel badcel force-pushed the foreign-typed-records-require-manual-handle-release branch from a2b6ef3 to 59ab49c Compare August 18, 2024 06:47
@badcel badcel merged commit 2b54394 into main Aug 18, 2024
3 checks passed
@badcel badcel deleted the foreign-typed-records-require-manual-handle-release branch August 18, 2024 08:05
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

Successfully merging this pull request may close these issues.

1 participant