summaryrefslogtreecommitdiff
path: root/sources/generated/Gst/PluginAddedHandler.cs
blob: 3db31d7621789ec412ad4f66604d4b16582b9ead (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 PluginAddedHandler(object o, PluginAddedArgs args);

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

	}
}