Skip to content
  • Philip Withnall's avatar
    headers: Add various missing G_DISABLE_DEPRECATED guards · 80fcb1bc
    Philip Withnall authored
    
    
    As pointed out by gtk-doc, these are all symbols which have been marked
    as deprecated, but which aren’t protected by a deprecation guard. We
    can’t use G_DEPRECATED_IN_* for them, as they are all non-function
    symbols. Instead, wrap them in #ifndef G_DISABLE_DEPRECATED.
    
    In some cases, we also need to wrap one or two functions which use the
    deprecated types in G_DISABLE_DEPRECATED too.
    
    Signed-off-by: default avatarPhilip Withnall <withnall@endlessm.com>
    80fcb1bc