Skip to content
  • Thibault Saunier's avatar
    ges: Ignore deprecation of GParameter · 82159882
    Thibault Saunier authored
    GParameter is part of our API, and for GLib < 2.54 we do not even have
    a way around avoiding it (namely `g_object_new_with_properties`).
    
    We should stop using GParameter once we depend on GLib 2.54.
    
    Fixes #86
    82159882