Merging gst-build
[platform/upstream/gstreamer.git] / subprojects / gstreamer-sharp / sources / generated / Gst / StreamNotifyHandler.cs
1 // This file was generated by the Gtk# code generator.
2 // Any changes made will be lost if regenerated.
3
4 namespace Gst {
5
6         using System;
7
8         public delegate void StreamNotifyHandler(object o, StreamNotifyArgs args);
9
10         public class StreamNotifyArgs : GLib.SignalArgs {
11                 public Gst.Stream Object{
12                         get {
13                                 return (Gst.Stream) Args [0];
14                         }
15                 }
16
17                 public IntPtr P0{
18                         get {
19                                 return (IntPtr) Args [1];
20                         }
21                 }
22
23         }
24 }