Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gst-editing-services
Commits
c568efb6
Commit
c568efb6
authored
Dec 16, 2010
by
Edward Hervey
Browse files
GESSimpleTimelineLayer: reverting const-ification
parent
42f4253e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ges/ges-simple-timeline-layer.c
View file @
c568efb6
...
...
@@ -358,11 +358,11 @@ ges_simple_timeline_layer_add_object (GESSimpleTimelineLayer * layer,
*
* Gets the timeline object at the given position.
*
* Returns: The #GESTimelineObject at the given position or NULL if
* Returns:
(transfer none):
The #GESTimelineObject at the given position or NULL if
* the position is off the end of the layer.
*/
const
GESTimelineObject
*
GESTimelineObject
*
ges_simple_timeline_layer_nth
(
GESSimpleTimelineLayer
*
layer
,
gint
position
)
{
GList
*
list
;
...
...
ges/ges-simple-timeline-layer.h
View file @
c568efb6
...
...
@@ -87,7 +87,7 @@ ges_simple_timeline_layer_move_object (GESSimpleTimelineLayer *layer,
gboolean
ges_simple_timeline_layer_is_valid
(
GESSimpleTimelineLayer
*
layer
);
const
GESTimelineObject
*
GESTimelineObject
*
ges_simple_timeline_layer_nth
(
GESSimpleTimelineLayer
*
layer
,
gint
position
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment