summaryrefslogtreecommitdiff
path: root/subprojects/gstreamer-sharp/sources/generated/Gst.Base/CollectPadsQueryFunction.cs
blob: a96ea7d081d80bfbe1f9a332ac26254bdc49bd26 (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.Base {

	using System;

	public delegate bool CollectPadsQueryFunction(Gst.Base.CollectPads pads, Gst.Base.CollectData pad, Gst.Query query);

}