More Additions to the X11 Intrinsics
This commit is contained in:
parent
54cebfaf94
commit
0a491e166d
|
@ -100,6 +100,8 @@
|
||||||
</resource>
|
</resource>
|
||||||
<!-- Intrinsics, not Motif... -->
|
<!-- Intrinsics, not Motif... -->
|
||||||
<function name="XtAsprintf">
|
<function name="XtAsprintf">
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="Cardinal"/>
|
||||||
<arg nr="1"/>
|
<arg nr="1"/>
|
||||||
<arg nr="2">
|
<arg nr="2">
|
||||||
<formatstr/>
|
<formatstr/>
|
||||||
|
@ -107,6 +109,25 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<function name="XtCalloc">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<use-retval/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<function name="XtDisplay,XtDisplayOfObject">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="Display *"/>
|
||||||
|
<use-retval/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<function name="XtFree">
|
<function name="XtFree">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
|
@ -130,16 +151,6 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<function name="XtCalloc">
|
|
||||||
<noreturn>false</noreturn>
|
|
||||||
<use-retval/>
|
|
||||||
<arg nr="1">
|
|
||||||
<not-uninit/>
|
|
||||||
</arg>
|
|
||||||
<arg nr="2">
|
|
||||||
<not-uninit/>
|
|
||||||
</arg>
|
|
||||||
</function>
|
|
||||||
<resource>
|
<resource>
|
||||||
<dealloc>XtFree</dealloc>
|
<dealloc>XtFree</dealloc>
|
||||||
<alloc init="true">XtMalloc</alloc>
|
<alloc init="true">XtMalloc</alloc>
|
||||||
|
@ -152,7 +163,18 @@
|
||||||
<define name="ClipboardSuccess" value="1"/>
|
<define name="ClipboardSuccess" value="1"/>
|
||||||
<define name="True" value="1"/>
|
<define name="True" value="1"/>
|
||||||
<define name="False" value="0"/>
|
<define name="False" value="0"/>
|
||||||
|
<podtype name="Boolean" sign="u"/>
|
||||||
|
<podtype name="Cardinal" sign="u"/>
|
||||||
|
<podtype name="Dimension" sign="u"/>
|
||||||
|
<podtype name="Pixel" sign="u"/>
|
||||||
|
<podtype name="Position" sign="u"/>
|
||||||
<podtype name="Widget"/>
|
<podtype name="Widget"/>
|
||||||
|
<podtype name="XtValueMask" sign="u"/>
|
||||||
|
<podtype name="XtIntervalId" sign="u"/>
|
||||||
|
<podtype name="XtInputId" sign="u"/>
|
||||||
|
<podtype name="XtSignalId" sign="u"/>
|
||||||
|
<podtype name="XtGeometryMask" sign="u"/>
|
||||||
|
<podtype name="XtGCMask" sign="u"/>
|
||||||
<!-- X11... -->
|
<!-- X11... -->
|
||||||
<function name="XOpenDisplay">
|
<function name="XOpenDisplay">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
@ -175,6 +197,13 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<function name="XtScreen,XtScreenOfObject">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<function name="XtScreenDatabase">
|
<function name="XtScreenDatabase">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue