summaryrefslogtreecommitdiff
path: root/sources/generated/Gst/PadEventFullFunction.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst/PadEventFullFunction.cs')
-rw-r--r--sources/generated/Gst/PadEventFullFunction.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/sources/generated/Gst/PadEventFullFunction.cs b/sources/generated/Gst/PadEventFullFunction.cs
new file mode 100644
index 0000000..d654e29
--- /dev/null
+++ b/sources/generated/Gst/PadEventFullFunction.cs
@@ -0,0 +1,10 @@
+// This file was generated by the Gtk# code generator.
+// Any changes made will be lost if regenerated.
+
+namespace Gst {
+
+ using System;
+
+ public delegate Gst.FlowReturn PadEventFullFunction(Gst.Pad pad, Gst.Object parent, Gst.Event evnt);
+
+}