summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Net_PtpStatisticsCallback.cs
blob: 23cb970af6763b9e1e2479ecee0c0127441798d1 (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.Net {

	using System;

	public delegate bool PtpStatisticsCallback(byte domain, Gst.Structure stats);

}