Skip to content
  • Edward Hervey's avatar
    optimisation : Use g_object_newv where possible. · 27284628
    Edward Hervey authored
    This avoids:
    * triple-checking for the GType when type-checking is enabled (see #597260)
    * Avoids going through an expensive no-argument checking which landed in
      glib-2.22
    * Avoids going through 2 extrac functions (g_object_new -> g_object_new_valist)
    27284628