Skip to content
  • Christoph Reiter's avatar
    Port to g_object_new_with_properties() · 28962d86
    Christoph Reiter authored
    g_object_newv() and GParameter are deprecated now.
    
    Replace all GParameter usage with a separate GValue and char* array
    and add a compatibility function for g_object_new_with_properties()
    that also works with older glib and converts things back to GParameter.
    28962d86