Update
This commit is contained in:
@@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user