clip: Make set/is_moving_from_layer internal

This commit is contained in:
Thibault Saunier 2013-03-15 12:01:58 -03:00
parent 058f0d0099
commit dd50427714
3 changed files with 3 additions and 5 deletions

View file

@ -396,13 +396,11 @@ ges_clip_set_supported_formats
ges_clip_get_supported_formats
ges_clip_split
ges_clip_edit
<SUBSECTION Standard>
GES_CLIP_HEIGHT
ges_clip_create_track_elements
ges_clip_create_track_element
ges_clip_fill_track_element
ges_clip_is_moving_from_layer
ges_clip_set_moving_from_layer
<SUBSECTION Standard>
GESClipPrivate
GES_IS_CLIP
GES_IS_CLIP_CLASS

View file

@ -160,9 +160,7 @@ GESTrackElement* ges_clip_find_track_element (GESClip *clip, GESTrack *trac
* Layer *
****************************************************/
GESTimelineLayer* ges_clip_get_layer (GESClip *clip);
gboolean ges_clip_is_moving_from_layer (GESClip *clip);
gboolean ges_clip_move_to_layer (GESClip *clip, GESTimelineLayer *layer);
void ges_clip_set_moving_from_layer (GESClip *clip, gboolean is_moving);
/****************************************************
* Effects *

View file

@ -236,5 +236,7 @@ G_GNUC_INTERNAL void _ges_container_set_ignore_notifies (GESContainer *container
* GESClip *
****************************************************/
void ges_clip_set_layer (GESClip *clip, GESTimelineLayer *layer);
gboolean ges_clip_is_moving_from_layer (GESClip *clip);
void ges_clip_set_moving_from_layer (GESClip *clip, gboolean is_moving);
#endif /* __GES_INTERNAL_H__ */