// 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 IURIHandler : GLib.IWrapper { string Uri { get; } Gst.URIType UriType { get; } bool SetUri(string uri); } [GLib.GInterface (typeof (URIHandlerAdapter))] public partial interface IURIHandlerImplementor : GLib.IWrapper { string Uri { get; } bool SetUri (string uri); } #endregion }