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)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 16 May 2019 12:09:13 +0000 (15:09 +0300)
ges/ges-timeline-element.c
ges/ges-timeline.c
ges/ges-uri-asset.c
ges/ges.c

index 5eaf0a7..0943508 100644 (file)
@@ -1864,6 +1864,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 fea512d..f2e92b7 100644 (file)
@@ -533,6 +533,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 78df326..8781b2a 100644 (file)
--- a/ges/ges.c
+++ b/ges/ges.c
@@ -390,6 +390,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)