summaryrefslogtreecommitdiff
path: root/ges/generated/GES/Layer.cs
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2019-02-25 13:37:17 -0300
committerThibault Saunier <tsaunier@igalia.com>2019-02-25 13:37:17 -0300
commit24730900aac41673820dcfb3e9aa0f91396d047a (patch)
treec0d1abd4886d6dc408d378336906c13e33fcadba /ges/generated/GES/Layer.cs
parent9f1fac402efdbc93ace3f55ff63237793bfb40f5 (diff)
Update GES with latest master
Diffstat (limited to 'ges/generated/GES/Layer.cs')
-rw-r--r--ges/generated/GES/Layer.cs17
1 files changed, 9 insertions, 8 deletions
diff --git a/ges/generated/GES/Layer.cs b/ges/generated/GES/Layer.cs
index 6b676c0..4f6d959 100644
--- a/ges/generated/GES/Layer.cs
+++ b/ges/generated/GES/Layer.cs
@@ -49,6 +49,7 @@ namespace GES {
[DllImport("ges-1.0", CallingConvention = CallingConvention.Cdecl)]
static extern void ges_layer_set_priority(IntPtr raw, uint priority);
+ [Obsolete]
[GLib.Property ("priority")]
public uint Priority {
get {
@@ -96,23 +97,23 @@ namespace GES {
}
}
- [GLib.Signal("clip-added")]
- public event GES.ClipAddedHandler ClipAdded {
+ [GLib.Signal("clip-removed")]
+ public event GES.ClipRemovedHandler ClipRemoved {
add {
- this.AddSignalHandler ("clip-added", value, typeof (GES.ClipAddedArgs));
+ this.AddSignalHandler ("clip-removed", value, typeof (GES.ClipRemovedArgs));
}
remove {
- this.RemoveSignalHandler ("clip-added", value);
+ this.RemoveSignalHandler ("clip-removed", value);
}
}
- [GLib.Signal("clip-removed")]
- public event GES.ClipRemovedHandler ClipRemoved {
+ [GLib.Signal("clip-added")]
+ public event GES.ClipAddedHandler ClipAdded {
add {
- this.AddSignalHandler ("clip-removed", value, typeof (GES.ClipRemovedArgs));
+ this.AddSignalHandler ("clip-added", value, typeof (GES.ClipAddedArgs));
}
remove {
- this.RemoveSignalHandler ("clip-removed", value);
+ this.RemoveSignalHandler ("clip-added", value);
}
}