diamondburned/gotk4

Minor compile speedup by moving common C functions into gextras

Closed this issue · 0 comments

Currently, many g_value functions are common across all packages, such as:

  • g_value_get_object
  • g_value_get_boxed
  • g_value_unset

These functions could all be in gextras instead, and Cgo wouldn't have to
resolve them all for each package.