ges: Sprinkle around some Since: 1.16 markers
authorSebastian Dröge <sebastian@centricular.com>
Thu, 16 May 2019 12:06:14 +0000 (15:06 +0300)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 7 Aug 2019 00:15:23 +0000 (01:15 +0100)
ges/ges-timeline-element.c
ges/ges-timeline.c
ges/ges-uri-asset.c
ges/ges.c

index 39c65b7..28c42a8 100644 (file)
@@ -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)
index 78760b9..cfb94c7 100644 (file)
@@ -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,
index e5cf547..99308fe 100644 (file)
@@ -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)
index 0d2e09a..7b48c32 100644 (file)
--- 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)