Skip to content
  • Giovanni Campagna's avatar
    gvariant: fix introspection annotations · f2bd54d0
    Giovanni Campagna authored and Colin Walters's avatar Colin Walters committed
    g_variant_get_strv and g_variant_get_bytestring return arrays that
    are null terminated and have an explicit length. Since gjs doesn't
    support (out) arrays with length, mark them also null-terminated
    (but leave the length annotation, so pygobject can remove the argument)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646635
    f2bd54d0