gstreamer/ges/generated/GES/LoadingHandler.cs
Thibault Saunier d0aba011b3 Update GES
2020-06-17 21:52:01 -04:00

18 lines
343 B
C#

// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.
namespace GES {
using System;
public delegate void LoadingHandler(object o, LoadingArgs args);
public class LoadingArgs : GLib.SignalArgs {
public GES.Timeline Timeline{
get {
return (GES.Timeline) Args [0];
}
}
}
}