Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover2004-10-07 21:06:05 +0000
committerSteve Northover2004-10-07 21:06:05 +0000
commitb8b3d8d333270c82331f79c34684ac5101f04bf4 (patch)
tree61f8c2cc4fe03f8d77b93ba4eab0064e54a29877 /bundles/org.eclipse.swt.tools/JNI Generation
parent67d9e7842c58a93a046bff2c3e0c447795ac04f4 (diff)
downloadeclipse.platform.swt-b8b3d8d333270c82331f79c34684ac5101f04bf4.tar.gz
eclipse.platform.swt-b8b3d8d333270c82331f79c34684ac5101f04bf4.tar.xz
eclipse.platform.swt-b8b3d8d333270c82331f79c34684ac5101f04bf4.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt.tools/JNI Generation')
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.carbon.OS.properties7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.carbon.OS.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.carbon.OS.properties
index 623ea1288a..72200f95b2 100644
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.carbon.OS.properties
+++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.carbon.OS.properties
@@ -3205,6 +3205,13 @@ OS_SetEventParameter__IIII_3C_2=cast=(EventParamType)
OS_SetEventParameter__IIII_3C_3=cast=(UInt32)
OS_SetEventParameter__IIII_3C_4=cast=(const void *)
+OS_SetEventParameter__IIII_3I=
+OS_SetEventParameter__IIII_3I_0=cast=(EventRef)
+OS_SetEventParameter__IIII_3I_1=cast=(EventParamName)
+OS_SetEventParameter__IIII_3I_2=cast=(EventParamType)
+OS_SetEventParameter__IIII_3I_3=cast=(UInt32)
+OS_SetEventParameter__IIII_3I_4=cast=(const void *)
+
OS_SetEventParameter__IIII_3S=
OS_SetEventParameter__IIII_3S_0=cast=(EventRef)
OS_SetEventParameter__IIII_3S_1=cast=(EventParamName)

Back to the top