summaryrefslogtreecommitdiff
path: root/vapi/gst-editing-services-1.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-08-05 15:16:50 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2021-08-05 15:30:38 +0200
commit9d5708923f64b3914aa213ca780973be853a03b7 (patch)
tree63c15d6eb455ba071108f823e6c63fcf7b67569f /vapi/gst-editing-services-1.0.vapi
parent484c97c237a0291a593cd8b3694e999c8582cf44 (diff)
downloadvala-9d5708923f64b3914aa213ca780973be853a03b7.tar.gz
Regenerate GIR-based bindings for improved instance method detection
Fixes https://gitlab.gnome.org/GNOME/vala/issues/1210
Diffstat (limited to 'vapi/gst-editing-services-1.0.vapi')
-rw-r--r--vapi/gst-editing-services-1.0.vapi9
1 files changed, 9 insertions, 0 deletions
diff --git a/vapi/gst-editing-services-1.0.vapi b/vapi/gst-editing-services-1.0.vapi
index df798325f..464ca1553 100644
--- a/vapi/gst-editing-services-1.0.vapi
+++ b/vapi/gst-editing-services-1.0.vapi
@@ -1280,6 +1280,12 @@ namespace GES {
[CCode (cheader_filename = "ges/ges.h")]
public static void deinit ();
[CCode (cheader_filename = "ges/ges.h")]
+ [Version (replacement = "Edge.name", since = "1.16")]
+ public static unowned string edge_name (GES.Edge edge);
+ [CCode (cheader_filename = "ges/ges.h")]
+ [Version (replacement = "EditMode.name", since = "1.18")]
+ public static unowned string edit_mode_name (GES.EditMode mode);
+ [CCode (cheader_filename = "ges/ges.h")]
[Version (since = "1.18")]
public static unowned GES.Asset find_formatter_for_uri (string uri);
[CCode (cheader_filename = "ges/ges.h")]
@@ -1297,6 +1303,9 @@ namespace GES {
[CCode (cheader_filename = "ges/ges.h")]
public static uint pspec_hash (void* key_spec);
[CCode (cheader_filename = "ges/ges.h")]
+ [Version (replacement = "TrackType.name")]
+ public static unowned string track_type_name (GES.TrackType type);
+ [CCode (cheader_filename = "ges/ges.h")]
public static bool validate_register_action_types ();
[CCode (cheader_filename = "ges/ges.h")]
public static void version (out uint major, out uint minor, out uint micro, out uint nano);