mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 12:21:30 +00:00
19 lines
349 B
C#
19 lines
349 B
C#
|
// This file was generated by the Gtk# code generator.
|
||
|
// Any changes made will be lost if regenerated.
|
||
|
|
||
|
namespace GES {
|
||
|
|
||
|
using System;
|
||
|
|
||
|
public delegate void LayerRemovedHandler(object o, LayerRemovedArgs args);
|
||
|
|
||
|
public class LayerRemovedArgs : GLib.SignalArgs {
|
||
|
public GES.Layer Layer{
|
||
|
get {
|
||
|
return (GES.Layer) Args [0];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|
||
|
}
|