Skip to content
  • Niels De Graef's avatar
    settings: use G_DECLARE_FINAL_TYPE · ffdef971
    Niels De Graef authored
    Note that we need to remove the signal vfunc in GdmSettingsClass, so
    make sure to change the `g_signal_new("value-changed", ...)`, to cope
    with that.
    
    It also immediately gets rid of the deprecated
    `g_type_class_add_private()`.
    ffdef971