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

namespace Gst {

	using System;

	public delegate void DeepNotifyHandler(object o, DeepNotifyArgs args);

	public class DeepNotifyArgs : GLib.SignalArgs {
		public Gst.Object PropObject{
			get {
				return (Gst.Object) Args [0];
			}
		}

		public IntPtr Prop{
			get {
				return (IntPtr) Args [1];
			}
		}

	}
}