mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 06:56:46 +00:00
19 lines
368 B
C#
19 lines
368 B
C#
|
// This file was generated by the Gtk# code generator.
|
||
|
// Any changes made will be lost if regenerated.
|
||
|
|
||
|
namespace Gst.App {
|
||
|
|
||
|
using System;
|
||
|
|
||
|
public delegate void ProposeAllocationHandler(object o, ProposeAllocationArgs args);
|
||
|
|
||
|
public class ProposeAllocationArgs : GLib.SignalArgs {
|
||
|
public Gst.Query Query{
|
||
|
get {
|
||
|
return (Gst.Query) Args [0];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|
||
|
}
|