Skip to content
  • Philip Chimento's avatar
    arg: Marshal GType of 0 to null · fd6632f3
    Philip Chimento authored
    Zero is a valid return value from e.g. GObject.type_from_name() in case
    the type in question is not registered. We marshal a value of 0
    (G_TYPE_INVALID) into JS null.
    
    Closes #11.
    fd6632f3