gstreamer/sources/generated/Gst_IURIHandler.cs

28 lines
500 B
C#
Raw Normal View History

2018-01-29 18:56:49 +00:00
// 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
}