19 lines
358 B
C#

// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.
namespace Gst.WebRTC {
using System;
public delegate void SendStringEventHandler(object o, SendStringEventArgs args);
public class SendStringEventArgs : GLib.SignalArgs {
public string Data{
get {
return (string) Args [0];
}
}
}
}