Skip to content
  • Philip Chimento's avatar
    object: Move imports._gi.hook_up_vfunc() to be a method · 8fb7b4e1
    Philip Chimento authored
    Since we're required to pass in a GObject prototype to
    imports._gi.hook_up_vfunc(), it makes sense to make it a method of the
    prototype. It's still only accessible by importing _gi, as we give it a
    symbol name which is exposed as imports._gi.hook_up_vfunc_symbol.
    8fb7b4e1