summaryrefslogtreecommitdiff
path: root/subprojects/gstreamer-sharp/ges/generated/GES/ChildPropertyAddedHandler.cs
blob: daa442c998e237889c62cff350bc635a275678f7 (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 GES {

	using System;

	public delegate void ChildPropertyAddedHandler(object o, ChildPropertyAddedArgs args);

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

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

	}
}