Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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