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