summaryrefslogtreecommitdiff
path: root/sources/generated/Gst/PadCreatedEventHandler.cs
blob: 78a614c963d2c5c31b4843a6a14bc125fed3701c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.

namespace Gst {

	using System;

	public delegate void PadCreatedEventHandler(object o, PadCreatedEventArgs args);

	public class PadCreatedEventArgs : GLib.SignalArgs {
		public Gst.Pad Pad{
			get {
				return (Gst.Pad) Args [0];
			}
		}

	}
}