Skip to content
  • Philip Chimento's avatar
    object: Split file into smaller logical units · 44ed1dc0
    Philip Chimento authored
    We now have object.cpp dealing only with ObjectInstance, the JSClass for
    wrapper JS objects. Two new files are created:
    
    - gobject.cpp, which is the dynamic GObject types for classes and
      interfaces created in JS code.
    
    - private.cpp, which is the private GI native module, accessible from JS
      as `imports._gi`.
    44ed1dc0