Skip to content
  • Christian Hergert's avatar
    build-tools: avoid va_args for property sets · db3a7dc7
    Christian Hergert authored
    To avoid copying the string into a new GValue, we just create the gvalue
    up front and allow it to own the generated string. This allows us to
    also avoid the va_list g_object_set() calls for a very slight performance
    improvement.
    db3a7dc7