summaryrefslogtreecommitdiff
path: root/subprojects/gstreamer-sharp/sources/generated/Gst/MiniObjectCopyFunction.cs
blob: bbe4a15f669bbfedfa491a089807356d6d3c295d (plain)
1
2
3
4
5
6
7
8
9
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.MiniObject MiniObjectCopyFunction(Gst.MiniObject obj);

}