This commit is contained in:
Akkariin Meiko
2022-03-12 03:16:09 +08:00
Unverified
parent 12b76e0c7a
commit 27c4ec74a1
10075 changed files with 5122287 additions and 1 deletions
@@ -0,0 +1,30 @@
// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.
namespace GES {
using System;
public delegate void SnappingStartedHandler(object o, SnappingStartedArgs args);
public class SnappingStartedArgs : GLib.SignalArgs {
public GES.TrackElement Obj1{
get {
return (GES.TrackElement) Args [0];
}
}
public GES.TrackElement Obj2{
get {
return (GES.TrackElement) Args [1];
}
}
public ulong Position{
get {
return (ulong) Args [2];
}
}
}
}