blob: b1865194423e9f127b5cf763515afd15dc92eeb5 (
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
|
<?xml version="1.0"?>
<repository version="1.2"
xmlns="http://www.gtk.org/introspection/core/1.0"
xmlns:c="http://www.gtk.org/introspection/c/1.0">
<namespace name="win32" version="1.0"
c:identifier-prefixes=""
c:symbol-prefixes="Win32">
<alias name="HWND" c:type="HWND">
<type name="guint" c:type="guint"/>
</alias>
<alias name="HICON" c:type="HICON">
<type name="gulong" c:type="gulong"/>
</alias>
<alias name="HCURSOR" c:type="HCURSOR">
<type name="gulong" c:type="gulong"/>
</alias>
<alias name="HGDIOBJ" c:type="HGDIOBJ">
<type name="gulong" c:type="gulong"/>
</alias>
<record name="MSG" c:type="MSG"/>
</namespace>
</repository>
|