summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2019-05-16 15:06:14 +0300
committerTim-Philipp Müller <tim@centricular.com>2019-08-07 01:15:23 +0100
commite413abb5ee8f423c4855b74abfd04f404ef19d02 (patch)
treea58eee4bff3937cfb5e13ec80c969dc015bc63ca
parent3b140d18a6d2c440b8d07be97eaace2f00d6c4ef (diff)
ges: Sprinkle around some Since: 1.16 markers
-rw-r--r--ges/ges-timeline-element.c2
-rw-r--r--ges/ges-timeline.c2
-rw-r--r--ges/ges-uri-asset.c2
-rw-r--r--ges/ges.c2
4 files changed, 8 insertions, 0 deletions
diff --git a/ges/ges-timeline-element.c b/ges/ges-timeline-element.c
index 39c65b72..28c42a84 100644
--- a/ges/ges-timeline-element.c
+++ b/ges/ges-timeline-element.c
@@ -1863,6 +1863,8 @@ ges_timeline_element_paste (GESTimelineElement * self,
* Returns: The priority of the first layer the element is in (note that only
* groups can span over several layers). %GES_TIMELINE_ELEMENT_NO_LAYER_PRIORITY
* means that the element is not in a layer.
+ *
+ * Since: 1.16
*/
guint32
ges_timeline_element_get_layer_priority (GESTimelineElement * self)
diff --git a/ges/ges-timeline.c b/ges/ges-timeline.c
index 78760b92..cfb94c7b 100644
--- a/ges/ges-timeline.c
+++ b/ges/ges-timeline.c
@@ -2565,6 +2565,8 @@ ges_timeline_paste_element (GESTimeline * timeline,
* the timeline. If @new_layer_priority is superior than the number
* of layers present in the time, it will move to the end of the
* stack of layers.
+ *
+ * Since: 1.16
*/
gboolean
ges_timeline_move_layer (GESTimeline * timeline, GESLayer * layer,
diff --git a/ges/ges-uri-asset.c b/ges/ges-uri-asset.c
index e5cf5470..99308fe5 100644
--- a/ges/ges-uri-asset.c
+++ b/ges/ges-uri-asset.c
@@ -534,6 +534,8 @@ ges_uri_clip_asset_new (const gchar * uri, GCancellable * cancellable,
* Finalize the request of an async #GESUriClipAsset
*
* Returns: (transfer full): The #GESUriClipAsset previously requested
+ *
+ * Since: 1.16
*/
GESUriClipAsset *
ges_uri_clip_asset_finish (GAsyncResult * res, GError ** error)
diff --git a/ges/ges.c b/ges/ges.c
index 0d2e09ad..7b48c325 100644
--- a/ges/ges.c
+++ b/ges/ges.c
@@ -382,6 +382,8 @@ ges_init_check (int *argc, char **argv[], GError ** err)
* or ges_init_check().
*
* Returns: %TRUE if initialization has been done, %FALSE otherwise.
+ *
+ * Since: 1.16
*/
gboolean
ges_is_initialized (void)