Example #1
0
 public int SetSocket(QTcpSocket socket)
 {
     return((int)interceptor.Invoke("setSocket#", "setSocket(QTcpSocket*)", typeof(int), typeof(QTcpSocket), socket));
 }
Example #2
0
File: QHttp.cs Project: KDE/qyoto
 public int SetSocket(QTcpSocket socket)
 {
     return (int) interceptor.Invoke("setSocket#", "setSocket(QTcpSocket*)", typeof(int), typeof(QTcpSocket), socket);
 }