Files
KioskApp/GtkSharp/Source/Libs/GioSharp/Generated/GLib/ISocketConnectable.cs

25 lines
611 B
C#
Raw Normal View History

2024-09-15 22:40:48 +02:00
// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.
namespace GLib {
using System;
#region Autogenerated code
public partial interface ISocketConnectable : GLib.IWrapper {
GLib.SocketAddressEnumerator Enumerate();
GLib.SocketAddressEnumerator ProxyEnumerate();
string ToString();
}
[GLib.GInterface (typeof (SocketConnectableAdapter))]
public partial interface ISocketConnectableImplementor : GLib.IWrapper {
GLib.SocketAddressEnumerator Enumerate ();
GLib.SocketAddressEnumerator ProxyEnumerate ();
string ToString ();
}
#endregion
}