// This file was generated by the Gtk# code generator. // Any changes made will be lost if regenerated. namespace Gst { using System; #region Autogenerated code public partial interface ITocSetter : GLib.IWrapper { Gst.Toc Toc { get; set; } void Reset(); } [GLib.GInterface (typeof (TocSetterAdapter))] public partial interface ITocSetterImplementor : GLib.IWrapper { } #endregion }