Skip to content
  • Emmanuele Bassi's avatar
    container: Add diagnostic warnings for deprecated vfuncs · 7f092af1
    Emmanuele Bassi authored and Emmanuele Bassi's avatar Emmanuele Bassi committed
    The old add(), remove(), and foreach() virtual functions are deprecated;
    ClutterContainer should warn if the public API detects that the vfuncs
    have been overridden.
    
    Strictly speaking, it's still legal to override those vfuncs: you can
    chain up to the default vtable, or you could just provide an equivalent
    implementation. The goal is to avoid having to override the Container
    interface, until we can safely deprecate it and remove it in Clutter
    2.0.
    7f092af1