Add more Xt/X11 stuff
This commit is contained in:
parent
0a491e166d
commit
ba4a4c3395
|
@ -99,6 +99,28 @@
|
||||||
<alloc init="true">XmFontListAppendEntry</alloc>
|
<alloc init="true">XmFontListAppendEntry</alloc>
|
||||||
</resource>
|
</resource>
|
||||||
<!-- Intrinsics, not Motif... -->
|
<!-- Intrinsics, not Motif... -->
|
||||||
|
<function name="XtAddCallback">
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="4"/>
|
||||||
|
</function>
|
||||||
|
<function name="XtAddCallbacks">
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="3"/>
|
||||||
|
</function>
|
||||||
<function name="XtAsprintf">
|
<function name="XtAsprintf">
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<returnValue type="Cardinal"/>
|
<returnValue type="Cardinal"/>
|
||||||
|
@ -151,6 +173,45 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<function name="XtRemoveAllCallbacks">
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<function name="XtRemoveCallback">
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="4"/>
|
||||||
|
</function>
|
||||||
|
<function name="XtRemoveCallbacks">
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="3"/>
|
||||||
|
</function>
|
||||||
|
<function name="XtWindow,XtWindowOfObject">
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="Window"/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<resource>
|
<resource>
|
||||||
<dealloc>XtFree</dealloc>
|
<dealloc>XtFree</dealloc>
|
||||||
<alloc init="true">XtMalloc</alloc>
|
<alloc init="true">XtMalloc</alloc>
|
||||||
|
@ -178,6 +239,7 @@
|
||||||
<!-- X11... -->
|
<!-- X11... -->
|
||||||
<function name="XOpenDisplay">
|
<function name="XOpenDisplay">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="Display *"/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
|
@ -185,6 +247,7 @@
|
||||||
</function>
|
</function>
|
||||||
<function name="XCloseDisplay">
|
<function name="XCloseDisplay">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="int"/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
|
@ -215,6 +278,5 @@
|
||||||
<dealloc>XCloseDisplay</dealloc>
|
<dealloc>XCloseDisplay</dealloc>
|
||||||
<alloc init="true">XOpenDisplay</alloc>
|
<alloc init="true">XOpenDisplay</alloc>
|
||||||
</resource>
|
</resource>
|
||||||
<podtype name="Display"/>
|
|
||||||
<podtype name="XrmDatabase"/>
|
<podtype name="XrmDatabase"/>
|
||||||
</def>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue