Skip to content
  • Niels De Graef's avatar
    edsf: Don't make copies of E.VCardAttribute · c7572e44
    Niels De Graef authored
    Using `var` in Vala automatically means you take a strong reference,
    which in the case of boxed types means that we will copy them (even if
    not necessary). We probably want to avoid this inside `Edsf.Persona`,
    since that means we might do multiple copies on each contact of a user.
    c7572e44