Skip to content
  1. Apr 28, 2024
  2. Apr 25, 2024
  3. Apr 21, 2024
  4. Apr 20, 2024
  5. Apr 16, 2024
  6. Apr 10, 2024
  7. Apr 01, 2024
  8. Mar 30, 2024
  9. Mar 26, 2024
    • Philip Chimento's avatar
      repo: Handle GioUnix/GioWin32 types being returned from Gio methods · 4b0fdf47
      Philip Chimento authored
      It may happen that a Gio method (such as Gio.Subprocess.get_stdout_pipe())
      returns an object from GioUnix. We need to handle that case in four
      places: gjs_lookup_object_prototype(), gjs_lookup_object_constructor(),
      gjs_lookup_interface_constructor(), and gjs_value_from_g_value_internal().
      
      Introduce a new method gjs_lookup_gtype() that calls
      g_irepository_find_by_gtype() and then performs the necessary adjustments
      afterwards.
      
      Closes: #610
      4b0fdf47