Skip to content
  • Philip Chimento's avatar
    object: Use g_object_new_with_properties() · dfbb2329
    Philip Chimento authored
    g_object_newv() is deprecated, and we had deprecation guards around it in
    order to silence the deprecation warning. Since we're going to refactor
    this code, it's probably time to fix this.
    
    We get rid of the awkward clear() function by moving it into the
    destructor of an AutoGValueVector class.
    
    GLib dependency is now 2.54.
    
    Closes: #104
    dfbb2329