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

Type size information. #3

Closed
rainwoodman opened this issue Nov 2, 2016 · 4 comments
Closed

Type size information. #3

rainwoodman opened this issue Nov 2, 2016 · 4 comments

Comments

@rainwoodman
Copy link
Contributor

probably add the instance_size database here?

@arteymix
Copy link
Owner

I'll add a wrapper around g_boxed_type_register_static to store additional information.

We could add type info from built-in numerical types as well.

@rainwoodman
Copy link
Contributor Author

Revive? Store in a local table, or does GLib provide a facility for this?

@arteymix
Copy link
Owner

There's been interesting development with binary-coded decimal recently.

It will be stored in a local table, GLib only support copying and freeing boxed types, and we cannot really extend the value types directly (gint32, guint32, etc.).

@arteymix
Copy link
Owner

Discussion can be pursued in #17

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