ges: Keep internal symbols internal
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Fri, 24 Feb 2017 18:44:36 +0000 (15:44 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Fri, 24 Feb 2017 19:05:34 +0000 (16:05 -0300)
commitfe2efd161dbacfc442759b294150d719c2a3fe18
treee2a3418149c90eaca7c87c05f9873acbee73a819
parent992472bf02da55429f9ac02dd339d8feda4e45b5
ges: Keep internal symbols internal

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.
ges/ges-container.h
ges/ges-internal.h
ges/ges-uri-asset.h
win32/common/libges.def