Skip to content
Snippets Groups Projects
  1. May 04, 2017
  2. May 02, 2017
  3. Apr 28, 2017
  4. Apr 27, 2017
  5. Apr 24, 2017
  6. Apr 21, 2017
  7. Apr 20, 2017
  8. Apr 19, 2017
  9. Apr 13, 2017
  10. Apr 12, 2017
  11. Apr 11, 2017
  12. Apr 10, 2017
  13. Apr 09, 2017
  14. Apr 08, 2017
    • Tim-Philipp Müller's avatar
      Don't use deprecated g_object_newv() · 519d6488
      Tim-Philipp Müller authored
      Use g_object_new() instead which nowadays has a shortcut for the
      no-properties check. It still does an extra GType check in the
      function guard, but there's a pending patch to remove that
      and it's hardly going to be a performance issue in practice,
      even less so on a system that's compiled without run-time checks.
      
      Alternative would be to move to the new g_object_new_properties()
      with a fallback define for older glib versions, but it makes the
      code look more unwieldy and doesn't seem worth it.
      
      Fixes deprecation warnings when building against newer GLib versions.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=780903
      519d6488
  15. Apr 07, 2017
  16. Apr 06, 2017
  17. Apr 05, 2017
Loading