Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2005-03-15 22:19:35 +0000
committerSilenio Quarti2005-03-15 22:19:35 +0000
commit0dcaec97f61e4aeb1e775e9bea15f25d2e178d3c (patch)
tree6ef9746801b453cf1e5482b42988c9028bdd945b /bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gdip.Gdip.properties
parent5c328da96dce1813960a092adb5d591e9cd83066 (diff)
downloadeclipse.platform.swt-0dcaec97f61e4aeb1e775e9bea15f25d2e178d3c.tar.gz
eclipse.platform.swt-0dcaec97f61e4aeb1e775e9bea15f25d2e178d3c.tar.xz
eclipse.platform.swt-0dcaec97f61e4aeb1e775e9bea15f25d2e178d3c.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gdip.Gdip.properties')
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gdip.Gdip.properties12
1 files changed, 11 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gdip.Gdip.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gdip.Gdip.properties
index 0b551f2d0a..eb310df18b 100644
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gdip.Gdip.properties
+++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gdip.Gdip.properties
@@ -107,6 +107,12 @@ Gdip_GraphicsPath_AddString_7=cast=const StringFormat *
Gdip_GraphicsPath_CloseFigure=flags=cpp
Gdip_GraphicsPath_CloseFigure_0=cast=(GraphicsPath *)
+Gdip_GraphicsPath_GetBounds=flags=cpp
+Gdip_GraphicsPath_GetBounds_0=cast=(GraphicsPath *)
+Gdip_GraphicsPath_GetBounds_1=
+Gdip_GraphicsPath_GetBounds_2=cast=Matrix *
+Gdip_GraphicsPath_GetBounds_3=cast=Pen *
+
Gdip_GraphicsPath_GetLastPoint=flags=cpp
Gdip_GraphicsPath_GetLastPoint_0=cast=(GraphicsPath *)
Gdip_GraphicsPath_GetLastPoint_1=cast=(PointF *)
@@ -430,8 +436,12 @@ Gdip_PathGradientBrush_delete_0=
Gdip_PathGradientBrush_new=flags=new
Gdip_PathGradientBrush_new_0=cast=(GraphicsPath *)
+Gdip_Pen_SetBrush=flags=cpp
+Gdip_Pen_SetBrush_0=cast=(Pen *)
+Gdip_Pen_SetBrush_1=cast=Brush *
+
Gdip_Pen_SetDashPattern=flags=cpp
-Gdip_Pen_SetDashPattern_0=cast=Pen *
+Gdip_Pen_SetDashPattern_0=cast=(Pen *)
Gdip_Pen_SetDashPattern_1=cast=(REAL *)
Gdip_Pen_SetDashPattern_2=cast=int

Back to the top