Skip to content
  • Thibault Saunier's avatar
    ges: Keep internal symbols internal · fe2efd16
    Thibault Saunier authored
    The following implementation details where exposed as public symbols:
      - _ges_container_get_priority_offset
      - _ges_container_set_height
      - _ges_container_set_priority_offset
      - _ges_uri_asset_cleanup
    
    but it was not correct and that should never have been used outside
    GES.
    
    Moving those declarations to the internal header and marking as
    internal.
    fe2efd16