summaryrefslogtreecommitdiffstats
path: root/generator/typesystem_network-qtscript.xml
blob: 27357296de25ed9000612ec211033ce717b45e69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0"?>
<typesystem package="com.trolltech.qt.network">
    
    <!-- ### fixme -->
    <rejection class="QSsl"/>
    <rejection class="QHttpHeader"/>

  <value-type name="QNetworkCookie">
    <extra-includes>
        <include file-name="QDateTime" location="global"/>
    </extra-includes>
  </value-type>

  <value-type name="QSslCertificate">
    <extra-includes>
        <include file-name="QDateTime" location="global"/>
    </extra-includes>
  </value-type>

  <value-type name="QHostInfo">
    <modify-function signature="lookupHost(QString,QObject*,const char*)">
      <modify-argument index="3">
        <replace-type modified-type="QString"/>
        <conversion-rule class="native">
          <insert-template name="core.convert_string_arg_to_char*"/>
        </conversion-rule>            
      </modify-argument>
    </modify-function>
  </value-type>

  <object-type name="QUdpSocket">
    <modify-function signature="writeDatagram(const char*,qint64,QHostAddress,unsigned short)" remove="all"/>
  </object-type>

  <object-type name="QTcpServer">
    <modify-function signature="waitForNewConnection(int,bool*)">
      <modify-argument index="2">
        <remove-argument/>
      </modify-argument>
    </modify-function>
  </object-type>

  <object-type name="QLocalServer">
    <modify-function signature="waitForNewConnection(int,bool*)">
      <modify-argument index="2">
        <remove-argument/>
      </modify-argument>
    </modify-function>
  </object-type>

</typesystem>