summaryrefslogtreecommitdiff
path: root/sources/generated/Gst/StreamNotifyHandler.cs
blob: 1aef38d105d0d75f6138beeb05914b15b77ac982 (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 StreamNotifyHandler(object o, StreamNotifyArgs args);

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

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

	}
}