Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Kumar Thondapu2011-12-05 21:56:46 +0000
committerBogdan Gheorghe2011-12-05 21:56:46 +0000
commite0e004ceb02d4870eb82258243938757bd2367dc (patch)
treef87c77ac799d303d3d0a77a9236d294cf9ceae96
parentb61c9beda825acba89ca1905bc4965e525ec779b (diff)
downloadeclipse.platform.ui-e0e004ceb02d4870eb82258243938757bd2367dc.tar.gz
eclipse.platform.ui-e0e004ceb02d4870eb82258243938757bd2367dc.tar.xz
eclipse.platform.ui-e0e004ceb02d4870eb82258243938757bd2367dc.zip
364593 - Memory leak in Table when changing cell background colors
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c6882
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c373
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h369
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java34690
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java32
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java5
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java33
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java5
8 files changed, 24250 insertions, 18139 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c
index 2f8f9fc3f11..43ba3b9742b 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c
@@ -19,55 +19,33 @@
#define OS_NATIVE(func) Java_org_eclipse_swt_internal_gtk_OS_##func
-#if (!defined(NO_Call__IIII) && !defined(JNI64)) || (!defined(NO_Call__JJII) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT jint JNICALL OS_NATIVE(Call__IIII)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3)
-#else
-JNIEXPORT jint JNICALL OS_NATIVE(Call__JJII)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3)
-#endif
+#ifndef NO_Call__IIII
+JNIEXPORT jint JNICALL OS_NATIVE(Call__IIII)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
jint rc = 0;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, Call__IIII_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, Call__JJII_FUNC);
-#endif
rc = (jint)((jint (*)())arg0)(arg1, arg2, arg3);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, Call__IIII_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, Call__JJII_FUNC);
-#endif
return rc;
}
#endif
-#if (!defined(NO_Call__IIIJ) && !defined(JNI64)) || (!defined(NO_Call__JJIJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT jlong JNICALL OS_NATIVE(Call__IIIJ)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jlong arg3)
-#else
-JNIEXPORT jlong JNICALL OS_NATIVE(Call__JJIJ)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jlong arg3)
-#endif
+#ifndef NO_Call__IIIJ
+JNIEXPORT jlong JNICALL OS_NATIVE(Call__IIIJ)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jlong arg3)
{
jlong rc = 0;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, Call__IIIJ_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, Call__JJIJ_FUNC);
-#endif
rc = (jlong)((jlong (*)())arg0)(arg1, arg2, arg3);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, Call__IIIJ_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, Call__JJIJ_FUNC);
-#endif
return rc;
}
#endif
#ifndef NO_GDK_1EVENT_1TYPE
JNIEXPORT jint JNICALL OS_NATIVE(GDK_1EVENT_1TYPE)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, GDK_1EVENT_1TYPE_FUNC);
@@ -78,12 +56,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(GDK_1EVENT_1TYPE)
#endif
#ifndef NO_GDK_1EVENT_1WINDOW
-JNIEXPORT jintLong JNICALL OS_NATIVE(GDK_1EVENT_1WINDOW)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(GDK_1EVENT_1WINDOW)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, GDK_1EVENT_1WINDOW_FUNC);
- rc = (jintLong)GDK_EVENT_WINDOW((GdkEventAny *)arg0);
+ rc = (jint)GDK_EVENT_WINDOW((GdkEventAny *)arg0);
OS_NATIVE_EXIT(env, that, GDK_1EVENT_1WINDOW_FUNC);
return rc;
}
@@ -114,12 +92,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(GPollFD_1sizeof)
#endif
#ifndef NO_GTK_1ACCEL_1LABEL_1GET_1ACCEL_1STRING
-JNIEXPORT jintLong JNICALL OS_NATIVE(GTK_1ACCEL_1LABEL_1GET_1ACCEL_1STRING)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(GTK_1ACCEL_1LABEL_1GET_1ACCEL_1STRING)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1ACCEL_1LABEL_1GET_1ACCEL_1STRING_FUNC);
- rc = (jintLong)GTK_ACCEL_LABEL_GET_ACCEL_STRING((GtkAccelLabel *)arg0);
+ rc = (jint)GTK_ACCEL_LABEL_GET_ACCEL_STRING((GtkAccelLabel *)arg0);
OS_NATIVE_EXIT(env, that, GTK_1ACCEL_1LABEL_1GET_1ACCEL_1STRING_FUNC);
return rc;
}
@@ -127,7 +105,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(GTK_1ACCEL_1LABEL_1GET_1ACCEL_1STRING)
#ifndef NO_GTK_1ACCEL_1LABEL_1SET_1ACCEL_1STRING
JNIEXPORT void JNICALL OS_NATIVE(GTK_1ACCEL_1LABEL_1SET_1ACCEL_1STRING)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, GTK_1ACCEL_1LABEL_1SET_1ACCEL_1STRING_FUNC);
GTK_ACCEL_LABEL_SET_ACCEL_STRING((GtkAccelLabel *)arg0, (gchar *)arg1);
@@ -136,12 +114,12 @@ JNIEXPORT void JNICALL OS_NATIVE(GTK_1ACCEL_1LABEL_1SET_1ACCEL_1STRING)
#endif
#ifndef NO_GTK_1ENTRY_1IM_1CONTEXT
-JNIEXPORT jintLong JNICALL OS_NATIVE(GTK_1ENTRY_1IM_1CONTEXT)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(GTK_1ENTRY_1IM_1CONTEXT)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1ENTRY_1IM_1CONTEXT_FUNC);
- rc = (jintLong)GTK_ENTRY_IM_CONTEXT((GtkEntry *)arg0);
+ rc = (jint)GTK_ENTRY_IM_CONTEXT((GtkEntry *)arg0);
OS_NATIVE_EXIT(env, that, GTK_1ENTRY_1IM_1CONTEXT_FUNC);
return rc;
}
@@ -149,7 +127,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(GTK_1ENTRY_1IM_1CONTEXT)
#ifndef NO_GTK_1RANGE_1HAS_1STEPPER_1A
JNIEXPORT jboolean JNICALL OS_NATIVE(GTK_1RANGE_1HAS_1STEPPER_1A)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1RANGE_1HAS_1STEPPER_1A_FUNC);
@@ -161,7 +139,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(GTK_1RANGE_1HAS_1STEPPER_1A)
#ifndef NO_GTK_1RANGE_1HAS_1STEPPER_1B
JNIEXPORT jboolean JNICALL OS_NATIVE(GTK_1RANGE_1HAS_1STEPPER_1B)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1RANGE_1HAS_1STEPPER_1B_FUNC);
@@ -173,7 +151,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(GTK_1RANGE_1HAS_1STEPPER_1B)
#ifndef NO_GTK_1RANGE_1HAS_1STEPPER_1C
JNIEXPORT jboolean JNICALL OS_NATIVE(GTK_1RANGE_1HAS_1STEPPER_1C)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1RANGE_1HAS_1STEPPER_1C_FUNC);
@@ -185,7 +163,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(GTK_1RANGE_1HAS_1STEPPER_1C)
#ifndef NO_GTK_1RANGE_1HAS_1STEPPER_1D
JNIEXPORT jboolean JNICALL OS_NATIVE(GTK_1RANGE_1HAS_1STEPPER_1D)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1RANGE_1HAS_1STEPPER_1D_FUNC);
@@ -197,7 +175,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(GTK_1RANGE_1HAS_1STEPPER_1D)
#ifndef NO_GTK_1RANGE_1SLIDER_1END
JNIEXPORT jint JNICALL OS_NATIVE(GTK_1RANGE_1SLIDER_1END)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1RANGE_1SLIDER_1END_FUNC);
@@ -209,7 +187,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(GTK_1RANGE_1SLIDER_1END)
#ifndef NO_GTK_1RANGE_1SLIDER_1START
JNIEXPORT jint JNICALL OS_NATIVE(GTK_1RANGE_1SLIDER_1START)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1RANGE_1SLIDER_1START_FUNC);
@@ -220,12 +198,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(GTK_1RANGE_1SLIDER_1START)
#endif
#ifndef NO_GTK_1SCROLLED_1WINDOW_1HSCROLLBAR
-JNIEXPORT jintLong JNICALL OS_NATIVE(GTK_1SCROLLED_1WINDOW_1HSCROLLBAR)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(GTK_1SCROLLED_1WINDOW_1HSCROLLBAR)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1SCROLLED_1WINDOW_1HSCROLLBAR_FUNC);
- rc = (jintLong)GTK_SCROLLED_WINDOW_HSCROLLBAR((GtkScrolledWindow *)arg0);
+ rc = (jint)GTK_SCROLLED_WINDOW_HSCROLLBAR((GtkScrolledWindow *)arg0);
OS_NATIVE_EXIT(env, that, GTK_1SCROLLED_1WINDOW_1HSCROLLBAR_FUNC);
return rc;
}
@@ -233,7 +211,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(GTK_1SCROLLED_1WINDOW_1HSCROLLBAR)
#ifndef NO_GTK_1SCROLLED_1WINDOW_1SCROLLBAR_1SPACING
JNIEXPORT jint JNICALL OS_NATIVE(GTK_1SCROLLED_1WINDOW_1SCROLLBAR_1SPACING)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1SCROLLED_1WINDOW_1SCROLLBAR_1SPACING_FUNC);
@@ -244,24 +222,24 @@ JNIEXPORT jint JNICALL OS_NATIVE(GTK_1SCROLLED_1WINDOW_1SCROLLBAR_1SPACING)
#endif
#ifndef NO_GTK_1SCROLLED_1WINDOW_1VSCROLLBAR
-JNIEXPORT jintLong JNICALL OS_NATIVE(GTK_1SCROLLED_1WINDOW_1VSCROLLBAR)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(GTK_1SCROLLED_1WINDOW_1VSCROLLBAR)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1SCROLLED_1WINDOW_1VSCROLLBAR_FUNC);
- rc = (jintLong)GTK_SCROLLED_WINDOW_VSCROLLBAR((GtkScrolledWindow *)arg0);
+ rc = (jint)GTK_SCROLLED_WINDOW_VSCROLLBAR((GtkScrolledWindow *)arg0);
OS_NATIVE_EXIT(env, that, GTK_1SCROLLED_1WINDOW_1VSCROLLBAR_FUNC);
return rc;
}
#endif
#ifndef NO_GTK_1TEXTVIEW_1IM_1CONTEXT
-JNIEXPORT jintLong JNICALL OS_NATIVE(GTK_1TEXTVIEW_1IM_1CONTEXT)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(GTK_1TEXTVIEW_1IM_1CONTEXT)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1TEXTVIEW_1IM_1CONTEXT_FUNC);
- rc = (jintLong)GTK_TEXTVIEW_IM_CONTEXT((GtkTextView *)arg0);
+ rc = (jint)GTK_TEXTVIEW_IM_CONTEXT((GtkTextView *)arg0);
OS_NATIVE_EXIT(env, that, GTK_1TEXTVIEW_1IM_1CONTEXT_FUNC);
return rc;
}
@@ -269,7 +247,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(GTK_1TEXTVIEW_1IM_1CONTEXT)
#ifndef NO_GTK_1TOOLTIPS_1SET_1ACTIVE
JNIEXPORT void JNICALL OS_NATIVE(GTK_1TOOLTIPS_1SET_1ACTIVE)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, GTK_1TOOLTIPS_1SET_1ACTIVE_FUNC);
GTK_TOOLTIPS_SET_ACTIVE((GtkTooltips *)arg0, (GtkTooltipsData *)arg1);
@@ -278,12 +256,12 @@ JNIEXPORT void JNICALL OS_NATIVE(GTK_1TOOLTIPS_1SET_1ACTIVE)
#endif
#ifndef NO_GTK_1TOOLTIPS_1TIP_1WINDOW
-JNIEXPORT jintLong JNICALL OS_NATIVE(GTK_1TOOLTIPS_1TIP_1WINDOW)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(GTK_1TOOLTIPS_1TIP_1WINDOW)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1TOOLTIPS_1TIP_1WINDOW_FUNC);
- rc = (jintLong)GTK_TOOLTIPS_TIP_WINDOW((GtkTooltips *)arg0);
+ rc = (jint)GTK_TOOLTIPS_TIP_WINDOW((GtkTooltips *)arg0);
OS_NATIVE_EXIT(env, that, GTK_1TOOLTIPS_1TIP_1WINDOW_FUNC);
return rc;
}
@@ -291,7 +269,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(GTK_1TOOLTIPS_1TIP_1WINDOW)
#ifndef NO_GTK_1WIDGET_1HEIGHT
JNIEXPORT jint JNICALL OS_NATIVE(GTK_1WIDGET_1HEIGHT)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1WIDGET_1HEIGHT_FUNC);
@@ -303,7 +281,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(GTK_1WIDGET_1HEIGHT)
#ifndef NO_GTK_1WIDGET_1REQUISITION_1HEIGHT
JNIEXPORT jint JNICALL OS_NATIVE(GTK_1WIDGET_1REQUISITION_1HEIGHT)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1WIDGET_1REQUISITION_1HEIGHT_FUNC);
@@ -315,7 +293,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(GTK_1WIDGET_1REQUISITION_1HEIGHT)
#ifndef NO_GTK_1WIDGET_1REQUISITION_1WIDTH
JNIEXPORT jint JNICALL OS_NATIVE(GTK_1WIDGET_1REQUISITION_1WIDTH)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1WIDGET_1REQUISITION_1WIDTH_FUNC);
@@ -327,7 +305,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(GTK_1WIDGET_1REQUISITION_1WIDTH)
#ifndef NO_GTK_1WIDGET_1SET_1HEIGHT
JNIEXPORT void JNICALL OS_NATIVE(GTK_1WIDGET_1SET_1HEIGHT)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, GTK_1WIDGET_1SET_1HEIGHT_FUNC);
GTK_WIDGET_SET_HEIGHT((GtkWidget *)arg0, arg1);
@@ -337,7 +315,7 @@ JNIEXPORT void JNICALL OS_NATIVE(GTK_1WIDGET_1SET_1HEIGHT)
#ifndef NO_GTK_1WIDGET_1SET_1WIDTH
JNIEXPORT void JNICALL OS_NATIVE(GTK_1WIDGET_1SET_1WIDTH)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, GTK_1WIDGET_1SET_1WIDTH_FUNC);
GTK_WIDGET_SET_WIDTH((GtkWidget *)arg0, arg1);
@@ -347,7 +325,7 @@ JNIEXPORT void JNICALL OS_NATIVE(GTK_1WIDGET_1SET_1WIDTH)
#ifndef NO_GTK_1WIDGET_1SET_1X
JNIEXPORT void JNICALL OS_NATIVE(GTK_1WIDGET_1SET_1X)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, GTK_1WIDGET_1SET_1X_FUNC);
GTK_WIDGET_SET_X((GtkWidget *)arg0, arg1);
@@ -357,7 +335,7 @@ JNIEXPORT void JNICALL OS_NATIVE(GTK_1WIDGET_1SET_1X)
#ifndef NO_GTK_1WIDGET_1SET_1Y
JNIEXPORT void JNICALL OS_NATIVE(GTK_1WIDGET_1SET_1Y)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, GTK_1WIDGET_1SET_1Y_FUNC);
GTK_WIDGET_SET_Y((GtkWidget *)arg0, arg1);
@@ -367,7 +345,7 @@ JNIEXPORT void JNICALL OS_NATIVE(GTK_1WIDGET_1SET_1Y)
#ifndef NO_GTK_1WIDGET_1WIDTH
JNIEXPORT jint JNICALL OS_NATIVE(GTK_1WIDGET_1WIDTH)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1WIDGET_1WIDTH_FUNC);
@@ -378,12 +356,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(GTK_1WIDGET_1WIDTH)
#endif
#ifndef NO_GTK_1WIDGET_1WINDOW
-JNIEXPORT jintLong JNICALL OS_NATIVE(GTK_1WIDGET_1WINDOW)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(GTK_1WIDGET_1WINDOW)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1WIDGET_1WINDOW_FUNC);
- rc = (jintLong)GTK_WIDGET_WINDOW((GtkWidget *)arg0);
+ rc = (jint)GTK_WIDGET_WINDOW((GtkWidget *)arg0);
OS_NATIVE_EXIT(env, that, GTK_1WIDGET_1WINDOW_FUNC);
return rc;
}
@@ -391,7 +369,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(GTK_1WIDGET_1WINDOW)
#ifndef NO_GTK_1WIDGET_1X
JNIEXPORT jint JNICALL OS_NATIVE(GTK_1WIDGET_1X)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1WIDGET_1X_FUNC);
@@ -403,7 +381,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(GTK_1WIDGET_1X)
#ifndef NO_GTK_1WIDGET_1Y
JNIEXPORT jint JNICALL OS_NATIVE(GTK_1WIDGET_1Y)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, GTK_1WIDGET_1Y_FUNC);
@@ -438,12 +416,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(GTypeQuery_1sizeof)
#endif
#ifndef NO_G_1OBJECT_1CLASS_1CONSTRUCTOR
-JNIEXPORT jintLong JNICALL OS_NATIVE(G_1OBJECT_1CLASS_1CONSTRUCTOR)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(G_1OBJECT_1CLASS_1CONSTRUCTOR)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, G_1OBJECT_1CLASS_1CONSTRUCTOR_FUNC);
- rc = (jintLong)G_OBJECT_CLASS_CONSTRUCTOR((GObjectClass *)arg0);
+ rc = (jint)G_OBJECT_CLASS_CONSTRUCTOR((GObjectClass *)arg0);
OS_NATIVE_EXIT(env, that, G_1OBJECT_1CLASS_1CONSTRUCTOR_FUNC);
return rc;
}
@@ -451,7 +429,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(G_1OBJECT_1CLASS_1CONSTRUCTOR)
#ifndef NO_G_1OBJECT_1CLASS_1SET_1CONSTRUCTOR
JNIEXPORT void JNICALL OS_NATIVE(G_1OBJECT_1CLASS_1SET_1CONSTRUCTOR)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, G_1OBJECT_1CLASS_1SET_1CONSTRUCTOR_FUNC);
G_OBJECT_CLASS_SET_CONSTRUCTOR((GObjectClass *)arg0, arg1);
@@ -460,72 +438,72 @@ JNIEXPORT void JNICALL OS_NATIVE(G_1OBJECT_1CLASS_1SET_1CONSTRUCTOR)
#endif
#ifndef NO_G_1TYPE_1BOOLEAN
-JNIEXPORT jintLong JNICALL OS_NATIVE(G_1TYPE_1BOOLEAN)
+JNIEXPORT jint JNICALL OS_NATIVE(G_1TYPE_1BOOLEAN)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, G_1TYPE_1BOOLEAN_FUNC);
- rc = (jintLong)G_TYPE_BOOLEAN;
+ rc = (jint)G_TYPE_BOOLEAN;
OS_NATIVE_EXIT(env, that, G_1TYPE_1BOOLEAN_FUNC);
return rc;
}
#endif
#ifndef NO_G_1TYPE_1DOUBLE
-JNIEXPORT jintLong JNICALL OS_NATIVE(G_1TYPE_1DOUBLE)
+JNIEXPORT jint JNICALL OS_NATIVE(G_1TYPE_1DOUBLE)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, G_1TYPE_1DOUBLE_FUNC);
- rc = (jintLong)G_TYPE_DOUBLE;
+ rc = (jint)G_TYPE_DOUBLE;
OS_NATIVE_EXIT(env, that, G_1TYPE_1DOUBLE_FUNC);
return rc;
}
#endif
#ifndef NO_G_1TYPE_1FLOAT
-JNIEXPORT jintLong JNICALL OS_NATIVE(G_1TYPE_1FLOAT)
+JNIEXPORT jint JNICALL OS_NATIVE(G_1TYPE_1FLOAT)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, G_1TYPE_1FLOAT_FUNC);
- rc = (jintLong)G_TYPE_FLOAT;
+ rc = (jint)G_TYPE_FLOAT;
OS_NATIVE_EXIT(env, that, G_1TYPE_1FLOAT_FUNC);
return rc;
}
#endif
#ifndef NO_G_1TYPE_1INT
-JNIEXPORT jintLong JNICALL OS_NATIVE(G_1TYPE_1INT)
+JNIEXPORT jint JNICALL OS_NATIVE(G_1TYPE_1INT)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, G_1TYPE_1INT_FUNC);
- rc = (jintLong)G_TYPE_INT;
+ rc = (jint)G_TYPE_INT;
OS_NATIVE_EXIT(env, that, G_1TYPE_1INT_FUNC);
return rc;
}
#endif
#ifndef NO_G_1TYPE_1INT64
-JNIEXPORT jintLong JNICALL OS_NATIVE(G_1TYPE_1INT64)
+JNIEXPORT jint JNICALL OS_NATIVE(G_1TYPE_1INT64)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, G_1TYPE_1INT64_FUNC);
- rc = (jintLong)G_TYPE_INT64;
+ rc = (jint)G_TYPE_INT64;
OS_NATIVE_EXIT(env, that, G_1TYPE_1INT64_FUNC);
return rc;
}
#endif
#ifndef NO_G_1VALUE_1TYPE
-JNIEXPORT jintLong JNICALL OS_NATIVE(G_1VALUE_1TYPE)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(G_1VALUE_1TYPE)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, G_1VALUE_1TYPE_FUNC);
- rc = (jintLong)G_VALUE_TYPE(arg0);
+ rc = (jint)G_VALUE_TYPE(arg0);
OS_NATIVE_EXIT(env, that, G_1VALUE_1TYPE_FUNC);
return rc;
}
@@ -1229,7 +1207,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(XWindowChanges_1sizeof)
#ifndef NO_X_1EVENT_1TYPE
JNIEXPORT jint JNICALL OS_NATIVE(X_1EVENT_1TYPE)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, X_1EVENT_1TYPE_FUNC);
@@ -1240,12 +1218,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(X_1EVENT_1TYPE)
#endif
#ifndef NO_X_1EVENT_1WINDOW
-JNIEXPORT jintLong JNICALL OS_NATIVE(X_1EVENT_1WINDOW)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(X_1EVENT_1WINDOW)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, X_1EVENT_1WINDOW_FUNC);
- rc = (jintLong)X_EVENT_WINDOW((XAnyEvent *)arg0);
+ rc = (jint)X_EVENT_WINDOW((XAnyEvent *)arg0);
OS_NATIVE_EXIT(env, that, X_1EVENT_1WINDOW_FUNC);
return rc;
}
@@ -1253,7 +1231,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(X_1EVENT_1WINDOW)
#ifndef NO__1Call
JNIEXPORT jint JNICALL OS_NATIVE(_1Call)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1Call_FUNC);
@@ -1265,7 +1243,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1Call)
#ifndef NO__1FcConfigAppFontAddFile
JNIEXPORT jboolean JNICALL OS_NATIVE(_1FcConfigAppFontAddFile)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
jboolean rc = 0;
@@ -1277,7 +1255,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1FcConfigAppFontAddFile)
{
OS_LOAD_FUNCTION(fp, FcConfigAppFontAddFile)
if (fp) {
- rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jintLong, jbyte *))fp)(arg0, lparg1);
+ rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jint, jbyte *))fp)(arg0, lparg1);
}
}
fail:
@@ -1288,60 +1266,60 @@ fail:
#endif
#ifndef NO__1GDK_1DISPLAY
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1GDK_1DISPLAY)
+JNIEXPORT jint JNICALL OS_NATIVE(_1GDK_1DISPLAY)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1GDK_1DISPLAY_FUNC);
- rc = (jintLong)GDK_DISPLAY();
+ rc = (jint)GDK_DISPLAY();
OS_NATIVE_EXIT(env, that, _1GDK_1DISPLAY_FUNC);
return rc;
}
#endif
#ifndef NO__1GDK_1PIXMAP_1XID
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1GDK_1PIXMAP_1XID)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1GDK_1PIXMAP_1XID)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1GDK_1PIXMAP_1XID_FUNC);
- rc = (jintLong)GDK_PIXMAP_XID((GdkPixmap *)arg0);
+ rc = (jint)GDK_PIXMAP_XID((GdkPixmap *)arg0);
OS_NATIVE_EXIT(env, that, _1GDK_1PIXMAP_1XID_FUNC);
return rc;
}
#endif
#ifndef NO__1GDK_1ROOT_1PARENT
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1GDK_1ROOT_1PARENT)
+JNIEXPORT jint JNICALL OS_NATIVE(_1GDK_1ROOT_1PARENT)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1GDK_1ROOT_1PARENT_FUNC);
- rc = (jintLong)GDK_ROOT_PARENT();
+ rc = (jint)GDK_ROOT_PARENT();
OS_NATIVE_EXIT(env, that, _1GDK_1ROOT_1PARENT_FUNC);
return rc;
}
#endif
#ifndef NO__1GDK_1TYPE_1COLOR
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1GDK_1TYPE_1COLOR)
+JNIEXPORT jint JNICALL OS_NATIVE(_1GDK_1TYPE_1COLOR)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1GDK_1TYPE_1COLOR_FUNC);
- rc = (jintLong)GDK_TYPE_COLOR;
+ rc = (jint)GDK_TYPE_COLOR;
OS_NATIVE_EXIT(env, that, _1GDK_1TYPE_1COLOR_FUNC);
return rc;
}
#endif
#ifndef NO__1GDK_1TYPE_1PIXBUF
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1GDK_1TYPE_1PIXBUF)
+JNIEXPORT jint JNICALL OS_NATIVE(_1GDK_1TYPE_1PIXBUF)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1GDK_1TYPE_1PIXBUF_FUNC);
- rc = (jintLong)GDK_TYPE_PIXBUF;
+ rc = (jint)GDK_TYPE_PIXBUF;
OS_NATIVE_EXIT(env, that, _1GDK_1TYPE_1PIXBUF_FUNC);
return rc;
}
@@ -1349,7 +1327,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1GDK_1TYPE_1PIXBUF)
#ifndef NO__1GString_1len
JNIEXPORT jint JNICALL OS_NATIVE(_1GString_1len)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1GString_1len_FUNC);
@@ -1360,12 +1338,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1GString_1len)
#endif
#ifndef NO__1GString_1str
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1GString_1str)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1GString_1str)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1GString_1str_FUNC);
- rc = (jintLong)((GString *)arg0)->str;
+ rc = (jint)((GString *)arg0)->str;
OS_NATIVE_EXIT(env, that, _1GString_1str_FUNC);
return rc;
}
@@ -1373,7 +1351,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1GString_1str)
#ifndef NO__1GTK_1IS_1ACCEL_1LABEL
JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1ACCEL_1LABEL)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1IS_1ACCEL_1LABEL_FUNC);
@@ -1385,7 +1363,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1ACCEL_1LABEL)
#ifndef NO__1GTK_1IS_1BUTTON
JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1BUTTON)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1IS_1BUTTON_FUNC);
@@ -1397,7 +1375,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1BUTTON)
#ifndef NO__1GTK_1IS_1CELL_1RENDERER_1PIXBUF
JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1CELL_1RENDERER_1PIXBUF)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1IS_1CELL_1RENDERER_1PIXBUF_FUNC);
@@ -1409,7 +1387,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1CELL_1RENDERER_1PIXBUF)
#ifndef NO__1GTK_1IS_1CELL_1RENDERER_1TEXT
JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1CELL_1RENDERER_1TEXT)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1IS_1CELL_1RENDERER_1TEXT_FUNC);
@@ -1421,7 +1399,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1CELL_1RENDERER_1TEXT)
#ifndef NO__1GTK_1IS_1CELL_1RENDERER_1TOGGLE
JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1CELL_1RENDERER_1TOGGLE)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1IS_1CELL_1RENDERER_1TOGGLE_FUNC);
@@ -1433,7 +1411,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1CELL_1RENDERER_1TOGGLE)
#ifndef NO__1GTK_1IS_1CONTAINER
JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1CONTAINER)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1IS_1CONTAINER_FUNC);
@@ -1445,7 +1423,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1CONTAINER)
#ifndef NO__1GTK_1IS_1IMAGE_1MENU_1ITEM
JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1IMAGE_1MENU_1ITEM)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1IS_1IMAGE_1MENU_1ITEM_FUNC);
@@ -1457,7 +1435,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1IMAGE_1MENU_1ITEM)
#ifndef NO__1GTK_1IS_1LABEL
JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1LABEL)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1IS_1LABEL_FUNC);
@@ -1469,7 +1447,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1LABEL)
#ifndef NO__1GTK_1IS_1MENU_1ITEM
JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1MENU_1ITEM)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1IS_1MENU_1ITEM_FUNC);
@@ -1481,7 +1459,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1MENU_1ITEM)
#ifndef NO__1GTK_1IS_1PLUG
JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1PLUG)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1IS_1PLUG_FUNC);
@@ -1493,7 +1471,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1PLUG)
#ifndef NO__1GTK_1IS_1SCROLLED_1WINDOW
JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1SCROLLED_1WINDOW)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1IS_1SCROLLED_1WINDOW_FUNC);
@@ -1505,7 +1483,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1SCROLLED_1WINDOW)
#ifndef NO__1GTK_1IS_1SOCKET
JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1SOCKET)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1IS_1SOCKET_FUNC);
@@ -1517,7 +1495,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1SOCKET)
#ifndef NO__1GTK_1IS_1WINDOW
JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1WINDOW)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1IS_1WINDOW_FUNC);
@@ -1528,96 +1506,96 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1IS_1WINDOW)
#endif
#ifndef NO__1GTK_1STOCK_1CANCEL
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1GTK_1STOCK_1CANCEL)
+JNIEXPORT jint JNICALL OS_NATIVE(_1GTK_1STOCK_1CANCEL)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1STOCK_1CANCEL_FUNC);
- rc = (jintLong)GTK_STOCK_CANCEL;
+ rc = (jint)GTK_STOCK_CANCEL;
OS_NATIVE_EXIT(env, that, _1GTK_1STOCK_1CANCEL_FUNC);
return rc;
}
#endif
#ifndef NO__1GTK_1STOCK_1OK
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1GTK_1STOCK_1OK)
+JNIEXPORT jint JNICALL OS_NATIVE(_1GTK_1STOCK_1OK)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1STOCK_1OK_FUNC);
- rc = (jintLong)GTK_STOCK_OK;
+ rc = (jint)GTK_STOCK_OK;
OS_NATIVE_EXIT(env, that, _1GTK_1STOCK_1OK_FUNC);
return rc;
}
#endif
#ifndef NO__1GTK_1TYPE_1CELL_1RENDERER_1PIXBUF
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1GTK_1TYPE_1CELL_1RENDERER_1PIXBUF)
+JNIEXPORT jint JNICALL OS_NATIVE(_1GTK_1TYPE_1CELL_1RENDERER_1PIXBUF)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1TYPE_1CELL_1RENDERER_1PIXBUF_FUNC);
- rc = (jintLong)GTK_TYPE_CELL_RENDERER_PIXBUF;
+ rc = (jint)GTK_TYPE_CELL_RENDERER_PIXBUF;
OS_NATIVE_EXIT(env, that, _1GTK_1TYPE_1CELL_1RENDERER_1PIXBUF_FUNC);
return rc;
}
#endif
#ifndef NO__1GTK_1TYPE_1CELL_1RENDERER_1TEXT
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1GTK_1TYPE_1CELL_1RENDERER_1TEXT)
+JNIEXPORT jint JNICALL OS_NATIVE(_1GTK_1TYPE_1CELL_1RENDERER_1TEXT)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1TYPE_1CELL_1RENDERER_1TEXT_FUNC);
- rc = (jintLong)GTK_TYPE_CELL_RENDERER_TEXT;
+ rc = (jint)GTK_TYPE_CELL_RENDERER_TEXT;
OS_NATIVE_EXIT(env, that, _1GTK_1TYPE_1CELL_1RENDERER_1TEXT_FUNC);
return rc;
}
#endif
#ifndef NO__1GTK_1TYPE_1CELL_1RENDERER_1TOGGLE
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1GTK_1TYPE_1CELL_1RENDERER_1TOGGLE)
+JNIEXPORT jint JNICALL OS_NATIVE(_1GTK_1TYPE_1CELL_1RENDERER_1TOGGLE)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1TYPE_1CELL_1RENDERER_1TOGGLE_FUNC);
- rc = (jintLong)GTK_TYPE_CELL_RENDERER_TOGGLE;
+ rc = (jint)GTK_TYPE_CELL_RENDERER_TOGGLE;
OS_NATIVE_EXIT(env, that, _1GTK_1TYPE_1CELL_1RENDERER_1TOGGLE_FUNC);
return rc;
}
#endif
#ifndef NO__1GTK_1TYPE_1FIXED
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1GTK_1TYPE_1FIXED)
+JNIEXPORT jint JNICALL OS_NATIVE(_1GTK_1TYPE_1FIXED)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1TYPE_1FIXED_FUNC);
- rc = (jintLong)GTK_TYPE_FIXED;
+ rc = (jint)GTK_TYPE_FIXED;
OS_NATIVE_EXIT(env, that, _1GTK_1TYPE_1FIXED_FUNC);
return rc;
}
#endif
#ifndef NO__1GTK_1TYPE_1MENU
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1GTK_1TYPE_1MENU)
+JNIEXPORT jint JNICALL OS_NATIVE(_1GTK_1TYPE_1MENU)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1TYPE_1MENU_FUNC);
- rc = (jintLong)GTK_TYPE_MENU;
+ rc = (jint)GTK_TYPE_MENU;
OS_NATIVE_EXIT(env, that, _1GTK_1TYPE_1MENU_FUNC);
return rc;
}
#endif
#ifndef NO__1GTK_1TYPE_1WIDGET
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1GTK_1TYPE_1WIDGET)
+JNIEXPORT jint JNICALL OS_NATIVE(_1GTK_1TYPE_1WIDGET)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1TYPE_1WIDGET_FUNC);
- rc = (jintLong)GTK_TYPE_WIDGET;
+ rc = (jint)GTK_TYPE_WIDGET;
OS_NATIVE_EXIT(env, that, _1GTK_1TYPE_1WIDGET_FUNC);
return rc;
}
@@ -1625,7 +1603,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1GTK_1TYPE_1WIDGET)
#ifndef NO__1GTK_1WIDGET_1FLAGS
JNIEXPORT jint JNICALL OS_NATIVE(_1GTK_1WIDGET_1FLAGS)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1WIDGET_1FLAGS_FUNC);
@@ -1637,7 +1615,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1GTK_1WIDGET_1FLAGS)
#ifndef NO__1GTK_1WIDGET_1HAS_1DEFAULT
JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1WIDGET_1HAS_1DEFAULT)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1WIDGET_1HAS_1DEFAULT_FUNC);
@@ -1649,7 +1627,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1WIDGET_1HAS_1DEFAULT)
#ifndef NO__1GTK_1WIDGET_1HAS_1FOCUS
JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1WIDGET_1HAS_1FOCUS)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1WIDGET_1HAS_1FOCUS_FUNC);
@@ -1661,7 +1639,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1WIDGET_1HAS_1FOCUS)
#ifndef NO__1GTK_1WIDGET_1MAPPED
JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1WIDGET_1MAPPED)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1WIDGET_1MAPPED_FUNC);
@@ -1673,7 +1651,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1WIDGET_1MAPPED)
#ifndef NO__1GTK_1WIDGET_1SENSITIVE
JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1WIDGET_1SENSITIVE)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1WIDGET_1SENSITIVE_FUNC);
@@ -1685,7 +1663,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1WIDGET_1SENSITIVE)
#ifndef NO__1GTK_1WIDGET_1SET_1FLAGS
JNIEXPORT void JNICALL OS_NATIVE(_1GTK_1WIDGET_1SET_1FLAGS)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1GTK_1WIDGET_1SET_1FLAGS_FUNC);
GTK_WIDGET_SET_FLAGS(arg0, arg1);
@@ -1695,7 +1673,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1GTK_1WIDGET_1SET_1FLAGS)
#ifndef NO__1GTK_1WIDGET_1STATE
JNIEXPORT jint JNICALL OS_NATIVE(_1GTK_1WIDGET_1STATE)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1WIDGET_1STATE_FUNC);
@@ -1707,7 +1685,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1GTK_1WIDGET_1STATE)
#ifndef NO__1GTK_1WIDGET_1UNSET_1FLAGS
JNIEXPORT void JNICALL OS_NATIVE(_1GTK_1WIDGET_1UNSET_1FLAGS)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1GTK_1WIDGET_1UNSET_1FLAGS_FUNC);
GTK_WIDGET_UNSET_FLAGS(arg0, arg1);
@@ -1717,7 +1695,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1GTK_1WIDGET_1UNSET_1FLAGS)
#ifndef NO__1GTK_1WIDGET_1VISIBLE
JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1WIDGET_1VISIBLE)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1GTK_1WIDGET_1VISIBLE_FUNC);
@@ -1728,48 +1706,48 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1GTK_1WIDGET_1VISIBLE)
#endif
#ifndef NO__1G_1OBJECT_1CLASS
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1G_1OBJECT_1CLASS)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1G_1OBJECT_1CLASS)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1G_1OBJECT_1CLASS_FUNC);
- rc = (jintLong)G_OBJECT_CLASS(arg0);
+ rc = (jint)G_OBJECT_CLASS(arg0);
OS_NATIVE_EXIT(env, that, _1G_1OBJECT_1CLASS_FUNC);
return rc;
}
#endif
#ifndef NO__1G_1OBJECT_1GET_1CLASS
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1G_1OBJECT_1GET_1CLASS)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1G_1OBJECT_1GET_1CLASS)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1G_1OBJECT_1GET_1CLASS_FUNC);
- rc = (jintLong)G_OBJECT_GET_CLASS(arg0);
+ rc = (jint)G_OBJECT_GET_CLASS(arg0);
OS_NATIVE_EXIT(env, that, _1G_1OBJECT_1GET_1CLASS_FUNC);
return rc;
}
#endif
#ifndef NO__1G_1OBJECT_1TYPE
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1G_1OBJECT_1TYPE)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1G_1OBJECT_1TYPE)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1G_1OBJECT_1TYPE_FUNC);
- rc = (jintLong)G_OBJECT_TYPE(arg0);
+ rc = (jint)G_OBJECT_TYPE(arg0);
OS_NATIVE_EXIT(env, that, _1G_1OBJECT_1TYPE_FUNC);
return rc;
}
#endif
#ifndef NO__1G_1OBJECT_1TYPE_1NAME
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1G_1OBJECT_1TYPE_1NAME)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1G_1OBJECT_1TYPE_1NAME)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1G_1OBJECT_1TYPE_1NAME_FUNC);
- rc = (jintLong)G_OBJECT_TYPE_NAME(arg0);
+ rc = (jint)G_OBJECT_TYPE_NAME(arg0);
OS_NATIVE_EXIT(env, that, _1G_1OBJECT_1TYPE_1NAME_FUNC);
return rc;
}
@@ -1777,7 +1755,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1G_1OBJECT_1TYPE_1NAME)
#ifndef NO__1G_1TYPE_1CHECK_1INSTANCE_1TYPE
JNIEXPORT jboolean JNICALL OS_NATIVE(_1G_1TYPE_1CHECK_1INSTANCE_1TYPE)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1G_1TYPE_1CHECK_1INSTANCE_1TYPE_FUNC);
@@ -1788,12 +1766,12 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1G_1TYPE_1CHECK_1INSTANCE_1TYPE)
#endif
#ifndef NO__1G_1TYPE_1STRING
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1G_1TYPE_1STRING)
+JNIEXPORT jint JNICALL OS_NATIVE(_1G_1TYPE_1STRING)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1G_1TYPE_1STRING_FUNC);
- rc = (jintLong)G_TYPE_STRING;
+ rc = (jint)G_TYPE_STRING;
OS_NATIVE_EXIT(env, that, _1G_1TYPE_1STRING_FUNC);
return rc;
}
@@ -1812,24 +1790,24 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1PANGO_1PIXELS)
#endif
#ifndef NO__1PANGO_1TYPE_1FONT_1DESCRIPTION
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1PANGO_1TYPE_1FONT_1DESCRIPTION)
+JNIEXPORT jint JNICALL OS_NATIVE(_1PANGO_1TYPE_1FONT_1DESCRIPTION)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1PANGO_1TYPE_1FONT_1DESCRIPTION_FUNC);
- rc = (jintLong)PANGO_TYPE_FONT_DESCRIPTION;
+ rc = (jint)PANGO_TYPE_FONT_DESCRIPTION;
OS_NATIVE_EXIT(env, that, _1PANGO_1TYPE_1FONT_1DESCRIPTION_FUNC);
return rc;
}
#endif
#ifndef NO__1PANGO_1TYPE_1LAYOUT
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1PANGO_1TYPE_1LAYOUT)
+JNIEXPORT jint JNICALL OS_NATIVE(_1PANGO_1TYPE_1LAYOUT)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1PANGO_1TYPE_1LAYOUT_FUNC);
- rc = (jintLong)PANGO_TYPE_LAYOUT;
+ rc = (jint)PANGO_TYPE_LAYOUT;
OS_NATIVE_EXIT(env, that, _1PANGO_1TYPE_1LAYOUT_FUNC);
return rc;
}
@@ -1837,7 +1815,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1PANGO_1TYPE_1LAYOUT)
#ifndef NO__1XCheckIfEvent
JNIEXPORT jboolean JNICALL OS_NATIVE(_1XCheckIfEvent)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jintLong arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1XCheckIfEvent_FUNC);
@@ -1849,7 +1827,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1XCheckIfEvent)
#ifndef NO__1XCheckMaskEvent
JNIEXPORT jboolean JNICALL OS_NATIVE(_1XCheckMaskEvent)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1XCheckMaskEvent_FUNC);
@@ -1861,7 +1839,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1XCheckMaskEvent)
#ifndef NO__1XCheckWindowEvent
JNIEXPORT jboolean JNICALL OS_NATIVE(_1XCheckWindowEvent)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jintLong arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1XCheckWindowEvent_FUNC);
@@ -1872,12 +1850,12 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1XCheckWindowEvent)
#endif
#ifndef NO__1XDefaultRootWindow
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1XDefaultRootWindow)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1XDefaultRootWindow)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XDefaultRootWindow_FUNC);
- rc = (jintLong)XDefaultRootWindow((Display *)arg0);
+ rc = (jint)XDefaultRootWindow((Display *)arg0);
OS_NATIVE_EXIT(env, that, _1XDefaultRootWindow_FUNC);
return rc;
}
@@ -1885,7 +1863,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1XDefaultRootWindow)
#ifndef NO__1XDefaultScreen
JNIEXPORT jint JNICALL OS_NATIVE(_1XDefaultScreen)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XDefaultScreen_FUNC);
@@ -1897,7 +1875,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1XDefaultScreen)
#ifndef NO__1XFlush
JNIEXPORT void JNICALL OS_NATIVE(_1XFlush)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1XFlush_FUNC);
XFlush((Display *)arg0);
@@ -1907,7 +1885,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1XFlush)
#ifndef NO__1XFree
JNIEXPORT void JNICALL OS_NATIVE(_1XFree)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1XFree_FUNC);
XFree((void *)arg0);
@@ -1916,54 +1894,54 @@ JNIEXPORT void JNICALL OS_NATIVE(_1XFree)
#endif
#ifndef NO__1XGetSelectionOwner
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1XGetSelectionOwner)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1XGetSelectionOwner)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XGetSelectionOwner_FUNC);
- rc = (jintLong)XGetSelectionOwner((Display *)arg0, (Atom)arg1);
+ rc = (jint)XGetSelectionOwner((Display *)arg0, (Atom)arg1);
OS_NATIVE_EXIT(env, that, _1XGetSelectionOwner_FUNC);
return rc;
}
#endif
#ifndef NO__1XGetWindowProperty
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1XGetWindowProperty)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jint arg3, jint arg4, jboolean arg5, jintLong arg6, jintLongArray arg7, jintArray arg8, jintArray arg9, jintArray arg10, jintLongArray arg11)
+JNIEXPORT jint JNICALL OS_NATIVE(_1XGetWindowProperty)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jboolean arg5, jint arg6, jintArray arg7, jintArray arg8, jintArray arg9, jintArray arg10, jintArray arg11)
{
- jintLong *lparg7=NULL;
+ jint *lparg7=NULL;
jint *lparg8=NULL;
jint *lparg9=NULL;
jint *lparg10=NULL;
- jintLong *lparg11=NULL;
- jintLong rc = 0;
+ jint *lparg11=NULL;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XGetWindowProperty_FUNC);
- if (arg7) if ((lparg7 = (*env)->GetIntLongArrayElements(env, arg7, NULL)) == NULL) goto fail;
+ if (arg7) if ((lparg7 = (*env)->GetIntArrayElements(env, arg7, NULL)) == NULL) goto fail;
if (arg8) if ((lparg8 = (*env)->GetIntArrayElements(env, arg8, NULL)) == NULL) goto fail;
if (arg9) if ((lparg9 = (*env)->GetIntArrayElements(env, arg9, NULL)) == NULL) goto fail;
if (arg10) if ((lparg10 = (*env)->GetIntArrayElements(env, arg10, NULL)) == NULL) goto fail;
- if (arg11) if ((lparg11 = (*env)->GetIntLongArrayElements(env, arg11, NULL)) == NULL) goto fail;
- rc = (jintLong)XGetWindowProperty((Display *)arg0, (Window)arg1, (Atom)arg2, arg3, arg4, arg5, (Atom)arg6, (Atom*)lparg7, (int *)lparg8, (unsigned long *)lparg9, (unsigned long *)lparg10, (unsigned char **)lparg11);
+ if (arg11) if ((lparg11 = (*env)->GetIntArrayElements(env, arg11, NULL)) == NULL) goto fail;
+ rc = (jint)XGetWindowProperty((Display *)arg0, (Window)arg1, (Atom)arg2, arg3, arg4, arg5, (Atom)arg6, (Atom*)lparg7, (int *)lparg8, (unsigned long *)lparg9, (unsigned long *)lparg10, (unsigned char **)lparg11);
fail:
- if (arg11 && lparg11) (*env)->ReleaseIntLongArrayElements(env, arg11, lparg11, 0);
+ if (arg11 && lparg11) (*env)->ReleaseIntArrayElements(env, arg11, lparg11, 0);
if (arg10 && lparg10) (*env)->ReleaseIntArrayElements(env, arg10, lparg10, 0);
if (arg9 && lparg9) (*env)->ReleaseIntArrayElements(env, arg9, lparg9, 0);
if (arg8 && lparg8) (*env)->ReleaseIntArrayElements(env, arg8, lparg8, 0);
- if (arg7 && lparg7) (*env)->ReleaseIntLongArrayElements(env, arg7, lparg7, 0);
+ if (arg7 && lparg7) (*env)->ReleaseIntArrayElements(env, arg7, lparg7, 0);
OS_NATIVE_EXIT(env, that, _1XGetWindowProperty_FUNC);
return rc;
}
#endif
#ifndef NO__1XInternAtom
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1XInternAtom)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jboolean arg2)
+JNIEXPORT jint JNICALL OS_NATIVE(_1XInternAtom)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jboolean arg2)
{
jbyte *lparg1=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XInternAtom_FUNC);
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
- rc = (jintLong)XInternAtom((Display *)arg0, (char *)lparg1, (Bool)arg2);
+ rc = (jint)XInternAtom((Display *)arg0, (char *)lparg1, (Bool)arg2);
fail:
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1XInternAtom_FUNC);
@@ -1973,7 +1951,7 @@ fail:
#ifndef NO__1XKeysymToKeycode
JNIEXPORT jint JNICALL OS_NATIVE(_1XKeysymToKeycode)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XKeysymToKeycode_FUNC);
@@ -1984,14 +1962,14 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1XKeysymToKeycode)
#endif
#ifndef NO__1XListProperties
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1XListProperties)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintArray arg2)
+JNIEXPORT jint JNICALL OS_NATIVE(_1XListProperties)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2)
{
jint *lparg2=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XListProperties_FUNC);
if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
- rc = (jintLong)XListProperties((Display *)arg0, (Window)arg1, (int *)lparg2);
+ rc = (jint)XListProperties((Display *)arg0, (Window)arg1, (int *)lparg2);
fail:
if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
OS_NATIVE_EXIT(env, that, _1XListProperties_FUNC);
@@ -2001,10 +1979,10 @@ fail:
#ifndef NO__1XQueryPointer
JNIEXPORT jint JNICALL OS_NATIVE(_1XQueryPointer)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLongArray arg2, jintLongArray arg3, jintArray arg4, jintArray arg5, jintArray arg6, jintArray arg7, jintArray arg8)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2, jintArray arg3, jintArray arg4, jintArray arg5, jintArray arg6, jintArray arg7, jintArray arg8)
{
- jintLong *lparg2=NULL;
- jintLong *lparg3=NULL;
+ jint *lparg2=NULL;
+ jint *lparg3=NULL;
jint *lparg4=NULL;
jint *lparg5=NULL;
jint *lparg6=NULL;
@@ -2012,8 +1990,8 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1XQueryPointer)
jint *lparg8=NULL;
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XQueryPointer_FUNC);
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
- if (arg3) if ((lparg3 = (*env)->GetIntLongArrayElements(env, arg3, NULL)) == NULL) goto fail;
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg3) if ((lparg3 = (*env)->GetIntArrayElements(env, arg3, NULL)) == NULL) goto fail;
if (arg4) if ((lparg4 = (*env)->GetIntArrayElements(env, arg4, NULL)) == NULL) goto fail;
if (arg5) if ((lparg5 = (*env)->GetIntArrayElements(env, arg5, NULL)) == NULL) goto fail;
if (arg6) if ((lparg6 = (*env)->GetIntArrayElements(env, arg6, NULL)) == NULL) goto fail;
@@ -2026,8 +2004,8 @@ fail:
if (arg6 && lparg6) (*env)->ReleaseIntArrayElements(env, arg6, lparg6, 0);
if (arg5 && lparg5) (*env)->ReleaseIntArrayElements(env, arg5, lparg5, 0);
if (arg4 && lparg4) (*env)->ReleaseIntArrayElements(env, arg4, lparg4, 0);
- if (arg3 && lparg3) (*env)->ReleaseIntLongArrayElements(env, arg3, lparg3, 0);
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
+ if (arg3 && lparg3) (*env)->ReleaseIntArrayElements(env, arg3, lparg3, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
OS_NATIVE_EXIT(env, that, _1XQueryPointer_FUNC);
return rc;
}
@@ -2035,24 +2013,24 @@ fail:
#ifndef NO__1XQueryTree
JNIEXPORT jint JNICALL OS_NATIVE(_1XQueryTree)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLongArray arg2, jintLongArray arg3, jintLongArray arg4, jintArray arg5)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2, jintArray arg3, jintArray arg4, jintArray arg5)
{
- jintLong *lparg2=NULL;
- jintLong *lparg3=NULL;
- jintLong *lparg4=NULL;
+ jint *lparg2=NULL;
+ jint *lparg3=NULL;
+ jint *lparg4=NULL;
jint *lparg5=NULL;
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XQueryTree_FUNC);
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
- if (arg3) if ((lparg3 = (*env)->GetIntLongArrayElements(env, arg3, NULL)) == NULL) goto fail;
- if (arg4) if ((lparg4 = (*env)->GetIntLongArrayElements(env, arg4, NULL)) == NULL) goto fail;
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg3) if ((lparg3 = (*env)->GetIntArrayElements(env, arg3, NULL)) == NULL) goto fail;
+ if (arg4) if ((lparg4 = (*env)->GetIntArrayElements(env, arg4, NULL)) == NULL) goto fail;
if (arg5) if ((lparg5 = (*env)->GetIntArrayElements(env, arg5, NULL)) == NULL) goto fail;
rc = (jint)XQueryTree((Display *)arg0, (Window)arg1, (Window *)lparg2, (Window *)lparg3, (Window **)lparg4, (unsigned int *)lparg5);
fail:
if (arg5 && lparg5) (*env)->ReleaseIntArrayElements(env, arg5, lparg5, 0);
- if (arg4 && lparg4) (*env)->ReleaseIntLongArrayElements(env, arg4, lparg4, 0);
- if (arg3 && lparg3) (*env)->ReleaseIntLongArrayElements(env, arg3, lparg3, 0);
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
+ if (arg4 && lparg4) (*env)->ReleaseIntArrayElements(env, arg4, lparg4, 0);
+ if (arg3 && lparg3) (*env)->ReleaseIntArrayElements(env, arg3, lparg3, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
OS_NATIVE_EXIT(env, that, _1XQueryTree_FUNC);
return rc;
}
@@ -2060,7 +2038,7 @@ fail:
#ifndef NO__1XReconfigureWMWindow
JNIEXPORT jint JNICALL OS_NATIVE(_1XReconfigureWMWindow)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jobject arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jobject arg4)
{
XWindowChanges _arg4, *lparg4=NULL;
jint rc = 0;
@@ -2075,7 +2053,7 @@ fail:
#ifndef NO__1XRenderComposite
JNIEXPORT void JNICALL OS_NATIVE(_1XRenderComposite)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jintLong arg2, jintLong arg3, jintLong arg4, jint arg5, jint arg6, jint arg7, jint arg8, jint arg9, jint arg10, jint arg11, jint arg12)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6, jint arg7, jint arg8, jint arg9, jint arg10, jint arg11, jint arg12)
{
OS_NATIVE_ENTER(env, that, _1XRenderComposite_FUNC);
/*
@@ -2084,7 +2062,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1XRenderComposite)
{
OS_LOAD_FUNCTION(fp, XRenderComposite)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jint, jintLong, jintLong, jintLong, jint, jint, jint, jint, jint, jint, jint, jint))fp)(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12);
+ ((void (CALLING_CONVENTION*)(jint, jint, jint, jint, jint, jint, jint, jint, jint, jint, jint, jint, jint))fp)(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12);
}
}
OS_NATIVE_EXIT(env, that, _1XRenderComposite_FUNC);
@@ -2092,20 +2070,20 @@ JNIEXPORT void JNICALL OS_NATIVE(_1XRenderComposite)
#endif
#ifndef NO__1XRenderCreatePicture
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1XRenderCreatePicture)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jintLong arg3, jobject arg4)
+JNIEXPORT jint JNICALL OS_NATIVE(_1XRenderCreatePicture)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jobject arg4)
{
XRenderPictureAttributes _arg4, *lparg4=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XRenderCreatePicture_FUNC);
if (arg4) if ((lparg4 = getXRenderPictureAttributesFields(env, arg4, &_arg4)) == NULL) goto fail;
/*
- rc = (jintLong)XRenderCreatePicture(arg0, arg1, arg2, arg3, lparg4);
+ rc = (jint)XRenderCreatePicture(arg0, arg1, arg2, arg3, lparg4);
*/
{
OS_LOAD_FUNCTION(fp, XRenderCreatePicture)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong, jintLong, jintLong, jintLong, XRenderPictureAttributes *))fp)(arg0, arg1, arg2, arg3, lparg4);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint, jint, jint, jint, XRenderPictureAttributes *))fp)(arg0, arg1, arg2, arg3, lparg4);
}
}
fail:
@@ -2115,18 +2093,18 @@ fail:
#endif
#ifndef NO__1XRenderFindStandardFormat
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1XRenderFindStandardFormat)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1XRenderFindStandardFormat)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XRenderFindStandardFormat_FUNC);
/*
- rc = (jintLong)XRenderFindStandardFormat(arg0, arg1);
+ rc = (jint)XRenderFindStandardFormat(arg0, arg1);
*/
{
OS_LOAD_FUNCTION(fp, XRenderFindStandardFormat)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1XRenderFindStandardFormat_FUNC);
@@ -2135,18 +2113,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1XRenderFindStandardFormat)
#endif
#ifndef NO__1XRenderFindVisualFormat
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1XRenderFindVisualFormat)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1XRenderFindVisualFormat)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XRenderFindVisualFormat_FUNC);
/*
- rc = (jintLong)XRenderFindVisualFormat(arg0, arg1);
+ rc = (jint)XRenderFindVisualFormat(arg0, arg1);
*/
{
OS_LOAD_FUNCTION(fp, XRenderFindVisualFormat)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong, jintLong))fp)(arg0, arg1);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1XRenderFindVisualFormat_FUNC);
@@ -2156,7 +2134,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1XRenderFindVisualFormat)
#ifndef NO__1XRenderFreePicture
JNIEXPORT void JNICALL OS_NATIVE(_1XRenderFreePicture)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1XRenderFreePicture_FUNC);
/*
@@ -2165,7 +2143,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1XRenderFreePicture)
{
OS_LOAD_FUNCTION(fp, XRenderFreePicture)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1XRenderFreePicture_FUNC);
@@ -2174,7 +2152,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1XRenderFreePicture)
#ifndef NO__1XRenderQueryExtension
JNIEXPORT jboolean JNICALL OS_NATIVE(_1XRenderQueryExtension)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1, jintArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
jint *lparg1=NULL;
jint *lparg2=NULL;
@@ -2188,7 +2166,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1XRenderQueryExtension)
{
OS_LOAD_FUNCTION(fp, XRenderQueryExtension)
if (fp) {
- rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jintLong, jint *, jint *))fp)(arg0, lparg1, lparg2);
+ rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jint, jint *, jint *))fp)(arg0, lparg1, lparg2);
}
}
fail:
@@ -2201,7 +2179,7 @@ fail:
#ifndef NO__1XRenderQueryVersion
JNIEXPORT jint JNICALL OS_NATIVE(_1XRenderQueryVersion)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1, jintArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
jint *lparg1=NULL;
jint *lparg2=NULL;
@@ -2215,7 +2193,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1XRenderQueryVersion)
{
OS_LOAD_FUNCTION(fp, XRenderQueryVersion)
if (fp) {
- rc = (jint)((jint (CALLING_CONVENTION*)(jintLong, jint *, jint *))fp)(arg0, lparg1, lparg2);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint, jint *, jint *))fp)(arg0, lparg1, lparg2);
}
}
fail:
@@ -2228,7 +2206,7 @@ fail:
#ifndef NO__1XRenderSetPictureClipRectangles
JNIEXPORT void JNICALL OS_NATIVE(_1XRenderSetPictureClipRectangles)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jshortArray arg4, jint arg5)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jshortArray arg4, jint arg5)
{
jshort *lparg4=NULL;
OS_NATIVE_ENTER(env, that, _1XRenderSetPictureClipRectangles_FUNC);
@@ -2239,7 +2217,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1XRenderSetPictureClipRectangles)
{
OS_LOAD_FUNCTION(fp, XRenderSetPictureClipRectangles)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong, jint, jint, jshort *, jint))fp)(arg0, arg1, arg2, arg3, lparg4, arg5);
+ ((void (CALLING_CONVENTION*)(jint, jint, jint, jint, jshort *, jint))fp)(arg0, arg1, arg2, arg3, lparg4, arg5);
}
}
fail:
@@ -2250,7 +2228,7 @@ fail:
#ifndef NO__1XRenderSetPictureTransform
JNIEXPORT void JNICALL OS_NATIVE(_1XRenderSetPictureTransform)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2)
{
jint *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1XRenderSetPictureTransform_FUNC);
@@ -2261,7 +2239,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1XRenderSetPictureTransform)
{
OS_LOAD_FUNCTION(fp, XRenderSetPictureTransform)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong, jint *))fp)(arg0, arg1, lparg2);
+ ((void (CALLING_CONVENTION*)(jint, jint, jint *))fp)(arg0, arg1, lparg2);
}
}
fail:
@@ -2272,7 +2250,7 @@ fail:
#ifndef NO__1XSendEvent
JNIEXPORT jint JNICALL OS_NATIVE(_1XSendEvent)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jboolean arg2, jintLong arg3, jintLong arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jboolean arg2, jint arg3, jint arg4)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XSendEvent_FUNC);
@@ -2283,24 +2261,24 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1XSendEvent)
#endif
#ifndef NO__1XSetErrorHandler
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1XSetErrorHandler)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1XSetErrorHandler)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XSetErrorHandler_FUNC);
- rc = (jintLong)XSetErrorHandler((XErrorHandler)arg0);
+ rc = (jint)XSetErrorHandler((XErrorHandler)arg0);
OS_NATIVE_EXIT(env, that, _1XSetErrorHandler_FUNC);
return rc;
}
#endif
#ifndef NO__1XSetIOErrorHandler
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1XSetIOErrorHandler)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1XSetIOErrorHandler)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XSetIOErrorHandler_FUNC);
- rc = (jintLong)XSetIOErrorHandler((XIOErrorHandler)arg0);
+ rc = (jint)XSetIOErrorHandler((XIOErrorHandler)arg0);
OS_NATIVE_EXIT(env, that, _1XSetIOErrorHandler_FUNC);
return rc;
}
@@ -2308,7 +2286,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1XSetIOErrorHandler)
#ifndef NO__1XSetInputFocus
JNIEXPORT jint JNICALL OS_NATIVE(_1XSetInputFocus)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XSetInputFocus_FUNC);
@@ -2319,12 +2297,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1XSetInputFocus)
#endif
#ifndef NO__1XSetSelectionOwner
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1XSetSelectionOwner)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jint arg3)
+JNIEXPORT jint JNICALL OS_NATIVE(_1XSetSelectionOwner)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XSetSelectionOwner_FUNC);
- rc = (jintLong)XSetSelectionOwner((Display *)arg0, (Atom)arg1, arg2, (Time)arg3);
+ rc = (jint)XSetSelectionOwner((Display *)arg0, (Atom)arg1, arg2, (Time)arg3);
OS_NATIVE_EXIT(env, that, _1XSetSelectionOwner_FUNC);
return rc;
}
@@ -2332,7 +2310,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1XSetSelectionOwner)
#ifndef NO__1XSetTransientForHint
JNIEXPORT jint JNICALL OS_NATIVE(_1XSetTransientForHint)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XSetTransientForHint_FUNC);
@@ -2343,12 +2321,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1XSetTransientForHint)
#endif
#ifndef NO__1XSynchronize
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1XSynchronize)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1XSynchronize)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XSynchronize_FUNC);
- rc = (jintLong)XSynchronize((Display *)arg0, arg1);
+ rc = (jint)XSynchronize((Display *)arg0, arg1);
OS_NATIVE_EXIT(env, that, _1XSynchronize_FUNC);
return rc;
}
@@ -2356,7 +2334,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1XSynchronize)
#ifndef NO__1XTestFakeButtonEvent
JNIEXPORT void JNICALL OS_NATIVE(_1XTestFakeButtonEvent)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jboolean arg2, jintLong arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jboolean arg2, jint arg3)
{
OS_NATIVE_ENTER(env, that, _1XTestFakeButtonEvent_FUNC);
XTestFakeButtonEvent((Display *)arg0, arg1, (Bool)arg2, (unsigned long)arg3);
@@ -2366,7 +2344,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1XTestFakeButtonEvent)
#ifndef NO__1XTestFakeKeyEvent
JNIEXPORT void JNICALL OS_NATIVE(_1XTestFakeKeyEvent)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jboolean arg2, jintLong arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jboolean arg2, jint arg3)
{
OS_NATIVE_ENTER(env, that, _1XTestFakeKeyEvent_FUNC);
XTestFakeKeyEvent((Display *)arg0, arg1, (Bool)arg2, (unsigned long)arg3);
@@ -2376,7 +2354,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1XTestFakeKeyEvent)
#ifndef NO__1XTestFakeMotionEvent
JNIEXPORT void JNICALL OS_NATIVE(_1XTestFakeMotionEvent)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jint arg3, jintLong arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4)
{
OS_NATIVE_ENTER(env, that, _1XTestFakeMotionEvent_FUNC);
XTestFakeMotionEvent((Display *)arg0, arg1, arg2, arg3, (unsigned long)arg4);
@@ -2386,7 +2364,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1XTestFakeMotionEvent)
#ifndef NO__1XWarpPointer
JNIEXPORT jint JNICALL OS_NATIVE(_1XWarpPointer)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jint arg3, jint arg4, jint arg5, jint arg6, jint arg7, jint arg8)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6, jint arg7, jint arg8)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1XWarpPointer_FUNC);
@@ -2414,7 +2392,7 @@ fail:
#ifndef NO__1atk_1object_1add_1relationship
JNIEXPORT jboolean JNICALL OS_NATIVE(_1atk_1object_1add_1relationship)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1atk_1object_1add_1relationship_FUNC);
@@ -2434,7 +2412,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1atk_1object_1add_1relationship)
#ifndef NO__1atk_1object_1remove_1relationship
JNIEXPORT jboolean JNICALL OS_NATIVE(_1atk_1object_1remove_1relationship)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1atk_1object_1remove_1relationship_FUNC);
@@ -2453,12 +2431,12 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1atk_1object_1remove_1relationship)
#endif
#ifndef NO__1call
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1call)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jintLong arg3, jintLong arg4, jintLong arg5, jintLong arg6, jintLong arg7)
+JNIEXPORT jint JNICALL OS_NATIVE(_1call)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6, jint arg7)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1call_FUNC);
- rc = (jintLong)((jintLong (*)())arg0)(arg1, arg2, arg3, arg4, arg5, arg6, arg7);
+ rc = (jint)((jint (*)())arg0)(arg1, arg2, arg3, arg4, arg5, arg6, arg7);
OS_NATIVE_EXIT(env, that, _1call_FUNC);
return rc;
}
@@ -2466,7 +2444,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1call)
#ifndef NO__1dlclose
JNIEXPORT jint JNICALL OS_NATIVE(_1dlclose)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1dlclose_FUNC);
@@ -2477,14 +2455,14 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1dlclose)
#endif
#ifndef NO__1dlopen
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1dlopen)
+JNIEXPORT jint JNICALL OS_NATIVE(_1dlopen)
(JNIEnv *env, jclass that, jbyteArray arg0, jint arg1)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1dlopen_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
- rc = (jintLong)dlopen((const char *)lparg0, arg1);
+ rc = (jint)dlopen((const char *)lparg0, arg1);
fail:
if (arg0 && lparg0) (*env)->ReleaseByteArrayElements(env, arg0, lparg0, 0);
OS_NATIVE_EXIT(env, that, _1dlopen_FUNC);
@@ -2493,14 +2471,14 @@ fail:
#endif
#ifndef NO__1dlsym
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1dlsym)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1dlsym)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1dlsym_FUNC);
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
- rc = (jintLong)dlsym((void *)arg0, (const char *)lparg1);
+ rc = (jint)dlsym((void *)arg0, (const char *)lparg1);
fail:
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1dlsym_FUNC);
@@ -2509,22 +2487,22 @@ fail:
#endif
#ifndef NO__1g_1app_1info_1create_1from_1commandline
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1app_1info_1create_1from_1commandline)
- (JNIEnv *env, jclass that, jbyteArray arg0, jbyteArray arg1, jintLong arg2, jintLong arg3)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1app_1info_1create_1from_1commandline)
+ (JNIEnv *env, jclass that, jbyteArray arg0, jbyteArray arg1, jint arg2, jint arg3)
{
jbyte *lparg0=NULL;
jbyte *lparg1=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1app_1info_1create_1from_1commandline_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)g_app_info_create_from_commandline(lparg0, lparg1, arg2, arg3);
+ rc = (jint)g_app_info_create_from_commandline(lparg0, lparg1, arg2, arg3);
*/
{
OS_LOAD_FUNCTION(fp, g_app_info_create_from_commandline)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jbyte *, jbyte *, jintLong, jintLong))fp)(lparg0, lparg1, arg2, arg3);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jbyte *, jbyte *, jint, jint))fp)(lparg0, lparg1, arg2, arg3);
}
}
fail:
@@ -2536,18 +2514,18 @@ fail:
#endif
#ifndef NO__1g_1app_1info_1get_1all
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1app_1info_1get_1all)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1app_1info_1get_1all)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1app_1info_1get_1all_FUNC);
/*
- rc = (jintLong)g_app_info_get_all();
+ rc = (jint)g_app_info_get_all();
*/
{
OS_LOAD_FUNCTION(fp, g_app_info_get_all)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)())fp)();
+ rc = (jint)((jint (CALLING_CONVENTION*)())fp)();
}
}
OS_NATIVE_EXIT(env, that, _1g_1app_1info_1get_1all_FUNC);
@@ -2556,20 +2534,20 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1app_1info_1get_1all)
#endif
#ifndef NO__1g_1app_1info_1get_1default_1for_1type
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1app_1info_1get_1default_1for_1type)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1app_1info_1get_1default_1for_1type)
(JNIEnv *env, jclass that, jbyteArray arg0, jboolean arg1)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1app_1info_1get_1default_1for_1type_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)g_app_info_get_default_for_type(lparg0, arg1);
+ rc = (jint)g_app_info_get_default_for_type(lparg0, arg1);
*/
{
OS_LOAD_FUNCTION(fp, g_app_info_get_default_for_type)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jbyte *, jboolean))fp)(lparg0, arg1);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jbyte *, jboolean))fp)(lparg0, arg1);
}
}
fail:
@@ -2580,18 +2558,18 @@ fail:
#endif
#ifndef NO__1g_1app_1info_1get_1executable
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1app_1info_1get_1executable)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1app_1info_1get_1executable)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1app_1info_1get_1executable_FUNC);
/*
- rc = (jintLong)g_app_info_get_executable(arg0);
+ rc = (jint)g_app_info_get_executable(arg0);
*/
{
OS_LOAD_FUNCTION(fp, g_app_info_get_executable)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1g_1app_1info_1get_1executable_FUNC);
@@ -2600,18 +2578,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1app_1info_1get_1executable)
#endif
#ifndef NO__1g_1app_1info_1get_1icon
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1app_1info_1get_1icon)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1app_1info_1get_1icon)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1app_1info_1get_1icon_FUNC);
/*
- rc = (jintLong)g_app_info_get_icon(arg0);
+ rc = (jint)g_app_info_get_icon(arg0);
*/
{
OS_LOAD_FUNCTION(fp, g_app_info_get_icon)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1g_1app_1info_1get_1icon_FUNC);
@@ -2620,18 +2598,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1app_1info_1get_1icon)
#endif
#ifndef NO__1g_1app_1info_1get_1id
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1app_1info_1get_1id)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1app_1info_1get_1id)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1app_1info_1get_1id_FUNC);
/*
- rc = (jintLong)g_app_info_get_id(arg0);
+ rc = (jint)g_app_info_get_id(arg0);
*/
{
OS_LOAD_FUNCTION(fp, g_app_info_get_id)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1g_1app_1info_1get_1id_FUNC);
@@ -2640,18 +2618,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1app_1info_1get_1id)
#endif
#ifndef NO__1g_1app_1info_1get_1name
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1app_1info_1get_1name)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1app_1info_1get_1name)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1app_1info_1get_1name_FUNC);
/*
- rc = (jintLong)g_app_info_get_name(arg0);
+ rc = (jint)g_app_info_get_name(arg0);
*/
{
OS_LOAD_FUNCTION(fp, g_app_info_get_name)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1g_1app_1info_1get_1name_FUNC);
@@ -2661,7 +2639,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1app_1info_1get_1name)
#ifndef NO__1g_1app_1info_1launch
JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1app_1info_1launch)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jintLong arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1app_1info_1launch_FUNC);
@@ -2671,7 +2649,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1app_1info_1launch)
{
OS_LOAD_FUNCTION(fp, g_app_info_launch)
if (fp) {
- rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jintLong, jintLong, jintLong, jintLong))fp)(arg0, arg1, arg2, arg3);
+ rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jint, jint, jint, jint))fp)(arg0, arg1, arg2, arg3);
}
}
OS_NATIVE_EXIT(env, that, _1g_1app_1info_1launch_FUNC);
@@ -2681,7 +2659,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1app_1info_1launch)
#ifndef NO__1g_1app_1info_1launch_1default_1for_1uri
JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1app_1info_1launch_1default_1for_1uri)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1app_1info_1launch_1default_1for_1uri_FUNC);
@@ -2691,7 +2669,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1app_1info_1launch_1default_1for_1uri)
{
OS_LOAD_FUNCTION(fp, g_app_info_launch_default_for_uri)
if (fp) {
- rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jintLong, jintLong, jintLong))fp)(arg0, arg1, arg2);
+ rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jint, jint, jint))fp)(arg0, arg1, arg2);
}
}
OS_NATIVE_EXIT(env, that, _1g_1app_1info_1launch_1default_1for_1uri_FUNC);
@@ -2701,7 +2679,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1app_1info_1launch_1default_1for_1uri)
#ifndef NO__1g_1app_1info_1should_1show
JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1app_1info_1should_1show)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1app_1info_1should_1show_FUNC);
@@ -2711,7 +2689,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1app_1info_1should_1show)
{
OS_LOAD_FUNCTION(fp, g_app_info_should_show)
if (fp) {
- rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1g_1app_1info_1should_1show_FUNC);
@@ -2721,7 +2699,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1app_1info_1should_1show)
#ifndef NO__1g_1app_1info_1supports_1uris
JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1app_1info_1supports_1uris)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1app_1info_1supports_1uris_FUNC);
@@ -2731,7 +2709,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1app_1info_1supports_1uris)
{
OS_LOAD_FUNCTION(fp, g_app_info_supports_uris)
if (fp) {
- rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1g_1app_1info_1supports_1uris_FUNC);
@@ -2740,24 +2718,24 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1app_1info_1supports_1uris)
#endif
#ifndef NO__1g_1cclosure_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1cclosure_1new)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1cclosure_1new)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1cclosure_1new_FUNC);
- rc = (jintLong)g_cclosure_new((GCallback)arg0, (gpointer)arg1, (GClosureNotify)arg2);
+ rc = (jint)g_cclosure_new((GCallback)arg0, (gpointer)arg1, (GClosureNotify)arg2);
OS_NATIVE_EXIT(env, that, _1g_1cclosure_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1closure_1ref
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1closure_1ref)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1closure_1ref)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1closure_1ref_FUNC);
- rc = (jintLong)g_closure_ref((GClosure *)arg0);
+ rc = (jint)g_closure_ref((GClosure *)arg0);
OS_NATIVE_EXIT(env, that, _1g_1closure_1ref_FUNC);
return rc;
}
@@ -2765,7 +2743,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1closure_1ref)
#ifndef NO__1g_1closure_1unref
JNIEXPORT void JNICALL OS_NATIVE(_1g_1closure_1unref)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1g_1closure_1unref_FUNC);
g_closure_unref((GClosure *)arg0);
@@ -2775,7 +2753,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1g_1closure_1unref)
#ifndef NO__1g_1content_1type_1equals
JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1content_1type_1equals)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
jboolean rc = 0;
@@ -2787,7 +2765,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1content_1type_1equals)
{
OS_LOAD_FUNCTION(fp, g_content_type_equals)
if (fp) {
- rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jintLong, jbyte *))fp)(arg0, lparg1);
+ rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jint, jbyte *))fp)(arg0, lparg1);
}
}
fail:
@@ -2798,20 +2776,20 @@ fail:
#endif
#ifndef NO__1g_1content_1type_1get_1mime_1type
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1content_1type_1get_1mime_1type)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1content_1type_1get_1mime_1type)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1content_1type_1get_1mime_1type_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)g_content_type_get_mime_type(lparg0);
+ rc = (jint)g_content_type_get_mime_type(lparg0);
*/
{
OS_LOAD_FUNCTION(fp, g_content_type_get_mime_type)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jbyte *))fp)(lparg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jbyte *))fp)(lparg0);
}
}
fail:
@@ -2823,7 +2801,7 @@ fail:
#ifndef NO__1g_1content_1type_1is_1a
JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1content_1type_1is_1a)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
jboolean rc = 0;
@@ -2835,7 +2813,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1content_1type_1is_1a)
{
OS_LOAD_FUNCTION(fp, g_content_type_is_a)
if (fp) {
- rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jintLong, jbyte *))fp)(arg0, lparg1);
+ rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jint, jbyte *))fp)(arg0, lparg1);
}
}
fail:
@@ -2846,18 +2824,18 @@ fail:
#endif
#ifndef NO__1g_1content_1types_1get_1registered
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1content_1types_1get_1registered)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1content_1types_1get_1registered)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1content_1types_1get_1registered_FUNC);
/*
- rc = (jintLong)g_content_types_get_registered();
+ rc = (jint)g_content_types_get_registered();
*/
{
OS_LOAD_FUNCTION(fp, g_content_types_get_registered)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)())fp)();
+ rc = (jint)((jint (CALLING_CONVENTION*)())fp)();
}
}
OS_NATIVE_EXIT(env, that, _1g_1content_1types_1get_1registered_FUNC);
@@ -2866,18 +2844,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1content_1types_1get_1registered)
#endif
#ifndef NO__1g_1data_1input_1stream_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1data_1input_1stream_1new)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1data_1input_1stream_1new)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1data_1input_1stream_1new_FUNC);
/*
- rc = (jintLong)g_data_input_stream_new(arg0);
+ rc = (jint)g_data_input_stream_new(arg0);
*/
{
OS_LOAD_FUNCTION(fp, g_data_input_stream_new)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1g_1data_1input_1stream_1new_FUNC);
@@ -2886,20 +2864,20 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1data_1input_1stream_1new)
#endif
#ifndef NO__1g_1data_1input_1stream_1read_1line
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1data_1input_1stream_1read_1line)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1, jintLong arg2, jintLong arg3)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1data_1input_1stream_1read_1line)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jint arg2, jint arg3)
{
jint *lparg1=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1data_1input_1stream_1read_1line_FUNC);
if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)g_data_input_stream_read_line(arg0, lparg1, arg2, arg3);
+ rc = (jint)g_data_input_stream_read_line(arg0, lparg1, arg2, arg3);
*/
{
OS_LOAD_FUNCTION(fp, g_data_input_stream_read_line)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong, jint *, jintLong, jintLong))fp)(arg0, lparg1, arg2, arg3);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint, jint *, jint, jint))fp)(arg0, lparg1, arg2, arg3);
}
}
fail:
@@ -2910,20 +2888,20 @@ fail:
#endif
#ifndef NO__1g_1desktop_1app_1info_1new_1from_1filename
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1desktop_1app_1info_1new_1from_1filename)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1desktop_1app_1info_1new_1from_1filename)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1desktop_1app_1info_1new_1from_1filename_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)g_desktop_app_info_new_from_filename(lparg0);
+ rc = (jint)g_desktop_app_info_new_from_filename(lparg0);
*/
{
OS_LOAD_FUNCTION(fp, g_desktop_app_info_new_from_filename)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jbyte *))fp)(lparg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jbyte *))fp)(lparg0);
}
}
fail:
@@ -2934,18 +2912,18 @@ fail:
#endif
#ifndef NO__1g_1file_1get_1path
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1file_1get_1path)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1file_1get_1path)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1file_1get_1path_FUNC);
/*
- rc = (jintLong)g_file_get_path(arg0);
+ rc = (jint)g_file_get_path(arg0);
*/
{
OS_LOAD_FUNCTION(fp, g_file_get_path)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1g_1file_1get_1path_FUNC);
@@ -2954,18 +2932,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1file_1get_1path)
#endif
#ifndef NO__1g_1file_1get_1uri
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1file_1get_1uri)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1file_1get_1uri)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1file_1get_1uri_FUNC);
/*
- rc = (jintLong)g_file_get_uri(arg0);
+ rc = (jint)g_file_get_uri(arg0);
*/
{
OS_LOAD_FUNCTION(fp, g_file_get_uri)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1g_1file_1get_1uri_FUNC);
@@ -2974,18 +2952,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1file_1get_1uri)
#endif
#ifndef NO__1g_1file_1icon_1get_1file
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1file_1icon_1get_1file)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1file_1icon_1get_1file)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1file_1icon_1get_1file_FUNC);
/*
- rc = (jintLong)g_file_icon_get_file(arg0);
+ rc = (jint)g_file_icon_get_file(arg0);
*/
{
OS_LOAD_FUNCTION(fp, g_file_icon_get_file)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1g_1file_1icon_1get_1file_FUNC);
@@ -2994,18 +2972,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1file_1icon_1get_1file)
#endif
#ifndef NO__1g_1file_1info_1get_1content_1type
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1file_1info_1get_1content_1type)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1file_1info_1get_1content_1type)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1file_1info_1get_1content_1type_FUNC);
/*
- rc = (jintLong)g_file_info_get_content_type(arg0);
+ rc = (jint)g_file_info_get_content_type(arg0);
*/
{
OS_LOAD_FUNCTION(fp, g_file_info_get_content_type)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1g_1file_1info_1get_1content_1type_FUNC);
@@ -3015,41 +2993,41 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1file_1info_1get_1content_1type)
#ifndef NO__1g_1file_1info_1get_1modification_1time
JNIEXPORT void JNICALL OS_NATIVE(_1g_1file_1info_1get_1modification_1time)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1)
{
- jintLong *lparg1=NULL;
+ jint *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1g_1file_1info_1get_1modification_1time_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
/*
g_file_info_get_modification_time(arg0, lparg1);
*/
{
OS_LOAD_FUNCTION(fp, g_file_info_get_modification_time)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong *))fp)(arg0, lparg1);
+ ((void (CALLING_CONVENTION*)(jint, jint *))fp)(arg0, lparg1);
}
}
fail:
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1g_1file_1info_1get_1modification_1time_FUNC);
}
#endif
#ifndef NO__1g_1file_1new_1for_1commandline_1arg
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1file_1new_1for_1commandline_1arg)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1file_1new_1for_1commandline_1arg)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1file_1new_1for_1commandline_1arg_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)g_file_new_for_commandline_arg(lparg0);
+ rc = (jint)g_file_new_for_commandline_arg(lparg0);
*/
{
OS_LOAD_FUNCTION(fp, g_file_new_for_commandline_arg)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jbyte *))fp)(lparg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jbyte *))fp)(lparg0);
}
}
fail:
@@ -3060,20 +3038,20 @@ fail:
#endif
#ifndef NO__1g_1file_1new_1for_1path
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1file_1new_1for_1path)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1file_1new_1for_1path)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1file_1new_1for_1path_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)g_file_new_for_path(lparg0);
+ rc = (jint)g_file_new_for_path(lparg0);
*/
{
OS_LOAD_FUNCTION(fp, g_file_new_for_path)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jbyte *))fp)(lparg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jbyte *))fp)(lparg0);
}
}
fail:
@@ -3084,20 +3062,20 @@ fail:
#endif
#ifndef NO__1g_1file_1new_1for_1uri
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1file_1new_1for_1uri)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1file_1new_1for_1uri)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1file_1new_1for_1uri_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)g_file_new_for_uri(lparg0);
+ rc = (jint)g_file_new_for_uri(lparg0);
*/
{
OS_LOAD_FUNCTION(fp, g_file_new_for_uri)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jbyte *))fp)(lparg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jbyte *))fp)(lparg0);
}
}
fail:
@@ -3108,20 +3086,20 @@ fail:
#endif
#ifndef NO__1g_1file_1query_1info
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1file_1query_1info)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jintLong arg2, jintLong arg3, jintLong arg4)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1file_1query_1info)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jint arg2, jint arg3, jint arg4)
{
jbyte *lparg1=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1file_1query_1info_FUNC);
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)g_file_query_info(arg0, lparg1, arg2, arg3, arg4);
+ rc = (jint)g_file_query_info(arg0, lparg1, arg2, arg3, arg4);
*/
{
OS_LOAD_FUNCTION(fp, g_file_query_info)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong, jbyte *, jintLong, jintLong, jintLong))fp)(arg0, lparg1, arg2, arg3, arg4);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint, jbyte *, jint, jint, jint))fp)(arg0, lparg1, arg2, arg3, arg4);
}
}
fail:
@@ -3132,18 +3110,18 @@ fail:
#endif
#ifndef NO__1g_1file_1read
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1file_1read)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1file_1read)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1file_1read_FUNC);
/*
- rc = (jintLong)g_file_read(arg0, arg1, arg2);
+ rc = (jint)g_file_read(arg0, arg1, arg2);
*/
{
OS_LOAD_FUNCTION(fp, g_file_read)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong, jintLong, jintLong))fp)(arg0, arg1, arg2);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint, jint, jint))fp)(arg0, arg1, arg2);
}
}
OS_NATIVE_EXIT(env, that, _1g_1file_1read_FUNC);
@@ -3176,79 +3154,79 @@ fail:
#endif
#ifndef NO__1g_1filename_1from_1uri
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1filename_1from_1uri)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1, jintLongArray arg2)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1filename_1from_1uri)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
- jintLong *lparg1=NULL;
- jintLong *lparg2=NULL;
- jintLong rc = 0;
+ jint *lparg1=NULL;
+ jint *lparg2=NULL;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1filename_1from_1uri_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
- rc = (jintLong)g_filename_from_uri((const char *)arg0, (char **)lparg1, (GError **)lparg2);
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ rc = (jint)g_filename_from_uri((const char *)arg0, (char **)lparg1, (GError **)lparg2);
fail:
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1g_1filename_1from_1uri_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1filename_1from_1utf8
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1filename_1from_1utf8)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLongArray arg2, jintLongArray arg3, jintLongArray arg4)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1filename_1from_1utf8)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2, jintArray arg3, jintArray arg4)
{
- jintLong *lparg2=NULL;
- jintLong *lparg3=NULL;
- jintLong *lparg4=NULL;
- jintLong rc = 0;
+ jint *lparg2=NULL;
+ jint *lparg3=NULL;
+ jint *lparg4=NULL;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1filename_1from_1utf8_FUNC);
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
- if (arg3) if ((lparg3 = (*env)->GetIntLongArrayElements(env, arg3, NULL)) == NULL) goto fail;
- if (arg4) if ((lparg4 = (*env)->GetIntLongArrayElements(env, arg4, NULL)) == NULL) goto fail;
- rc = (jintLong)g_filename_from_utf8((const gchar *)arg0, (gssize)arg1, (gsize *)lparg2, (gsize *)lparg3, (GError **)lparg4);
-fail:
- if (arg4 && lparg4) (*env)->ReleaseIntLongArrayElements(env, arg4, lparg4, 0);
- if (arg3 && lparg3) (*env)->ReleaseIntLongArrayElements(env, arg3, lparg3, 0);
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg3) if ((lparg3 = (*env)->GetIntArrayElements(env, arg3, NULL)) == NULL) goto fail;
+ if (arg4) if ((lparg4 = (*env)->GetIntArrayElements(env, arg4, NULL)) == NULL) goto fail;
+ rc = (jint)g_filename_from_utf8((const gchar *)arg0, (gssize)arg1, (gsize *)lparg2, (gsize *)lparg3, (GError **)lparg4);
+fail:
+ if (arg4 && lparg4) (*env)->ReleaseIntArrayElements(env, arg4, lparg4, 0);
+ if (arg3 && lparg3) (*env)->ReleaseIntArrayElements(env, arg3, lparg3, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
OS_NATIVE_EXIT(env, that, _1g_1filename_1from_1utf8_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1filename_1to_1uri
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1filename_1to_1uri)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLongArray arg2)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1filename_1to_1uri)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2)
{
- jintLong *lparg2=NULL;
- jintLong rc = 0;
+ jint *lparg2=NULL;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1filename_1to_1uri_FUNC);
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
- rc = (jintLong)g_filename_to_uri((const char *)arg0, (const char *)arg1, (GError **)lparg2);
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ rc = (jint)g_filename_to_uri((const char *)arg0, (const char *)arg1, (GError **)lparg2);
fail:
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
OS_NATIVE_EXIT(env, that, _1g_1filename_1to_1uri_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1filename_1to_1utf8
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1filename_1to_1utf8)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLongArray arg2, jintLongArray arg3, jintLongArray arg4)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1filename_1to_1utf8)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2, jintArray arg3, jintArray arg4)
{
- jintLong *lparg2=NULL;
- jintLong *lparg3=NULL;
- jintLong *lparg4=NULL;
- jintLong rc = 0;
+ jint *lparg2=NULL;
+ jint *lparg3=NULL;
+ jint *lparg4=NULL;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1filename_1to_1utf8_FUNC);
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
- if (arg3) if ((lparg3 = (*env)->GetIntLongArrayElements(env, arg3, NULL)) == NULL) goto fail;
- if (arg4) if ((lparg4 = (*env)->GetIntLongArrayElements(env, arg4, NULL)) == NULL) goto fail;
- rc = (jintLong)g_filename_to_utf8((const gchar *)arg0, (gssize)arg1, (gsize *)lparg2, (gsize *)lparg3, (GError **)lparg4);
-fail:
- if (arg4 && lparg4) (*env)->ReleaseIntLongArrayElements(env, arg4, lparg4, 0);
- if (arg3 && lparg3) (*env)->ReleaseIntLongArrayElements(env, arg3, lparg3, 0);
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg3) if ((lparg3 = (*env)->GetIntArrayElements(env, arg3, NULL)) == NULL) goto fail;
+ if (arg4) if ((lparg4 = (*env)->GetIntArrayElements(env, arg4, NULL)) == NULL) goto fail;
+ rc = (jint)g_filename_to_utf8((const gchar *)arg0, (gssize)arg1, (gsize *)lparg2, (gsize *)lparg3, (GError **)lparg4);
+fail:
+ if (arg4 && lparg4) (*env)->ReleaseIntArrayElements(env, arg4, lparg4, 0);
+ if (arg3 && lparg3) (*env)->ReleaseIntArrayElements(env, arg3, lparg3, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
OS_NATIVE_EXIT(env, that, _1g_1filename_1to_1utf8_FUNC);
return rc;
}
@@ -3256,7 +3234,7 @@ fail:
#ifndef NO__1g_1free
JNIEXPORT void JNICALL OS_NATIVE(_1g_1free)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1g_1free_FUNC);
g_free((gpointer)arg0);
@@ -3265,26 +3243,26 @@ JNIEXPORT void JNICALL OS_NATIVE(_1g_1free)
#endif
#ifndef NO__1g_1icon_1new_1for_1string
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1icon_1new_1for_1string)
- (JNIEnv *env, jclass that, jbyteArray arg0, jintLongArray arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1icon_1new_1for_1string)
+ (JNIEnv *env, jclass that, jbyteArray arg0, jintArray arg1)
{
jbyte *lparg0=NULL;
- jintLong *lparg1=NULL;
- jintLong rc = 0;
+ jint *lparg1=NULL;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1icon_1new_1for_1string_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)g_icon_new_for_string(lparg0, lparg1);
+ rc = (jint)g_icon_new_for_string(lparg0, lparg1);
*/
{
OS_LOAD_FUNCTION(fp, g_icon_new_for_string)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jbyte *, jintLong *))fp)(lparg0, lparg1);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jbyte *, jint *))fp)(lparg0, lparg1);
}
}
fail:
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
if (arg0 && lparg0) (*env)->ReleaseByteArrayElements(env, arg0, lparg0, 0);
OS_NATIVE_EXIT(env, that, _1g_1icon_1new_1for_1string_FUNC);
return rc;
@@ -3292,18 +3270,18 @@ fail:
#endif
#ifndef NO__1g_1icon_1to_1string
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1icon_1to_1string)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1icon_1to_1string)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1icon_1to_1string_FUNC);
/*
- rc = (jintLong)g_icon_to_string(arg0);
+ rc = (jint)g_icon_to_string(arg0);
*/
{
OS_LOAD_FUNCTION(fp, g_icon_to_string)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1g_1icon_1to_1string_FUNC);
@@ -3313,7 +3291,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1icon_1to_1string)
#ifndef NO__1g_1idle_1add
JNIEXPORT jint JNICALL OS_NATIVE(_1g_1idle_1add)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1idle_1add_FUNC);
@@ -3324,24 +3302,24 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1g_1idle_1add)
#endif
#ifndef NO__1g_1list_1append
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1list_1append)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1list_1append)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1list_1append_FUNC);
- rc = (jintLong)g_list_append((GList *)arg0, (gpointer)arg1);
+ rc = (jint)g_list_append((GList *)arg0, (gpointer)arg1);
OS_NATIVE_EXIT(env, that, _1g_1list_1append_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1list_1data
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1list_1data)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1list_1data)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1list_1data_FUNC);
- rc = (jintLong)g_list_data((GList *)arg0);
+ rc = (jint)g_list_data((GList *)arg0);
OS_NATIVE_EXIT(env, that, _1g_1list_1data_FUNC);
return rc;
}
@@ -3349,7 +3327,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1list_1data)
#ifndef NO__1g_1list_1free
JNIEXPORT void JNICALL OS_NATIVE(_1g_1list_1free)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1g_1list_1free_FUNC);
g_list_free((GList *)arg0);
@@ -3359,7 +3337,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1g_1list_1free)
#ifndef NO__1g_1list_1free_11
JNIEXPORT void JNICALL OS_NATIVE(_1g_1list_1free_11)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1g_1list_1free_11_FUNC);
g_list_free_1((GList *)arg0);
@@ -3368,12 +3346,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1g_1list_1free_11)
#endif
#ifndef NO__1g_1list_1last
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1list_1last)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1list_1last)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1list_1last_FUNC);
- rc = (jintLong)g_list_last((GList *)arg0);
+ rc = (jint)g_list_last((GList *)arg0);
OS_NATIVE_EXIT(env, that, _1g_1list_1last_FUNC);
return rc;
}
@@ -3381,7 +3359,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1list_1last)
#ifndef NO__1g_1list_1length
JNIEXPORT jint JNICALL OS_NATIVE(_1g_1list_1length)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1list_1length_FUNC);
@@ -3392,84 +3370,84 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1g_1list_1length)
#endif
#ifndef NO__1g_1list_1next
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1list_1next)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1list_1next)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1list_1next_FUNC);
- rc = (jintLong)g_list_next(arg0);
+ rc = (jint)g_list_next(arg0);
OS_NATIVE_EXIT(env, that, _1g_1list_1next_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1list_1nth
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1list_1nth)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1list_1nth)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1list_1nth_FUNC);
- rc = (jintLong)g_list_nth((GList *)arg0, (guint)arg1);
+ rc = (jint)g_list_nth((GList *)arg0, (guint)arg1);
OS_NATIVE_EXIT(env, that, _1g_1list_1nth_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1list_1nth_1data
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1list_1nth_1data)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1list_1nth_1data)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1list_1nth_1data_FUNC);
- rc = (jintLong)g_list_nth_data((GList *)arg0, (guint)arg1);
+ rc = (jint)g_list_nth_data((GList *)arg0, (guint)arg1);
OS_NATIVE_EXIT(env, that, _1g_1list_1nth_1data_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1list_1prepend
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1list_1prepend)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1list_1prepend)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1list_1prepend_FUNC);
- rc = (jintLong)g_list_prepend((GList *)arg0, (gpointer)arg1);
+ rc = (jint)g_list_prepend((GList *)arg0, (gpointer)arg1);
OS_NATIVE_EXIT(env, that, _1g_1list_1prepend_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1list_1previous
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1list_1previous)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1list_1previous)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1list_1previous_FUNC);
- rc = (jintLong)g_list_previous(arg0);
+ rc = (jint)g_list_previous(arg0);
OS_NATIVE_EXIT(env, that, _1g_1list_1previous_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1list_1remove_1link
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1list_1remove_1link)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1list_1remove_1link)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1list_1remove_1link_FUNC);
- rc = (jintLong)g_list_remove_link((GList *)arg0, (GList *)arg1);
+ rc = (jint)g_list_remove_link((GList *)arg0, (GList *)arg1);
OS_NATIVE_EXIT(env, that, _1g_1list_1remove_1link_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1list_1reverse
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1list_1reverse)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1list_1reverse)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1list_1reverse_FUNC);
- rc = (jintLong)g_list_reverse((GList *)arg0);
+ rc = (jint)g_list_reverse((GList *)arg0);
OS_NATIVE_EXIT(env, that, _1g_1list_1reverse_FUNC);
return rc;
}
@@ -3477,7 +3455,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1list_1reverse)
#ifndef NO__1g_1list_1set_1next
JNIEXPORT void JNICALL OS_NATIVE(_1g_1list_1set_1next)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1g_1list_1set_1next_FUNC);
g_list_set_next((GList *)arg0, (GList *)arg1);
@@ -3487,7 +3465,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1g_1list_1set_1next)
#ifndef NO__1g_1list_1set_1previous
JNIEXPORT void JNICALL OS_NATIVE(_1g_1list_1set_1previous)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1g_1list_1set_1previous_FUNC);
g_list_set_previous((GList *)arg0, (GList *)arg1);
@@ -3496,44 +3474,44 @@ JNIEXPORT void JNICALL OS_NATIVE(_1g_1list_1set_1previous)
#endif
#ifndef NO__1g_1locale_1from_1utf8
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1locale_1from_1utf8)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLongArray arg2, jintLongArray arg3, jintLongArray arg4)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1locale_1from_1utf8)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2, jintArray arg3, jintArray arg4)
{
- jintLong *lparg2=NULL;
- jintLong *lparg3=NULL;
- jintLong *lparg4=NULL;
- jintLong rc = 0;
+ jint *lparg2=NULL;
+ jint *lparg3=NULL;
+ jint *lparg4=NULL;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1locale_1from_1utf8_FUNC);
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
- if (arg3) if ((lparg3 = (*env)->GetIntLongArrayElements(env, arg3, NULL)) == NULL) goto fail;
- if (arg4) if ((lparg4 = (*env)->GetIntLongArrayElements(env, arg4, NULL)) == NULL) goto fail;
- rc = (jintLong)g_locale_from_utf8((const gchar *)arg0, (gssize)arg1, (gsize *)lparg2, (gsize *)lparg3, (GError **)lparg4);
-fail:
- if (arg4 && lparg4) (*env)->ReleaseIntLongArrayElements(env, arg4, lparg4, 0);
- if (arg3 && lparg3) (*env)->ReleaseIntLongArrayElements(env, arg3, lparg3, 0);
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg3) if ((lparg3 = (*env)->GetIntArrayElements(env, arg3, NULL)) == NULL) goto fail;
+ if (arg4) if ((lparg4 = (*env)->GetIntArrayElements(env, arg4, NULL)) == NULL) goto fail;
+ rc = (jint)g_locale_from_utf8((const gchar *)arg0, (gssize)arg1, (gsize *)lparg2, (gsize *)lparg3, (GError **)lparg4);
+fail:
+ if (arg4 && lparg4) (*env)->ReleaseIntArrayElements(env, arg4, lparg4, 0);
+ if (arg3 && lparg3) (*env)->ReleaseIntArrayElements(env, arg3, lparg3, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
OS_NATIVE_EXIT(env, that, _1g_1locale_1from_1utf8_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1locale_1to_1utf8
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1locale_1to_1utf8)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLongArray arg2, jintLongArray arg3, jintLongArray arg4)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1locale_1to_1utf8)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2, jintArray arg3, jintArray arg4)
{
- jintLong *lparg2=NULL;
- jintLong *lparg3=NULL;
- jintLong *lparg4=NULL;
- jintLong rc = 0;
+ jint *lparg2=NULL;
+ jint *lparg3=NULL;
+ jint *lparg4=NULL;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1locale_1to_1utf8_FUNC);
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
- if (arg3) if ((lparg3 = (*env)->GetIntLongArrayElements(env, arg3, NULL)) == NULL) goto fail;
- if (arg4) if ((lparg4 = (*env)->GetIntLongArrayElements(env, arg4, NULL)) == NULL) goto fail;
- rc = (jintLong)g_locale_to_utf8((const gchar *)arg0, (gssize)arg1, (gsize *)lparg2, (gsize *)lparg3, (GError **)lparg4);
-fail:
- if (arg4 && lparg4) (*env)->ReleaseIntLongArrayElements(env, arg4, lparg4, 0);
- if (arg3 && lparg3) (*env)->ReleaseIntLongArrayElements(env, arg3, lparg3, 0);
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg3) if ((lparg3 = (*env)->GetIntArrayElements(env, arg3, NULL)) == NULL) goto fail;
+ if (arg4) if ((lparg4 = (*env)->GetIntArrayElements(env, arg4, NULL)) == NULL) goto fail;
+ rc = (jint)g_locale_to_utf8((const gchar *)arg0, (gssize)arg1, (gsize *)lparg2, (gsize *)lparg3, (GError **)lparg4);
+fail:
+ if (arg4 && lparg4) (*env)->ReleaseIntArrayElements(env, arg4, lparg4, 0);
+ if (arg3 && lparg3) (*env)->ReleaseIntArrayElements(env, arg3, lparg3, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
OS_NATIVE_EXIT(env, that, _1g_1locale_1to_1utf8_FUNC);
return rc;
}
@@ -3541,7 +3519,7 @@ fail:
#ifndef NO__1g_1log_1default_1handler
JNIEXPORT void JNICALL OS_NATIVE(_1g_1log_1default_1handler)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jintLong arg2, jintLong arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
OS_NATIVE_ENTER(env, that, _1g_1log_1default_1handler_FUNC);
g_log_default_handler((gchar *)arg0, (GLogLevelFlags)arg1, (gchar *)arg2, (gpointer)arg3);
@@ -3565,7 +3543,7 @@ fail:
#ifndef NO__1g_1log_1set_1handler
JNIEXPORT jint JNICALL OS_NATIVE(_1g_1log_1set_1handler)
- (JNIEnv *env, jclass that, jbyteArray arg0, jint arg1, jintLong arg2, jintLong arg3)
+ (JNIEnv *env, jclass that, jbyteArray arg0, jint arg1, jint arg2, jint arg3)
{
jbyte *lparg0=NULL;
jint rc = 0;
@@ -3581,7 +3559,7 @@ fail:
#ifndef NO__1g_1main_1context_1acquire
JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1main_1context_1acquire)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1main_1context_1acquire_FUNC);
@@ -3593,7 +3571,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1main_1context_1acquire)
#ifndef NO__1g_1main_1context_1check
JNIEXPORT jint JNICALL OS_NATIVE(_1g_1main_1context_1check)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jintLong arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1main_1context_1check_FUNC);
@@ -3604,24 +3582,24 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1g_1main_1context_1check)
#endif
#ifndef NO__1g_1main_1context_1default
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1main_1context_1default)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1main_1context_1default)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1main_1context_1default_FUNC);
- rc = (jintLong)g_main_context_default();
+ rc = (jint)g_main_context_default();
OS_NATIVE_EXIT(env, that, _1g_1main_1context_1default_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1main_1context_1get_1poll_1func
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1main_1context_1get_1poll_1func)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1main_1context_1get_1poll_1func)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1main_1context_1get_1poll_1func_FUNC);
- rc = (jintLong)g_main_context_get_poll_func((GMainContext *)arg0);
+ rc = (jint)g_main_context_get_poll_func((GMainContext *)arg0);
OS_NATIVE_EXIT(env, that, _1g_1main_1context_1get_1poll_1func_FUNC);
return rc;
}
@@ -3629,7 +3607,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1main_1context_1get_1poll_1func)
#ifndef NO__1g_1main_1context_1iteration
JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1main_1context_1iteration)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1main_1context_1iteration_FUNC);
@@ -3641,7 +3619,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1main_1context_1iteration)
#ifndef NO__1g_1main_1context_1pending
JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1main_1context_1pending)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1main_1context_1pending_FUNC);
@@ -3653,7 +3631,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1main_1context_1pending)
#ifndef NO__1g_1main_1context_1prepare
JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1main_1context_1prepare)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1)
{
jint *lparg1=NULL;
jboolean rc = 0;
@@ -3669,7 +3647,7 @@ fail:
#ifndef NO__1g_1main_1context_1query
JNIEXPORT jint JNICALL OS_NATIVE(_1g_1main_1context_1query)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jintArray arg2, jintLong arg3, jint arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2, jint arg3, jint arg4)
{
jint *lparg2=NULL;
jint rc = 0;
@@ -3685,7 +3663,7 @@ fail:
#ifndef NO__1g_1main_1context_1release
JNIEXPORT void JNICALL OS_NATIVE(_1g_1main_1context_1release)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1g_1main_1context_1release_FUNC);
g_main_context_release((GMainContext *)arg0);
@@ -3694,92 +3672,70 @@ JNIEXPORT void JNICALL OS_NATIVE(_1g_1main_1context_1release)
#endif
#ifndef NO__1g_1malloc
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1malloc)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1malloc)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1malloc_FUNC);
- rc = (jintLong)g_malloc((gulong)arg0);
+ rc = (jint)g_malloc((gulong)arg0);
OS_NATIVE_EXIT(env, that, _1g_1malloc_FUNC);
return rc;
}
#endif
-#if (!defined(NO__1g_1object_1get__I_3B_3II) && !defined(JNI64)) || (!defined(NO__1g_1object_1get__J_3B_3IJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1get__I_3B_3II)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jintArray arg2, jintLong arg3)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1get__J_3B_3IJ)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jintArray arg2, jintLong arg3)
-#endif
+#ifndef NO__1g_1object_1get__I_3B_3II
+JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1get__I_3B_3II)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jintArray arg2, jint arg3)
{
jbyte *lparg1=NULL;
jint *lparg2=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1g_1object_1get__I_3B_3II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1g_1object_1get__J_3B_3IJ_FUNC);
-#endif
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
g_object_get((GObject *)arg0, (const gchar *)lparg1, lparg2, (const gchar *)NULL);
fail:
if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, JNI_ABORT);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1g_1object_1get__I_3B_3II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1g_1object_1get__J_3B_3IJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1g_1object_1get__I_3B_3JI) && !defined(JNI64)) || (!defined(NO__1g_1object_1get__J_3B_3JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1get__I_3B_3JI)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jlongArray arg2, jintLong arg3)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1get__J_3B_3JJ)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jlongArray arg2, jintLong arg3)
-#endif
+#ifndef NO__1g_1object_1get__I_3B_3JI
+JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1get__I_3B_3JI)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jlongArray arg2, jint arg3)
{
jbyte *lparg1=NULL;
jlong *lparg2=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1g_1object_1get__I_3B_3JI_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1g_1object_1get__J_3B_3JJ_FUNC);
-#endif
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
if (arg2) if ((lparg2 = (*env)->GetLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
g_object_get((GObject *)arg0, (const gchar *)lparg1, lparg2, (const gchar *)NULL);
fail:
if (arg2 && lparg2) (*env)->ReleaseLongArrayElements(env, arg2, lparg2, 0);
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, JNI_ABORT);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1g_1object_1get__I_3B_3JI_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1g_1object_1get__J_3B_3JJ_FUNC);
-#endif
}
#endif
#ifndef NO__1g_1object_1get_1qdata
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1object_1get_1qdata)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1object_1get_1qdata)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1object_1get_1qdata_FUNC);
- rc = (jintLong)g_object_get_qdata((GObject *)arg0, (GQuark)arg1);
+ rc = (jint)g_object_get_qdata((GObject *)arg0, (GQuark)arg1);
OS_NATIVE_EXIT(env, that, _1g_1object_1get_1qdata_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1object_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1object_1new)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1object_1new)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1object_1new_FUNC);
- rc = (jintLong)g_object_new((GType)arg0, (const gchar *)arg1);
+ rc = (jint)g_object_new((GType)arg0, (const gchar *)arg1);
OS_NATIVE_EXIT(env, that, _1g_1object_1new_FUNC);
return rc;
}
@@ -3787,7 +3743,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1object_1new)
#ifndef NO__1g_1object_1notify
JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1notify)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1g_1object_1notify_FUNC);
@@ -3800,176 +3756,110 @@ fail:
#endif
#ifndef NO__1g_1object_1ref
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1object_1ref)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1object_1ref)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1object_1ref_FUNC);
- rc = (jintLong)g_object_ref((gpointer)arg0);
+ rc = (jint)g_object_ref((gpointer)arg0);
OS_NATIVE_EXIT(env, that, _1g_1object_1ref_FUNC);
return rc;
}
#endif
-#if (!defined(NO__1g_1object_1set__I_3BFI) && !defined(JNI64)) || (!defined(NO__1g_1object_1set__J_3BFJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set__I_3BFI)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jfloat arg2, jintLong arg3)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set__J_3BFJ)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jfloat arg2, jintLong arg3)
-#endif
+#ifndef NO__1g_1object_1set__I_3BFI
+JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set__I_3BFI)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jfloat arg2, jint arg3)
{
jbyte *lparg1=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1g_1object_1set__I_3BFI_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1g_1object_1set__J_3BFJ_FUNC);
-#endif
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
g_object_set((gpointer)arg0, (const gchar *)lparg1, arg2, (const gchar *)NULL);
fail:
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, JNI_ABORT);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1g_1object_1set__I_3BFI_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1g_1object_1set__J_3BFJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1g_1object_1set__I_3BII) && !defined(JNI64)) || (!defined(NO__1g_1object_1set__J_3BIJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set__I_3BII)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jint arg2, jintLong arg3)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set__J_3BIJ)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jint arg2, jintLong arg3)
-#endif
+#ifndef NO__1g_1object_1set__I_3BII
+JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set__I_3BII)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jint arg2, jint arg3)
{
jbyte *lparg1=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1g_1object_1set__I_3BII_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1g_1object_1set__J_3BIJ_FUNC);
-#endif
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
g_object_set((gpointer)arg0, (const gchar *)lparg1, arg2, (const gchar *)NULL);
fail:
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, JNI_ABORT);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1g_1object_1set__I_3BII_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1g_1object_1set__J_3BIJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1g_1object_1set__I_3BJI) && !defined(JNI64)) || (!defined(NO__1g_1object_1set__J_3BJJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set__I_3BJI)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jlong arg2, jintLong arg3)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set__J_3BJJ)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jlong arg2, jintLong arg3)
-#endif
+#ifndef NO__1g_1object_1set__I_3BJI
+JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set__I_3BJI)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jlong arg2, jint arg3)
{
jbyte *lparg1=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1g_1object_1set__I_3BJI_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1g_1object_1set__J_3BJJ_FUNC);
-#endif
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
g_object_set((gpointer)arg0, (const gchar *)lparg1, arg2, (const gchar *)NULL);
fail:
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, JNI_ABORT);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1g_1object_1set__I_3BJI_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1g_1object_1set__J_3BJJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1g_1object_1set__I_3BLorg_eclipse_swt_internal_gtk_GdkColor_2I) && !defined(JNI64)) || (!defined(NO__1g_1object_1set__J_3BLorg_eclipse_swt_internal_gtk_GdkColor_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set__I_3BLorg_eclipse_swt_internal_gtk_GdkColor_2I)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jobject arg2, jintLong arg3)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set__J_3BLorg_eclipse_swt_internal_gtk_GdkColor_2J)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jobject arg2, jintLong arg3)
-#endif
+#ifndef NO__1g_1object_1set__I_3BLorg_eclipse_swt_internal_gtk_GdkColor_2I
+JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set__I_3BLorg_eclipse_swt_internal_gtk_GdkColor_2I)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jobject arg2, jint arg3)
{
jbyte *lparg1=NULL;
GdkColor _arg2, *lparg2=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1g_1object_1set__I_3BLorg_eclipse_swt_internal_gtk_GdkColor_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1g_1object_1set__J_3BLorg_eclipse_swt_internal_gtk_GdkColor_2J_FUNC);
-#endif
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
if (arg2) if ((lparg2 = getGdkColorFields(env, arg2, &_arg2)) == NULL) goto fail;
g_object_set((gpointer)arg0, (const gchar *)lparg1, lparg2, (const gchar *)NULL);
fail:
if (arg2 && lparg2) setGdkColorFields(env, arg2, lparg2);
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, 0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1g_1object_1set__I_3BLorg_eclipse_swt_internal_gtk_GdkColor_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1g_1object_1set__J_3BLorg_eclipse_swt_internal_gtk_GdkColor_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1g_1object_1set__I_3BZI) && !defined(JNI64)) || (!defined(NO__1g_1object_1set__J_3BZJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set__I_3BZI)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jboolean arg2, jintLong arg3)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set__J_3BZJ)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jboolean arg2, jintLong arg3)
-#endif
+#ifndef NO__1g_1object_1set__I_3BZI
+JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set__I_3BZI)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jboolean arg2, jint arg3)
{
jbyte *lparg1=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1g_1object_1set__I_3BZI_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1g_1object_1set__J_3BZJ_FUNC);
-#endif
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
g_object_set((gpointer)arg0, (const gchar *)lparg1, arg2, (const gchar *)NULL);
fail:
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, JNI_ABORT);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1g_1object_1set__I_3BZI_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1g_1object_1set__J_3BZJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1g_1object_1set__I_3B_3BI) && !defined(JNI64)) || (!defined(NO__1g_1object_1set__J_3B_3BJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set__I_3B_3BI)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jbyteArray arg2, jintLong arg3)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set__J_3B_3BJ)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jbyteArray arg2, jintLong arg3)
-#endif
+#ifndef NO__1g_1object_1set__I_3B_3BI
+JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set__I_3B_3BI)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jbyteArray arg2, jint arg3)
{
jbyte *lparg1=NULL;
jbyte *lparg2=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1g_1object_1set__I_3B_3BI_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1g_1object_1set__J_3B_3BJ_FUNC);
-#endif
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
if (arg2) if ((lparg2 = (*env)->GetByteArrayElements(env, arg2, NULL)) == NULL) goto fail;
g_object_set((gpointer)arg0, (const gchar *)lparg1, lparg2, (const gchar *)NULL);
fail:
if (arg2 && lparg2) (*env)->ReleaseByteArrayElements(env, arg2, lparg2, 0);
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, JNI_ABORT);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1g_1object_1set__I_3B_3BI_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1g_1object_1set__J_3B_3BJ_FUNC);
-#endif
}
#endif
#ifndef NO__1g_1object_1set_1qdata
JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set_1qdata)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1g_1object_1set_1qdata_FUNC);
g_object_set_qdata((GObject *)arg0, (GQuark)arg1, (gpointer)arg2);
@@ -3979,7 +3869,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1set_1qdata)
#ifndef NO__1g_1object_1unref
JNIEXPORT void JNICALL OS_NATIVE(_1g_1object_1unref)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1g_1object_1unref_FUNC);
g_object_unref((gpointer)arg0);
@@ -4018,12 +3908,12 @@ fail:
#endif
#ifndef NO__1g_1signal_1add_1emission_1hook
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1signal_1add_1emission_1hook)
- (JNIEnv *env, jclass that, jint arg0, jint arg1, jintLong arg2, jintLong arg3, jintLong arg4)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1signal_1add_1emission_1hook)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1signal_1add_1emission_1hook_FUNC);
- rc = (jintLong)g_signal_add_emission_hook((guint)arg0, (GQuark)arg1, (GSignalEmissionHook)arg2, (gpointer)arg3, (GDestroyNotify)arg4);
+ rc = (jint)g_signal_add_emission_hook((guint)arg0, (GQuark)arg1, (GSignalEmissionHook)arg2, (gpointer)arg3, (GDestroyNotify)arg4);
OS_NATIVE_EXIT(env, that, _1g_1signal_1add_1emission_1hook_FUNC);
return rc;
}
@@ -4031,7 +3921,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1signal_1add_1emission_1hook)
#ifndef NO__1g_1signal_1connect
JNIEXPORT jint JNICALL OS_NATIVE(_1g_1signal_1connect)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jintLong arg2, jintLong arg3)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jint arg2, jint arg3)
{
jbyte *lparg1=NULL;
jint rc = 0;
@@ -4047,7 +3937,7 @@ fail:
#ifndef NO__1g_1signal_1connect_1after
JNIEXPORT jint JNICALL OS_NATIVE(_1g_1signal_1connect_1after)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jintLong arg2, jintLong arg3)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jint arg2, jint arg3)
{
jbyte *lparg1=NULL;
jint rc = 0;
@@ -4063,7 +3953,7 @@ fail:
#ifndef NO__1g_1signal_1connect_1closure
JNIEXPORT jint JNICALL OS_NATIVE(_1g_1signal_1connect_1closure)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jintLong arg2, jboolean arg3)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jint arg2, jboolean arg3)
{
jbyte *lparg1=NULL;
jint rc = 0;
@@ -4079,7 +3969,7 @@ fail:
#ifndef NO__1g_1signal_1connect_1closure_1by_1id
JNIEXPORT jint JNICALL OS_NATIVE(_1g_1signal_1connect_1closure_1by_1id)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jintLong arg3, jboolean arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jboolean arg4)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1signal_1connect_1closure_1by_1id_FUNC);
@@ -4089,140 +3979,85 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1g_1signal_1connect_1closure_1by_1id)
}
#endif
-#if (!defined(NO__1g_1signal_1emit_1by_1name__I_3B) && !defined(JNI64)) || (!defined(NO__1g_1signal_1emit_1by_1name__J_3B) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1emit_1by_1name__I_3B)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1emit_1by_1name__J_3B)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
-#endif
+#ifndef NO__1g_1signal_1emit_1by_1name__I_3B
+JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1emit_1by_1name__I_3B)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1g_1signal_1emit_1by_1name__I_3B_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1g_1signal_1emit_1by_1name__J_3B_FUNC);
-#endif
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
g_signal_emit_by_name((gpointer)arg0, (const gchar *)lparg1);
fail:
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, JNI_ABORT);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1g_1signal_1emit_1by_1name__I_3B_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1g_1signal_1emit_1by_1name__J_3B_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1g_1signal_1emit_1by_1name__I_3BI) && !defined(JNI64)) || (!defined(NO__1g_1signal_1emit_1by_1name__J_3BJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1emit_1by_1name__I_3BI)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1emit_1by_1name__J_3BJ)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jintLong arg2)
-#endif
+#ifndef NO__1g_1signal_1emit_1by_1name__I_3BI
+JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1emit_1by_1name__I_3BI)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jint arg2)
{
jbyte *lparg1=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1g_1signal_1emit_1by_1name__I_3BI_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1g_1signal_1emit_1by_1name__J_3BJ_FUNC);
-#endif
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
g_signal_emit_by_name((gpointer)arg0, (const gchar *)lparg1, arg2);
fail:
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, JNI_ABORT);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1g_1signal_1emit_1by_1name__I_3BI_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1g_1signal_1emit_1by_1name__J_3BJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1g_1signal_1emit_1by_1name__I_3BII) && !defined(JNI64)) || (!defined(NO__1g_1signal_1emit_1by_1name__J_3BJJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1emit_1by_1name__I_3BII)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jintLong arg2, jintLong arg3)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1emit_1by_1name__J_3BJJ)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jintLong arg2, jintLong arg3)
-#endif
+#ifndef NO__1g_1signal_1emit_1by_1name__I_3BII
+JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1emit_1by_1name__I_3BII)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jint arg2, jint arg3)
{
jbyte *lparg1=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1g_1signal_1emit_1by_1name__I_3BII_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1g_1signal_1emit_1by_1name__J_3BJJ_FUNC);
-#endif
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
g_signal_emit_by_name((gpointer)arg0, (const gchar *)lparg1, arg2, arg3);
fail:
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, JNI_ABORT);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1g_1signal_1emit_1by_1name__I_3BII_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1g_1signal_1emit_1by_1name__J_3BJJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1g_1signal_1emit_1by_1name__I_3BLorg_eclipse_swt_internal_gtk_GdkRectangle_2) && !defined(JNI64)) || (!defined(NO__1g_1signal_1emit_1by_1name__J_3BLorg_eclipse_swt_internal_gtk_GdkRectangle_2) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1emit_1by_1name__I_3BLorg_eclipse_swt_internal_gtk_GdkRectangle_2)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jobject arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1emit_1by_1name__J_3BLorg_eclipse_swt_internal_gtk_GdkRectangle_2)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jobject arg2)
-#endif
+#ifndef NO__1g_1signal_1emit_1by_1name__I_3BLorg_eclipse_swt_internal_gtk_GdkRectangle_2
+JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1emit_1by_1name__I_3BLorg_eclipse_swt_internal_gtk_GdkRectangle_2)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jobject arg2)
{
jbyte *lparg1=NULL;
GdkRectangle _arg2, *lparg2=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1g_1signal_1emit_1by_1name__I_3BLorg_eclipse_swt_internal_gtk_GdkRectangle_2_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1g_1signal_1emit_1by_1name__J_3BLorg_eclipse_swt_internal_gtk_GdkRectangle_2_FUNC);
-#endif
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
if (arg2) if ((lparg2 = getGdkRectangleFields(env, arg2, &_arg2)) == NULL) goto fail;
g_signal_emit_by_name((gpointer)arg0, (const gchar *)lparg1, lparg2);
fail:
if (arg2 && lparg2) setGdkRectangleFields(env, arg2, lparg2);
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, JNI_ABORT);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1g_1signal_1emit_1by_1name__I_3BLorg_eclipse_swt_internal_gtk_GdkRectangle_2_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1g_1signal_1emit_1by_1name__J_3BLorg_eclipse_swt_internal_gtk_GdkRectangle_2_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1g_1signal_1emit_1by_1name__I_3B_3B) && !defined(JNI64)) || (!defined(NO__1g_1signal_1emit_1by_1name__J_3B_3B) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1emit_1by_1name__I_3B_3B)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jbyteArray arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1emit_1by_1name__J_3B_3B)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jbyteArray arg2)
-#endif
+#ifndef NO__1g_1signal_1emit_1by_1name__I_3B_3B
+JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1emit_1by_1name__I_3B_3B)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jbyteArray arg2)
{
jbyte *lparg1=NULL;
jbyte *lparg2=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1g_1signal_1emit_1by_1name__I_3B_3B_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1g_1signal_1emit_1by_1name__J_3B_3B_FUNC);
-#endif
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
if (arg2) if ((lparg2 = (*env)->GetByteArrayElements(env, arg2, NULL)) == NULL) goto fail;
g_signal_emit_by_name((gpointer)arg0, (const gchar *)lparg1, lparg2);
fail:
if (arg2 && lparg2) (*env)->ReleaseByteArrayElements(env, arg2, lparg2, 0);
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, JNI_ABORT);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1g_1signal_1emit_1by_1name__I_3B_3B_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1g_1signal_1emit_1by_1name__J_3B_3B_FUNC);
-#endif
}
#endif
#ifndef NO__1g_1signal_1handler_1disconnect
JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1handler_1disconnect)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1g_1signal_1handler_1disconnect_FUNC);
g_signal_handler_disconnect((gpointer)arg0, (gulong)arg1);
@@ -4232,7 +4067,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1handler_1disconnect)
#ifndef NO__1g_1signal_1handler_1find
JNIEXPORT jint JNICALL OS_NATIVE(_1g_1signal_1handler_1find)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jint arg3, jintLong arg4, jintLong arg5, jintLong arg6)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1signal_1handler_1find_FUNC);
@@ -4244,7 +4079,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1g_1signal_1handler_1find)
#ifndef NO__1g_1signal_1handlers_1block_1matched
JNIEXPORT jint JNICALL OS_NATIVE(_1g_1signal_1handlers_1block_1matched)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jint arg3, jintLong arg4, jintLong arg5, jintLong arg6)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1signal_1handlers_1block_1matched_FUNC);
@@ -4256,7 +4091,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1g_1signal_1handlers_1block_1matched)
#ifndef NO__1g_1signal_1handlers_1disconnect_1matched
JNIEXPORT jint JNICALL OS_NATIVE(_1g_1signal_1handlers_1disconnect_1matched)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jint arg3, jintLong arg4, jintLong arg5, jintLong arg6)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1signal_1handlers_1disconnect_1matched_FUNC);
@@ -4268,7 +4103,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1g_1signal_1handlers_1disconnect_1matched)
#ifndef NO__1g_1signal_1handlers_1unblock_1matched
JNIEXPORT jint JNICALL OS_NATIVE(_1g_1signal_1handlers_1unblock_1matched)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jint arg3, jintLong arg4, jintLong arg5, jintLong arg6)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1signal_1handlers_1unblock_1matched_FUNC);
@@ -4280,7 +4115,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1g_1signal_1handlers_1unblock_1matched)
#ifndef NO__1g_1signal_1lookup
JNIEXPORT jint JNICALL OS_NATIVE(_1g_1signal_1lookup)
- (JNIEnv *env, jclass that, jbyteArray arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jbyteArray arg0, jint arg1)
{
jbyte *lparg0=NULL;
jint rc = 0;
@@ -4296,7 +4131,7 @@ fail:
#ifndef NO__1g_1signal_1remove_1emission_1hook
JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1remove_1emission_1hook)
- (JNIEnv *env, jclass that, jint arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1g_1signal_1remove_1emission_1hook_FUNC);
g_signal_remove_emission_hook((guint)arg0, (gulong)arg1);
@@ -4306,7 +4141,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1remove_1emission_1hook)
#ifndef NO__1g_1signal_1stop_1emission_1by_1name
JNIEXPORT void JNICALL OS_NATIVE(_1g_1signal_1stop_1emission_1by_1name)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1g_1signal_1stop_1emission_1by_1name_FUNC);
@@ -4319,24 +4154,24 @@ fail:
#endif
#ifndef NO__1g_1slist_1append
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1slist_1append)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1slist_1append)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1slist_1append_FUNC);
- rc = (jintLong)g_slist_append((GSList *)arg0, (gpointer)arg1);
+ rc = (jint)g_slist_append((GSList *)arg0, (gpointer)arg1);
OS_NATIVE_EXIT(env, that, _1g_1slist_1append_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1slist_1data
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1slist_1data)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1slist_1data)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1slist_1data_FUNC);
- rc = (jintLong)g_slist_data((GSList *)arg0);
+ rc = (jint)g_slist_data((GSList *)arg0);
OS_NATIVE_EXIT(env, that, _1g_1slist_1data_FUNC);
return rc;
}
@@ -4344,7 +4179,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1slist_1data)
#ifndef NO__1g_1slist_1free
JNIEXPORT void JNICALL OS_NATIVE(_1g_1slist_1free)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1g_1slist_1free_FUNC);
g_slist_free((GSList *)arg0);
@@ -4354,7 +4189,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1g_1slist_1free)
#ifndef NO__1g_1slist_1length
JNIEXPORT jint JNICALL OS_NATIVE(_1g_1slist_1length)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1slist_1length_FUNC);
@@ -4365,12 +4200,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1g_1slist_1length)
#endif
#ifndef NO__1g_1slist_1next
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1slist_1next)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1slist_1next)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1slist_1next_FUNC);
- rc = (jintLong)g_slist_next((GSList *)arg0);
+ rc = (jint)g_slist_next((GSList *)arg0);
OS_NATIVE_EXIT(env, that, _1g_1slist_1next_FUNC);
return rc;
}
@@ -4378,7 +4213,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1slist_1next)
#ifndef NO__1g_1source_1remove
JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1source_1remove)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1source_1remove_FUNC);
@@ -4390,7 +4225,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1source_1remove)
#ifndef NO__1g_1strfreev
JNIEXPORT void JNICALL OS_NATIVE(_1g_1strfreev)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1g_1strfreev_FUNC);
g_strfreev((gchar **)arg0);
@@ -4400,15 +4235,15 @@ JNIEXPORT void JNICALL OS_NATIVE(_1g_1strfreev)
#ifndef NO__1g_1strtod
JNIEXPORT jdouble JNICALL OS_NATIVE(_1g_1strtod)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1)
{
- jintLong *lparg1=NULL;
+ jint *lparg1=NULL;
jdouble rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1strtod_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
rc = (jdouble)g_strtod((const gchar *)arg0, (gchar **)lparg1);
fail:
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1g_1strtod_FUNC);
return rc;
}
@@ -4416,7 +4251,7 @@ fail:
#ifndef NO__1g_1thread_1init
JNIEXPORT void JNICALL OS_NATIVE(_1g_1thread_1init)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1g_1thread_1init_FUNC);
g_thread_init((GThreadFunctions *)arg0);
@@ -4438,7 +4273,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1thread_1supported)
#ifndef NO__1g_1timeout_1add
JNIEXPORT jint JNICALL OS_NATIVE(_1g_1timeout_1add)
- (JNIEnv *env, jclass that, jint arg0, jintLong arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1timeout_1add_FUNC);
@@ -4450,7 +4285,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1g_1timeout_1add)
#ifndef NO__1g_1type_1add_1interface_1static
JNIEXPORT void JNICALL OS_NATIVE(_1g_1type_1add_1interface_1static)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1g_1type_1add_1interface_1static_FUNC);
g_type_add_interface_static((GType)arg0, (GType)arg1, (const GInterfaceInfo *)arg2);
@@ -4459,36 +4294,36 @@ JNIEXPORT void JNICALL OS_NATIVE(_1g_1type_1add_1interface_1static)
#endif
#ifndef NO__1g_1type_1class_1peek
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1type_1class_1peek)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1type_1class_1peek)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1type_1class_1peek_FUNC);
- rc = (jintLong)g_type_class_peek((GType)arg0);
+ rc = (jint)g_type_class_peek((GType)arg0);
OS_NATIVE_EXIT(env, that, _1g_1type_1class_1peek_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1type_1class_1peek_1parent
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1type_1class_1peek_1parent)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1type_1class_1peek_1parent)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1type_1class_1peek_1parent_FUNC);
- rc = (jintLong)g_type_class_peek_parent((gpointer)arg0);
+ rc = (jint)g_type_class_peek_parent((gpointer)arg0);
OS_NATIVE_EXIT(env, that, _1g_1type_1class_1peek_1parent_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1type_1class_1ref
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1type_1class_1ref)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1type_1class_1ref)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1type_1class_1ref_FUNC);
- rc = (jintLong)g_type_class_ref((GType)arg0);
+ rc = (jint)g_type_class_ref((GType)arg0);
OS_NATIVE_EXIT(env, that, _1g_1type_1class_1ref_FUNC);
return rc;
}
@@ -4496,7 +4331,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1type_1class_1ref)
#ifndef NO__1g_1type_1class_1unref
JNIEXPORT void JNICALL OS_NATIVE(_1g_1type_1class_1unref)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1g_1type_1class_1unref_FUNC);
g_type_class_unref((gpointer)arg0);
@@ -4505,14 +4340,14 @@ JNIEXPORT void JNICALL OS_NATIVE(_1g_1type_1class_1unref)
#endif
#ifndef NO__1g_1type_1from_1name
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1type_1from_1name)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1type_1from_1name)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1type_1from_1name_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
- rc = (jintLong)g_type_from_name((const gchar *)lparg0);
+ rc = (jint)g_type_from_name((const gchar *)lparg0);
fail:
if (arg0 && lparg0) (*env)->ReleaseByteArrayElements(env, arg0, lparg0, 0);
OS_NATIVE_EXIT(env, that, _1g_1type_1from_1name_FUNC);
@@ -4521,12 +4356,12 @@ fail:
#endif
#ifndef NO__1g_1type_1interface_1peek_1parent
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1type_1interface_1peek_1parent)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1type_1interface_1peek_1parent)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1type_1interface_1peek_1parent_FUNC);
- rc = (jintLong)g_type_interface_peek_parent((gpointer)arg0);
+ rc = (jint)g_type_interface_peek_parent((gpointer)arg0);
OS_NATIVE_EXIT(env, that, _1g_1type_1interface_1peek_1parent_FUNC);
return rc;
}
@@ -4534,7 +4369,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1type_1interface_1peek_1parent)
#ifndef NO__1g_1type_1is_1a
JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1type_1is_1a)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1type_1is_1a_FUNC);
@@ -4545,24 +4380,24 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1g_1type_1is_1a)
#endif
#ifndef NO__1g_1type_1name
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1type_1name)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1type_1name)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1type_1name_FUNC);
- rc = (jintLong)g_type_name((GType)arg0);
+ rc = (jint)g_type_name((GType)arg0);
OS_NATIVE_EXIT(env, that, _1g_1type_1name_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1type_1parent
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1type_1parent)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1type_1parent)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1type_1parent_FUNC);
- rc = (jintLong)g_type_parent((GType)arg0);
+ rc = (jint)g_type_parent((GType)arg0);
OS_NATIVE_EXIT(env, that, _1g_1type_1parent_FUNC);
return rc;
}
@@ -4570,7 +4405,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1type_1parent)
#ifndef NO__1g_1type_1query
JNIEXPORT void JNICALL OS_NATIVE(_1g_1type_1query)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1g_1type_1query_FUNC);
g_type_query((GType)arg0, (GTypeQuery *)arg1);
@@ -4579,14 +4414,14 @@ JNIEXPORT void JNICALL OS_NATIVE(_1g_1type_1query)
#endif
#ifndef NO__1g_1type_1register_1static
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1type_1register_1static)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jintLong arg2, jint arg3)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1type_1register_1static)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jint arg2, jint arg3)
{
jbyte *lparg1=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1type_1register_1static_FUNC);
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
- rc = (jintLong)g_type_register_static((GType)arg0, (const gchar *)lparg1, (const GTypeInfo *)arg2, (GTypeFlags)arg3);
+ rc = (jint)g_type_register_static((GType)arg0, (const gchar *)lparg1, (const GTypeInfo *)arg2, (GTypeFlags)arg3);
fail:
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1g_1type_1register_1static_FUNC);
@@ -4595,62 +4430,62 @@ fail:
#endif
#ifndef NO__1g_1utf16_1offset_1to_1pointer
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1utf16_1offset_1to_1pointer)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1utf16_1offset_1to_1pointer)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1utf16_1offset_1to_1pointer_FUNC);
- rc = (jintLong)g_utf16_offset_to_pointer((const gchar *)arg0, arg1);
+ rc = (jint)g_utf16_offset_to_pointer((const gchar *)arg0, arg1);
OS_NATIVE_EXIT(env, that, _1g_1utf16_1offset_1to_1pointer_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1utf16_1offset_1to_1utf8_1offset
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1utf16_1offset_1to_1utf8_1offset)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1utf16_1offset_1to_1utf8_1offset)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1utf16_1offset_1to_1utf8_1offset_FUNC);
- rc = (jintLong)g_utf16_offset_to_utf8_offset((const gchar *)arg0, arg1);
+ rc = (jint)g_utf16_offset_to_utf8_offset((const gchar *)arg0, arg1);
OS_NATIVE_EXIT(env, that, _1g_1utf16_1offset_1to_1utf8_1offset_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1utf16_1pointer_1to_1offset
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1utf16_1pointer_1to_1offset)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1utf16_1pointer_1to_1offset)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1utf16_1pointer_1to_1offset_FUNC);
- rc = (jintLong)g_utf16_pointer_to_offset((const gchar *)arg0, (const gchar *)arg1);
+ rc = (jint)g_utf16_pointer_to_offset((const gchar *)arg0, (const gchar *)arg1);
OS_NATIVE_EXIT(env, that, _1g_1utf16_1pointer_1to_1offset_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1utf16_1strlen
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1utf16_1strlen)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1utf16_1strlen)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1utf16_1strlen_FUNC);
- rc = (jintLong)g_utf16_strlen((const gchar *)arg0, arg1);
+ rc = (jint)g_utf16_strlen((const gchar *)arg0, arg1);
OS_NATIVE_EXIT(env, that, _1g_1utf16_1strlen_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1utf16_1to_1utf8
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1utf16_1to_1utf8)
- (JNIEnv *env, jclass that, jcharArray arg0, jintLong arg1, jintLongArray arg2, jintLongArray arg3, jintLongArray arg4)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1utf16_1to_1utf8)
+ (JNIEnv *env, jclass that, jcharArray arg0, jint arg1, jintArray arg2, jintArray arg3, jintArray arg4)
{
jchar *lparg0=NULL;
- jintLong *lparg2=NULL;
- jintLong *lparg3=NULL;
- jintLong *lparg4=NULL;
- jintLong rc = 0;
+ jint *lparg2=NULL;
+ jint *lparg3=NULL;
+ jint *lparg4=NULL;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1utf16_1to_1utf8_FUNC);
#ifdef JNI_VERSION_1_2
if (IS_JNI_1_2) {
@@ -4662,11 +4497,11 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1utf16_1to_1utf8)
#endif
{
if (arg0) if ((lparg0 = (*env)->GetCharArrayElements(env, arg0, NULL)) == NULL) goto fail;
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
- if (arg3) if ((lparg3 = (*env)->GetIntLongArrayElements(env, arg3, NULL)) == NULL) goto fail;
- if (arg4) if ((lparg4 = (*env)->GetIntLongArrayElements(env, arg4, NULL)) == NULL) goto fail;
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg3) if ((lparg3 = (*env)->GetIntArrayElements(env, arg3, NULL)) == NULL) goto fail;
+ if (arg4) if ((lparg4 = (*env)->GetIntArrayElements(env, arg4, NULL)) == NULL) goto fail;
}
- rc = (jintLong)g_utf16_to_utf8((const gunichar2 *)lparg0, (glong)arg1, (glong *)lparg2, (glong *)lparg3, (GError **)lparg4);
+ rc = (jint)g_utf16_to_utf8((const gunichar2 *)lparg0, (glong)arg1, (glong *)lparg2, (glong *)lparg3, (GError **)lparg4);
fail:
#ifdef JNI_VERSION_1_2
if (IS_JNI_1_2) {
@@ -4677,9 +4512,9 @@ fail:
} else
#endif
{
- if (arg4 && lparg4) (*env)->ReleaseIntLongArrayElements(env, arg4, lparg4, 0);
- if (arg3 && lparg3) (*env)->ReleaseIntLongArrayElements(env, arg3, lparg3, 0);
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
+ if (arg4 && lparg4) (*env)->ReleaseIntArrayElements(env, arg4, lparg4, 0);
+ if (arg3 && lparg3) (*env)->ReleaseIntArrayElements(env, arg3, lparg3, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
if (arg0 && lparg0) (*env)->ReleaseCharArrayElements(env, arg0, lparg0, JNI_ABORT);
}
OS_NATIVE_EXIT(env, that, _1g_1utf16_1to_1utf8_FUNC);
@@ -4688,69 +4523,62 @@ fail:
#endif
#ifndef NO__1g_1utf8_1offset_1to_1pointer
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1utf8_1offset_1to_1pointer)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1utf8_1offset_1to_1pointer)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1utf8_1offset_1to_1pointer_FUNC);
- rc = (jintLong)g_utf8_offset_to_pointer((const gchar *)arg0, arg1);
+ rc = (jint)g_utf8_offset_to_pointer((const gchar *)arg0, arg1);
OS_NATIVE_EXIT(env, that, _1g_1utf8_1offset_1to_1pointer_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1utf8_1offset_1to_1utf16_1offset
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1utf8_1offset_1to_1utf16_1offset)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1utf8_1offset_1to_1utf16_1offset)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1utf8_1offset_1to_1utf16_1offset_FUNC);
- rc = (jintLong)g_utf8_offset_to_utf16_offset((const gchar *)arg0, arg1);
+ rc = (jint)g_utf8_offset_to_utf16_offset((const gchar *)arg0, arg1);
OS_NATIVE_EXIT(env, that, _1g_1utf8_1offset_1to_1utf16_1offset_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1utf8_1pointer_1to_1offset
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1utf8_1pointer_1to_1offset)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1utf8_1pointer_1to_1offset)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1utf8_1pointer_1to_1offset_FUNC);
- rc = (jintLong)g_utf8_pointer_to_offset((const gchar *)arg0, (const gchar *)arg1);
+ rc = (jint)g_utf8_pointer_to_offset((const gchar *)arg0, (const gchar *)arg1);
OS_NATIVE_EXIT(env, that, _1g_1utf8_1pointer_1to_1offset_FUNC);
return rc;
}
#endif
#ifndef NO__1g_1utf8_1strlen
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1utf8_1strlen)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1utf8_1strlen)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1utf8_1strlen_FUNC);
- rc = (jintLong)g_utf8_strlen((const gchar *)arg0, arg1);
+ rc = (jint)g_utf8_strlen((const gchar *)arg0, arg1);
OS_NATIVE_EXIT(env, that, _1g_1utf8_1strlen_FUNC);
return rc;
}
#endif
-#if (!defined(NO__1g_1utf8_1to_1utf16__II_3I_3I_3I) && !defined(JNI64)) || (!defined(NO__1g_1utf8_1to_1utf16__JJ_3J_3J_3J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1utf8_1to_1utf16__II_3I_3I_3I)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLongArray arg2, jintLongArray arg3, jintLongArray arg4)
-#else
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1utf8_1to_1utf16__JJ_3J_3J_3J)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLongArray arg2, jintLongArray arg3, jintLongArray arg4)
-#endif
+#ifndef NO__1g_1utf8_1to_1utf16__II_3I_3I_3I
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1utf8_1to_1utf16__II_3I_3I_3I)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2, jintArray arg3, jintArray arg4)
{
- jintLong *lparg2=NULL;
- jintLong *lparg3=NULL;
- jintLong *lparg4=NULL;
- jintLong rc = 0;
-#ifndef JNI64
+ jint *lparg2=NULL;
+ jint *lparg3=NULL;
+ jint *lparg4=NULL;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1utf8_1to_1utf16__II_3I_3I_3I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1g_1utf8_1to_1utf16__JJ_3J_3J_3J_FUNC);
-#endif
#ifdef JNI_VERSION_1_2
if (IS_JNI_1_2) {
if (arg2) if ((lparg2 = (*env)->GetPrimitiveArrayCritical(env, arg2, NULL)) == NULL) goto fail;
@@ -4759,11 +4587,11 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1utf8_1to_1utf16__JJ_3J_3J_3J)(JNIEnv *
} else
#endif
{
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
- if (arg3) if ((lparg3 = (*env)->GetIntLongArrayElements(env, arg3, NULL)) == NULL) goto fail;
- if (arg4) if ((lparg4 = (*env)->GetIntLongArrayElements(env, arg4, NULL)) == NULL) goto fail;
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg3) if ((lparg3 = (*env)->GetIntArrayElements(env, arg3, NULL)) == NULL) goto fail;
+ if (arg4) if ((lparg4 = (*env)->GetIntArrayElements(env, arg4, NULL)) == NULL) goto fail;
}
- rc = (jintLong)g_utf8_to_utf16((const gchar *)arg0, (glong)arg1, (glong *)lparg2, (glong *)lparg3, (GError **)lparg4);
+ rc = (jint)g_utf8_to_utf16((const gchar *)arg0, (glong)arg1, (glong *)lparg2, (glong *)lparg3, (GError **)lparg4);
fail:
#ifdef JNI_VERSION_1_2
if (IS_JNI_1_2) {
@@ -4773,36 +4601,25 @@ fail:
} else
#endif
{
- if (arg4 && lparg4) (*env)->ReleaseIntLongArrayElements(env, arg4, lparg4, 0);
- if (arg3 && lparg3) (*env)->ReleaseIntLongArrayElements(env, arg3, lparg3, 0);
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
+ if (arg4 && lparg4) (*env)->ReleaseIntArrayElements(env, arg4, lparg4, 0);
+ if (arg3 && lparg3) (*env)->ReleaseIntArrayElements(env, arg3, lparg3, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
}
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1g_1utf8_1to_1utf16__II_3I_3I_3I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1g_1utf8_1to_1utf16__JJ_3J_3J_3J_FUNC);
-#endif
return rc;
}
#endif
-#if (!defined(NO__1g_1utf8_1to_1utf16___3BI_3I_3I_3I) && !defined(JNI64)) || (!defined(NO__1g_1utf8_1to_1utf16___3BJ_3J_3J_3J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1utf8_1to_1utf16___3BI_3I_3I_3I)(JNIEnv *env, jclass that, jbyteArray arg0, jintLong arg1, jintLongArray arg2, jintLongArray arg3, jintLongArray arg4)
-#else
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1utf8_1to_1utf16___3BJ_3J_3J_3J)(JNIEnv *env, jclass that, jbyteArray arg0, jintLong arg1, jintLongArray arg2, jintLongArray arg3, jintLongArray arg4)
-#endif
+#ifndef NO__1g_1utf8_1to_1utf16___3BI_3I_3I_3I
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1utf8_1to_1utf16___3BI_3I_3I_3I)
+ (JNIEnv *env, jclass that, jbyteArray arg0, jint arg1, jintArray arg2, jintArray arg3, jintArray arg4)
{
jbyte *lparg0=NULL;
- jintLong *lparg2=NULL;
- jintLong *lparg3=NULL;
- jintLong *lparg4=NULL;
- jintLong rc = 0;
-#ifndef JNI64
+ jint *lparg2=NULL;
+ jint *lparg3=NULL;
+ jint *lparg4=NULL;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1utf8_1to_1utf16___3BI_3I_3I_3I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1g_1utf8_1to_1utf16___3BJ_3J_3J_3J_FUNC);
-#endif
#ifdef JNI_VERSION_1_2
if (IS_JNI_1_2) {
if (arg0) if ((lparg0 = (*env)->GetPrimitiveArrayCritical(env, arg0, NULL)) == NULL) goto fail;
@@ -4813,11 +4630,11 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1utf8_1to_1utf16___3BJ_3J_3J_3J)(JNIEnv
#endif
{
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
- if (arg3) if ((lparg3 = (*env)->GetIntLongArrayElements(env, arg3, NULL)) == NULL) goto fail;
- if (arg4) if ((lparg4 = (*env)->GetIntLongArrayElements(env, arg4, NULL)) == NULL) goto fail;
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg3) if ((lparg3 = (*env)->GetIntArrayElements(env, arg3, NULL)) == NULL) goto fail;
+ if (arg4) if ((lparg4 = (*env)->GetIntArrayElements(env, arg4, NULL)) == NULL) goto fail;
}
- rc = (jintLong)g_utf8_to_utf16((const gchar *)lparg0, (glong)arg1, (glong *)lparg2, (glong *)lparg3, (GError **)lparg4);
+ rc = (jint)g_utf8_to_utf16((const gchar *)lparg0, (glong)arg1, (glong *)lparg2, (glong *)lparg3, (GError **)lparg4);
fail:
#ifdef JNI_VERSION_1_2
if (IS_JNI_1_2) {
@@ -4828,38 +4645,34 @@ fail:
} else
#endif
{
- if (arg4 && lparg4) (*env)->ReleaseIntLongArrayElements(env, arg4, lparg4, 0);
- if (arg3 && lparg3) (*env)->ReleaseIntLongArrayElements(env, arg3, lparg3, 0);
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
+ if (arg4 && lparg4) (*env)->ReleaseIntArrayElements(env, arg4, lparg4, 0);
+ if (arg3 && lparg3) (*env)->ReleaseIntArrayElements(env, arg3, lparg3, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
if (arg0 && lparg0) (*env)->ReleaseByteArrayElements(env, arg0, lparg0, JNI_ABORT);
}
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1g_1utf8_1to_1utf16___3BI_3I_3I_3I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1g_1utf8_1to_1utf16___3BJ_3J_3J_3J_FUNC);
-#endif
return rc;
}
#endif
#ifndef NO__1g_1value_1peek_1pointer
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1g_1value_1peek_1pointer)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1g_1value_1peek_1pointer)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1g_1value_1peek_1pointer_FUNC);
- rc = (jintLong)g_value_peek_pointer((const GValue *)arg0);
+ rc = (jint)g_value_peek_pointer((const GValue *)arg0);
OS_NATIVE_EXIT(env, that, _1g_1value_1peek_1pointer_FUNC);
return rc;
}
#endif
#ifndef NO__1gdk_1atom_1intern
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1atom_1intern)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1atom_1intern)
(JNIEnv *env, jclass that, jbyteArray arg0, jboolean arg1)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1atom_1intern_FUNC);
#ifdef JNI_VERSION_1_2
if (IS_JNI_1_2) {
@@ -4869,7 +4682,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1atom_1intern)
{
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
}
- rc = (jintLong)gdk_atom_intern((const gchar *)lparg0, arg1);
+ rc = (jint)gdk_atom_intern((const gchar *)lparg0, arg1);
fail:
#ifdef JNI_VERSION_1_2
if (IS_JNI_1_2) {
@@ -4885,12 +4698,12 @@ fail:
#endif
#ifndef NO__1gdk_1atom_1name
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1atom_1name)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1atom_1name)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1atom_1name_FUNC);
- rc = (jintLong)gdk_atom_name((GdkAtom)arg0);
+ rc = (jint)gdk_atom_name((GdkAtom)arg0);
OS_NATIVE_EXIT(env, that, _1gdk_1atom_1name_FUNC);
return rc;
}
@@ -4907,11 +4720,11 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1beep)
#endif
#ifndef NO__1gdk_1bitmap_1create_1from_1data
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1bitmap_1create_1from_1data)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jint arg2, jint arg3)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1bitmap_1create_1from_1data)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jint arg2, jint arg3)
{
jbyte *lparg1=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1bitmap_1create_1from_1data_FUNC);
#ifdef JNI_VERSION_1_2
if (IS_JNI_1_2) {
@@ -4921,7 +4734,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1bitmap_1create_1from_1data)
{
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
}
- rc = (jintLong)gdk_bitmap_create_from_data((GdkWindow *)arg0, (const gchar *)lparg1, (gint)arg2, (gint)arg3);
+ rc = (jint)gdk_bitmap_create_from_data((GdkWindow *)arg0, (const gchar *)lparg1, (gint)arg2, (gint)arg3);
fail:
#ifdef JNI_VERSION_1_2
if (IS_JNI_1_2) {
@@ -4937,18 +4750,18 @@ fail:
#endif
#ifndef NO__1gdk_1cairo_1create
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1cairo_1create)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1cairo_1create)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1cairo_1create_FUNC);
/*
- rc = (jintLong)gdk_cairo_create(arg0);
+ rc = (jint)gdk_cairo_create(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gdk_cairo_create)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gdk_1cairo_1create_FUNC);
@@ -4958,7 +4771,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1cairo_1create)
#ifndef NO__1gdk_1cairo_1region
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1cairo_1region)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1cairo_1region_FUNC);
/*
@@ -4967,7 +4780,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1cairo_1region)
{
OS_LOAD_FUNCTION(fp, gdk_cairo_region)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gdk_1cairo_1region_FUNC);
@@ -4976,7 +4789,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1cairo_1region)
#ifndef NO__1gdk_1cairo_1reset_1clip
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1cairo_1reset_1clip)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1cairo_1reset_1clip_FUNC);
/*
@@ -4985,7 +4798,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1cairo_1reset_1clip)
{
OS_LOAD_FUNCTION(fp, gdk_cairo_reset_clip)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gdk_1cairo_1reset_1clip_FUNC);
@@ -4994,7 +4807,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1cairo_1reset_1clip)
#ifndef NO__1gdk_1cairo_1set_1source_1color
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1cairo_1set_1source_1color)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
GdkColor _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1cairo_1set_1source_1color_FUNC);
@@ -5005,7 +4818,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1cairo_1set_1source_1color)
{
OS_LOAD_FUNCTION(fp, gdk_cairo_set_source_color)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, GdkColor *))fp)(arg0, lparg1);
+ ((void (CALLING_CONVENTION*)(jint, GdkColor *))fp)(arg0, lparg1);
}
}
fail:
@@ -5014,9 +4827,19 @@ fail:
}
#endif
+#ifndef NO__1gdk_1color_1free
+JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1color_1free)
+ (JNIEnv *env, jclass that, jintLong arg0)
+{
+ OS_NATIVE_ENTER(env, that, _1gdk_1color_1free_FUNC);
+ gdk_color_free((GdkColor *)arg0);
+ OS_NATIVE_EXIT(env, that, _1gdk_1color_1free_FUNC);
+}
+#endif
+
#ifndef NO__1gdk_1color_1white
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1color_1white)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
GdkColor _arg1, *lparg1=NULL;
jboolean rc = 0;
@@ -5032,7 +4855,7 @@ fail:
#ifndef NO__1gdk_1colormap_1alloc_1color
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1colormap_1alloc_1color)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jboolean arg2, jboolean arg3)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1, jboolean arg2, jboolean arg3)
{
GdkColor _arg1, *lparg1=NULL;
jboolean rc = 0;
@@ -5048,7 +4871,7 @@ fail:
#ifndef NO__1gdk_1colormap_1free_1colors
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1colormap_1free_1colors)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1, jint arg2)
{
GdkColor _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1colormap_1free_1colors_FUNC);
@@ -5060,12 +4883,12 @@ fail:
#endif
#ifndef NO__1gdk_1colormap_1get_1system
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1colormap_1get_1system)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1colormap_1get_1system)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1colormap_1get_1system_FUNC);
- rc = (jintLong)gdk_colormap_get_system();
+ rc = (jint)gdk_colormap_get_system();
OS_NATIVE_EXIT(env, that, _1gdk_1colormap_1get_1system_FUNC);
return rc;
}
@@ -5073,7 +4896,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1colormap_1get_1system)
#ifndef NO__1gdk_1colormap_1query_1color
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1colormap_1query_1color)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jobject arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2)
{
GdkColor _arg2, *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1colormap_1query_1color_FUNC);
@@ -5087,7 +4910,7 @@ fail:
#ifndef NO__1gdk_1cursor_1destroy
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1cursor_1destroy)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gdk_1cursor_1destroy_FUNC);
gdk_cursor_destroy((GdkCursor *)arg0);
@@ -5096,30 +4919,30 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1cursor_1destroy)
#endif
#ifndef NO__1gdk_1cursor_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1cursor_1new)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1cursor_1new)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1cursor_1new_FUNC);
- rc = (jintLong)gdk_cursor_new((GdkCursorType)arg0);
+ rc = (jint)gdk_cursor_new((GdkCursorType)arg0);
OS_NATIVE_EXIT(env, that, _1gdk_1cursor_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gdk_1cursor_1new_1from_1pixbuf
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1cursor_1new_1from_1pixbuf)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1cursor_1new_1from_1pixbuf)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1cursor_1new_1from_1pixbuf_FUNC);
/*
- rc = (jintLong)gdk_cursor_new_from_pixbuf(arg0, arg1, arg2, arg3);
+ rc = (jint)gdk_cursor_new_from_pixbuf(arg0, arg1, arg2, arg3);
*/
{
OS_LOAD_FUNCTION(fp, gdk_cursor_new_from_pixbuf)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong, jintLong, jint, jint))fp)(arg0, arg1, arg2, arg3);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint, jint, jint, jint))fp)(arg0, arg1, arg2, arg3);
}
}
OS_NATIVE_EXIT(env, that, _1gdk_1cursor_1new_1from_1pixbuf_FUNC);
@@ -5128,16 +4951,16 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1cursor_1new_1from_1pixbuf)
#endif
#ifndef NO__1gdk_1cursor_1new_1from_1pixmap
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1cursor_1new_1from_1pixmap)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jobject arg2, jobject arg3, jint arg4, jint arg5)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1cursor_1new_1from_1pixmap)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2, jobject arg3, jint arg4, jint arg5)
{
GdkColor _arg2, *lparg2=NULL;
GdkColor _arg3, *lparg3=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1cursor_1new_1from_1pixmap_FUNC);
if (arg2) if ((lparg2 = getGdkColorFields(env, arg2, &_arg2)) == NULL) goto fail;
if (arg3) if ((lparg3 = getGdkColorFields(env, arg3, &_arg3)) == NULL) goto fail;
- rc = (jintLong)gdk_cursor_new_from_pixmap((GdkPixmap *)arg0, (GdkPixmap *)arg1, (GdkColor *)lparg2, (GdkColor *)lparg3, (gint)arg4, (gint)arg5);
+ rc = (jint)gdk_cursor_new_from_pixmap((GdkPixmap *)arg0, (GdkPixmap *)arg1, (GdkColor *)lparg2, (GdkColor *)lparg3, (gint)arg4, (gint)arg5);
fail:
OS_NATIVE_EXIT(env, that, _1gdk_1cursor_1new_1from_1pixmap_FUNC);
return rc;
@@ -5145,18 +4968,18 @@ fail:
#endif
#ifndef NO__1gdk_1display_1get_1default
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1display_1get_1default)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1display_1get_1default)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1display_1get_1default_FUNC);
/*
- rc = (jintLong)gdk_display_get_default();
+ rc = (jint)gdk_display_get_default();
*/
{
OS_LOAD_FUNCTION(fp, gdk_display_get_default)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)())fp)();
+ rc = (jint)((jint (CALLING_CONVENTION*)())fp)();
}
}
OS_NATIVE_EXIT(env, that, _1gdk_1display_1get_1default_FUNC);
@@ -5166,7 +4989,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1display_1get_1default)
#ifndef NO__1gdk_1display_1supports_1cursor_1color
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1display_1supports_1cursor_1color)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1display_1supports_1cursor_1color_FUNC);
@@ -5176,7 +4999,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1display_1supports_1cursor_1color)
{
OS_LOAD_FUNCTION(fp, gdk_display_supports_cursor_color)
if (fp) {
- rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gdk_1display_1supports_1cursor_1color_FUNC);
@@ -5186,7 +5009,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1display_1supports_1cursor_1color)
#ifndef NO__1gdk_1drag_1status
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1drag_1status)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gdk_1drag_1status_FUNC);
gdk_drag_status((GdkDragContext *)arg0, (GdkDragAction)arg1, (guint32)arg2);
@@ -5196,7 +5019,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1drag_1status)
#ifndef NO__1gdk_1draw_1arc
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1draw_1arc)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6, jint arg7, jint arg8)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6, jint arg7, jint arg8)
{
OS_NATIVE_ENTER(env, that, _1gdk_1draw_1arc_FUNC);
gdk_draw_arc((GdkDrawable *)arg0, (GdkGC *)arg1, (gint)arg2, (gint)arg3, (gint)arg4, (gint)arg5, (gint)arg6, (gint)arg7, (gint)arg8);
@@ -5206,7 +5029,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1draw_1arc)
#ifndef NO__1gdk_1draw_1drawable
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1draw_1drawable)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jint arg3, jint arg4, jint arg5, jint arg6, jint arg7, jint arg8)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6, jint arg7, jint arg8)
{
OS_NATIVE_ENTER(env, that, _1gdk_1draw_1drawable_FUNC);
gdk_draw_drawable((GdkDrawable *)arg0, (GdkGC *)arg1, (GdkDrawable *)arg2, (gint)arg3, (gint)arg4, (gint)arg5, (gint)arg6, (gint)arg7, (gint)arg8);
@@ -5216,7 +5039,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1draw_1drawable)
#ifndef NO__1gdk_1draw_1image
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1draw_1image)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jint arg3, jint arg4, jint arg5, jint arg6, jint arg7, jint arg8)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6, jint arg7, jint arg8)
{
OS_NATIVE_ENTER(env, that, _1gdk_1draw_1image_FUNC);
gdk_draw_image((GdkDrawable *)arg0, (GdkGC *)arg1, (GdkImage *)arg2, arg3, arg4, arg5, arg6, arg7, arg8);
@@ -5226,7 +5049,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1draw_1image)
#ifndef NO__1gdk_1draw_1layout
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1draw_1layout)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jintLong arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4)
{
OS_NATIVE_ENTER(env, that, _1gdk_1draw_1layout_FUNC);
gdk_draw_layout((GdkDrawable *)arg0, (GdkGC *)arg1, (gint)arg2, (gint)arg3, (PangoLayout *)arg4);
@@ -5236,7 +5059,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1draw_1layout)
#ifndef NO__1gdk_1draw_1layout_1with_1colors
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1draw_1layout_1with_1colors)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jintLong arg4, jobject arg5, jobject arg6)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jobject arg5, jobject arg6)
{
GdkColor _arg5, *lparg5=NULL;
GdkColor _arg6, *lparg6=NULL;
@@ -5251,7 +5074,7 @@ fail:
#ifndef NO__1gdk_1draw_1line
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1draw_1line)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jint arg4, jint arg5)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5)
{
OS_NATIVE_ENTER(env, that, _1gdk_1draw_1line_FUNC);
gdk_draw_line((GdkDrawable *)arg0, (GdkGC *)arg1, (gint)arg2, (gint)arg3, (gint)arg4, (gint)arg5);
@@ -5261,7 +5084,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1draw_1line)
#ifndef NO__1gdk_1draw_1lines
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1draw_1lines)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintArray arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2, jint arg3)
{
jint *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1draw_1lines_FUNC);
@@ -5289,7 +5112,7 @@ fail:
#ifndef NO__1gdk_1draw_1pixbuf
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1draw_1pixbuf)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jint arg3, jint arg4, jint arg5, jint arg6, jint arg7, jint arg8, jint arg9, jint arg10, jint arg11)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6, jint arg7, jint arg8, jint arg9, jint arg10, jint arg11)
{
OS_NATIVE_ENTER(env, that, _1gdk_1draw_1pixbuf_FUNC);
/*
@@ -5307,7 +5130,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1draw_1pixbuf)
#ifndef NO__1gdk_1draw_1point
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1draw_1point)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
OS_NATIVE_ENTER(env, that, _1gdk_1draw_1point_FUNC);
gdk_draw_point((GdkDrawable *)arg0, (GdkGC *)arg1, arg2, arg3);
@@ -5317,7 +5140,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1draw_1point)
#ifndef NO__1gdk_1draw_1polygon
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1draw_1polygon)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jintArray arg3, jint arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jintArray arg3, jint arg4)
{
jint *lparg3=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1draw_1polygon_FUNC);
@@ -5345,7 +5168,7 @@ fail:
#ifndef NO__1gdk_1draw_1rectangle
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1draw_1rectangle)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6)
{
OS_NATIVE_ENTER(env, that, _1gdk_1draw_1rectangle_FUNC);
gdk_draw_rectangle((GdkDrawable *)arg0, (GdkGC *)arg1, (gint)arg2, (gint)arg3, (gint)arg4, (gint)arg5, (gint)arg6);
@@ -5355,7 +5178,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1draw_1rectangle)
#ifndef NO__1gdk_1drawable_1get_1depth
JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1drawable_1get_1depth)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1drawable_1get_1depth_FUNC);
@@ -5366,12 +5189,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1drawable_1get_1depth)
#endif
#ifndef NO__1gdk_1drawable_1get_1image
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1drawable_1get_1image)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jint arg3, jint arg4)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1drawable_1get_1image)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1drawable_1get_1image_FUNC);
- rc = (jintLong)gdk_drawable_get_image((GdkDrawable *)arg0, (gint)arg1, (gint)arg2, (gint)arg3, (gint)arg4);
+ rc = (jint)gdk_drawable_get_image((GdkDrawable *)arg0, (gint)arg1, (gint)arg2, (gint)arg3, (gint)arg4);
OS_NATIVE_EXIT(env, that, _1gdk_1drawable_1get_1image_FUNC);
return rc;
}
@@ -5379,7 +5202,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1drawable_1get_1image)
#ifndef NO__1gdk_1drawable_1get_1size
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1drawable_1get_1size)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1, jintArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
jint *lparg1=NULL;
jint *lparg2=NULL;
@@ -5411,12 +5234,12 @@ fail:
#endif
#ifndef NO__1gdk_1drawable_1get_1visible_1region
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1drawable_1get_1visible_1region)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1drawable_1get_1visible_1region)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1drawable_1get_1visible_1region_FUNC);
- rc = (jintLong)gdk_drawable_get_visible_region((GdkDrawable *)arg0);
+ rc = (jint)gdk_drawable_get_visible_region((GdkDrawable *)arg0);
OS_NATIVE_EXIT(env, that, _1gdk_1drawable_1get_1visible_1region_FUNC);
return rc;
}
@@ -5445,12 +5268,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1error_1trap_1push)
#endif
#ifndef NO__1gdk_1event_1copy
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1event_1copy)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1event_1copy)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1event_1copy_FUNC);
- rc = (jintLong)gdk_event_copy((GdkEvent *)arg0);
+ rc = (jint)gdk_event_copy((GdkEvent *)arg0);
OS_NATIVE_EXIT(env, that, _1gdk_1event_1copy_FUNC);
return rc;
}
@@ -5458,7 +5281,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1event_1copy)
#ifndef NO__1gdk_1event_1free
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1event_1free)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gdk_1event_1free_FUNC);
gdk_event_free((GdkEvent *)arg0);
@@ -5467,12 +5290,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1event_1free)
#endif
#ifndef NO__1gdk_1event_1get
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1event_1get)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1event_1get)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1event_1get_FUNC);
- rc = (jintLong)gdk_event_get();
+ rc = (jint)gdk_event_get();
OS_NATIVE_EXIT(env, that, _1gdk_1event_1get_FUNC);
return rc;
}
@@ -5480,7 +5303,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1event_1get)
#ifndef NO__1gdk_1event_1get_1coords
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1event_1get_1coords)
- (JNIEnv *env, jclass that, jintLong arg0, jdoubleArray arg1, jdoubleArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jdoubleArray arg1, jdoubleArray arg2)
{
jdouble *lparg1=NULL;
jdouble *lparg2=NULL;
@@ -5498,12 +5321,12 @@ fail:
#endif
#ifndef NO__1gdk_1event_1get_1graphics_1expose
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1event_1get_1graphics_1expose)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1event_1get_1graphics_1expose)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1event_1get_1graphics_1expose_FUNC);
- rc = (jintLong)gdk_event_get_graphics_expose((GdkWindow *)arg0);
+ rc = (jint)gdk_event_get_graphics_expose((GdkWindow *)arg0);
OS_NATIVE_EXIT(env, that, _1gdk_1event_1get_1graphics_1expose_FUNC);
return rc;
}
@@ -5511,7 +5334,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1event_1get_1graphics_1expose)
#ifndef NO__1gdk_1event_1get_1root_1coords
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1event_1get_1root_1coords)
- (JNIEnv *env, jclass that, jintLong arg0, jdoubleArray arg1, jdoubleArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jdoubleArray arg1, jdoubleArray arg2)
{
jdouble *lparg1=NULL;
jdouble *lparg2=NULL;
@@ -5530,7 +5353,7 @@ fail:
#ifndef NO__1gdk_1event_1get_1state
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1event_1get_1state)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1)
{
jint *lparg1=NULL;
jboolean rc = 0;
@@ -5546,7 +5369,7 @@ fail:
#ifndef NO__1gdk_1event_1get_1time
JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1event_1get_1time)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1event_1get_1time_FUNC);
@@ -5558,7 +5381,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1event_1get_1time)
#ifndef NO__1gdk_1event_1handler_1set
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1event_1handler_1set)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gdk_1event_1handler_1set_FUNC);
gdk_event_handler_set((GdkEventFunc)arg0, (gpointer)arg1, (GDestroyNotify)arg2);
@@ -5567,24 +5390,24 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1event_1handler_1set)
#endif
#ifndef NO__1gdk_1event_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1event_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1event_1new)
(JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1event_1new_FUNC);
- rc = (jintLong)gdk_event_new(arg0);
+ rc = (jint)gdk_event_new(arg0);
OS_NATIVE_EXIT(env, that, _1gdk_1event_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gdk_1event_1peek
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1event_1peek)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1event_1peek)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1event_1peek_FUNC);
- rc = (jintLong)gdk_event_peek();
+ rc = (jint)gdk_event_peek();
OS_NATIVE_EXIT(env, that, _1gdk_1event_1peek_FUNC);
return rc;
}
@@ -5592,7 +5415,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1event_1peek)
#ifndef NO__1gdk_1event_1put
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1event_1put)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gdk_1event_1put_FUNC);
gdk_event_put((GdkEvent *)arg0);
@@ -5612,7 +5435,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1flush)
#ifndef NO__1gdk_1free_1text_1list
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1free_1text_1list)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gdk_1free_1text_1list_FUNC);
gdk_free_text_list((gchar **)arg0);
@@ -5622,7 +5445,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1free_1text_1list)
#ifndef NO__1gdk_1gc_1get_1values
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1get_1values)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
GdkGCValues _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1gc_1get_1values_FUNC);
@@ -5635,12 +5458,12 @@ fail:
#endif
#ifndef NO__1gdk_1gc_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1gc_1new)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1gc_1new)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1gc_1new_FUNC);
- rc = (jintLong)gdk_gc_new((GdkDrawable *)arg0);
+ rc = (jint)gdk_gc_new((GdkDrawable *)arg0);
OS_NATIVE_EXIT(env, that, _1gdk_1gc_1new_FUNC);
return rc;
}
@@ -5648,7 +5471,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1gc_1new)
#ifndef NO__1gdk_1gc_1set_1background
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1background)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
GdkColor _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1gc_1set_1background_FUNC);
@@ -5661,7 +5484,7 @@ fail:
#ifndef NO__1gdk_1gc_1set_1clip_1mask
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1clip_1mask)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1gc_1set_1clip_1mask_FUNC);
gdk_gc_set_clip_mask((GdkGC *)arg0, (GdkBitmap *)arg1);
@@ -5671,7 +5494,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1clip_1mask)
#ifndef NO__1gdk_1gc_1set_1clip_1origin
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1clip_1origin)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gdk_1gc_1set_1clip_1origin_FUNC);
gdk_gc_set_clip_origin((GdkGC *)arg0, (gint)arg1, (gint)arg2);
@@ -5681,7 +5504,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1clip_1origin)
#ifndef NO__1gdk_1gc_1set_1clip_1rectangle
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1clip_1rectangle)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
GdkRectangle _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1gc_1set_1clip_1rectangle_FUNC);
@@ -5694,7 +5517,7 @@ fail:
#ifndef NO__1gdk_1gc_1set_1clip_1region
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1clip_1region)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1gc_1set_1clip_1region_FUNC);
gdk_gc_set_clip_region((GdkGC *)arg0, (GdkRegion *)arg1);
@@ -5704,7 +5527,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1clip_1region)
#ifndef NO__1gdk_1gc_1set_1dashes
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1dashes)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jbyteArray arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jbyteArray arg2, jint arg3)
{
jbyte *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1gc_1set_1dashes_FUNC);
@@ -5732,7 +5555,7 @@ fail:
#ifndef NO__1gdk_1gc_1set_1exposures
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1exposures)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1gc_1set_1exposures_FUNC);
gdk_gc_set_exposures((GdkGC *)arg0, (gboolean)arg1);
@@ -5742,7 +5565,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1exposures)
#ifndef NO__1gdk_1gc_1set_1fill
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1fill)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1gc_1set_1fill_FUNC);
gdk_gc_set_fill((GdkGC *)arg0, (GdkFill)arg1);
@@ -5752,7 +5575,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1fill)
#ifndef NO__1gdk_1gc_1set_1foreground
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1foreground)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
GdkColor _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1gc_1set_1foreground_FUNC);
@@ -5765,7 +5588,7 @@ fail:
#ifndef NO__1gdk_1gc_1set_1function
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1function)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1gc_1set_1function_FUNC);
gdk_gc_set_function((GdkGC *)arg0, (GdkFunction)arg1);
@@ -5775,7 +5598,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1function)
#ifndef NO__1gdk_1gc_1set_1line_1attributes
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1line_1attributes)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jint arg3, jint arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4)
{
OS_NATIVE_ENTER(env, that, _1gdk_1gc_1set_1line_1attributes_FUNC);
gdk_gc_set_line_attributes((GdkGC *)arg0, (gint)arg1, (GdkLineStyle)arg2, (GdkCapStyle)arg3, (GdkJoinStyle)arg4);
@@ -5785,7 +5608,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1line_1attributes)
#ifndef NO__1gdk_1gc_1set_1stipple
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1stipple)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1gc_1set_1stipple_FUNC);
gdk_gc_set_stipple((GdkGC *)arg0, (GdkPixmap *)arg1);
@@ -5795,7 +5618,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1stipple)
#ifndef NO__1gdk_1gc_1set_1subwindow
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1subwindow)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1gc_1set_1subwindow_FUNC);
gdk_gc_set_subwindow((GdkGC *)arg0, (GdkSubwindowMode)arg1);
@@ -5805,7 +5628,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1subwindow)
#ifndef NO__1gdk_1gc_1set_1tile
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1tile)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1gc_1set_1tile_FUNC);
gdk_gc_set_tile((GdkGC *)arg0, (GdkPixmap *)arg1);
@@ -5815,7 +5638,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1tile)
#ifndef NO__1gdk_1gc_1set_1ts_1origin
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1ts_1origin)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gdk_1gc_1set_1ts_1origin_FUNC);
gdk_gc_set_ts_origin((GdkGC *)arg0, arg1, arg2);
@@ -5825,7 +5648,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1ts_1origin)
#ifndef NO__1gdk_1gc_1set_1values
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1gc_1set_1values)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1, jint arg2)
{
GdkGCValues _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1gc_1set_1values_FUNC);
@@ -5847,12 +5670,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1keyboard_1ungrab)
#endif
#ifndef NO__1gdk_1keymap_1get_1default
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1keymap_1get_1default)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1keymap_1get_1default)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1keymap_1get_1default_FUNC);
- rc = (jintLong)gdk_keymap_get_default();
+ rc = (jint)gdk_keymap_get_default();
OS_NATIVE_EXIT(env, that, _1gdk_1keymap_1get_1default_FUNC);
return rc;
}
@@ -5860,7 +5683,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1keymap_1get_1default)
#ifndef NO__1gdk_1keymap_1translate_1keyboard_1state
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1keymap_1translate_1keyboard_1state)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jint arg3, jintArray arg4, jintArray arg5, jintArray arg6, jintArray arg7)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jintArray arg4, jintArray arg5, jintArray arg6, jintArray arg7)
{
jint *lparg4=NULL;
jint *lparg5=NULL;
@@ -5908,24 +5731,24 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1keyval_1to_1unicode)
#endif
#ifndef NO__1gdk_1pango_1attr_1embossed_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1pango_1attr_1embossed_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1pango_1attr_1embossed_1new)
(JNIEnv *env, jclass that, jboolean arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pango_1attr_1embossed_1new_FUNC);
- rc = (jintLong)gdk_pango_attr_embossed_new(arg0);
+ rc = (jint)gdk_pango_attr_embossed_new(arg0);
OS_NATIVE_EXIT(env, that, _1gdk_1pango_1attr_1embossed_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gdk_1pango_1context_1get
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1pango_1context_1get)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1pango_1context_1get)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pango_1context_1get_FUNC);
- rc = (jintLong)gdk_pango_context_get();
+ rc = (jint)gdk_pango_context_get();
OS_NATIVE_EXIT(env, that, _1gdk_1pango_1context_1get_FUNC);
return rc;
}
@@ -5933,7 +5756,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1pango_1context_1get)
#ifndef NO__1gdk_1pango_1context_1set_1colormap
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1pango_1context_1set_1colormap)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1pango_1context_1set_1colormap_FUNC);
gdk_pango_context_set_colormap((PangoContext *)arg0, (GdkColormap *)arg1);
@@ -5942,14 +5765,14 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1pango_1context_1set_1colormap)
#endif
#ifndef NO__1gdk_1pango_1layout_1get_1clip_1region
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1pango_1layout_1get_1clip_1region)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jintArray arg3, jint arg4)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1pango_1layout_1get_1clip_1region)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jintArray arg3, jint arg4)
{
jint *lparg3=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pango_1layout_1get_1clip_1region_FUNC);
if (arg3) if ((lparg3 = (*env)->GetIntArrayElements(env, arg3, NULL)) == NULL) goto fail;
- rc = (jintLong)gdk_pango_layout_get_clip_region((PangoLayout *)arg0, arg1, arg2, lparg3, arg4);
+ rc = (jint)gdk_pango_layout_get_clip_region((PangoLayout *)arg0, arg1, arg2, lparg3, arg4);
fail:
if (arg3 && lparg3) (*env)->ReleaseIntArrayElements(env, arg3, lparg3, 0);
OS_NATIVE_EXIT(env, that, _1gdk_1pango_1layout_1get_1clip_1region_FUNC);
@@ -5959,7 +5782,7 @@ fail:
#ifndef NO__1gdk_1pixbuf_1copy_1area
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1pixbuf_1copy_1area)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jint arg3, jint arg4, jintLong arg5, jint arg6, jint arg7)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6, jint arg7)
{
OS_NATIVE_ENTER(env, that, _1gdk_1pixbuf_1copy_1area_FUNC);
gdk_pixbuf_copy_area((GdkPixbuf *)arg0, arg1, arg2, arg3, arg4, (GdkPixbuf *)arg5, arg6, arg7);
@@ -5968,12 +5791,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1pixbuf_1copy_1area)
#endif
#ifndef NO__1gdk_1pixbuf_1get_1from_1drawable
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1pixbuf_1get_1from_1drawable)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jint arg3, jint arg4, jint arg5, jint arg6, jint arg7, jint arg8)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1pixbuf_1get_1from_1drawable)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6, jint arg7, jint arg8)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pixbuf_1get_1from_1drawable_FUNC);
- rc = (jintLong)gdk_pixbuf_get_from_drawable((GdkPixbuf *)arg0, (GdkDrawable *)arg1, (GdkColormap *)arg2, arg3, arg4, arg5, arg6, arg7, arg8);
+ rc = (jint)gdk_pixbuf_get_from_drawable((GdkPixbuf *)arg0, (GdkDrawable *)arg1, (GdkColormap *)arg2, arg3, arg4, arg5, arg6, arg7, arg8);
OS_NATIVE_EXIT(env, that, _1gdk_1pixbuf_1get_1from_1drawable_FUNC);
return rc;
}
@@ -5981,7 +5804,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1pixbuf_1get_1from_1drawable)
#ifndef NO__1gdk_1pixbuf_1get_1has_1alpha
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1pixbuf_1get_1has_1alpha)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pixbuf_1get_1has_1alpha_FUNC);
@@ -5993,7 +5816,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1pixbuf_1get_1has_1alpha)
#ifndef NO__1gdk_1pixbuf_1get_1height
JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1pixbuf_1get_1height)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pixbuf_1get_1height_FUNC);
@@ -6004,12 +5827,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1pixbuf_1get_1height)
#endif
#ifndef NO__1gdk_1pixbuf_1get_1pixels
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1pixbuf_1get_1pixels)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1pixbuf_1get_1pixels)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pixbuf_1get_1pixels_FUNC);
- rc = (jintLong)gdk_pixbuf_get_pixels((const GdkPixbuf *)arg0);
+ rc = (jint)gdk_pixbuf_get_pixels((const GdkPixbuf *)arg0);
OS_NATIVE_EXIT(env, that, _1gdk_1pixbuf_1get_1pixels_FUNC);
return rc;
}
@@ -6017,7 +5840,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1pixbuf_1get_1pixels)
#ifndef NO__1gdk_1pixbuf_1get_1rowstride
JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1pixbuf_1get_1rowstride)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pixbuf_1get_1rowstride_FUNC);
@@ -6029,7 +5852,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1pixbuf_1get_1rowstride)
#ifndef NO__1gdk_1pixbuf_1get_1width
JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1pixbuf_1get_1width)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pixbuf_1get_1width_FUNC);
@@ -6041,39 +5864,39 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1pixbuf_1get_1width)
#ifndef NO__1gdk_1pixbuf_1loader_1close
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1pixbuf_1loader_1close)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1)
{
- jintLong *lparg1=NULL;
+ jint *lparg1=NULL;
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pixbuf_1loader_1close_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
rc = (jboolean)gdk_pixbuf_loader_close((GdkPixbufLoader *)arg0, (GError **)lparg1);
fail:
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1gdk_1pixbuf_1loader_1close_FUNC);
return rc;
}
#endif
#ifndef NO__1gdk_1pixbuf_1loader_1get_1pixbuf
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1pixbuf_1loader_1get_1pixbuf)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1pixbuf_1loader_1get_1pixbuf)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pixbuf_1loader_1get_1pixbuf_FUNC);
- rc = (jintLong)gdk_pixbuf_loader_get_pixbuf((GdkPixbufLoader *)arg0);
+ rc = (jint)gdk_pixbuf_loader_get_pixbuf((GdkPixbufLoader *)arg0);
OS_NATIVE_EXIT(env, that, _1gdk_1pixbuf_1loader_1get_1pixbuf_FUNC);
return rc;
}
#endif
#ifndef NO__1gdk_1pixbuf_1loader_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1pixbuf_1loader_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1pixbuf_1loader_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pixbuf_1loader_1new_FUNC);
- rc = (jintLong)gdk_pixbuf_loader_new();
+ rc = (jint)gdk_pixbuf_loader_new();
OS_NATIVE_EXIT(env, that, _1gdk_1pixbuf_1loader_1new_FUNC);
return rc;
}
@@ -6081,45 +5904,45 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1pixbuf_1loader_1new)
#ifndef NO__1gdk_1pixbuf_1loader_1write
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1pixbuf_1loader_1write)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jintLongArray arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jintArray arg3)
{
- jintLong *lparg3=NULL;
+ jint *lparg3=NULL;
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pixbuf_1loader_1write_FUNC);
- if (arg3) if ((lparg3 = (*env)->GetIntLongArrayElements(env, arg3, NULL)) == NULL) goto fail;
+ if (arg3) if ((lparg3 = (*env)->GetIntArrayElements(env, arg3, NULL)) == NULL) goto fail;
rc = (jboolean)gdk_pixbuf_loader_write((GdkPixbufLoader *)arg0, (const guchar *)arg1, (gsize)arg2, (GError **)lparg3);
fail:
- if (arg3 && lparg3) (*env)->ReleaseIntLongArrayElements(env, arg3, lparg3, 0);
+ if (arg3 && lparg3) (*env)->ReleaseIntArrayElements(env, arg3, lparg3, 0);
OS_NATIVE_EXIT(env, that, _1gdk_1pixbuf_1loader_1write_FUNC);
return rc;
}
#endif
#ifndef NO__1gdk_1pixbuf_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1pixbuf_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1pixbuf_1new)
(JNIEnv *env, jclass that, jint arg0, jboolean arg1, jint arg2, jint arg3, jint arg4)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pixbuf_1new_FUNC);
- rc = (jintLong)gdk_pixbuf_new((GdkColorspace)arg0, (gboolean)arg1, arg2, arg3, arg4);
+ rc = (jint)gdk_pixbuf_new((GdkColorspace)arg0, (gboolean)arg1, arg2, arg3, arg4);
OS_NATIVE_EXIT(env, that, _1gdk_1pixbuf_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gdk_1pixbuf_1new_1from_1file
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1pixbuf_1new_1from_1file)
- (JNIEnv *env, jclass that, jbyteArray arg0, jintLongArray arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1pixbuf_1new_1from_1file)
+ (JNIEnv *env, jclass that, jbyteArray arg0, jintArray arg1)
{
jbyte *lparg0=NULL;
- jintLong *lparg1=NULL;
- jintLong rc = 0;
+ jint *lparg1=NULL;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pixbuf_1new_1from_1file_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
- rc = (jintLong)gdk_pixbuf_new_from_file((const char *)lparg0, (GError**)lparg1);
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ rc = (jint)gdk_pixbuf_new_from_file((const char *)lparg0, (GError**)lparg1);
fail:
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
if (arg0 && lparg0) (*env)->ReleaseByteArrayElements(env, arg0, lparg0, 0);
OS_NATIVE_EXIT(env, that, _1gdk_1pixbuf_1new_1from_1file_FUNC);
return rc;
@@ -6128,24 +5951,24 @@ fail:
#ifndef NO__1gdk_1pixbuf_1render_1pixmap_1and_1mask
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1pixbuf_1render_1pixmap_1and_1mask)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1, jintLongArray arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2, jint arg3)
{
- jintLong *lparg1=NULL;
- jintLong *lparg2=NULL;
+ jint *lparg1=NULL;
+ jint *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1pixbuf_1render_1pixmap_1and_1mask_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
gdk_pixbuf_render_pixmap_and_mask((GdkPixbuf *)arg0, (GdkDrawable **)lparg1, (GdkBitmap **)lparg2, arg3);
fail:
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1gdk_1pixbuf_1render_1pixmap_1and_1mask_FUNC);
}
#endif
#ifndef NO__1gdk_1pixbuf_1render_1to_1drawable
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1pixbuf_1render_1to_1drawable)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jint arg3, jint arg4, jint arg5, jint arg6, jint arg7, jint arg8, jint arg9, jint arg10, jint arg11)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6, jint arg7, jint arg8, jint arg9, jint arg10, jint arg11)
{
OS_NATIVE_ENTER(env, that, _1gdk_1pixbuf_1render_1to_1drawable_FUNC);
gdk_pixbuf_render_to_drawable((GdkPixbuf *)arg0, (GdkDrawable *)arg1, (GdkGC *)arg2, arg3, arg4, arg5, arg6, arg7, arg8, (GdkRgbDither)arg9, arg10, arg11);
@@ -6155,7 +5978,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1pixbuf_1render_1to_1drawable)
#ifndef NO__1gdk_1pixbuf_1render_1to_1drawable_1alpha
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1pixbuf_1render_1to_1drawable_1alpha)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6, jint arg7, jint arg8, jint arg9, jint arg10, jint arg11, jint arg12)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6, jint arg7, jint arg8, jint arg9, jint arg10, jint arg11, jint arg12)
{
OS_NATIVE_ENTER(env, that, _1gdk_1pixbuf_1render_1to_1drawable_1alpha_FUNC);
gdk_pixbuf_render_to_drawable_alpha((GdkPixbuf *)arg0, (GdkDrawable *)arg1, arg2, arg3, arg4, arg5, arg6, arg7, (GdkPixbufAlphaMode)arg8, arg9, (GdkRgbDither)arg10, arg11, arg12);
@@ -6165,38 +5988,38 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1pixbuf_1render_1to_1drawable_1alpha)
#ifndef NO__1gdk_1pixbuf_1save_1to_1bufferv
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1pixbuf_1save_1to_1bufferv)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1, jintLongArray arg2, jbyteArray arg3, jintLongArray arg4, jintLongArray arg5, jintLongArray arg6)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2, jbyteArray arg3, jintArray arg4, jintArray arg5, jintArray arg6)
{
- jintLong *lparg1=NULL;
- jintLong *lparg2=NULL;
+ jint *lparg1=NULL;
+ jint *lparg2=NULL;
jbyte *lparg3=NULL;
- jintLong *lparg4=NULL;
- jintLong *lparg5=NULL;
- jintLong *lparg6=NULL;
+ jint *lparg4=NULL;
+ jint *lparg5=NULL;
+ jint *lparg6=NULL;
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pixbuf_1save_1to_1bufferv_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
if (arg3) if ((lparg3 = (*env)->GetByteArrayElements(env, arg3, NULL)) == NULL) goto fail;
- if (arg4) if ((lparg4 = (*env)->GetIntLongArrayElements(env, arg4, NULL)) == NULL) goto fail;
- if (arg5) if ((lparg5 = (*env)->GetIntLongArrayElements(env, arg5, NULL)) == NULL) goto fail;
- if (arg6) if ((lparg6 = (*env)->GetIntLongArrayElements(env, arg6, NULL)) == NULL) goto fail;
+ if (arg4) if ((lparg4 = (*env)->GetIntArrayElements(env, arg4, NULL)) == NULL) goto fail;
+ if (arg5) if ((lparg5 = (*env)->GetIntArrayElements(env, arg5, NULL)) == NULL) goto fail;
+ if (arg6) if ((lparg6 = (*env)->GetIntArrayElements(env, arg6, NULL)) == NULL) goto fail;
/*
rc = (jboolean)gdk_pixbuf_save_to_bufferv((GdkPixbuf *)arg0, (gchar **)lparg1, (gsize *)lparg2, (const char *)lparg3, lparg4, lparg5, (GError **)lparg6);
*/
{
OS_LOAD_FUNCTION(fp, gdk_pixbuf_save_to_bufferv)
if (fp) {
- rc = (jboolean)((jboolean (CALLING_CONVENTION*)(GdkPixbuf *, gchar **, gsize *, const char *, jintLong *, jintLong *, GError **))fp)((GdkPixbuf *)arg0, (gchar **)lparg1, (gsize *)lparg2, (const char *)lparg3, lparg4, lparg5, (GError **)lparg6);
+ rc = (jboolean)((jboolean (CALLING_CONVENTION*)(GdkPixbuf *, gchar **, gsize *, const char *, jint *, jint *, GError **))fp)((GdkPixbuf *)arg0, (gchar **)lparg1, (gsize *)lparg2, (const char *)lparg3, lparg4, lparg5, (GError **)lparg6);
}
}
fail:
- if (arg6 && lparg6) (*env)->ReleaseIntLongArrayElements(env, arg6, lparg6, 0);
- if (arg5 && lparg5) (*env)->ReleaseIntLongArrayElements(env, arg5, lparg5, 0);
- if (arg4 && lparg4) (*env)->ReleaseIntLongArrayElements(env, arg4, lparg4, 0);
+ if (arg6 && lparg6) (*env)->ReleaseIntArrayElements(env, arg6, lparg6, 0);
+ if (arg5 && lparg5) (*env)->ReleaseIntArrayElements(env, arg5, lparg5, 0);
+ if (arg4 && lparg4) (*env)->ReleaseIntArrayElements(env, arg4, lparg4, 0);
if (arg3 && lparg3) (*env)->ReleaseByteArrayElements(env, arg3, lparg3, 0);
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1gdk_1pixbuf_1save_1to_1bufferv_FUNC);
return rc;
}
@@ -6204,7 +6027,7 @@ fail:
#ifndef NO__1gdk_1pixbuf_1scale
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1pixbuf_1scale)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jint arg4, jint arg5, jdouble arg6, jdouble arg7, jdouble arg8, jdouble arg9, jint arg10)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jdouble arg6, jdouble arg7, jdouble arg8, jdouble arg9, jint arg10)
{
OS_NATIVE_ENTER(env, that, _1gdk_1pixbuf_1scale_FUNC);
gdk_pixbuf_scale((const GdkPixbuf *)arg0, (GdkPixbuf *)arg1, arg2, arg3, arg4, arg5, (double)arg6, (double)arg7, (double)arg8, (double)arg9, arg10);
@@ -6213,36 +6036,36 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1pixbuf_1scale)
#endif
#ifndef NO__1gdk_1pixbuf_1scale_1simple
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1pixbuf_1scale_1simple)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jint arg3)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1pixbuf_1scale_1simple)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pixbuf_1scale_1simple_FUNC);
- rc = (jintLong)gdk_pixbuf_scale_simple((const GdkPixbuf *)arg0, arg1, arg2, (GdkInterpType)arg3);
+ rc = (jint)gdk_pixbuf_scale_simple((const GdkPixbuf *)arg0, arg1, arg2, (GdkInterpType)arg3);
OS_NATIVE_EXIT(env, that, _1gdk_1pixbuf_1scale_1simple_FUNC);
return rc;
}
#endif
#ifndef NO__1gdk_1pixmap_1foreign_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1pixmap_1foreign_1new)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1pixmap_1foreign_1new)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pixmap_1foreign_1new_FUNC);
- rc = (jintLong)gdk_pixmap_foreign_new(arg0);
+ rc = (jint)gdk_pixmap_foreign_new(arg0);
OS_NATIVE_EXIT(env, that, _1gdk_1pixmap_1foreign_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gdk_1pixmap_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1pixmap_1new)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jint arg3)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1pixmap_1new)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pixmap_1new_FUNC);
- rc = (jintLong)gdk_pixmap_new((GdkWindow *)arg0, (gint)arg1, (gint)arg2, (gint)arg3);
+ rc = (jint)gdk_pixmap_new((GdkWindow *)arg0, (gint)arg1, (gint)arg2, (gint)arg3);
OS_NATIVE_EXIT(env, that, _1gdk_1pixmap_1new_FUNC);
return rc;
}
@@ -6250,7 +6073,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1pixmap_1new)
#ifndef NO__1gdk_1pointer_1grab
JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1pointer_1grab)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1, jint arg2, jintLong arg3, jintLong arg4, jint arg5)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1, jint arg2, jint arg3, jint arg4, jint arg5)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1pointer_1grab_FUNC);
@@ -6284,24 +6107,24 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1pointer_1ungrab)
#ifndef NO__1gdk_1property_1get
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1property_1get)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jintLong arg3, jintLong arg4, jint arg5, jintLongArray arg6, jintArray arg7, jintArray arg8, jintLongArray arg9)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jintArray arg6, jintArray arg7, jintArray arg8, jintArray arg9)
{
- jintLong *lparg6=NULL;
+ jint *lparg6=NULL;
jint *lparg7=NULL;
jint *lparg8=NULL;
- jintLong *lparg9=NULL;
+ jint *lparg9=NULL;
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1property_1get_FUNC);
- if (arg6) if ((lparg6 = (*env)->GetIntLongArrayElements(env, arg6, NULL)) == NULL) goto fail;
+ if (arg6) if ((lparg6 = (*env)->GetIntArrayElements(env, arg6, NULL)) == NULL) goto fail;
if (arg7) if ((lparg7 = (*env)->GetIntArrayElements(env, arg7, NULL)) == NULL) goto fail;
if (arg8) if ((lparg8 = (*env)->GetIntArrayElements(env, arg8, NULL)) == NULL) goto fail;
- if (arg9) if ((lparg9 = (*env)->GetIntLongArrayElements(env, arg9, NULL)) == NULL) goto fail;
+ if (arg9) if ((lparg9 = (*env)->GetIntArrayElements(env, arg9, NULL)) == NULL) goto fail;
rc = (jboolean)gdk_property_get((GdkWindow *)arg0, (GdkAtom)arg1, (GdkAtom)arg2, arg3, arg4, arg5, (GdkAtom *)lparg6, (gint *)lparg7, (gint *)lparg8, (guchar **)lparg9);
fail:
- if (arg9 && lparg9) (*env)->ReleaseIntLongArrayElements(env, arg9, lparg9, 0);
+ if (arg9 && lparg9) (*env)->ReleaseIntArrayElements(env, arg9, lparg9, 0);
if (arg8 && lparg8) (*env)->ReleaseIntArrayElements(env, arg8, lparg8, 0);
if (arg7 && lparg7) (*env)->ReleaseIntArrayElements(env, arg7, lparg7, 0);
- if (arg6 && lparg6) (*env)->ReleaseIntLongArrayElements(env, arg6, lparg6, 0);
+ if (arg6 && lparg6) (*env)->ReleaseIntArrayElements(env, arg6, lparg6, 0);
OS_NATIVE_EXIT(env, that, _1gdk_1property_1get_FUNC);
return rc;
}
@@ -6309,7 +6132,7 @@ fail:
#ifndef NO__1gdk_1region_1destroy
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1region_1destroy)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gdk_1region_1destroy_FUNC);
gdk_region_destroy((GdkRegion *)arg0);
@@ -6319,7 +6142,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1region_1destroy)
#ifndef NO__1gdk_1region_1empty
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1region_1empty)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1region_1empty_FUNC);
@@ -6331,7 +6154,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1region_1empty)
#ifndef NO__1gdk_1region_1get_1clipbox
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1region_1get_1clipbox)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
GdkRectangle _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1region_1get_1clipbox_FUNC);
@@ -6345,24 +6168,24 @@ fail:
#ifndef NO__1gdk_1region_1get_1rectangles
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1region_1get_1rectangles)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1, jintArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
- jintLong *lparg1=NULL;
+ jint *lparg1=NULL;
jint *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1region_1get_1rectangles_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
gdk_region_get_rectangles((GdkRegion *)arg0, (GdkRectangle **)lparg1, (gint *)lparg2);
fail:
if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1gdk_1region_1get_1rectangles_FUNC);
}
#endif
#ifndef NO__1gdk_1region_1intersect
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1region_1intersect)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1region_1intersect_FUNC);
gdk_region_intersect((GdkRegion *)arg0, (GdkRegion *)arg1);
@@ -6371,12 +6194,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1region_1intersect)
#endif
#ifndef NO__1gdk_1region_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1region_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1region_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1region_1new_FUNC);
- rc = (jintLong)gdk_region_new();
+ rc = (jint)gdk_region_new();
OS_NATIVE_EXIT(env, that, _1gdk_1region_1new_FUNC);
return rc;
}
@@ -6384,7 +6207,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1region_1new)
#ifndef NO__1gdk_1region_1offset
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1region_1offset)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gdk_1region_1offset_FUNC);
gdk_region_offset((GdkRegion *)arg0, (gint)arg1, (gint)arg2);
@@ -6394,7 +6217,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1region_1offset)
#ifndef NO__1gdk_1region_1point_1in
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1region_1point_1in)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1region_1point_1in_FUNC);
@@ -6405,14 +6228,14 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1region_1point_1in)
#endif
#ifndef NO__1gdk_1region_1polygon
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1region_1polygon)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1region_1polygon)
(JNIEnv *env, jclass that, jintArray arg0, jint arg1, jint arg2)
{
jint *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1region_1polygon_FUNC);
if (arg0) if ((lparg0 = (*env)->GetIntArrayElements(env, arg0, NULL)) == NULL) goto fail;
- rc = (jintLong)gdk_region_polygon((GdkPoint *)lparg0, arg1, (GdkFillRule)arg2);
+ rc = (jint)gdk_region_polygon((GdkPoint *)lparg0, arg1, (GdkFillRule)arg2);
fail:
if (arg0 && lparg0) (*env)->ReleaseIntArrayElements(env, arg0, lparg0, 0);
OS_NATIVE_EXIT(env, that, _1gdk_1region_1polygon_FUNC);
@@ -6421,14 +6244,14 @@ fail:
#endif
#ifndef NO__1gdk_1region_1rect_1in
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1region_1rect_1in)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1region_1rect_1in)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
GdkRectangle _arg1, *lparg1=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1region_1rect_1in_FUNC);
if (arg1) if ((lparg1 = getGdkRectangleFields(env, arg1, &_arg1)) == NULL) goto fail;
- rc = (jintLong)gdk_region_rect_in((GdkRegion *)arg0, (GdkRectangle *)lparg1);
+ rc = (jint)gdk_region_rect_in((GdkRegion *)arg0, (GdkRectangle *)lparg1);
fail:
OS_NATIVE_EXIT(env, that, _1gdk_1region_1rect_1in_FUNC);
return rc;
@@ -6436,14 +6259,14 @@ fail:
#endif
#ifndef NO__1gdk_1region_1rectangle
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1region_1rectangle)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1region_1rectangle)
(JNIEnv *env, jclass that, jobject arg0)
{
GdkRectangle _arg0, *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1region_1rectangle_FUNC);
if (arg0) if ((lparg0 = getGdkRectangleFields(env, arg0, &_arg0)) == NULL) goto fail;
- rc = (jintLong)gdk_region_rectangle(lparg0);
+ rc = (jint)gdk_region_rectangle(lparg0);
fail:
OS_NATIVE_EXIT(env, that, _1gdk_1region_1rectangle_FUNC);
return rc;
@@ -6452,7 +6275,7 @@ fail:
#ifndef NO__1gdk_1region_1subtract
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1region_1subtract)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1region_1subtract_FUNC);
gdk_region_subtract((GdkRegion *)arg0, (GdkRegion *)arg1);
@@ -6462,7 +6285,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1region_1subtract)
#ifndef NO__1gdk_1region_1union
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1region_1union)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1region_1union_FUNC);
gdk_region_union((GdkRegion *)arg0, (GdkRegion *)arg1);
@@ -6472,7 +6295,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1region_1union)
#ifndef NO__1gdk_1region_1union_1with_1rect
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1region_1union_1with_1rect)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
GdkRectangle _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1region_1union_1with_1rect_FUNC);
@@ -6494,18 +6317,18 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1rgb_1init)
#endif
#ifndef NO__1gdk_1screen_1get_1default
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1screen_1get_1default)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1screen_1get_1default)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1screen_1get_1default_FUNC);
/*
- rc = (jintLong)gdk_screen_get_default();
+ rc = (jint)gdk_screen_get_default();
*/
{
OS_LOAD_FUNCTION(fp, gdk_screen_get_default)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)())fp)();
+ rc = (jint)((jint (CALLING_CONVENTION*)())fp)();
}
}
OS_NATIVE_EXIT(env, that, _1gdk_1screen_1get_1default_FUNC);
@@ -6515,7 +6338,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1screen_1get_1default)
#ifndef NO__1gdk_1screen_1get_1monitor_1at_1point
JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1screen_1get_1monitor_1at_1point)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1screen_1get_1monitor_1at_1point_FUNC);
@@ -6535,7 +6358,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1screen_1get_1monitor_1at_1point)
#ifndef NO__1gdk_1screen_1get_1monitor_1at_1window
JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1screen_1get_1monitor_1at_1window)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1screen_1get_1monitor_1at_1window_FUNC);
@@ -6555,7 +6378,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1screen_1get_1monitor_1at_1window)
#ifndef NO__1gdk_1screen_1get_1monitor_1geometry
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1screen_1get_1monitor_1geometry)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jobject arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2)
{
GdkRectangle _arg2, *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1screen_1get_1monitor_1geometry_FUNC);
@@ -6577,7 +6400,7 @@ fail:
#ifndef NO__1gdk_1screen_1get_1n_1monitors
JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1screen_1get_1n_1monitors)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1screen_1get_1n_1monitors_FUNC);
@@ -6597,7 +6420,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1screen_1get_1n_1monitors)
#ifndef NO__1gdk_1screen_1get_1number
JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1screen_1get_1number)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1screen_1get_1number_FUNC);
@@ -6667,15 +6490,15 @@ fail:
#ifndef NO__1gdk_1text_1property_1to_1utf8_1list
JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1text_1property_1to_1utf8_1list)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jintLong arg2, jint arg3, jintLongArray arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jintArray arg4)
{
- jintLong *lparg4=NULL;
+ jint *lparg4=NULL;
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1text_1property_1to_1utf8_1list_FUNC);
- if (arg4) if ((lparg4 = (*env)->GetIntLongArrayElements(env, arg4, NULL)) == NULL) goto fail;
+ if (arg4) if ((lparg4 = (*env)->GetIntArrayElements(env, arg4, NULL)) == NULL) goto fail;
rc = (jint)gdk_text_property_to_utf8_list((GdkAtom)arg0, arg1, (guchar *)arg2, arg3, (gchar ***)lparg4);
fail:
- if (arg4 && lparg4) (*env)->ReleaseIntLongArrayElements(env, arg4, lparg4, 0);
+ if (arg4 && lparg4) (*env)->ReleaseIntArrayElements(env, arg4, lparg4, 0);
OS_NATIVE_EXIT(env, that, _1gdk_1text_1property_1to_1utf8_1list_FUNC);
return rc;
}
@@ -6695,26 +6518,26 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1unicode_1to_1keyval)
#ifndef NO__1gdk_1utf8_1to_1compound_1text
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1utf8_1to_1compound_1text)
- (JNIEnv *env, jclass that, jbyteArray arg0, jintLongArray arg1, jintArray arg2, jintLongArray arg3, jintArray arg4)
+ (JNIEnv *env, jclass that, jbyteArray arg0, jintArray arg1, jintArray arg2, jintArray arg3, jintArray arg4)
{
jbyte *lparg0=NULL;
- jintLong *lparg1=NULL;
+ jint *lparg1=NULL;
jint *lparg2=NULL;
- jintLong *lparg3=NULL;
+ jint *lparg3=NULL;
jint *lparg4=NULL;
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1utf8_1to_1compound_1text_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
- if (arg3) if ((lparg3 = (*env)->GetIntLongArrayElements(env, arg3, NULL)) == NULL) goto fail;
+ if (arg3) if ((lparg3 = (*env)->GetIntArrayElements(env, arg3, NULL)) == NULL) goto fail;
if (arg4) if ((lparg4 = (*env)->GetIntArrayElements(env, arg4, NULL)) == NULL) goto fail;
rc = (jboolean)gdk_utf8_to_compound_text((const gchar *)lparg0, (GdkAtom *)lparg1, (gint *)lparg2, (guchar **)lparg3, (gint *)lparg4);
fail:
if (arg4 && lparg4) (*env)->ReleaseIntArrayElements(env, arg4, lparg4, 0);
- if (arg3 && lparg3) (*env)->ReleaseIntLongArrayElements(env, arg3, lparg3, 0);
+ if (arg3 && lparg3) (*env)->ReleaseIntArrayElements(env, arg3, lparg3, 0);
if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
if (arg0 && lparg0) (*env)->ReleaseByteArrayElements(env, arg0, lparg0, 0);
OS_NATIVE_EXIT(env, that, _1gdk_1utf8_1to_1compound_1text_FUNC);
return rc;
@@ -6722,14 +6545,14 @@ fail:
#endif
#ifndef NO__1gdk_1utf8_1to_1string_1target
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1utf8_1to_1string_1target)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1utf8_1to_1string_1target)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1utf8_1to_1string_1target_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
- rc = (jintLong)gdk_utf8_to_string_target((const gchar *)lparg0);
+ rc = (jint)gdk_utf8_to_string_target((const gchar *)lparg0);
fail:
if (arg0 && lparg0) (*env)->ReleaseByteArrayElements(env, arg0, lparg0, 0);
OS_NATIVE_EXIT(env, that, _1gdk_1utf8_1to_1string_1target_FUNC);
@@ -6738,12 +6561,12 @@ fail:
#endif
#ifndef NO__1gdk_1visual_1get_1system
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1visual_1get_1system)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1visual_1get_1system)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1visual_1get_1system_FUNC);
- rc = (jintLong)gdk_visual_get_system();
+ rc = (jint)gdk_visual_get_system();
OS_NATIVE_EXIT(env, that, _1gdk_1visual_1get_1system_FUNC);
return rc;
}
@@ -6751,7 +6574,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1visual_1get_1system)
#ifndef NO__1gdk_1window_1add_1filter
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1add_1filter)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1add_1filter_FUNC);
gdk_window_add_filter((GdkWindow *)arg0, (GdkFilterFunc)arg1, (gpointer)arg2);
@@ -6760,16 +6583,16 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1add_1filter)
#endif
#ifndef NO__1gdk_1window_1at_1pointer
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1window_1at_1pointer)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1window_1at_1pointer)
(JNIEnv *env, jclass that, jintArray arg0, jintArray arg1)
{
jint *lparg0=NULL;
jint *lparg1=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1window_1at_1pointer_FUNC);
if (arg0) if ((lparg0 = (*env)->GetIntArrayElements(env, arg0, NULL)) == NULL) goto fail;
if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
- rc = (jintLong)gdk_window_at_pointer((gint *)lparg0, (gint *)lparg1);
+ rc = (jint)gdk_window_at_pointer((gint *)lparg0, (gint *)lparg1);
fail:
if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
if (arg0 && lparg0) (*env)->ReleaseIntArrayElements(env, arg0, lparg0, 0);
@@ -6780,7 +6603,7 @@ fail:
#ifndef NO__1gdk_1window_1begin_1paint_1rect
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1begin_1paint_1rect)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
GdkRectangle _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1window_1begin_1paint_1rect_FUNC);
@@ -6793,7 +6616,7 @@ fail:
#ifndef NO__1gdk_1window_1clear_1area
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1clear_1area)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jint arg3, jint arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1clear_1area_FUNC);
gdk_window_clear_area((GdkWindow *)arg0, arg1, arg2, arg3, arg4);
@@ -6803,7 +6626,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1clear_1area)
#ifndef NO__1gdk_1window_1destroy
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1destroy)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1destroy_FUNC);
gdk_window_destroy((GdkWindow *)arg0);
@@ -6813,7 +6636,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1destroy)
#ifndef NO__1gdk_1window_1end_1paint
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1end_1paint)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1end_1paint_FUNC);
gdk_window_end_paint((GdkWindow *)arg0);
@@ -6823,7 +6646,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1end_1paint)
#ifndef NO__1gdk_1window_1focus
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1focus)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1focus_FUNC);
gdk_window_focus((GdkWindow *)arg0, arg1);
@@ -6833,7 +6656,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1focus)
#ifndef NO__1gdk_1window_1freeze_1updates
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1freeze_1updates)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1freeze_1updates_FUNC);
gdk_window_freeze_updates((GdkWindow *)arg0);
@@ -6842,12 +6665,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1freeze_1updates)
#endif
#ifndef NO__1gdk_1window_1get_1children
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1window_1get_1children)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1window_1get_1children)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1window_1get_1children_FUNC);
- rc = (jintLong)gdk_window_get_children((GdkWindow *)arg0);
+ rc = (jint)gdk_window_get_children((GdkWindow *)arg0);
OS_NATIVE_EXIT(env, that, _1gdk_1window_1get_1children_FUNC);
return rc;
}
@@ -6855,7 +6678,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1window_1get_1children)
#ifndef NO__1gdk_1window_1get_1events
JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1window_1get_1events)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1window_1get_1events_FUNC);
@@ -6867,7 +6690,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1window_1get_1events)
#ifndef NO__1gdk_1window_1get_1frame_1extents
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1get_1frame_1extents)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
GdkRectangle _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1window_1get_1frame_1extents_FUNC);
@@ -6881,27 +6704,27 @@ fail:
#ifndef NO__1gdk_1window_1get_1internal_1paint_1info
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1get_1internal_1paint_1info)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1, jintArray arg2, jintArray arg3)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2, jintArray arg3)
{
- jintLong *lparg1=NULL;
+ jint *lparg1=NULL;
jint *lparg2=NULL;
jint *lparg3=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1window_1get_1internal_1paint_1info_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
if (arg3) if ((lparg3 = (*env)->GetIntArrayElements(env, arg3, NULL)) == NULL) goto fail;
gdk_window_get_internal_paint_info((GdkWindow *)arg0, (GdkDrawable **)lparg1, (gint *)lparg2, (gint *)lparg3);
fail:
if (arg3 && lparg3) (*env)->ReleaseIntArrayElements(env, arg3, lparg3, 0);
if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1gdk_1window_1get_1internal_1paint_1info_FUNC);
}
#endif
#ifndef NO__1gdk_1window_1get_1origin
JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1window_1get_1origin)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1, jintArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
jint *lparg1=NULL;
jint *lparg2=NULL;
@@ -6919,30 +6742,30 @@ fail:
#endif
#ifndef NO__1gdk_1window_1get_1parent
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1window_1get_1parent)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1window_1get_1parent)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1window_1get_1parent_FUNC);
- rc = (jintLong)gdk_window_get_parent((GdkWindow *)arg0);
+ rc = (jint)gdk_window_get_parent((GdkWindow *)arg0);
OS_NATIVE_EXIT(env, that, _1gdk_1window_1get_1parent_FUNC);
return rc;
}
#endif
#ifndef NO__1gdk_1window_1get_1pointer
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1window_1get_1pointer)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1, jintArray arg2, jintArray arg3)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1window_1get_1pointer)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2, jintArray arg3)
{
jint *lparg1=NULL;
jint *lparg2=NULL;
jint *lparg3=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1window_1get_1pointer_FUNC);
if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
if (arg3) if ((lparg3 = (*env)->GetIntArrayElements(env, arg3, NULL)) == NULL) goto fail;
- rc = (jintLong)gdk_window_get_pointer((GdkWindow *)arg0, (gint *)lparg1, (gint *)lparg2, (GdkModifierType *)lparg3);
+ rc = (jint)gdk_window_get_pointer((GdkWindow *)arg0, (gint *)lparg1, (gint *)lparg2, (GdkModifierType *)lparg3);
fail:
if (arg3 && lparg3) (*env)->ReleaseIntArrayElements(env, arg3, lparg3, 0);
if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
@@ -6954,7 +6777,7 @@ fail:
#ifndef NO__1gdk_1window_1get_1position
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1get_1position)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1, jintArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
jint *lparg1=NULL;
jint *lparg2=NULL;
@@ -6971,21 +6794,21 @@ fail:
#ifndef NO__1gdk_1window_1get_1user_1data
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1get_1user_1data)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1)
{
- jintLong *lparg1=NULL;
+ jint *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1window_1get_1user_1data_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
gdk_window_get_user_data((GdkWindow *)arg0, (gpointer *)lparg1);
fail:
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1gdk_1window_1get_1user_1data_FUNC);
}
#endif
#ifndef NO__1gdk_1window_1hide
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1hide)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1hide_FUNC);
gdk_window_hide((GdkWindow *)arg0);
@@ -6995,7 +6818,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1hide)
#ifndef NO__1gdk_1window_1invalidate_1rect
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1invalidate_1rect)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jboolean arg2)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1, jboolean arg2)
{
GdkRectangle _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gdk_1window_1invalidate_1rect_FUNC);
@@ -7008,7 +6831,7 @@ fail:
#ifndef NO__1gdk_1window_1invalidate_1region
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1invalidate_1region)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jboolean arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jboolean arg2)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1invalidate_1region_FUNC);
gdk_window_invalidate_region((GdkWindow *)arg0, (GdkRegion *)arg1, (gboolean)arg2);
@@ -7018,7 +6841,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1invalidate_1region)
#ifndef NO__1gdk_1window_1is_1viewable
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1window_1is_1viewable)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1window_1is_1viewable_FUNC);
@@ -7030,7 +6853,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1window_1is_1viewable)
#ifndef NO__1gdk_1window_1is_1visible
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1window_1is_1visible)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1window_1is_1visible_FUNC);
@@ -7041,12 +6864,12 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gdk_1window_1is_1visible)
#endif
#ifndef NO__1gdk_1window_1lookup
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1window_1lookup)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1window_1lookup)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1window_1lookup_FUNC);
- rc = (jintLong)gdk_window_lookup(arg0);
+ rc = (jint)gdk_window_lookup(arg0);
OS_NATIVE_EXIT(env, that, _1gdk_1window_1lookup_FUNC);
return rc;
}
@@ -7054,7 +6877,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1window_1lookup)
#ifndef NO__1gdk_1window_1lower
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1lower)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1lower_FUNC);
gdk_window_lower((GdkWindow *)arg0);
@@ -7064,7 +6887,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1lower)
#ifndef NO__1gdk_1window_1move
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1move)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1move_FUNC);
gdk_window_move((GdkWindow *)arg0, arg1, arg2);
@@ -7074,7 +6897,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1move)
#ifndef NO__1gdk_1window_1move_1resize
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1move_1resize)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jint arg3, jint arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1move_1resize_FUNC);
gdk_window_move_resize((GdkWindow *)arg0, arg1, arg2, arg3, arg4);
@@ -7083,14 +6906,14 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1move_1resize)
#endif
#ifndef NO__1gdk_1window_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1window_1new)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jint arg2)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1window_1new)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1, jint arg2)
{
GdkWindowAttr _arg1, *lparg1=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1window_1new_FUNC);
if (arg1) if ((lparg1 = getGdkWindowAttrFields(env, arg1, &_arg1)) == NULL) goto fail;
- rc = (jintLong)gdk_window_new((GdkWindow *)arg0, lparg1, arg2);
+ rc = (jint)gdk_window_new((GdkWindow *)arg0, lparg1, arg2);
fail:
OS_NATIVE_EXIT(env, that, _1gdk_1window_1new_FUNC);
return rc;
@@ -7109,7 +6932,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1process_1all_1updates)
#ifndef NO__1gdk_1window_1process_1updates
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1process_1updates)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1process_1updates_FUNC);
gdk_window_process_updates((GdkWindow *)arg0, (gboolean)arg1);
@@ -7119,7 +6942,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1process_1updates)
#ifndef NO__1gdk_1window_1raise
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1raise)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1raise_FUNC);
gdk_window_raise((GdkWindow *)arg0);
@@ -7129,7 +6952,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1raise)
#ifndef NO__1gdk_1window_1remove_1filter
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1remove_1filter)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1remove_1filter_FUNC);
gdk_window_remove_filter((GdkWindow *)arg0, (GdkFilterFunc)arg1, (gpointer)arg2);
@@ -7139,7 +6962,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1remove_1filter)
#ifndef NO__1gdk_1window_1resize
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1resize)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1resize_FUNC);
gdk_window_resize((GdkWindow *)arg0, arg1, arg2);
@@ -7149,7 +6972,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1resize)
#ifndef NO__1gdk_1window_1restack
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1restack)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jboolean arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jboolean arg2)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1restack_FUNC);
/*
@@ -7167,7 +6990,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1restack)
#ifndef NO__1gdk_1window_1scroll
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1scroll)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1scroll_FUNC);
gdk_window_scroll((GdkWindow *)arg0, arg1, arg2);
@@ -7177,7 +7000,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1scroll)
#ifndef NO__1gdk_1window_1set_1accept_1focus
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1accept_1focus)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1set_1accept_1focus_FUNC);
/*
@@ -7195,7 +7018,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1accept_1focus)
#ifndef NO__1gdk_1window_1set_1back_1pixmap
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1back_1pixmap)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jboolean arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jboolean arg2)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1set_1back_1pixmap_FUNC);
gdk_window_set_back_pixmap((GdkWindow *)arg0, (GdkPixmap *)arg1, (gboolean)arg2);
@@ -7205,7 +7028,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1back_1pixmap)
#ifndef NO__1gdk_1window_1set_1cursor
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1cursor)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1set_1cursor_FUNC);
gdk_window_set_cursor((GdkWindow *)arg0, (GdkCursor *)arg1);
@@ -7225,7 +7048,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1debug_1updates)
#ifndef NO__1gdk_1window_1set_1decorations
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1decorations)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1set_1decorations_FUNC);
gdk_window_set_decorations((GdkWindow *)arg0, (GdkWMDecoration)arg1);
@@ -7235,7 +7058,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1decorations)
#ifndef NO__1gdk_1window_1set_1events
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1events)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1set_1events_FUNC);
gdk_window_set_events((GdkWindow *)arg0, arg1);
@@ -7245,7 +7068,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1events)
#ifndef NO__1gdk_1window_1set_1icon
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1icon)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jintLong arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1set_1icon_FUNC);
gdk_window_set_icon((GdkWindow *)arg0, (GdkWindow *)arg1, (GdkPixmap *)arg2, (GdkBitmap *)arg3);
@@ -7255,7 +7078,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1icon)
#ifndef NO__1gdk_1window_1set_1icon_1list
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1icon_1list)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1set_1icon_1list_FUNC);
gdk_window_set_icon_list((GdkWindow *)arg0, (GList *)arg1);
@@ -7265,7 +7088,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1icon_1list)
#ifndef NO__1gdk_1window_1set_1keep_1above
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1keep_1above)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1set_1keep_1above_FUNC);
/*
@@ -7283,7 +7106,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1keep_1above)
#ifndef NO__1gdk_1window_1set_1override_1redirect
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1override_1redirect)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1set_1override_1redirect_FUNC);
gdk_window_set_override_redirect((GdkWindow *)arg0, (gboolean)arg1);
@@ -7293,7 +7116,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1override_1redirect)
#ifndef NO__1gdk_1window_1set_1user_1data
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1user_1data)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1set_1user_1data_FUNC);
gdk_window_set_user_data((GdkWindow *)arg0, (gpointer)arg1);
@@ -7303,7 +7126,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1set_1user_1data)
#ifndef NO__1gdk_1window_1shape_1combine_1region
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1shape_1combine_1region)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1shape_1combine_1region_FUNC);
gdk_window_shape_combine_region((GdkWindow *)arg0, (GdkRegion *)arg1, arg2, arg3);
@@ -7313,7 +7136,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1shape_1combine_1region)
#ifndef NO__1gdk_1window_1show
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1show)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1show_FUNC);
gdk_window_show((GdkWindow *)arg0);
@@ -7323,7 +7146,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1show)
#ifndef NO__1gdk_1window_1show_1unraised
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1show_1unraised)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1show_1unraised_FUNC);
gdk_window_show_unraised((GdkWindow *)arg0);
@@ -7333,7 +7156,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1show_1unraised)
#ifndef NO__1gdk_1window_1thaw_1updates
JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1thaw_1updates)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gdk_1window_1thaw_1updates_FUNC);
gdk_window_thaw_updates((GdkWindow *)arg0);
@@ -7342,66 +7165,66 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gdk_1window_1thaw_1updates)
#endif
#ifndef NO__1gdk_1x11_1atom_1to_1xatom
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1x11_1atom_1to_1xatom)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1x11_1atom_1to_1xatom)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1x11_1atom_1to_1xatom_FUNC);
- rc = (jintLong)gdk_x11_atom_to_xatom((GdkAtom)arg0);
+ rc = (jint)gdk_x11_atom_to_xatom((GdkAtom)arg0);
OS_NATIVE_EXIT(env, that, _1gdk_1x11_1atom_1to_1xatom_FUNC);
return rc;
}
#endif
#ifndef NO__1gdk_1x11_1colormap_1get_1xcolormap
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1x11_1colormap_1get_1xcolormap)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1x11_1colormap_1get_1xcolormap)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1x11_1colormap_1get_1xcolormap_FUNC);
- rc = (jintLong)gdk_x11_colormap_get_xcolormap((GdkColormap *)arg0);
+ rc = (jint)gdk_x11_colormap_get_xcolormap((GdkColormap *)arg0);
OS_NATIVE_EXIT(env, that, _1gdk_1x11_1colormap_1get_1xcolormap_FUNC);
return rc;
}
#endif
#ifndef NO__1gdk_1x11_1drawable_1get_1xdisplay
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1x11_1drawable_1get_1xdisplay)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1x11_1drawable_1get_1xdisplay)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1x11_1drawable_1get_1xdisplay_FUNC);
- rc = (jintLong)gdk_x11_drawable_get_xdisplay((GdkDrawable *)arg0);
+ rc = (jint)gdk_x11_drawable_get_xdisplay((GdkDrawable *)arg0);
OS_NATIVE_EXIT(env, that, _1gdk_1x11_1drawable_1get_1xdisplay_FUNC);
return rc;
}
#endif
#ifndef NO__1gdk_1x11_1drawable_1get_1xid
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1x11_1drawable_1get_1xid)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1x11_1drawable_1get_1xid)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1x11_1drawable_1get_1xid_FUNC);
- rc = (jintLong)gdk_x11_drawable_get_xid((GdkDrawable *)arg0);
+ rc = (jint)gdk_x11_drawable_get_xid((GdkDrawable *)arg0);
OS_NATIVE_EXIT(env, that, _1gdk_1x11_1drawable_1get_1xid_FUNC);
return rc;
}
#endif
#ifndef NO__1gdk_1x11_1screen_1get_1window_1manager_1name
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1x11_1screen_1get_1window_1manager_1name)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1x11_1screen_1get_1window_1manager_1name)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1x11_1screen_1get_1window_1manager_1name_FUNC);
/*
- rc = (jintLong)gdk_x11_screen_get_window_manager_name((GdkScreen *)arg0);
+ rc = (jint)gdk_x11_screen_get_window_manager_name((GdkScreen *)arg0);
*/
{
OS_LOAD_FUNCTION(fp, gdk_x11_screen_get_window_manager_name)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(GdkScreen *))fp)((GdkScreen *)arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(GdkScreen *))fp)((GdkScreen *)arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gdk_1x11_1screen_1get_1window_1manager_1name_FUNC);
@@ -7410,18 +7233,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1x11_1screen_1get_1window_1manager_1n
#endif
#ifndef NO__1gdk_1x11_1screen_1lookup_1visual
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1x11_1screen_1lookup_1visual)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1x11_1screen_1lookup_1visual)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1x11_1screen_1lookup_1visual_FUNC);
/*
- rc = (jintLong)gdk_x11_screen_lookup_visual((GdkScreen *)arg0, (VisualID)arg1);
+ rc = (jint)gdk_x11_screen_lookup_visual((GdkScreen *)arg0, (VisualID)arg1);
*/
{
OS_LOAD_FUNCTION(fp, gdk_x11_screen_lookup_visual)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(GdkScreen *, VisualID))fp)((GdkScreen *)arg0, (VisualID)arg1);
+ rc = (jint)((jint (CALLING_CONVENTION*)(GdkScreen *, VisualID))fp)((GdkScreen *)arg0, (VisualID)arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gdk_1x11_1screen_1lookup_1visual_FUNC);
@@ -7430,24 +7253,24 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1x11_1screen_1lookup_1visual)
#endif
#ifndef NO__1gdk_1x11_1visual_1get_1xvisual
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gdk_1x11_1visual_1get_1xvisual)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gdk_1x11_1visual_1get_1xvisual)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gdk_1x11_1visual_1get_1xvisual_FUNC);
- rc = (jintLong)gdk_x11_visual_get_xvisual((GdkVisual *)arg0);
+ rc = (jint)gdk_x11_visual_get_xvisual((GdkVisual *)arg0);
OS_NATIVE_EXIT(env, that, _1gdk_1x11_1visual_1get_1xvisual_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1accel_1group_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1accel_1group_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1accel_1group_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1accel_1group_1new_FUNC);
- rc = (jintLong)gtk_accel_group_new();
+ rc = (jint)gtk_accel_group_new();
OS_NATIVE_EXIT(env, that, _1gtk_1accel_1group_1new_FUNC);
return rc;
}
@@ -7455,7 +7278,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1accel_1group_1new)
#ifndef NO__1gtk_1accel_1groups_1activate
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1accel_1groups_1activate)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1accel_1groups_1activate_FUNC);
@@ -7467,7 +7290,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1accel_1groups_1activate)
#ifndef NO__1gtk_1accel_1label_1set_1accel_1widget
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1accel_1label_1set_1accel_1widget)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1accel_1label_1set_1accel_1widget_FUNC);
gtk_accel_label_set_accel_widget((GtkAccelLabel *)arg0, (GtkWidget *)arg1);
@@ -7489,7 +7312,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1accelerator_1get_1default_1mod_1mask)
#ifndef NO__1gtk_1accelerator_1parse
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1accelerator_1parse)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1, jintArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
jint *lparg1=NULL;
jint *lparg2=NULL;
@@ -7506,7 +7329,7 @@ fail:
#ifndef NO__1gtk_1adjustment_1changed
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1adjustment_1changed)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1adjustment_1changed_FUNC);
gtk_adjustment_changed((GtkAdjustment *)arg0);
@@ -7515,12 +7338,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1adjustment_1changed)
#endif
#ifndef NO__1gtk_1adjustment_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1adjustment_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1adjustment_1new)
(JNIEnv *env, jclass that, jdouble arg0, jdouble arg1, jdouble arg2, jdouble arg3, jdouble arg4, jdouble arg5)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1adjustment_1new_FUNC);
- rc = (jintLong)gtk_adjustment_new((gdouble)arg0, (gdouble)arg1, (gdouble)arg2, (gdouble)arg3, (gdouble)arg4, arg5);
+ rc = (jint)gtk_adjustment_new((gdouble)arg0, (gdouble)arg1, (gdouble)arg2, (gdouble)arg3, (gdouble)arg4, arg5);
OS_NATIVE_EXIT(env, that, _1gtk_1adjustment_1new_FUNC);
return rc;
}
@@ -7528,7 +7351,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1adjustment_1new)
#ifndef NO__1gtk_1adjustment_1set_1value
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1adjustment_1set_1value)
- (JNIEnv *env, jclass that, jintLong arg0, jdouble arg1)
+ (JNIEnv *env, jclass that, jint arg0, jdouble arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1adjustment_1set_1value_FUNC);
gtk_adjustment_set_value((GtkAdjustment *)arg0, (gdouble)arg1);
@@ -7538,7 +7361,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1adjustment_1set_1value)
#ifndef NO__1gtk_1adjustment_1value_1changed
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1adjustment_1value_1changed)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1adjustment_1value_1changed_FUNC);
gtk_adjustment_value_changed((GtkAdjustment *)arg0);
@@ -7547,12 +7370,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1adjustment_1value_1changed)
#endif
#ifndef NO__1gtk_1arrow_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1arrow_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1arrow_1new)
(JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1arrow_1new_FUNC);
- rc = (jintLong)gtk_arrow_new((GtkArrowType)arg0, (GtkShadowType)arg1);
+ rc = (jint)gtk_arrow_new((GtkArrowType)arg0, (GtkShadowType)arg1);
OS_NATIVE_EXIT(env, that, _1gtk_1arrow_1new_FUNC);
return rc;
}
@@ -7560,7 +7383,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1arrow_1new)
#ifndef NO__1gtk_1arrow_1set
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1arrow_1set)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1arrow_1set_FUNC);
gtk_arrow_set((GtkArrow *)arg0, (GtkArrowType)arg1, (GtkShadowType)arg2);
@@ -7569,12 +7392,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1arrow_1set)
#endif
#ifndef NO__1gtk_1bin_1get_1child
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1bin_1get_1child)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1bin_1get_1child)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1bin_1get_1child_FUNC);
- rc = (jintLong)gtk_bin_get_child((GtkBin *)arg0);
+ rc = (jint)gtk_bin_get_child((GtkBin *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1bin_1get_1child_FUNC);
return rc;
}
@@ -7582,7 +7405,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1bin_1get_1child)
#ifndef NO__1gtk_1border_1free
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1border_1free)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1border_1free_FUNC);
gtk_border_free((GtkBorder *)arg0);
@@ -7592,7 +7415,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1border_1free)
#ifndef NO__1gtk_1box_1set_1child_1packing
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1box_1set_1child_1packing)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jboolean arg2, jboolean arg3, jint arg4, jint arg5)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jboolean arg2, jboolean arg3, jint arg4, jint arg5)
{
OS_NATIVE_ENTER(env, that, _1gtk_1box_1set_1child_1packing_FUNC);
gtk_box_set_child_packing((GtkBox *)arg0, (GtkWidget *)arg1, arg2, arg3, arg4, arg5);
@@ -7602,7 +7425,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1box_1set_1child_1packing)
#ifndef NO__1gtk_1box_1set_1spacing
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1box_1set_1spacing)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1box_1set_1spacing_FUNC);
gtk_box_set_spacing((GtkBox *)arg0, arg1);
@@ -7612,7 +7435,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1box_1set_1spacing)
#ifndef NO__1gtk_1button_1clicked
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1button_1clicked)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1button_1clicked_FUNC);
gtk_button_clicked((GtkButton *)arg0);
@@ -7622,7 +7445,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1button_1clicked)
#ifndef NO__1gtk_1button_1get_1relief
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1button_1get_1relief)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1button_1get_1relief_FUNC);
@@ -7633,12 +7456,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1button_1get_1relief)
#endif
#ifndef NO__1gtk_1button_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1button_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1button_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1button_1new_FUNC);
- rc = (jintLong)gtk_button_new();
+ rc = (jint)gtk_button_new();
OS_NATIVE_EXIT(env, that, _1gtk_1button_1new_FUNC);
return rc;
}
@@ -7646,7 +7469,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1button_1new)
#ifndef NO__1gtk_1button_1set_1relief
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1button_1set_1relief)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1button_1set_1relief_FUNC);
gtk_button_set_relief((GtkButton *)arg0, (GtkReliefStyle)arg1);
@@ -7656,7 +7479,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1button_1set_1relief)
#ifndef NO__1gtk_1calendar_1clear_1marks
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1calendar_1clear_1marks)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1calendar_1clear_1marks_FUNC);
/*
@@ -7674,7 +7497,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1calendar_1clear_1marks)
#ifndef NO__1gtk_1calendar_1display_1options
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1calendar_1display_1options)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1calendar_1display_1options_FUNC);
/*
@@ -7692,7 +7515,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1calendar_1display_1options)
#ifndef NO__1gtk_1calendar_1get_1date
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1calendar_1get_1date)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1, jintArray arg2, jintArray arg3)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2, jintArray arg3)
{
jint *lparg1=NULL;
jint *lparg2=NULL;
@@ -7720,7 +7543,7 @@ fail:
#ifndef NO__1gtk_1calendar_1mark_1day
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1calendar_1mark_1day)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1calendar_1mark_1day_FUNC);
/*
@@ -7737,18 +7560,18 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1calendar_1mark_1day)
#endif
#ifndef NO__1gtk_1calendar_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1calendar_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1calendar_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1calendar_1new_FUNC);
/*
- rc = (jintLong)gtk_calendar_new();
+ rc = (jint)gtk_calendar_new();
*/
{
OS_LOAD_FUNCTION(fp, gtk_calendar_new)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)())fp)();
+ rc = (jint)((jint (CALLING_CONVENTION*)())fp)();
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1calendar_1new_FUNC);
@@ -7758,7 +7581,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1calendar_1new)
#ifndef NO__1gtk_1calendar_1select_1day
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1calendar_1select_1day)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1calendar_1select_1day_FUNC);
/*
@@ -7776,7 +7599,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1calendar_1select_1day)
#ifndef NO__1gtk_1calendar_1select_1month
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1calendar_1select_1month)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1calendar_1select_1month_FUNC);
@@ -7796,7 +7619,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1calendar_1select_1month)
#ifndef NO__1gtk_1calendar_1set_1display_1options
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1calendar_1set_1display_1options)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1calendar_1set_1display_1options_FUNC);
/*
@@ -7814,7 +7637,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1calendar_1set_1display_1options)
#ifndef NO__1gtk_1cell_1layout_1clear
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1cell_1layout_1clear)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1cell_1layout_1clear_FUNC);
/*
@@ -7823,7 +7646,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1cell_1layout_1clear)
{
OS_LOAD_FUNCTION(fp, gtk_cell_layout_clear)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ ((void (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1cell_1layout_1clear_FUNC);
@@ -7831,18 +7654,18 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1cell_1layout_1clear)
#endif
#ifndef NO__1gtk_1cell_1layout_1get_1cells
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1cell_1layout_1get_1cells)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1cell_1layout_1get_1cells)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1cell_1layout_1get_1cells_FUNC);
/*
- rc = (jintLong)gtk_cell_layout_get_cells(arg0);
+ rc = (jint)gtk_cell_layout_get_cells(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_cell_layout_get_cells)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1cell_1layout_1get_1cells_FUNC);
@@ -7852,7 +7675,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1cell_1layout_1get_1cells)
#ifndef NO__1gtk_1cell_1layout_1pack_1start
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1cell_1layout_1pack_1start)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jboolean arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jboolean arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1cell_1layout_1pack_1start_FUNC);
/*
@@ -7861,7 +7684,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1cell_1layout_1pack_1start)
{
OS_LOAD_FUNCTION(fp, gtk_cell_layout_pack_start)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong, jboolean))fp)(arg0, arg1, arg2);
+ ((void (CALLING_CONVENTION*)(jint, jint, jboolean))fp)(arg0, arg1, arg2);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1cell_1layout_1pack_1start_FUNC);
@@ -7870,7 +7693,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1cell_1layout_1pack_1start)
#ifndef NO__1gtk_1cell_1renderer_1get_1size
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1cell_1renderer_1get_1size)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jobject arg2, jintArray arg3, jintArray arg4, jintArray arg5, jintArray arg6)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2, jintArray arg3, jintArray arg4, jintArray arg5, jintArray arg6)
{
GdkRectangle _arg2, *lparg2=NULL;
jint *lparg3=NULL;
@@ -7895,48 +7718,48 @@ fail:
#endif
#ifndef NO__1gtk_1cell_1renderer_1pixbuf_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1cell_1renderer_1pixbuf_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1cell_1renderer_1pixbuf_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1cell_1renderer_1pixbuf_1new_FUNC);
- rc = (jintLong)gtk_cell_renderer_pixbuf_new();
+ rc = (jint)gtk_cell_renderer_pixbuf_new();
OS_NATIVE_EXIT(env, that, _1gtk_1cell_1renderer_1pixbuf_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1cell_1renderer_1text_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1cell_1renderer_1text_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1cell_1renderer_1text_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1cell_1renderer_1text_1new_FUNC);
- rc = (jintLong)gtk_cell_renderer_text_new();
+ rc = (jint)gtk_cell_renderer_text_new();
OS_NATIVE_EXIT(env, that, _1gtk_1cell_1renderer_1text_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1cell_1renderer_1toggle_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1cell_1renderer_1toggle_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1cell_1renderer_1toggle_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1cell_1renderer_1toggle_1new_FUNC);
- rc = (jintLong)gtk_cell_renderer_toggle_new();
+ rc = (jint)gtk_cell_renderer_toggle_new();
OS_NATIVE_EXIT(env, that, _1gtk_1cell_1renderer_1toggle_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1check_1button_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1check_1button_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1check_1button_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1check_1button_1new_FUNC);
- rc = (jintLong)gtk_check_button_new();
+ rc = (jint)gtk_check_button_new();
OS_NATIVE_EXIT(env, that, _1gtk_1check_1button_1new_FUNC);
return rc;
}
@@ -7944,7 +7767,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1check_1button_1new)
#ifndef NO__1gtk_1check_1menu_1item_1get_1active
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1check_1menu_1item_1get_1active)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1check_1menu_1item_1get_1active_FUNC);
@@ -7955,14 +7778,14 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1check_1menu_1item_1get_1active)
#endif
#ifndef NO__1gtk_1check_1menu_1item_1new_1with_1label
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1check_1menu_1item_1new_1with_1label)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1check_1menu_1item_1new_1with_1label)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1check_1menu_1item_1new_1with_1label_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
- rc = (jintLong)gtk_check_menu_item_new_with_label((const gchar *)lparg0);
+ rc = (jint)gtk_check_menu_item_new_with_label((const gchar *)lparg0);
fail:
if (arg0 && lparg0) (*env)->ReleaseByteArrayElements(env, arg0, lparg0, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1check_1menu_1item_1new_1with_1label_FUNC);
@@ -7972,7 +7795,7 @@ fail:
#ifndef NO__1gtk_1check_1menu_1item_1set_1active
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1check_1menu_1item_1set_1active)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1check_1menu_1item_1set_1active_FUNC);
gtk_check_menu_item_set_active((GtkCheckMenuItem *)arg0, (gboolean)arg1);
@@ -7981,12 +7804,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1check_1menu_1item_1set_1active)
#endif
#ifndef NO__1gtk_1check_1version
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1check_1version)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1check_1version)
(JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1check_1version_FUNC);
- rc = (jintLong)gtk_check_version(arg0, arg1, arg2);
+ rc = (jint)gtk_check_version(arg0, arg1, arg2);
OS_NATIVE_EXIT(env, that, _1gtk_1check_1version_FUNC);
return rc;
}
@@ -7994,7 +7817,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1check_1version)
#ifndef NO__1gtk_1clipboard_1clear
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1clipboard_1clear)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1clipboard_1clear_FUNC);
gtk_clipboard_clear((GtkClipboard *)arg0);
@@ -8003,12 +7826,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1clipboard_1clear)
#endif
#ifndef NO__1gtk_1clipboard_1get
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1clipboard_1get)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1clipboard_1get)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1clipboard_1get_FUNC);
- rc = (jintLong)gtk_clipboard_get((GdkAtom)arg0);
+ rc = (jint)gtk_clipboard_get((GdkAtom)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1clipboard_1get_FUNC);
return rc;
}
@@ -8016,7 +7839,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1clipboard_1get)
#ifndef NO__1gtk_1clipboard_1set_1can_1store
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1clipboard_1set_1can_1store)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1clipboard_1set_1can_1store_FUNC);
/*
@@ -8034,7 +7857,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1clipboard_1set_1can_1store)
#ifndef NO__1gtk_1clipboard_1set_1with_1data
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1clipboard_1set_1with_1data)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jintLong arg3, jintLong arg4, jintLong arg5)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1clipboard_1set_1with_1data_FUNC);
@@ -8046,7 +7869,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1clipboard_1set_1with_1data)
#ifndef NO__1gtk_1clipboard_1set_1with_1owner
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1clipboard_1set_1with_1owner)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jintLong arg3, jintLong arg4, jintLong arg5)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1clipboard_1set_1with_1owner_FUNC);
@@ -8058,7 +7881,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1clipboard_1set_1with_1owner)
#ifndef NO__1gtk_1clipboard_1store
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1clipboard_1store)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1clipboard_1store_FUNC);
/*
@@ -8075,26 +7898,26 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1clipboard_1store)
#endif
#ifndef NO__1gtk_1clipboard_1wait_1for_1contents
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1clipboard_1wait_1for_1contents)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1clipboard_1wait_1for_1contents)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1clipboard_1wait_1for_1contents_FUNC);
- rc = (jintLong)gtk_clipboard_wait_for_contents((GtkClipboard *)arg0, (GdkAtom)arg1);
+ rc = (jint)gtk_clipboard_wait_for_contents((GtkClipboard *)arg0, (GdkAtom)arg1);
OS_NATIVE_EXIT(env, that, _1gtk_1clipboard_1wait_1for_1contents_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1color_1selection_1dialog_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1color_1selection_1dialog_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1color_1selection_1dialog_1new)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1color_1selection_1dialog_1new_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
- rc = (jintLong)gtk_color_selection_dialog_new((const gchar *)lparg0);
+ rc = (jint)gtk_color_selection_dialog_new((const gchar *)lparg0);
fail:
if (arg0 && lparg0) (*env)->ReleaseByteArrayElements(env, arg0, lparg0, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1color_1selection_1dialog_1new_FUNC);
@@ -8104,7 +7927,7 @@ fail:
#ifndef NO__1gtk_1color_1selection_1get_1current_1color
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1color_1selection_1get_1current_1color)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
GdkColor _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1color_1selection_1get_1current_1color_FUNC);
@@ -8118,7 +7941,7 @@ fail:
#ifndef NO__1gtk_1color_1selection_1set_1current_1color
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1color_1selection_1set_1current_1color)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
GdkColor _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1color_1selection_1set_1current_1color_FUNC);
@@ -8131,7 +7954,7 @@ fail:
#ifndef NO__1gtk_1color_1selection_1set_1has_1palette
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1color_1selection_1set_1has_1palette)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1color_1selection_1set_1has_1palette_FUNC);
gtk_color_selection_set_has_palette((GtkColorSelection *)arg0, arg1);
@@ -8140,18 +7963,18 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1color_1selection_1set_1has_1palette)
#endif
#ifndef NO__1gtk_1combo_1box_1entry_1new_1text
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1combo_1box_1entry_1new_1text)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1combo_1box_1entry_1new_1text)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1combo_1box_1entry_1new_1text_FUNC);
/*
- rc = (jintLong)gtk_combo_box_entry_new_text();
+ rc = (jint)gtk_combo_box_entry_new_text();
*/
{
OS_LOAD_FUNCTION(fp, gtk_combo_box_entry_new_text)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)())fp)();
+ rc = (jint)((jint (CALLING_CONVENTION*)())fp)();
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1combo_1box_1entry_1new_1text_FUNC);
@@ -8161,7 +7984,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1combo_1box_1entry_1new_1text)
#ifndef NO__1gtk_1combo_1box_1get_1active
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1combo_1box_1get_1active)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1combo_1box_1get_1active_FUNC);
@@ -8171,7 +7994,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1combo_1box_1get_1active)
{
OS_LOAD_FUNCTION(fp, gtk_combo_box_get_active)
if (fp) {
- rc = (jint)((jint (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1combo_1box_1get_1active_FUNC);
@@ -8180,18 +8003,18 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1combo_1box_1get_1active)
#endif
#ifndef NO__1gtk_1combo_1box_1get_1model
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1combo_1box_1get_1model)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1combo_1box_1get_1model)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1combo_1box_1get_1model_FUNC);
/*
- rc = (jintLong)gtk_combo_box_get_model(arg0);
+ rc = (jint)gtk_combo_box_get_model(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_combo_box_get_model)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1combo_1box_1get_1model_FUNC);
@@ -8201,7 +8024,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1combo_1box_1get_1model)
#ifndef NO__1gtk_1combo_1box_1insert_1text
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1combo_1box_1insert_1text)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jbyteArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jbyteArray arg2)
{
jbyte *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1combo_1box_1insert_1text_FUNC);
@@ -8212,7 +8035,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1combo_1box_1insert_1text)
{
OS_LOAD_FUNCTION(fp, gtk_combo_box_insert_text)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jint, jbyte *))fp)(arg0, arg1, lparg2);
+ ((void (CALLING_CONVENTION*)(jint, jint, jbyte *))fp)(arg0, arg1, lparg2);
}
}
fail:
@@ -8222,18 +8045,18 @@ fail:
#endif
#ifndef NO__1gtk_1combo_1box_1new_1text
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1combo_1box_1new_1text)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1combo_1box_1new_1text)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1combo_1box_1new_1text_FUNC);
/*
- rc = (jintLong)gtk_combo_box_new_text();
+ rc = (jint)gtk_combo_box_new_text();
*/
{
OS_LOAD_FUNCTION(fp, gtk_combo_box_new_text)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)())fp)();
+ rc = (jint)((jint (CALLING_CONVENTION*)())fp)();
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1combo_1box_1new_1text_FUNC);
@@ -8243,7 +8066,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1combo_1box_1new_1text)
#ifndef NO__1gtk_1combo_1box_1popdown
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1combo_1box_1popdown)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1combo_1box_1popdown_FUNC);
/*
@@ -8252,7 +8075,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1combo_1box_1popdown)
{
OS_LOAD_FUNCTION(fp, gtk_combo_box_popdown)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ ((void (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1combo_1box_1popdown_FUNC);
@@ -8261,7 +8084,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1combo_1box_1popdown)
#ifndef NO__1gtk_1combo_1box_1popup
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1combo_1box_1popup)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1combo_1box_1popup_FUNC);
/*
@@ -8270,7 +8093,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1combo_1box_1popup)
{
OS_LOAD_FUNCTION(fp, gtk_combo_box_popup)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ ((void (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1combo_1box_1popup_FUNC);
@@ -8279,7 +8102,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1combo_1box_1popup)
#ifndef NO__1gtk_1combo_1box_1remove_1text
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1combo_1box_1remove_1text)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1combo_1box_1remove_1text_FUNC);
/*
@@ -8288,7 +8111,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1combo_1box_1remove_1text)
{
OS_LOAD_FUNCTION(fp, gtk_combo_box_remove_text)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1combo_1box_1remove_1text_FUNC);
@@ -8297,7 +8120,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1combo_1box_1remove_1text)
#ifndef NO__1gtk_1combo_1box_1set_1active
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1combo_1box_1set_1active)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1combo_1box_1set_1active_FUNC);
/*
@@ -8306,7 +8129,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1combo_1box_1set_1active)
{
OS_LOAD_FUNCTION(fp, gtk_combo_box_set_active)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1combo_1box_1set_1active_FUNC);
@@ -8315,7 +8138,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1combo_1box_1set_1active)
#ifndef NO__1gtk_1combo_1box_1set_1focus_1on_1click
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1combo_1box_1set_1focus_1on_1click)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1combo_1box_1set_1focus_1on_1click_FUNC);
/*
@@ -8324,7 +8147,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1combo_1box_1set_1focus_1on_1click)
{
OS_LOAD_FUNCTION(fp, gtk_combo_box_set_focus_on_click)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jboolean))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jboolean))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1combo_1box_1set_1focus_1on_1click_FUNC);
@@ -8333,7 +8156,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1combo_1box_1set_1focus_1on_1click)
#ifndef NO__1gtk_1container_1add
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1container_1add)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1container_1add_FUNC);
gtk_container_add((GtkContainer *)arg0, (GtkWidget *)arg1);
@@ -8343,7 +8166,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1container_1add)
#ifndef NO__1gtk_1container_1forall
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1container_1forall)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1container_1forall_FUNC);
gtk_container_forall((GtkContainer *)arg0, (GtkCallback)arg1, (gpointer)arg2);
@@ -8353,7 +8176,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1container_1forall)
#ifndef NO__1gtk_1container_1get_1border_1width
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1container_1get_1border_1width)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1container_1get_1border_1width_FUNC);
@@ -8364,12 +8187,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1container_1get_1border_1width)
#endif
#ifndef NO__1gtk_1container_1get_1children
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1container_1get_1children)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1container_1get_1children)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1container_1get_1children_FUNC);
- rc = (jintLong)gtk_container_get_children((GtkContainer *)arg0);
+ rc = (jint)gtk_container_get_children((GtkContainer *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1container_1get_1children_FUNC);
return rc;
}
@@ -8377,7 +8200,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1container_1get_1children)
#ifndef NO__1gtk_1container_1remove
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1container_1remove)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1container_1remove_FUNC);
gtk_container_remove((GtkContainer *)arg0, (GtkWidget *)arg1);
@@ -8387,7 +8210,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1container_1remove)
#ifndef NO__1gtk_1container_1resize_1children
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1container_1resize_1children)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1container_1resize_1children_FUNC);
gtk_container_resize_children((GtkContainer *)arg0);
@@ -8397,7 +8220,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1container_1resize_1children)
#ifndef NO__1gtk_1container_1set_1border_1width
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1container_1set_1border_1width)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1container_1set_1border_1width_FUNC);
gtk_container_set_border_width((GtkContainer *)arg0, (guint)arg1);
@@ -8406,14 +8229,14 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1container_1set_1border_1width)
#endif
#ifndef NO__1gtk_1dialog_1add_1button
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1dialog_1add_1button)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jint arg2)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1dialog_1add_1button)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jint arg2)
{
jbyte *lparg1=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1dialog_1add_1button_FUNC);
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
- rc = (jintLong)gtk_dialog_add_button((GtkDialog *)arg0, (const gchar *)lparg1, (gint)arg2);
+ rc = (jint)gtk_dialog_add_button((GtkDialog *)arg0, (const gchar *)lparg1, (gint)arg2);
fail:
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1dialog_1add_1button_FUNC);
@@ -8423,7 +8246,7 @@ fail:
#ifndef NO__1gtk_1dialog_1run
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1dialog_1run)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1dialog_1run_FUNC);
@@ -8434,12 +8257,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1dialog_1run)
#endif
#ifndef NO__1gtk_1drag_1begin
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1drag_1begin)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jintLong arg4)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1drag_1begin)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1drag_1begin_FUNC);
- rc = (jintLong)gtk_drag_begin((GtkWidget *)arg0, (GtkTargetList *)arg1, (GdkDragAction)arg2, (gint)arg3, (GdkEvent *)arg4);
+ rc = (jint)gtk_drag_begin((GtkWidget *)arg0, (GtkTargetList *)arg1, (GdkDragAction)arg2, (gint)arg3, (GdkEvent *)arg4);
OS_NATIVE_EXIT(env, that, _1gtk_1drag_1begin_FUNC);
return rc;
}
@@ -8447,7 +8270,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1drag_1begin)
#ifndef NO__1gtk_1drag_1check_1threshold
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1drag_1check_1threshold)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jint arg3, jint arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1drag_1check_1threshold_FUNC);
@@ -8458,12 +8281,12 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1drag_1check_1threshold)
#endif
#ifndef NO__1gtk_1drag_1dest_1find_1target
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1drag_1dest_1find_1target)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1drag_1dest_1find_1target)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1drag_1dest_1find_1target_FUNC);
- rc = (jintLong)gtk_drag_dest_find_target((GtkWidget *)arg0, (GdkDragContext *)arg1, (GtkTargetList *)arg2);
+ rc = (jint)gtk_drag_dest_find_target((GtkWidget *)arg0, (GdkDragContext *)arg1, (GtkTargetList *)arg2);
OS_NATIVE_EXIT(env, that, _1gtk_1drag_1dest_1find_1target_FUNC);
return rc;
}
@@ -8471,7 +8294,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1drag_1dest_1find_1target)
#ifndef NO__1gtk_1drag_1dest_1set
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1drag_1dest_1set)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jintLong arg2, jint arg3, jint arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4)
{
OS_NATIVE_ENTER(env, that, _1gtk_1drag_1dest_1set_FUNC);
gtk_drag_dest_set((GtkWidget *)arg0, (GtkDestDefaults)arg1, (const GtkTargetEntry *)arg2, (gint)arg3, (GdkDragAction)arg4);
@@ -8481,7 +8304,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1drag_1dest_1set)
#ifndef NO__1gtk_1drag_1dest_1unset
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1drag_1dest_1unset)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1drag_1dest_1unset_FUNC);
gtk_drag_dest_unset((GtkWidget *)arg0);
@@ -8491,7 +8314,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1drag_1dest_1unset)
#ifndef NO__1gtk_1drag_1finish
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1drag_1finish)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1, jboolean arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1, jboolean arg2, jint arg3)
{
OS_NATIVE_ENTER(env, that, _1gtk_1drag_1finish_FUNC);
gtk_drag_finish((GdkDragContext *)arg0, (gboolean)arg1, (gboolean)arg2, (guint32)arg3);
@@ -8501,7 +8324,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1drag_1finish)
#ifndef NO__1gtk_1drag_1get_1data
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1drag_1get_1data)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
OS_NATIVE_ENTER(env, that, _1gtk_1drag_1get_1data_FUNC);
gtk_drag_get_data((GtkWidget *)arg0, (GdkDragContext *)arg1, (GdkAtom)arg2, (guint32)arg3);
@@ -8511,7 +8334,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1drag_1get_1data)
#ifndef NO__1gtk_1drag_1set_1icon_1pixbuf
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1drag_1set_1icon_1pixbuf)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
OS_NATIVE_ENTER(env, that, _1gtk_1drag_1set_1icon_1pixbuf_FUNC);
gtk_drag_set_icon_pixbuf((GdkDragContext *)arg0, (GdkPixbuf *)arg1, arg2, arg3);
@@ -8520,12 +8343,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1drag_1set_1icon_1pixbuf)
#endif
#ifndef NO__1gtk_1drawing_1area_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1drawing_1area_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1drawing_1area_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1drawing_1area_1new_FUNC);
- rc = (jintLong)gtk_drawing_area_new();
+ rc = (jint)gtk_drawing_area_new();
OS_NATIVE_EXIT(env, that, _1gtk_1drawing_1area_1new_FUNC);
return rc;
}
@@ -8533,7 +8356,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1drawing_1area_1new)
#ifndef NO__1gtk_1editable_1copy_1clipboard
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1editable_1copy_1clipboard)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1editable_1copy_1clipboard_FUNC);
gtk_editable_copy_clipboard((GtkEditable *)arg0);
@@ -8543,7 +8366,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1editable_1copy_1clipboard)
#ifndef NO__1gtk_1editable_1cut_1clipboard
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1editable_1cut_1clipboard)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1editable_1cut_1clipboard_FUNC);
gtk_editable_cut_clipboard((GtkEditable *)arg0);
@@ -8553,7 +8376,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1editable_1cut_1clipboard)
#ifndef NO__1gtk_1editable_1delete_1selection
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1editable_1delete_1selection)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1editable_1delete_1selection_FUNC);
gtk_editable_delete_selection((GtkEditable *)arg0);
@@ -8563,7 +8386,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1editable_1delete_1selection)
#ifndef NO__1gtk_1editable_1delete_1text
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1editable_1delete_1text)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1editable_1delete_1text_FUNC);
gtk_editable_delete_text((GtkEditable *)arg0, (gint)arg1, (gint)arg2);
@@ -8572,12 +8395,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1editable_1delete_1text)
#endif
#ifndef NO__1gtk_1editable_1get_1chars
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1editable_1get_1chars)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1editable_1get_1chars)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1editable_1get_1chars_FUNC);
- rc = (jintLong)gtk_editable_get_chars((GtkEditable *)arg0, (gint)arg1, (gint)arg2);
+ rc = (jint)gtk_editable_get_chars((GtkEditable *)arg0, (gint)arg1, (gint)arg2);
OS_NATIVE_EXIT(env, that, _1gtk_1editable_1get_1chars_FUNC);
return rc;
}
@@ -8585,7 +8408,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1editable_1get_1chars)
#ifndef NO__1gtk_1editable_1get_1editable
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1editable_1get_1editable)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1editable_1get_1editable_FUNC);
@@ -8597,7 +8420,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1editable_1get_1editable)
#ifndef NO__1gtk_1editable_1get_1position
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1editable_1get_1position)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1editable_1get_1position_FUNC);
@@ -8609,7 +8432,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1editable_1get_1position)
#ifndef NO__1gtk_1editable_1get_1selection_1bounds
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1editable_1get_1selection_1bounds)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1, jintArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
jint *lparg1=NULL;
jint *lparg2=NULL;
@@ -8628,7 +8451,7 @@ fail:
#ifndef NO__1gtk_1editable_1insert_1text
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1editable_1insert_1text)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jint arg2, jintArray arg3)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jint arg2, jintArray arg3)
{
jbyte *lparg1=NULL;
jint *lparg3=NULL;
@@ -8645,7 +8468,7 @@ fail:
#ifndef NO__1gtk_1editable_1paste_1clipboard
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1editable_1paste_1clipboard)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1editable_1paste_1clipboard_FUNC);
gtk_editable_paste_clipboard((GtkEditable *)arg0);
@@ -8655,7 +8478,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1editable_1paste_1clipboard)
#ifndef NO__1gtk_1editable_1select_1region
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1editable_1select_1region)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1editable_1select_1region_FUNC);
gtk_editable_select_region((GtkEditable *)arg0, (gint)arg1, (gint)arg2);
@@ -8665,7 +8488,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1editable_1select_1region)
#ifndef NO__1gtk_1editable_1set_1editable
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1editable_1set_1editable)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1editable_1set_1editable_FUNC);
gtk_editable_set_editable((GtkEditable *)arg0, (gboolean)arg1);
@@ -8675,7 +8498,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1editable_1set_1editable)
#ifndef NO__1gtk_1editable_1set_1position
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1editable_1set_1position)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1editable_1set_1position_FUNC);
gtk_editable_set_position((GtkEditable *)arg0, (gint)arg1);
@@ -8684,18 +8507,18 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1editable_1set_1position)
#endif
#ifndef NO__1gtk_1entry_1get_1inner_1border
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1entry_1get_1inner_1border)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1entry_1get_1inner_1border)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1entry_1get_1inner_1border_FUNC);
/*
- rc = (jintLong)gtk_entry_get_inner_border(arg0);
+ rc = (jint)gtk_entry_get_inner_border(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_entry_get_inner_border)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1entry_1get_1inner_1border_FUNC);
@@ -8705,7 +8528,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1entry_1get_1inner_1border)
#ifndef NO__1gtk_1entry_1get_1invisible_1char
JNIEXPORT jchar JNICALL OS_NATIVE(_1gtk_1entry_1get_1invisible_1char)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jchar rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1entry_1get_1invisible_1char_FUNC);
@@ -8716,12 +8539,12 @@ JNIEXPORT jchar JNICALL OS_NATIVE(_1gtk_1entry_1get_1invisible_1char)
#endif
#ifndef NO__1gtk_1entry_1get_1layout
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1entry_1get_1layout)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1entry_1get_1layout)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1entry_1get_1layout_FUNC);
- rc = (jintLong)gtk_entry_get_layout((GtkEntry *)arg0);
+ rc = (jint)gtk_entry_get_layout((GtkEntry *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1entry_1get_1layout_FUNC);
return rc;
}
@@ -8729,7 +8552,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1entry_1get_1layout)
#ifndef NO__1gtk_1entry_1get_1layout_1offsets
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1entry_1get_1layout_1offsets)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1, jintArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
jint *lparg1=NULL;
jint *lparg2=NULL;
@@ -8746,7 +8569,7 @@ fail:
#ifndef NO__1gtk_1entry_1get_1max_1length
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1entry_1get_1max_1length)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1entry_1get_1max_1length_FUNC);
@@ -8757,12 +8580,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1entry_1get_1max_1length)
#endif
#ifndef NO__1gtk_1entry_1get_1text
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1entry_1get_1text)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1entry_1get_1text)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1entry_1get_1text_FUNC);
- rc = (jintLong)gtk_entry_get_text((GtkEntry *)arg0);
+ rc = (jint)gtk_entry_get_text((GtkEntry *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1entry_1get_1text_FUNC);
return rc;
}
@@ -8770,7 +8593,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1entry_1get_1text)
#ifndef NO__1gtk_1entry_1get_1visibility
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1entry_1get_1visibility)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1entry_1get_1visibility_FUNC);
@@ -8781,12 +8604,12 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1entry_1get_1visibility)
#endif
#ifndef NO__1gtk_1entry_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1entry_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1entry_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1entry_1new_FUNC);
- rc = (jintLong)gtk_entry_new();
+ rc = (jint)gtk_entry_new();
OS_NATIVE_EXIT(env, that, _1gtk_1entry_1new_FUNC);
return rc;
}
@@ -8794,7 +8617,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1entry_1new)
#ifndef NO__1gtk_1entry_1set_1activates_1default
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1entry_1set_1activates_1default)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1entry_1set_1activates_1default_FUNC);
gtk_entry_set_activates_default((GtkEntry *)arg0, (gboolean)arg1);
@@ -8804,7 +8627,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1entry_1set_1activates_1default)
#ifndef NO__1gtk_1entry_1set_1alignment
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1entry_1set_1alignment)
- (JNIEnv *env, jclass that, jintLong arg0, jfloat arg1)
+ (JNIEnv *env, jclass that, jint arg0, jfloat arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1entry_1set_1alignment_FUNC);
/*
@@ -8822,7 +8645,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1entry_1set_1alignment)
#ifndef NO__1gtk_1entry_1set_1has_1frame
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1entry_1set_1has_1frame)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1entry_1set_1has_1frame_FUNC);
gtk_entry_set_has_frame((GtkEntry *)arg0, (gboolean)arg1);
@@ -8832,7 +8655,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1entry_1set_1has_1frame)
#ifndef NO__1gtk_1entry_1set_1icon_1from_1stock
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1entry_1set_1icon_1from_1stock)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jbyteArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jbyteArray arg2)
{
jbyte *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1entry_1set_1icon_1from_1stock_FUNC);
@@ -8843,7 +8666,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1entry_1set_1icon_1from_1stock)
{
OS_LOAD_FUNCTION(fp, gtk_entry_set_icon_from_stock)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jint, jbyte *))fp)(arg0, arg1, lparg2);
+ ((void (CALLING_CONVENTION*)(jint, jint, jbyte *))fp)(arg0, arg1, lparg2);
}
}
fail:
@@ -8854,7 +8677,7 @@ fail:
#ifndef NO__1gtk_1entry_1set_1icon_1sensitive
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1entry_1set_1icon_1sensitive)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jboolean arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jboolean arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1entry_1set_1icon_1sensitive_FUNC);
/*
@@ -8863,7 +8686,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1entry_1set_1icon_1sensitive)
{
OS_LOAD_FUNCTION(fp, gtk_entry_set_icon_sensitive)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jint, jboolean))fp)(arg0, arg1, arg2);
+ ((void (CALLING_CONVENTION*)(jint, jint, jboolean))fp)(arg0, arg1, arg2);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1entry_1set_1icon_1sensitive_FUNC);
@@ -8872,7 +8695,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1entry_1set_1icon_1sensitive)
#ifndef NO__1gtk_1entry_1set_1invisible_1char
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1entry_1set_1invisible_1char)
- (JNIEnv *env, jclass that, jintLong arg0, jchar arg1)
+ (JNIEnv *env, jclass that, jint arg0, jchar arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1entry_1set_1invisible_1char_FUNC);
gtk_entry_set_invisible_char((GtkEntry *)arg0, (gint)arg1);
@@ -8882,7 +8705,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1entry_1set_1invisible_1char)
#ifndef NO__1gtk_1entry_1set_1max_1length
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1entry_1set_1max_1length)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1entry_1set_1max_1length_FUNC);
gtk_entry_set_max_length((GtkEntry *)arg0, (gint)arg1);
@@ -8892,7 +8715,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1entry_1set_1max_1length)
#ifndef NO__1gtk_1entry_1set_1text
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1entry_1set_1text)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1entry_1set_1text_FUNC);
@@ -8906,7 +8729,7 @@ fail:
#ifndef NO__1gtk_1entry_1set_1visibility
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1entry_1set_1visibility)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1entry_1set_1visibility_FUNC);
gtk_entry_set_visibility((GtkEntry *)arg0, (gboolean)arg1);
@@ -8916,7 +8739,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1entry_1set_1visibility)
#ifndef NO__1gtk_1entry_1text_1index_1to_1layout_1index
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1entry_1text_1index_1to_1layout_1index)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1entry_1text_1index_1to_1layout_1index_FUNC);
@@ -8926,7 +8749,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1entry_1text_1index_1to_1layout_1index)
{
OS_LOAD_FUNCTION(fp, gtk_entry_text_index_to_layout_index)
if (fp) {
- rc = (jint)((jint (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1entry_1text_1index_1to_1layout_1index_FUNC);
@@ -8936,7 +8759,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1entry_1text_1index_1to_1layout_1index)
#ifndef NO__1gtk_1enumerate_1printers
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1enumerate_1printers)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jboolean arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jboolean arg3)
{
OS_NATIVE_ENTER(env, that, _1gtk_1enumerate_1printers_FUNC);
/*
@@ -8945,7 +8768,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1enumerate_1printers)
{
OS_LOAD_FUNCTION(fp, gtk_enumerate_printers)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, gpointer, GDestroyNotify, gboolean))fp)(arg0, (gpointer)arg1, (GDestroyNotify)arg2, (gboolean)arg3);
+ ((void (CALLING_CONVENTION*)(jint, gpointer, GDestroyNotify, gboolean))fp)(arg0, (gpointer)arg1, (GDestroyNotify)arg2, (gboolean)arg3);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1enumerate_1printers_FUNC);
@@ -8966,7 +8789,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1events_1pending)
#ifndef NO__1gtk_1expander_1get_1expanded
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1expander_1get_1expanded)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1expander_1get_1expanded_FUNC);
@@ -8976,7 +8799,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1expander_1get_1expanded)
{
OS_LOAD_FUNCTION(fp, gtk_expander_get_expanded)
if (fp) {
- rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1expander_1get_1expanded_FUNC);
@@ -8985,18 +8808,18 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1expander_1get_1expanded)
#endif
#ifndef NO__1gtk_1expander_1get_1label_1widget
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1expander_1get_1label_1widget)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1expander_1get_1label_1widget)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1expander_1get_1label_1widget_FUNC);
/*
- rc = (jintLong)gtk_expander_get_label_widget(arg0);
+ rc = (jint)gtk_expander_get_label_widget(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_expander_get_label_widget)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1expander_1get_1label_1widget_FUNC);
@@ -9005,20 +8828,20 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1expander_1get_1label_1widget)
#endif
#ifndef NO__1gtk_1expander_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1expander_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1expander_1new)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1expander_1new_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)gtk_expander_new((const gchar *)lparg0);
+ rc = (jint)gtk_expander_new((const gchar *)lparg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_expander_new)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(const gchar *))fp)((const gchar *)lparg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(const gchar *))fp)((const gchar *)lparg0);
}
}
fail:
@@ -9030,7 +8853,7 @@ fail:
#ifndef NO__1gtk_1expander_1set_1expanded
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1expander_1set_1expanded)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1expander_1set_1expanded_FUNC);
/*
@@ -9039,7 +8862,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1expander_1set_1expanded)
{
OS_LOAD_FUNCTION(fp, gtk_expander_set_expanded)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jboolean))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jboolean))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1expander_1set_1expanded_FUNC);
@@ -9048,7 +8871,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1expander_1set_1expanded)
#ifndef NO__1gtk_1expander_1set_1label
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1expander_1set_1label)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1expander_1set_1label_FUNC);
@@ -9059,7 +8882,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1expander_1set_1label)
{
OS_LOAD_FUNCTION(fp, gtk_expander_set_label)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, const gchar *))fp)(arg0, (const gchar *)lparg1);
+ ((void (CALLING_CONVENTION*)(jint, const gchar *))fp)(arg0, (const gchar *)lparg1);
}
}
fail:
@@ -9070,7 +8893,7 @@ fail:
#ifndef NO__1gtk_1expander_1set_1label_1widget
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1expander_1set_1label_1widget)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1expander_1set_1label_1widget_FUNC);
/*
@@ -9079,7 +8902,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1expander_1set_1label_1widget)
{
OS_LOAD_FUNCTION(fp, gtk_expander_set_label_widget)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1expander_1set_1label_1widget_FUNC);
@@ -9088,7 +8911,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1expander_1set_1label_1widget)
#ifndef NO__1gtk_1file_1chooser_1add_1filter
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1add_1filter)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1file_1chooser_1add_1filter_FUNC);
/*
@@ -9097,7 +8920,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1add_1filter)
{
OS_LOAD_FUNCTION(fp, gtk_file_chooser_add_filter)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1file_1chooser_1add_1filter_FUNC);
@@ -9105,18 +8928,18 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1add_1filter)
#endif
#ifndef NO__1gtk_1file_1chooser_1get_1current_1folder
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1file_1chooser_1get_1current_1folder)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1file_1chooser_1get_1current_1folder)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1file_1chooser_1get_1current_1folder_FUNC);
/*
- rc = (jintLong)gtk_file_chooser_get_current_folder(arg0);
+ rc = (jint)gtk_file_chooser_get_current_folder(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_file_chooser_get_current_folder)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1file_1chooser_1get_1current_1folder_FUNC);
@@ -9125,18 +8948,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1file_1chooser_1get_1current_1folder)
#endif
#ifndef NO__1gtk_1file_1chooser_1get_1filename
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1file_1chooser_1get_1filename)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1file_1chooser_1get_1filename)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1file_1chooser_1get_1filename_FUNC);
/*
- rc = (jintLong)gtk_file_chooser_get_filename(arg0);
+ rc = (jint)gtk_file_chooser_get_filename(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_file_chooser_get_filename)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1file_1chooser_1get_1filename_FUNC);
@@ -9145,18 +8968,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1file_1chooser_1get_1filename)
#endif
#ifndef NO__1gtk_1file_1chooser_1get_1filenames
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1file_1chooser_1get_1filenames)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1file_1chooser_1get_1filenames)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1file_1chooser_1get_1filenames_FUNC);
/*
- rc = (jintLong)gtk_file_chooser_get_filenames(arg0);
+ rc = (jint)gtk_file_chooser_get_filenames(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_file_chooser_get_filenames)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1file_1chooser_1get_1filenames_FUNC);
@@ -9165,18 +8988,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1file_1chooser_1get_1filenames)
#endif
#ifndef NO__1gtk_1file_1chooser_1get_1filter
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1file_1chooser_1get_1filter)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1file_1chooser_1get_1filter)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1file_1chooser_1get_1filter_FUNC);
/*
- rc = (jintLong)gtk_file_chooser_get_filter(arg0);
+ rc = (jint)gtk_file_chooser_get_filter(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_file_chooser_get_filter)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1file_1chooser_1get_1filter_FUNC);
@@ -9185,18 +9008,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1file_1chooser_1get_1filter)
#endif
#ifndef NO__1gtk_1file_1chooser_1get_1uri
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1file_1chooser_1get_1uri)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1file_1chooser_1get_1uri)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1file_1chooser_1get_1uri_FUNC);
/*
- rc = (jintLong)gtk_file_chooser_get_uri(arg0);
+ rc = (jint)gtk_file_chooser_get_uri(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_file_chooser_get_uri)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1file_1chooser_1get_1uri_FUNC);
@@ -9205,18 +9028,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1file_1chooser_1get_1uri)
#endif
#ifndef NO__1gtk_1file_1chooser_1get_1uris
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1file_1chooser_1get_1uris)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1file_1chooser_1get_1uris)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1file_1chooser_1get_1uris_FUNC);
/*
- rc = (jintLong)gtk_file_chooser_get_uris(arg0);
+ rc = (jint)gtk_file_chooser_get_uris(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_file_chooser_get_uris)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1file_1chooser_1get_1uris_FUNC);
@@ -9226,7 +9049,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1file_1chooser_1get_1uris)
#ifndef NO__1gtk_1file_1chooser_1set_1current_1folder
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1current_1folder)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1file_1chooser_1set_1current_1folder_FUNC);
/*
@@ -9235,7 +9058,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1current_1folder)
{
OS_LOAD_FUNCTION(fp, gtk_file_chooser_set_current_folder)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1file_1chooser_1set_1current_1folder_FUNC);
@@ -9244,7 +9067,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1current_1folder)
#ifndef NO__1gtk_1file_1chooser_1set_1current_1folder_1uri
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1current_1folder_1uri)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1file_1chooser_1set_1current_1folder_1uri_FUNC);
@@ -9255,7 +9078,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1current_1folder_1uri
{
OS_LOAD_FUNCTION(fp, gtk_file_chooser_set_current_folder_uri)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jbyte *))fp)(arg0, lparg1);
+ ((void (CALLING_CONVENTION*)(jint, jbyte *))fp)(arg0, lparg1);
}
}
fail:
@@ -9266,7 +9089,7 @@ fail:
#ifndef NO__1gtk_1file_1chooser_1set_1current_1name
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1current_1name)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1file_1chooser_1set_1current_1name_FUNC);
@@ -9277,7 +9100,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1current_1name)
{
OS_LOAD_FUNCTION(fp, gtk_file_chooser_set_current_name)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jbyte *))fp)(arg0, lparg1);
+ ((void (CALLING_CONVENTION*)(jint, jbyte *))fp)(arg0, lparg1);
}
}
fail:
@@ -9288,7 +9111,7 @@ fail:
#ifndef NO__1gtk_1file_1chooser_1set_1do_1overwrite_1confirmation
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1do_1overwrite_1confirmation)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1file_1chooser_1set_1do_1overwrite_1confirmation_FUNC);
/*
@@ -9297,7 +9120,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1do_1overwrite_1confi
{
OS_LOAD_FUNCTION(fp, gtk_file_chooser_set_do_overwrite_confirmation)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jboolean))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jboolean))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1file_1chooser_1set_1do_1overwrite_1confirmation_FUNC);
@@ -9306,7 +9129,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1do_1overwrite_1confi
#ifndef NO__1gtk_1file_1chooser_1set_1extra_1widget
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1extra_1widget)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1file_1chooser_1set_1extra_1widget_FUNC);
/*
@@ -9315,7 +9138,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1extra_1widget)
{
OS_LOAD_FUNCTION(fp, gtk_file_chooser_set_extra_widget)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1file_1chooser_1set_1extra_1widget_FUNC);
@@ -9324,7 +9147,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1extra_1widget)
#ifndef NO__1gtk_1file_1chooser_1set_1filename
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1filename)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1file_1chooser_1set_1filename_FUNC);
/*
@@ -9333,7 +9156,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1filename)
{
OS_LOAD_FUNCTION(fp, gtk_file_chooser_set_filename)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1file_1chooser_1set_1filename_FUNC);
@@ -9342,7 +9165,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1filename)
#ifndef NO__1gtk_1file_1chooser_1set_1filter
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1filter)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1file_1chooser_1set_1filter_FUNC);
/*
@@ -9351,7 +9174,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1filter)
{
OS_LOAD_FUNCTION(fp, gtk_file_chooser_set_filter)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1file_1chooser_1set_1filter_FUNC);
@@ -9360,7 +9183,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1filter)
#ifndef NO__1gtk_1file_1chooser_1set_1local_1only
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1local_1only)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1file_1chooser_1set_1local_1only_FUNC);
/*
@@ -9369,7 +9192,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1local_1only)
{
OS_LOAD_FUNCTION(fp, gtk_file_chooser_set_local_only)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jboolean))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jboolean))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1file_1chooser_1set_1local_1only_FUNC);
@@ -9378,7 +9201,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1local_1only)
#ifndef NO__1gtk_1file_1chooser_1set_1select_1multiple
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1select_1multiple)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1file_1chooser_1set_1select_1multiple_FUNC);
/*
@@ -9387,7 +9210,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1select_1multiple)
{
OS_LOAD_FUNCTION(fp, gtk_file_chooser_set_select_multiple)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jboolean))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jboolean))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1file_1chooser_1set_1select_1multiple_FUNC);
@@ -9396,7 +9219,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1select_1multiple)
#ifndef NO__1gtk_1file_1chooser_1set_1uri
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1uri)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1file_1chooser_1set_1uri_FUNC);
@@ -9407,7 +9230,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1chooser_1set_1uri)
{
OS_LOAD_FUNCTION(fp, gtk_file_chooser_set_uri)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jbyte *))fp)(arg0, lparg1);
+ ((void (CALLING_CONVENTION*)(jint, jbyte *))fp)(arg0, lparg1);
}
}
fail:
@@ -9418,7 +9241,7 @@ fail:
#ifndef NO__1gtk_1file_1filter_1add_1pattern
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1filter_1add_1pattern)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1file_1filter_1add_1pattern_FUNC);
@@ -9429,7 +9252,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1filter_1add_1pattern)
{
OS_LOAD_FUNCTION(fp, gtk_file_filter_add_pattern)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jbyte *))fp)(arg0, lparg1);
+ ((void (CALLING_CONVENTION*)(jint, jbyte *))fp)(arg0, lparg1);
}
}
fail:
@@ -9439,18 +9262,18 @@ fail:
#endif
#ifndef NO__1gtk_1file_1filter_1get_1name
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1file_1filter_1get_1name)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1file_1filter_1get_1name)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1file_1filter_1get_1name_FUNC);
/*
- rc = (jintLong)gtk_file_filter_get_name(arg0);
+ rc = (jint)gtk_file_filter_get_name(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_file_filter_get_name)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1file_1filter_1get_1name_FUNC);
@@ -9459,18 +9282,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1file_1filter_1get_1name)
#endif
#ifndef NO__1gtk_1file_1filter_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1file_1filter_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1file_1filter_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1file_1filter_1new_FUNC);
/*
- rc = (jintLong)gtk_file_filter_new();
+ rc = (jint)gtk_file_filter_new();
*/
{
OS_LOAD_FUNCTION(fp, gtk_file_filter_new)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)())fp)();
+ rc = (jint)((jint (CALLING_CONVENTION*)())fp)();
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1file_1filter_1new_FUNC);
@@ -9480,7 +9303,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1file_1filter_1new)
#ifndef NO__1gtk_1file_1filter_1set_1name
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1filter_1set_1name)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1file_1filter_1set_1name_FUNC);
@@ -9491,7 +9314,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1file_1filter_1set_1name)
{
OS_LOAD_FUNCTION(fp, gtk_file_filter_set_name)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jbyte *))fp)(arg0, lparg1);
+ ((void (CALLING_CONVENTION*)(jint, jbyte *))fp)(arg0, lparg1);
}
}
fail:
@@ -9502,7 +9325,7 @@ fail:
#ifndef NO__1gtk_1fixed_1move
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1fixed_1move)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
OS_NATIVE_ENTER(env, that, _1gtk_1fixed_1move_FUNC);
gtk_fixed_move((GtkFixed *)arg0, (GtkWidget *)arg1, (gint)arg2, (gint)arg3);
@@ -9511,12 +9334,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1fixed_1move)
#endif
#ifndef NO__1gtk_1fixed_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1fixed_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1fixed_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1fixed_1new_FUNC);
- rc = (jintLong)gtk_fixed_new();
+ rc = (jint)gtk_fixed_new();
OS_NATIVE_EXIT(env, that, _1gtk_1fixed_1new_FUNC);
return rc;
}
@@ -9524,7 +9347,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1fixed_1new)
#ifndef NO__1gtk_1fixed_1set_1has_1window
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1fixed_1set_1has_1window)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1fixed_1set_1has_1window_FUNC);
gtk_fixed_set_has_window((GtkFixed *)arg0, (gboolean)arg1);
@@ -9533,26 +9356,26 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1fixed_1set_1has_1window)
#endif
#ifndef NO__1gtk_1font_1selection_1dialog_1get_1font_1name
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1font_1selection_1dialog_1get_1font_1name)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1font_1selection_1dialog_1get_1font_1name)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1font_1selection_1dialog_1get_1font_1name_FUNC);
- rc = (jintLong)gtk_font_selection_dialog_get_font_name((GtkFontSelectionDialog *)arg0);
+ rc = (jint)gtk_font_selection_dialog_get_font_name((GtkFontSelectionDialog *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1font_1selection_1dialog_1get_1font_1name_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1font_1selection_1dialog_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1font_1selection_1dialog_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1font_1selection_1dialog_1new)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1font_1selection_1dialog_1new_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
- rc = (jintLong)gtk_font_selection_dialog_new((const gchar *)lparg0);
+ rc = (jint)gtk_font_selection_dialog_new((const gchar *)lparg0);
fail:
if (arg0 && lparg0) (*env)->ReleaseByteArrayElements(env, arg0, lparg0, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1font_1selection_1dialog_1new_FUNC);
@@ -9562,7 +9385,7 @@ fail:
#ifndef NO__1gtk_1font_1selection_1dialog_1set_1font_1name
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1font_1selection_1dialog_1set_1font_1name)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
jboolean rc = 0;
@@ -9577,26 +9400,26 @@ fail:
#endif
#ifndef NO__1gtk_1frame_1get_1label_1widget
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1frame_1get_1label_1widget)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1frame_1get_1label_1widget)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1frame_1get_1label_1widget_FUNC);
- rc = (jintLong)gtk_frame_get_label_widget((GtkFrame *)arg0);
+ rc = (jint)gtk_frame_get_label_widget((GtkFrame *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1frame_1get_1label_1widget_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1frame_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1frame_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1frame_1new)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1frame_1new_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
- rc = (jintLong)gtk_frame_new((const gchar *)lparg0);
+ rc = (jint)gtk_frame_new((const gchar *)lparg0);
fail:
if (arg0 && lparg0) (*env)->ReleaseByteArrayElements(env, arg0, lparg0, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1frame_1new_FUNC);
@@ -9606,7 +9429,7 @@ fail:
#ifndef NO__1gtk_1frame_1set_1label
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1frame_1set_1label)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1frame_1set_1label_FUNC);
@@ -9620,7 +9443,7 @@ fail:
#ifndef NO__1gtk_1frame_1set_1label_1widget
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1frame_1set_1label_1widget)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1frame_1set_1label_1widget_FUNC);
gtk_frame_set_label_widget((GtkFrame *)arg0, (GtkWidget *)arg1);
@@ -9630,7 +9453,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1frame_1set_1label_1widget)
#ifndef NO__1gtk_1frame_1set_1shadow_1type
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1frame_1set_1shadow_1type)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1frame_1set_1shadow_1type_FUNC);
gtk_frame_set_shadow_type((GtkFrame *)arg0, (GtkShadowType)arg1);
@@ -9639,12 +9462,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1frame_1set_1shadow_1type)
#endif
#ifndef NO__1gtk_1get_1current_1event
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1get_1current_1event)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1get_1current_1event)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1get_1current_1event_FUNC);
- rc = (jintLong)gtk_get_current_event();
+ rc = (jint)gtk_get_current_event();
OS_NATIVE_EXIT(env, that, _1gtk_1get_1current_1event_FUNC);
return rc;
}
@@ -9679,24 +9502,24 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1get_1current_1event_1time)
#endif
#ifndef NO__1gtk_1get_1default_1language
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1get_1default_1language)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1get_1default_1language)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1get_1default_1language_FUNC);
- rc = (jintLong)gtk_get_default_language();
+ rc = (jint)gtk_get_default_language();
OS_NATIVE_EXIT(env, that, _1gtk_1get_1default_1language_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1get_1event_1widget
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1get_1event_1widget)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1get_1event_1widget)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1get_1event_1widget_FUNC);
- rc = (jintLong)gtk_get_event_widget((GdkEvent *)arg0);
+ rc = (jint)gtk_get_event_widget((GdkEvent *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1get_1event_1widget_FUNC);
return rc;
}
@@ -9704,7 +9527,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1get_1event_1widget)
#ifndef NO__1gtk_1grab_1add
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1grab_1add)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1grab_1add_FUNC);
gtk_grab_add((GtkWidget *)arg0);
@@ -9713,12 +9536,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1grab_1add)
#endif
#ifndef NO__1gtk_1grab_1get_1current
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1grab_1get_1current)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1grab_1get_1current)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1grab_1get_1current_FUNC);
- rc = (jintLong)gtk_grab_get_current();
+ rc = (jint)gtk_grab_get_current();
OS_NATIVE_EXIT(env, that, _1gtk_1grab_1get_1current_FUNC);
return rc;
}
@@ -9726,7 +9549,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1grab_1get_1current)
#ifndef NO__1gtk_1grab_1remove
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1grab_1remove)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1grab_1remove_FUNC);
gtk_grab_remove((GtkWidget *)arg0);
@@ -9735,62 +9558,62 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1grab_1remove)
#endif
#ifndef NO__1gtk_1hbox_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1hbox_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1hbox_1new)
(JNIEnv *env, jclass that, jboolean arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1hbox_1new_FUNC);
- rc = (jintLong)gtk_hbox_new((gboolean)arg0, (gint)arg1);
+ rc = (jint)gtk_hbox_new((gboolean)arg0, (gint)arg1);
OS_NATIVE_EXIT(env, that, _1gtk_1hbox_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1hscale_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1hscale_1new)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1hscale_1new)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1hscale_1new_FUNC);
- rc = (jintLong)gtk_hscale_new((GtkAdjustment *)arg0);
+ rc = (jint)gtk_hscale_new((GtkAdjustment *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1hscale_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1hscrollbar_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1hscrollbar_1new)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1hscrollbar_1new)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1hscrollbar_1new_FUNC);
- rc = (jintLong)gtk_hscrollbar_new((GtkAdjustment *)arg0);
+ rc = (jint)gtk_hscrollbar_new((GtkAdjustment *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1hscrollbar_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1hseparator_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1hseparator_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1hseparator_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1hseparator_1new_FUNC);
- rc = (jintLong)gtk_hseparator_new();
+ rc = (jint)gtk_hseparator_new();
OS_NATIVE_EXIT(env, that, _1gtk_1hseparator_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1icon_1factory_1lookup_1default
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1icon_1factory_1lookup_1default)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1icon_1factory_1lookup_1default)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1icon_1factory_1lookup_1default_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
- rc = (jintLong)gtk_icon_factory_lookup_default((const gchar *)lparg0);
+ rc = (jint)gtk_icon_factory_lookup_default((const gchar *)lparg0);
fail:
if (arg0 && lparg0) (*env)->ReleaseByteArrayElements(env, arg0, lparg0, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1icon_1factory_1lookup_1default_FUNC);
@@ -9800,7 +9623,7 @@ fail:
#ifndef NO__1gtk_1icon_1info_1free
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1icon_1info_1free)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1icon_1info_1free_FUNC);
/*
@@ -9809,7 +9632,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1icon_1info_1free)
{
OS_LOAD_FUNCTION(fp, gtk_icon_info_free)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ ((void (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1icon_1info_1free_FUNC);
@@ -9817,36 +9640,36 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1icon_1info_1free)
#endif
#ifndef NO__1gtk_1icon_1info_1load_1icon
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1icon_1info_1load_1icon)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1icon_1info_1load_1icon)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1)
{
- jintLong *lparg1=NULL;
- jintLong rc = 0;
+ jint *lparg1=NULL;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1icon_1info_1load_1icon_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)gtk_icon_info_load_icon(arg0, lparg1);
+ rc = (jint)gtk_icon_info_load_icon(arg0, lparg1);
*/
{
OS_LOAD_FUNCTION(fp, gtk_icon_info_load_icon)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong, jintLong *))fp)(arg0, lparg1);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint, jint *))fp)(arg0, lparg1);
}
}
fail:
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1icon_1info_1load_1icon_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1icon_1set_1render_1icon
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1icon_1set_1render_1icon)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jint arg4, jintLong arg5, jintLong arg6)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1icon_1set_1render_1icon)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1icon_1set_1render_1icon_FUNC);
- rc = (jintLong)gtk_icon_set_render_icon((GtkIconSet *)arg0, (GtkStyle *)arg1, (GtkTextDirection)arg2, (GtkStateType)arg3, (GtkIconSize)arg4, (GtkWidget *)arg5, (const char *)arg6);
+ rc = (jint)gtk_icon_set_render_icon((GtkIconSet *)arg0, (GtkStyle *)arg1, (GtkTextDirection)arg2, (GtkStateType)arg3, (GtkIconSize)arg4, (GtkWidget *)arg5, (const char *)arg6);
OS_NATIVE_EXIT(env, that, _1gtk_1icon_1set_1render_1icon_FUNC);
return rc;
}
@@ -9854,7 +9677,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1icon_1set_1render_1icon)
#ifndef NO__1gtk_1icon_1source_1free
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1icon_1source_1free)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1icon_1source_1free_FUNC);
gtk_icon_source_free((GtkIconSource *)arg0);
@@ -9863,12 +9686,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1icon_1source_1free)
#endif
#ifndef NO__1gtk_1icon_1source_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1icon_1source_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1icon_1source_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1icon_1source_1new_FUNC);
- rc = (jintLong)gtk_icon_source_new();
+ rc = (jint)gtk_icon_source_new();
OS_NATIVE_EXIT(env, that, _1gtk_1icon_1source_1new_FUNC);
return rc;
}
@@ -9876,7 +9699,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1icon_1source_1new)
#ifndef NO__1gtk_1icon_1source_1set_1pixbuf
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1icon_1source_1set_1pixbuf)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1icon_1source_1set_1pixbuf_FUNC);
gtk_icon_source_set_pixbuf((GtkIconSource *)arg0, (GdkPixbuf *)arg1);
@@ -9885,18 +9708,18 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1icon_1source_1set_1pixbuf)
#endif
#ifndef NO__1gtk_1icon_1theme_1get_1default
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1icon_1theme_1get_1default)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1icon_1theme_1get_1default)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1icon_1theme_1get_1default_FUNC);
/*
- rc = (jintLong)gtk_icon_theme_get_default();
+ rc = (jint)gtk_icon_theme_get_default();
*/
{
OS_LOAD_FUNCTION(fp, gtk_icon_theme_get_default)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)())fp)();
+ rc = (jint)((jint (CALLING_CONVENTION*)())fp)();
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1icon_1theme_1get_1default_FUNC);
@@ -9905,18 +9728,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1icon_1theme_1get_1default)
#endif
#ifndef NO__1gtk_1icon_1theme_1lookup_1by_1gicon
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1icon_1theme_1lookup_1by_1gicon)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1icon_1theme_1lookup_1by_1gicon)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1icon_1theme_1lookup_1by_1gicon_FUNC);
/*
- rc = (jintLong)gtk_icon_theme_lookup_by_gicon(arg0, arg1, arg2, arg3);
+ rc = (jint)gtk_icon_theme_lookup_by_gicon(arg0, arg1, arg2, arg3);
*/
{
OS_LOAD_FUNCTION(fp, gtk_icon_theme_lookup_by_gicon)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong, jintLong, jint, jint))fp)(arg0, arg1, arg2, arg3);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint, jint, jint, jint))fp)(arg0, arg1, arg2, arg3);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1icon_1theme_1lookup_1by_1gicon_FUNC);
@@ -9926,7 +9749,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1icon_1theme_1lookup_1by_1gicon)
#ifndef NO__1gtk_1im_1context_1filter_1keypress
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1im_1context_1filter_1keypress)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1im_1context_1filter_1keypress_FUNC);
@@ -9938,7 +9761,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1im_1context_1filter_1keypress)
#ifndef NO__1gtk_1im_1context_1focus_1in
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1im_1context_1focus_1in)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1im_1context_1focus_1in_FUNC);
gtk_im_context_focus_in((GtkIMContext *)arg0);
@@ -9948,7 +9771,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1im_1context_1focus_1in)
#ifndef NO__1gtk_1im_1context_1focus_1out
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1im_1context_1focus_1out)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1im_1context_1focus_1out_FUNC);
gtk_im_context_focus_out((GtkIMContext *)arg0);
@@ -9958,31 +9781,31 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1im_1context_1focus_1out)
#ifndef NO__1gtk_1im_1context_1get_1preedit_1string
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1im_1context_1get_1preedit_1string)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1, jintLongArray arg2, jintArray arg3)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2, jintArray arg3)
{
- jintLong *lparg1=NULL;
- jintLong *lparg2=NULL;
+ jint *lparg1=NULL;
+ jint *lparg2=NULL;
jint *lparg3=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1im_1context_1get_1preedit_1string_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
if (arg3) if ((lparg3 = (*env)->GetIntArrayElements(env, arg3, NULL)) == NULL) goto fail;
gtk_im_context_get_preedit_string((GtkIMContext *)arg0, (gchar **)lparg1, (PangoAttrList **)lparg2, (gint *)lparg3);
fail:
if (arg3 && lparg3) (*env)->ReleaseIntArrayElements(env, arg3, lparg3, 0);
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1im_1context_1get_1preedit_1string_FUNC);
}
#endif
#ifndef NO__1gtk_1im_1context_1get_1type
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1im_1context_1get_1type)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1im_1context_1get_1type)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1im_1context_1get_1type_FUNC);
- rc = (jintLong)gtk_im_context_get_type();
+ rc = (jint)gtk_im_context_get_type();
OS_NATIVE_EXIT(env, that, _1gtk_1im_1context_1get_1type_FUNC);
return rc;
}
@@ -9990,7 +9813,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1im_1context_1get_1type)
#ifndef NO__1gtk_1im_1context_1reset
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1im_1context_1reset)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1im_1context_1reset_FUNC);
gtk_im_context_reset((GtkIMContext *)arg0);
@@ -10000,7 +9823,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1im_1context_1reset)
#ifndef NO__1gtk_1im_1context_1set_1client_1window
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1im_1context_1set_1client_1window)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1im_1context_1set_1client_1window_FUNC);
gtk_im_context_set_client_window((GtkIMContext *)arg0, (GdkWindow *)arg1);
@@ -10010,7 +9833,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1im_1context_1set_1client_1window)
#ifndef NO__1gtk_1im_1context_1set_1cursor_1location
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1im_1context_1set_1cursor_1location)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
GdkRectangle _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1im_1context_1set_1cursor_1location_FUNC);
@@ -10023,7 +9846,7 @@ fail:
#ifndef NO__1gtk_1im_1multicontext_1append_1menuitems
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1im_1multicontext_1append_1menuitems)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1im_1multicontext_1append_1menuitems_FUNC);
gtk_im_multicontext_append_menuitems((GtkIMMulticontext *)arg0, (GtkMenuShell *)arg1);
@@ -10032,26 +9855,26 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1im_1multicontext_1append_1menuitems)
#endif
#ifndef NO__1gtk_1im_1multicontext_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1im_1multicontext_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1im_1multicontext_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1im_1multicontext_1new_FUNC);
- rc = (jintLong)gtk_im_multicontext_new();
+ rc = (jint)gtk_im_multicontext_new();
OS_NATIVE_EXIT(env, that, _1gtk_1im_1multicontext_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1image_1menu_1item_1new_1with_1label
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1image_1menu_1item_1new_1with_1label)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1image_1menu_1item_1new_1with_1label)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1image_1menu_1item_1new_1with_1label_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
- rc = (jintLong)gtk_image_menu_item_new_with_label((const gchar *)lparg0);
+ rc = (jint)gtk_image_menu_item_new_with_label((const gchar *)lparg0);
fail:
if (arg0 && lparg0) (*env)->ReleaseByteArrayElements(env, arg0, lparg0, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1image_1menu_1item_1new_1with_1label_FUNC);
@@ -10061,7 +9884,7 @@ fail:
#ifndef NO__1gtk_1image_1menu_1item_1set_1image
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1image_1menu_1item_1set_1image)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1image_1menu_1item_1set_1image_FUNC);
gtk_image_menu_item_set_image((GtkImageMenuItem *)arg0, (GtkWidget *)arg1);
@@ -10070,36 +9893,36 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1image_1menu_1item_1set_1image)
#endif
#ifndef NO__1gtk_1image_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1image_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1image_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1image_1new_FUNC);
- rc = (jintLong)gtk_image_new();
+ rc = (jint)gtk_image_new();
OS_NATIVE_EXIT(env, that, _1gtk_1image_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1image_1new_1from_1pixbuf
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1image_1new_1from_1pixbuf)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1image_1new_1from_1pixbuf)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1image_1new_1from_1pixbuf_FUNC);
- rc = (jintLong)gtk_image_new_from_pixbuf((GdkPixbuf *)arg0);
+ rc = (jint)gtk_image_new_from_pixbuf((GdkPixbuf *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1image_1new_1from_1pixbuf_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1image_1new_1from_1pixmap
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1image_1new_1from_1pixmap)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1image_1new_1from_1pixmap)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1image_1new_1from_1pixmap_FUNC);
- rc = (jintLong)gtk_image_new_from_pixmap((GdkPixmap *)arg0, (GdkBitmap *)arg1);
+ rc = (jint)gtk_image_new_from_pixmap((GdkPixmap *)arg0, (GdkBitmap *)arg1);
OS_NATIVE_EXIT(env, that, _1gtk_1image_1new_1from_1pixmap_FUNC);
return rc;
}
@@ -10107,7 +9930,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1image_1new_1from_1pixmap)
#ifndef NO__1gtk_1image_1set_1from_1pixbuf
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1image_1set_1from_1pixbuf)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1image_1set_1from_1pixbuf_FUNC);
gtk_image_set_from_pixbuf((GtkImage *)arg0, (GdkPixbuf *)arg1);
@@ -10117,7 +9940,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1image_1set_1from_1pixbuf)
#ifndef NO__1gtk_1image_1set_1from_1pixmap
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1image_1set_1from_1pixmap)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1image_1set_1from_1pixmap_FUNC);
gtk_image_set_from_pixmap((GtkImage *)arg0, (GdkBitmap *)arg1, (GdkBitmap *)arg2);
@@ -10127,30 +9950,30 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1image_1set_1from_1pixmap)
#ifndef NO__1gtk_1init_1check
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1init_1check)
- (JNIEnv *env, jclass that, jintLongArray arg0, jintLongArray arg1)
+ (JNIEnv *env, jclass that, jintArray arg0, jintArray arg1)
{
- jintLong *lparg0=NULL;
- jintLong *lparg1=NULL;
+ jint *lparg0=NULL;
+ jint *lparg1=NULL;
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1init_1check_FUNC);
- if (arg0) if ((lparg0 = (*env)->GetIntLongArrayElements(env, arg0, NULL)) == NULL) goto fail;
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg0) if ((lparg0 = (*env)->GetIntArrayElements(env, arg0, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
rc = (jboolean)gtk_init_check((int *)lparg0, (char ***)lparg1);
fail:
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
- if (arg0 && lparg0) (*env)->ReleaseIntLongArrayElements(env, arg0, lparg0, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
+ if (arg0 && lparg0) (*env)->ReleaseIntArrayElements(env, arg0, lparg0, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1init_1check_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1label_1get_1layout
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1label_1get_1layout)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1label_1get_1layout)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1label_1get_1layout_FUNC);
- rc = (jintLong)gtk_label_get_layout((GtkLabel *)arg0);
+ rc = (jint)gtk_label_get_layout((GtkLabel *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1label_1get_1layout_FUNC);
return rc;
}
@@ -10158,7 +9981,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1label_1get_1layout)
#ifndef NO__1gtk_1label_1get_1mnemonic_1keyval
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1label_1get_1mnemonic_1keyval)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1label_1get_1mnemonic_1keyval_FUNC);
@@ -10169,14 +9992,14 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1label_1get_1mnemonic_1keyval)
#endif
#ifndef NO__1gtk_1label_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1label_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1label_1new)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1label_1new_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
- rc = (jintLong)gtk_label_new((const gchar *)lparg0);
+ rc = (jint)gtk_label_new((const gchar *)lparg0);
fail:
if (arg0 && lparg0) (*env)->ReleaseByteArrayElements(env, arg0, lparg0, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1label_1new_FUNC);
@@ -10185,14 +10008,14 @@ fail:
#endif
#ifndef NO__1gtk_1label_1new_1with_1mnemonic
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1label_1new_1with_1mnemonic)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1label_1new_1with_1mnemonic)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1label_1new_1with_1mnemonic_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
- rc = (jintLong)gtk_label_new_with_mnemonic((const gchar *)lparg0);
+ rc = (jint)gtk_label_new_with_mnemonic((const gchar *)lparg0);
fail:
if (arg0 && lparg0) (*env)->ReleaseByteArrayElements(env, arg0, lparg0, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1label_1new_1with_1mnemonic_FUNC);
@@ -10202,7 +10025,7 @@ fail:
#ifndef NO__1gtk_1label_1set_1attributes
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1label_1set_1attributes)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1label_1set_1attributes_FUNC);
gtk_label_set_attributes((GtkLabel *)arg0, (PangoAttrList *)arg1);
@@ -10212,7 +10035,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1label_1set_1attributes)
#ifndef NO__1gtk_1label_1set_1justify
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1label_1set_1justify)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1label_1set_1justify_FUNC);
gtk_label_set_justify((GtkLabel *)arg0, (GtkJustification)arg1);
@@ -10222,7 +10045,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1label_1set_1justify)
#ifndef NO__1gtk_1label_1set_1line_1wrap
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1label_1set_1line_1wrap)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1label_1set_1line_1wrap_FUNC);
gtk_label_set_line_wrap((GtkLabel *)arg0, (gboolean)arg1);
@@ -10232,7 +10055,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1label_1set_1line_1wrap)
#ifndef NO__1gtk_1label_1set_1line_1wrap_1mode
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1label_1set_1line_1wrap_1mode)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1label_1set_1line_1wrap_1mode_FUNC);
/*
@@ -10241,62 +10064,40 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1label_1set_1line_1wrap_1mode)
{
OS_LOAD_FUNCTION(fp, gtk_label_set_line_wrap_mode)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1label_1set_1line_1wrap_1mode_FUNC);
}
#endif
-#if (!defined(NO__1gtk_1label_1set_1text__II) && !defined(JNI64)) || (!defined(NO__1gtk_1label_1set_1text__JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1label_1set_1text__II)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1label_1set_1text__JJ)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
-#endif
+#ifndef NO__1gtk_1label_1set_1text__II
+JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1label_1set_1text__II)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1gtk_1label_1set_1text__II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1label_1set_1text__JJ_FUNC);
-#endif
gtk_label_set_text((GtkLabel *)arg0, (const gchar *)arg1);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1gtk_1label_1set_1text__II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1label_1set_1text__JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1gtk_1label_1set_1text__I_3B) && !defined(JNI64)) || (!defined(NO__1gtk_1label_1set_1text__J_3B) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1label_1set_1text__I_3B)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1label_1set_1text__J_3B)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
-#endif
+#ifndef NO__1gtk_1label_1set_1text__I_3B
+JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1label_1set_1text__I_3B)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1gtk_1label_1set_1text__I_3B_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1label_1set_1text__J_3B_FUNC);
-#endif
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
gtk_label_set_text((GtkLabel *)arg0, (const gchar *)lparg1);
fail:
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, 0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1gtk_1label_1set_1text__I_3B_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1label_1set_1text__J_3B_FUNC);
-#endif
}
#endif
#ifndef NO__1gtk_1label_1set_1text_1with_1mnemonic
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1label_1set_1text_1with_1mnemonic)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1label_1set_1text_1with_1mnemonic_FUNC);
@@ -10310,7 +10111,7 @@ fail:
#ifndef NO__1gtk_1list_1store_1append
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1append)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1list_1store_1append_FUNC);
gtk_list_store_append((GtkListStore *)arg0, (GtkTreeIter *)arg1);
@@ -10320,7 +10121,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1append)
#ifndef NO__1gtk_1list_1store_1clear
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1clear)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1list_1store_1clear_FUNC);
gtk_list_store_clear((GtkListStore *)arg0);
@@ -10330,7 +10131,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1clear)
#ifndef NO__1gtk_1list_1store_1insert
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1insert)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1list_1store_1insert_FUNC);
gtk_list_store_insert((GtkListStore *)arg0, (GtkTreeIter *)arg1, (gint)arg2);
@@ -10339,16 +10140,16 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1insert)
#endif
#ifndef NO__1gtk_1list_1store_1newv
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1list_1store_1newv)
- (JNIEnv *env, jclass that, jint arg0, jintLongArray arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1list_1store_1newv)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1)
{
- jintLong *lparg1=NULL;
- jintLong rc = 0;
+ jint *lparg1=NULL;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1list_1store_1newv_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
- rc = (jintLong)gtk_list_store_newv((gint)arg0, (GType *)lparg1);
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ rc = (jint)gtk_list_store_newv((gint)arg0, (GType *)lparg1);
fail:
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1list_1store_1newv_FUNC);
return rc;
}
@@ -10356,7 +10157,7 @@ fail:
#ifndef NO__1gtk_1list_1store_1remove
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1remove)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1list_1store_1remove_FUNC);
gtk_list_store_remove((GtkListStore *)arg0, (GtkTreeIter *)arg1);
@@ -10364,115 +10165,60 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1remove)
}
#endif
-#if (!defined(NO__1gtk_1list_1store_1set__IIIII) && !defined(JNI64)) || (!defined(NO__1gtk_1list_1store_1set__JJIIJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1set__IIIII)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jintLong arg4)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1set__JJIIJ)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jintLong arg4)
-#endif
+#ifndef NO__1gtk_1list_1store_1set__IIIII
+JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1set__IIIII)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1gtk_1list_1store_1set__IIIII_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1list_1store_1set__JJIIJ_FUNC);
-#endif
gtk_list_store_set((GtkListStore *)arg0, (GtkTreeIter *)arg1, arg2, arg3, arg4);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1gtk_1list_1store_1set__IIIII_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1list_1store_1set__JJIIJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1gtk_1list_1store_1set__IIIJI) && !defined(JNI64)) || (!defined(NO__1gtk_1list_1store_1set__JJIJJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1set__IIIJI)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jlong arg3, jintLong arg4)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1set__JJIJJ)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jlong arg3, jintLong arg4)
-#endif
+#ifndef NO__1gtk_1list_1store_1set__IIIJI
+JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1set__IIIJI)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jlong arg3, jint arg4)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1gtk_1list_1store_1set__IIIJI_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1list_1store_1set__JJIJJ_FUNC);
-#endif
gtk_list_store_set((GtkListStore *)arg0, (GtkTreeIter *)arg1, arg2, arg3, arg4);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1gtk_1list_1store_1set__IIIJI_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1list_1store_1set__JJIJJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1gtk_1list_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I) && !defined(JNI64)) || (!defined(NO__1gtk_1list_1store_1set__JJILorg_eclipse_swt_internal_gtk_GdkColor_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jobject arg3, jintLong arg4)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1set__JJILorg_eclipse_swt_internal_gtk_GdkColor_2J)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jobject arg3, jintLong arg4)
-#endif
+#ifndef NO__1gtk_1list_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I
+JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jobject arg3, jint arg4)
{
GdkColor _arg3, *lparg3=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1gtk_1list_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1list_1store_1set__JJILorg_eclipse_swt_internal_gtk_GdkColor_2J_FUNC);
-#endif
if (arg3) if ((lparg3 = getGdkColorFields(env, arg3, &_arg3)) == NULL) goto fail;
gtk_list_store_set((GtkListStore *)arg0, (GtkTreeIter *)arg1, arg2, lparg3, arg4);
fail:
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1gtk_1list_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1list_1store_1set__JJILorg_eclipse_swt_internal_gtk_GdkColor_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1gtk_1list_1store_1set__IIIZI) && !defined(JNI64)) || (!defined(NO__1gtk_1list_1store_1set__JJIZJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1set__IIIZI)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jboolean arg3, jintLong arg4)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1set__JJIZJ)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jboolean arg3, jintLong arg4)
-#endif
+#ifndef NO__1gtk_1list_1store_1set__IIIZI
+JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1set__IIIZI)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jboolean arg3, jint arg4)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1gtk_1list_1store_1set__IIIZI_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1list_1store_1set__JJIZJ_FUNC);
-#endif
gtk_list_store_set((GtkListStore *)arg0, (GtkTreeIter *)arg1, arg2, arg3, arg4);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1gtk_1list_1store_1set__IIIZI_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1list_1store_1set__JJIZJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1gtk_1list_1store_1set__III_3BI) && !defined(JNI64)) || (!defined(NO__1gtk_1list_1store_1set__JJI_3BJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1set__III_3BI)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jbyteArray arg3, jintLong arg4)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1set__JJI_3BJ)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jbyteArray arg3, jintLong arg4)
-#endif
+#ifndef NO__1gtk_1list_1store_1set__III_3BI
+JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1list_1store_1set__III_3BI)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jbyteArray arg3, jint arg4)
{
jbyte *lparg3=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1gtk_1list_1store_1set__III_3BI_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1list_1store_1set__JJI_3BJ_FUNC);
-#endif
if (arg3) if ((lparg3 = (*env)->GetByteArrayElements(env, arg3, NULL)) == NULL) goto fail;
gtk_list_store_set((GtkListStore *)arg0, (GtkTreeIter *)arg1, arg2, lparg3, arg4);
fail:
if (arg3 && lparg3) (*env)->ReleaseByteArrayElements(env, arg3, lparg3, 0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1gtk_1list_1store_1set__III_3BI_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1list_1store_1set__JJI_3BJ_FUNC);
-#endif
}
#endif
@@ -10488,7 +10234,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1main)
#ifndef NO__1gtk_1main_1do_1event
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1main_1do_1event)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1main_1do_1event_FUNC);
gtk_main_do_event((GdkEvent *)arg0);
@@ -10521,36 +10267,36 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1major_1version)
#endif
#ifndef NO__1gtk_1menu_1bar_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1menu_1bar_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1menu_1bar_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1menu_1bar_1new_FUNC);
- rc = (jintLong)gtk_menu_bar_new();
+ rc = (jint)gtk_menu_bar_new();
OS_NATIVE_EXIT(env, that, _1gtk_1menu_1bar_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1menu_1get_1attach_1widget
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1menu_1get_1attach_1widget)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1menu_1get_1attach_1widget)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1menu_1get_1attach_1widget_FUNC);
- rc = (jintLong)gtk_menu_get_attach_widget((GtkMenu *)arg0);
+ rc = (jint)gtk_menu_get_attach_widget((GtkMenu *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1menu_1get_1attach_1widget_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1menu_1item_1get_1submenu
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1menu_1item_1get_1submenu)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1menu_1item_1get_1submenu)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1menu_1item_1get_1submenu_FUNC);
- rc = (jintLong)gtk_menu_item_get_submenu((GtkMenuItem *)arg0);
+ rc = (jint)gtk_menu_item_get_submenu((GtkMenuItem *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1menu_1item_1get_1submenu_FUNC);
return rc;
}
@@ -10558,7 +10304,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1menu_1item_1get_1submenu)
#ifndef NO__1gtk_1menu_1item_1remove_1submenu
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1menu_1item_1remove_1submenu)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1menu_1item_1remove_1submenu_FUNC);
/*
@@ -10576,7 +10322,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1menu_1item_1remove_1submenu)
#ifndef NO__1gtk_1menu_1item_1set_1submenu
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1menu_1item_1set_1submenu)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1menu_1item_1set_1submenu_FUNC);
gtk_menu_item_set_submenu((GtkMenuItem *)arg0, (GtkWidget *)arg1);
@@ -10585,12 +10331,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1menu_1item_1set_1submenu)
#endif
#ifndef NO__1gtk_1menu_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1menu_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1menu_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1menu_1new_FUNC);
- rc = (jintLong)gtk_menu_new();
+ rc = (jint)gtk_menu_new();
OS_NATIVE_EXIT(env, that, _1gtk_1menu_1new_FUNC);
return rc;
}
@@ -10598,7 +10344,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1menu_1new)
#ifndef NO__1gtk_1menu_1popdown
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1menu_1popdown)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1menu_1popdown_FUNC);
gtk_menu_popdown((GtkMenu *)arg0);
@@ -10608,7 +10354,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1menu_1popdown)
#ifndef NO__1gtk_1menu_1popup
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1menu_1popup)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jintLong arg3, jintLong arg4, jint arg5, jint arg6)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jint arg6)
{
OS_NATIVE_ENTER(env, that, _1gtk_1menu_1popup_FUNC);
gtk_menu_popup((GtkMenu *)arg0, (GtkWidget *)arg1, (GtkWidget *)arg2, (GtkMenuPositionFunc)arg3, (gpointer)arg4, (guint)arg5, (guint32)arg6);
@@ -10618,7 +10364,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1menu_1popup)
#ifndef NO__1gtk_1menu_1shell_1deactivate
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1menu_1shell_1deactivate)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1menu_1shell_1deactivate_FUNC);
gtk_menu_shell_deactivate((GtkMenuShell *)arg0);
@@ -10628,7 +10374,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1menu_1shell_1deactivate)
#ifndef NO__1gtk_1menu_1shell_1insert
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1menu_1shell_1insert)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1menu_1shell_1insert_FUNC);
gtk_menu_shell_insert((GtkMenuShell *)arg0, (GtkWidget *)arg1, (gint)arg2);
@@ -10638,7 +10384,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1menu_1shell_1insert)
#ifndef NO__1gtk_1menu_1shell_1select_1item
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1menu_1shell_1select_1item)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1menu_1shell_1select_1item_FUNC);
gtk_menu_shell_select_item((GtkMenuShell *)arg0, (GtkWidget *)arg1);
@@ -10648,7 +10394,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1menu_1shell_1select_1item)
#ifndef NO__1gtk_1menu_1shell_1set_1take_1focus
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1menu_1shell_1set_1take_1focus)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1menu_1shell_1set_1take_1focus_FUNC);
/*
@@ -10665,14 +10411,14 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1menu_1shell_1set_1take_1focus)
#endif
#ifndef NO__1gtk_1message_1dialog_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1message_1dialog_1new)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jint arg3, jbyteArray arg4)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1message_1dialog_1new)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jbyteArray arg4)
{
jbyte *lparg4=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1message_1dialog_1new_FUNC);
if (arg4) if ((lparg4 = (*env)->GetByteArrayElements(env, arg4, NULL)) == NULL) goto fail;
- rc = (jintLong)gtk_message_dialog_new((GtkWindow *)arg0, (GtkDialogFlags)arg1, (GtkMessageType)arg2, (GtkButtonsType)arg3, (const gchar *)lparg4);
+ rc = (jint)gtk_message_dialog_new((GtkWindow *)arg0, (GtkDialogFlags)arg1, (GtkMessageType)arg2, (GtkButtonsType)arg3, (const gchar *)lparg4);
fail:
if (arg4 && lparg4) (*env)->ReleaseByteArrayElements(env, arg4, lparg4, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1message_1dialog_1new_FUNC);
@@ -10706,7 +10452,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1minor_1version)
#ifndef NO__1gtk_1misc_1set_1alignment
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1misc_1set_1alignment)
- (JNIEnv *env, jclass that, jintLong arg0, jfloat arg1, jfloat arg2)
+ (JNIEnv *env, jclass that, jint arg0, jfloat arg1, jfloat arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1misc_1set_1alignment_FUNC);
gtk_misc_set_alignment((GtkMisc *)arg0, (gfloat)arg1, (gfloat)arg2);
@@ -10716,7 +10462,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1misc_1set_1alignment)
#ifndef NO__1gtk_1notebook_1get_1current_1page
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1notebook_1get_1current_1page)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1notebook_1get_1current_1page_FUNC);
@@ -10728,7 +10474,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1notebook_1get_1current_1page)
#ifndef NO__1gtk_1notebook_1get_1scrollable
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1notebook_1get_1scrollable)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1notebook_1get_1scrollable_FUNC);
@@ -10740,7 +10486,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1notebook_1get_1scrollable)
#ifndef NO__1gtk_1notebook_1insert_1page
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1notebook_1insert_1page)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
OS_NATIVE_ENTER(env, that, _1gtk_1notebook_1insert_1page_FUNC);
gtk_notebook_insert_page((GtkNotebook *)arg0, (GtkWidget *)arg1, (GtkWidget *)arg2, (gint)arg3);
@@ -10749,12 +10495,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1notebook_1insert_1page)
#endif
#ifndef NO__1gtk_1notebook_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1notebook_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1notebook_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1notebook_1new_FUNC);
- rc = (jintLong)gtk_notebook_new();
+ rc = (jint)gtk_notebook_new();
OS_NATIVE_EXIT(env, that, _1gtk_1notebook_1new_FUNC);
return rc;
}
@@ -10762,7 +10508,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1notebook_1new)
#ifndef NO__1gtk_1notebook_1next_1page
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1notebook_1next_1page)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1notebook_1next_1page_FUNC);
gtk_notebook_next_page((GtkNotebook *)arg0);
@@ -10772,7 +10518,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1notebook_1next_1page)
#ifndef NO__1gtk_1notebook_1prev_1page
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1notebook_1prev_1page)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1notebook_1prev_1page_FUNC);
gtk_notebook_prev_page((GtkNotebook *)arg0);
@@ -10782,7 +10528,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1notebook_1prev_1page)
#ifndef NO__1gtk_1notebook_1remove_1page
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1notebook_1remove_1page)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1notebook_1remove_1page_FUNC);
gtk_notebook_remove_page((GtkNotebook *)arg0, (gint)arg1);
@@ -10792,7 +10538,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1notebook_1remove_1page)
#ifndef NO__1gtk_1notebook_1set_1current_1page
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1notebook_1set_1current_1page)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1notebook_1set_1current_1page_FUNC);
gtk_notebook_set_current_page((GtkNotebook *)arg0, (gint)arg1);
@@ -10802,7 +10548,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1notebook_1set_1current_1page)
#ifndef NO__1gtk_1notebook_1set_1scrollable
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1notebook_1set_1scrollable)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1notebook_1set_1scrollable_FUNC);
gtk_notebook_set_scrollable((GtkNotebook *)arg0, (gboolean)arg1);
@@ -10812,7 +10558,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1notebook_1set_1scrollable)
#ifndef NO__1gtk_1notebook_1set_1show_1tabs
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1notebook_1set_1show_1tabs)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1notebook_1set_1show_1tabs_FUNC);
gtk_notebook_set_show_tabs((GtkNotebook *)arg0, (gboolean)arg1);
@@ -10822,7 +10568,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1notebook_1set_1show_1tabs)
#ifndef NO__1gtk_1notebook_1set_1tab_1pos
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1notebook_1set_1tab_1pos)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1notebook_1set_1tab_1pos_FUNC);
gtk_notebook_set_tab_pos((GtkNotebook *)arg0, (GtkPositionType)arg1);
@@ -10832,7 +10578,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1notebook_1set_1tab_1pos)
#ifndef NO__1gtk_1object_1sink
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1object_1sink)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1object_1sink_FUNC);
gtk_object_sink((GtkObject *)arg0);
@@ -10842,7 +10588,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1object_1sink)
#ifndef NO__1gtk_1orientable_1set_1orientation
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1orientable_1set_1orientation)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1orientable_1set_1orientation_FUNC);
/*
@@ -10851,7 +10597,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1orientable_1set_1orientation)
{
OS_LOAD_FUNCTION(fp, gtk_orientable_set_orientation)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, GtkOrientation))fp)(arg0, (GtkOrientation)arg1);
+ ((void (CALLING_CONVENTION*)(jint, GtkOrientation))fp)(arg0, (GtkOrientation)arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1orientable_1set_1orientation_FUNC);
@@ -10860,7 +10606,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1orientable_1set_1orientation)
#ifndef NO__1gtk_1page_1setup_1get_1bottom_1margin
JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1bottom_1margin)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jdouble rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1page_1setup_1get_1bottom_1margin_FUNC);
@@ -10870,7 +10616,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1bottom_1margin)
{
OS_LOAD_FUNCTION(fp, gtk_page_setup_get_bottom_margin)
if (fp) {
- rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1page_1setup_1get_1bottom_1margin_FUNC);
@@ -10880,7 +10626,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1bottom_1margin)
#ifndef NO__1gtk_1page_1setup_1get_1left_1margin
JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1left_1margin)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jdouble rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1page_1setup_1get_1left_1margin_FUNC);
@@ -10890,7 +10636,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1left_1margin)
{
OS_LOAD_FUNCTION(fp, gtk_page_setup_get_left_margin)
if (fp) {
- rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1page_1setup_1get_1left_1margin_FUNC);
@@ -10900,7 +10646,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1left_1margin)
#ifndef NO__1gtk_1page_1setup_1get_1orientation
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1orientation)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1page_1setup_1get_1orientation_FUNC);
@@ -10910,7 +10656,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1orientation)
{
OS_LOAD_FUNCTION(fp, gtk_page_setup_get_orientation)
if (fp) {
- rc = (jint)((jint (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1page_1setup_1get_1orientation_FUNC);
@@ -10920,7 +10666,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1orientation)
#ifndef NO__1gtk_1page_1setup_1get_1page_1height
JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1page_1height)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jdouble rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1page_1setup_1get_1page_1height_FUNC);
@@ -10930,7 +10676,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1page_1height)
{
OS_LOAD_FUNCTION(fp, gtk_page_setup_get_page_height)
if (fp) {
- rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1page_1setup_1get_1page_1height_FUNC);
@@ -10940,7 +10686,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1page_1height)
#ifndef NO__1gtk_1page_1setup_1get_1page_1width
JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1page_1width)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jdouble rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1page_1setup_1get_1page_1width_FUNC);
@@ -10950,7 +10696,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1page_1width)
{
OS_LOAD_FUNCTION(fp, gtk_page_setup_get_page_width)
if (fp) {
- rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1page_1setup_1get_1page_1width_FUNC);
@@ -10960,7 +10706,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1page_1width)
#ifndef NO__1gtk_1page_1setup_1get_1paper_1height
JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1paper_1height)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jdouble rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1page_1setup_1get_1paper_1height_FUNC);
@@ -10970,7 +10716,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1paper_1height)
{
OS_LOAD_FUNCTION(fp, gtk_page_setup_get_paper_height)
if (fp) {
- rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1page_1setup_1get_1paper_1height_FUNC);
@@ -10979,18 +10725,18 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1paper_1height)
#endif
#ifndef NO__1gtk_1page_1setup_1get_1paper_1size
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1paper_1size)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1paper_1size)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1page_1setup_1get_1paper_1size_FUNC);
/*
- rc = (jintLong)gtk_page_setup_get_paper_size(arg0);
+ rc = (jint)gtk_page_setup_get_paper_size(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_page_setup_get_paper_size)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1page_1setup_1get_1paper_1size_FUNC);
@@ -11000,7 +10746,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1paper_1size)
#ifndef NO__1gtk_1page_1setup_1get_1paper_1width
JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1paper_1width)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jdouble rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1page_1setup_1get_1paper_1width_FUNC);
@@ -11010,7 +10756,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1paper_1width)
{
OS_LOAD_FUNCTION(fp, gtk_page_setup_get_paper_width)
if (fp) {
- rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1page_1setup_1get_1paper_1width_FUNC);
@@ -11020,7 +10766,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1paper_1width)
#ifndef NO__1gtk_1page_1setup_1get_1right_1margin
JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1right_1margin)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jdouble rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1page_1setup_1get_1right_1margin_FUNC);
@@ -11030,7 +10776,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1right_1margin)
{
OS_LOAD_FUNCTION(fp, gtk_page_setup_get_right_margin)
if (fp) {
- rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1page_1setup_1get_1right_1margin_FUNC);
@@ -11040,7 +10786,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1right_1margin)
#ifndef NO__1gtk_1page_1setup_1get_1top_1margin
JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1top_1margin)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jdouble rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1page_1setup_1get_1top_1margin_FUNC);
@@ -11050,7 +10796,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1top_1margin)
{
OS_LOAD_FUNCTION(fp, gtk_page_setup_get_top_margin)
if (fp) {
- rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1page_1setup_1get_1top_1margin_FUNC);
@@ -11059,18 +10805,18 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1page_1setup_1get_1top_1margin)
#endif
#ifndef NO__1gtk_1page_1setup_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1page_1setup_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1page_1setup_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1page_1setup_1new_FUNC);
/*
- rc = (jintLong)gtk_page_setup_new();
+ rc = (jint)gtk_page_setup_new();
*/
{
OS_LOAD_FUNCTION(fp, gtk_page_setup_new)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)())fp)();
+ rc = (jint)((jint (CALLING_CONVENTION*)())fp)();
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1page_1setup_1new_FUNC);
@@ -11080,7 +10826,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1page_1setup_1new)
#ifndef NO__1gtk_1page_1setup_1set_1bottom_1margin
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1page_1setup_1set_1bottom_1margin)
- (JNIEnv *env, jclass that, jintLong arg0, jdouble arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jdouble arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1page_1setup_1set_1bottom_1margin_FUNC);
/*
@@ -11089,7 +10835,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1page_1setup_1set_1bottom_1margin)
{
OS_LOAD_FUNCTION(fp, gtk_page_setup_set_bottom_margin)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jdouble, jint))fp)(arg0, arg1, arg2);
+ ((void (CALLING_CONVENTION*)(jint, jdouble, jint))fp)(arg0, arg1, arg2);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1page_1setup_1set_1bottom_1margin_FUNC);
@@ -11098,7 +10844,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1page_1setup_1set_1bottom_1margin)
#ifndef NO__1gtk_1page_1setup_1set_1left_1margin
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1page_1setup_1set_1left_1margin)
- (JNIEnv *env, jclass that, jintLong arg0, jdouble arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jdouble arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1page_1setup_1set_1left_1margin_FUNC);
/*
@@ -11107,7 +10853,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1page_1setup_1set_1left_1margin)
{
OS_LOAD_FUNCTION(fp, gtk_page_setup_set_left_margin)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jdouble, jint))fp)(arg0, arg1, arg2);
+ ((void (CALLING_CONVENTION*)(jint, jdouble, jint))fp)(arg0, arg1, arg2);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1page_1setup_1set_1left_1margin_FUNC);
@@ -11116,7 +10862,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1page_1setup_1set_1left_1margin)
#ifndef NO__1gtk_1page_1setup_1set_1orientation
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1page_1setup_1set_1orientation)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1page_1setup_1set_1orientation_FUNC);
/*
@@ -11125,7 +10871,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1page_1setup_1set_1orientation)
{
OS_LOAD_FUNCTION(fp, gtk_page_setup_set_orientation)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1page_1setup_1set_1orientation_FUNC);
@@ -11134,7 +10880,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1page_1setup_1set_1orientation)
#ifndef NO__1gtk_1page_1setup_1set_1paper_1size
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1page_1setup_1set_1paper_1size)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1page_1setup_1set_1paper_1size_FUNC);
/*
@@ -11143,7 +10889,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1page_1setup_1set_1paper_1size)
{
OS_LOAD_FUNCTION(fp, gtk_page_setup_set_paper_size)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1page_1setup_1set_1paper_1size_FUNC);
@@ -11152,7 +10898,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1page_1setup_1set_1paper_1size)
#ifndef NO__1gtk_1page_1setup_1set_1right_1margin
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1page_1setup_1set_1right_1margin)
- (JNIEnv *env, jclass that, jintLong arg0, jdouble arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jdouble arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1page_1setup_1set_1right_1margin_FUNC);
/*
@@ -11161,7 +10907,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1page_1setup_1set_1right_1margin)
{
OS_LOAD_FUNCTION(fp, gtk_page_setup_set_right_margin)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jdouble, jint))fp)(arg0, arg1, arg2);
+ ((void (CALLING_CONVENTION*)(jint, jdouble, jint))fp)(arg0, arg1, arg2);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1page_1setup_1set_1right_1margin_FUNC);
@@ -11170,7 +10916,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1page_1setup_1set_1right_1margin)
#ifndef NO__1gtk_1page_1setup_1set_1top_1margin
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1page_1setup_1set_1top_1margin)
- (JNIEnv *env, jclass that, jintLong arg0, jdouble arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jdouble arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1page_1setup_1set_1top_1margin_FUNC);
/*
@@ -11179,7 +10925,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1page_1setup_1set_1top_1margin)
{
OS_LOAD_FUNCTION(fp, gtk_page_setup_set_top_margin)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jdouble, jint))fp)(arg0, arg1, arg2);
+ ((void (CALLING_CONVENTION*)(jint, jdouble, jint))fp)(arg0, arg1, arg2);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1page_1setup_1set_1top_1margin_FUNC);
@@ -11188,7 +10934,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1page_1setup_1set_1top_1margin)
#ifndef NO__1gtk_1paint_1arrow
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paint_1arrow)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jobject arg4, jintLong arg5, jbyteArray arg6, jint arg7, jboolean arg8, jint arg9, jint arg10, jint arg11, jint arg12)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jobject arg4, jint arg5, jbyteArray arg6, jint arg7, jboolean arg8, jint arg9, jint arg10, jint arg11, jint arg12)
{
GdkRectangle _arg4, *lparg4=NULL;
jbyte *lparg6=NULL;
@@ -11205,7 +10951,7 @@ fail:
#ifndef NO__1gtk_1paint_1box
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paint_1box)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jobject arg4, jintLong arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jobject arg4, jint arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10)
{
GdkRectangle _arg4, *lparg4=NULL;
jbyte *lparg6=NULL;
@@ -11222,7 +10968,7 @@ fail:
#ifndef NO__1gtk_1paint_1box_1gap
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paint_1box_1gap)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jobject arg4, jintLong arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10, jint arg11, jint arg12, jint arg13)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jobject arg4, jint arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10, jint arg11, jint arg12, jint arg13)
{
GdkRectangle _arg4, *lparg4=NULL;
jbyte *lparg6=NULL;
@@ -11239,7 +10985,7 @@ fail:
#ifndef NO__1gtk_1paint_1check
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paint_1check)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jobject arg4, jintLong arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jobject arg4, jint arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10)
{
GdkRectangle _arg4, *lparg4=NULL;
jbyte *lparg6=NULL;
@@ -11256,7 +11002,7 @@ fail:
#ifndef NO__1gtk_1paint_1expander
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paint_1expander)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jobject arg3, jintLong arg4, jbyteArray arg5, jint arg6, jint arg7, jint arg8)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jobject arg3, jint arg4, jbyteArray arg5, jint arg6, jint arg7, jint arg8)
{
GdkRectangle _arg3, *lparg3=NULL;
jbyte *lparg5=NULL;
@@ -11273,7 +11019,7 @@ fail:
#ifndef NO__1gtk_1paint_1extension
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paint_1extension)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jobject arg4, jintLong arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10, jint arg11)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jobject arg4, jint arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10, jint arg11)
{
GdkRectangle _arg4, *lparg4=NULL;
jbyte *lparg6=NULL;
@@ -11290,7 +11036,7 @@ fail:
#ifndef NO__1gtk_1paint_1flat_1box
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paint_1flat_1box)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jobject arg4, jintLong arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jobject arg4, jint arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10)
{
GdkRectangle _arg4, *lparg4=NULL;
jbyte *lparg6=NULL;
@@ -11307,7 +11053,7 @@ fail:
#ifndef NO__1gtk_1paint_1focus
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paint_1focus)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jobject arg3, jintLong arg4, jbyteArray arg5, jint arg6, jint arg7, jint arg8, jint arg9)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jobject arg3, jint arg4, jbyteArray arg5, jint arg6, jint arg7, jint arg8, jint arg9)
{
GdkRectangle _arg3, *lparg3=NULL;
jbyte *lparg5=NULL;
@@ -11323,7 +11069,7 @@ fail:
#ifndef NO__1gtk_1paint_1handle
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paint_1handle)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jobject arg4, jintLong arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10, jint arg11)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jobject arg4, jint arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10, jint arg11)
{
GdkRectangle _arg4, *lparg4=NULL;
jbyte *lparg6=NULL;
@@ -11339,7 +11085,7 @@ fail:
#ifndef NO__1gtk_1paint_1hline
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paint_1hline)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jobject arg3, jintLong arg4, jbyteArray arg5, jint arg6, jint arg7, jint arg8)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jobject arg3, jint arg4, jbyteArray arg5, jint arg6, jint arg7, jint arg8)
{
GdkRectangle _arg3, *lparg3=NULL;
jbyte *lparg5=NULL;
@@ -11356,7 +11102,7 @@ fail:
#ifndef NO__1gtk_1paint_1layout
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paint_1layout)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jboolean arg3, jobject arg4, jintLong arg5, jbyteArray arg6, jint arg7, jint arg8, jintLong arg9)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jboolean arg3, jobject arg4, jint arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9)
{
GdkRectangle _arg4, *lparg4=NULL;
jbyte *lparg6=NULL;
@@ -11373,7 +11119,7 @@ fail:
#ifndef NO__1gtk_1paint_1option
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paint_1option)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jobject arg4, jintLong arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jobject arg4, jint arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10)
{
GdkRectangle _arg4, *lparg4=NULL;
jbyte *lparg6=NULL;
@@ -11390,7 +11136,7 @@ fail:
#ifndef NO__1gtk_1paint_1shadow
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paint_1shadow)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jobject arg4, jintLong arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jobject arg4, jint arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10)
{
GdkRectangle _arg4, *lparg4=NULL;
jbyte *lparg6=NULL;
@@ -11407,7 +11153,7 @@ fail:
#ifndef NO__1gtk_1paint_1shadow_1gap
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paint_1shadow_1gap)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jobject arg4, jintLong arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10, jint arg11, jint arg12, jint arg13)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jobject arg4, jint arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10, jint arg11, jint arg12, jint arg13)
{
GdkRectangle _arg4, *lparg4=NULL;
jbyte *lparg6=NULL;
@@ -11424,7 +11170,7 @@ fail:
#ifndef NO__1gtk_1paint_1slider
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paint_1slider)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jobject arg4, jintLong arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10, jint arg11)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jobject arg4, jint arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10, jint arg11)
{
GdkRectangle _arg4, *lparg4=NULL;
jbyte *lparg6=NULL;
@@ -11441,7 +11187,7 @@ fail:
#ifndef NO__1gtk_1paint_1tab
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paint_1tab)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jobject arg4, jintLong arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jobject arg4, jint arg5, jbyteArray arg6, jint arg7, jint arg8, jint arg9, jint arg10)
{
GdkRectangle _arg4, *lparg4=NULL;
jbyte *lparg6=NULL;
@@ -11458,7 +11204,7 @@ fail:
#ifndef NO__1gtk_1paint_1vline
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paint_1vline)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jobject arg3, jintLong arg4, jbyteArray arg5, jint arg6, jint arg7, jint arg8)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jobject arg3, jint arg4, jbyteArray arg5, jint arg6, jint arg7, jint arg8)
{
GdkRectangle _arg3, *lparg3=NULL;
jbyte *lparg5=NULL;
@@ -11475,7 +11221,7 @@ fail:
#ifndef NO__1gtk_1paper_1size_1free
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paper_1size_1free)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1paper_1size_1free_FUNC);
/*
@@ -11484,7 +11230,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paper_1size_1free)
{
OS_LOAD_FUNCTION(fp, gtk_paper_size_free)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ ((void (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1paper_1size_1free_FUNC);
@@ -11492,18 +11238,18 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1paper_1size_1free)
#endif
#ifndef NO__1gtk_1paper_1size_1get_1display_1name
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1paper_1size_1get_1display_1name)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1paper_1size_1get_1display_1name)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1paper_1size_1get_1display_1name_FUNC);
/*
- rc = (jintLong)gtk_paper_size_get_display_name(arg0);
+ rc = (jint)gtk_paper_size_get_display_name(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_paper_size_get_display_name)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1paper_1size_1get_1display_1name_FUNC);
@@ -11513,7 +11259,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1paper_1size_1get_1display_1name)
#ifndef NO__1gtk_1paper_1size_1get_1height
JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1paper_1size_1get_1height)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jdouble rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1paper_1size_1get_1height_FUNC);
@@ -11523,7 +11269,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1paper_1size_1get_1height)
{
OS_LOAD_FUNCTION(fp, gtk_paper_size_get_height)
if (fp) {
- rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1paper_1size_1get_1height_FUNC);
@@ -11532,18 +11278,18 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1paper_1size_1get_1height)
#endif
#ifndef NO__1gtk_1paper_1size_1get_1name
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1paper_1size_1get_1name)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1paper_1size_1get_1name)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1paper_1size_1get_1name_FUNC);
/*
- rc = (jintLong)gtk_paper_size_get_name(arg0);
+ rc = (jint)gtk_paper_size_get_name(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_paper_size_get_name)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1paper_1size_1get_1name_FUNC);
@@ -11552,18 +11298,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1paper_1size_1get_1name)
#endif
#ifndef NO__1gtk_1paper_1size_1get_1ppd_1name
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1paper_1size_1get_1ppd_1name)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1paper_1size_1get_1ppd_1name)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1paper_1size_1get_1ppd_1name_FUNC);
/*
- rc = (jintLong)gtk_paper_size_get_ppd_name(arg0);
+ rc = (jint)gtk_paper_size_get_ppd_name(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_paper_size_get_ppd_name)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1paper_1size_1get_1ppd_1name_FUNC);
@@ -11573,7 +11319,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1paper_1size_1get_1ppd_1name)
#ifndef NO__1gtk_1paper_1size_1get_1width
JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1paper_1size_1get_1width)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jdouble rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1paper_1size_1get_1width_FUNC);
@@ -11583,7 +11329,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1paper_1size_1get_1width)
{
OS_LOAD_FUNCTION(fp, gtk_paper_size_get_width)
if (fp) {
- rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1paper_1size_1get_1width_FUNC);
@@ -11593,7 +11339,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1paper_1size_1get_1width)
#ifndef NO__1gtk_1paper_1size_1is_1custom
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1paper_1size_1is_1custom)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1paper_1size_1is_1custom_FUNC);
@@ -11603,7 +11349,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1paper_1size_1is_1custom)
{
OS_LOAD_FUNCTION(fp, gtk_paper_size_is_custom)
if (fp) {
- rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1paper_1size_1is_1custom_FUNC);
@@ -11612,20 +11358,20 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1paper_1size_1is_1custom)
#endif
#ifndef NO__1gtk_1paper_1size_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1paper_1size_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1paper_1size_1new)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1paper_1size_1new_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)gtk_paper_size_new(lparg0);
+ rc = (jint)gtk_paper_size_new(lparg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_paper_size_new)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jbyte *))fp)(lparg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jbyte *))fp)(lparg0);
}
}
fail:
@@ -11636,22 +11382,22 @@ fail:
#endif
#ifndef NO__1gtk_1paper_1size_1new_1custom
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1paper_1size_1new_1custom)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1paper_1size_1new_1custom)
(JNIEnv *env, jclass that, jbyteArray arg0, jbyteArray arg1, jdouble arg2, jdouble arg3, jint arg4)
{
jbyte *lparg0=NULL;
jbyte *lparg1=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1paper_1size_1new_1custom_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)gtk_paper_size_new_custom(lparg0, lparg1, arg2, arg3, arg4);
+ rc = (jint)gtk_paper_size_new_custom(lparg0, lparg1, arg2, arg3, arg4);
*/
{
OS_LOAD_FUNCTION(fp, gtk_paper_size_new_custom)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jbyte *, jbyte *, jdouble, jdouble, jint))fp)(lparg0, lparg1, arg2, arg3, arg4);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jbyte *, jbyte *, jdouble, jdouble, jint))fp)(lparg0, lparg1, arg2, arg3, arg4);
}
}
fail:
@@ -11663,22 +11409,22 @@ fail:
#endif
#ifndef NO__1gtk_1paper_1size_1new_1from_1ppd
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1paper_1size_1new_1from_1ppd)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1paper_1size_1new_1from_1ppd)
(JNIEnv *env, jclass that, jbyteArray arg0, jbyteArray arg1, jdouble arg2, jdouble arg3)
{
jbyte *lparg0=NULL;
jbyte *lparg1=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1paper_1size_1new_1from_1ppd_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)gtk_paper_size_new_from_ppd(lparg0, lparg1, arg2, arg3);
+ rc = (jint)gtk_paper_size_new_from_ppd(lparg0, lparg1, arg2, arg3);
*/
{
OS_LOAD_FUNCTION(fp, gtk_paper_size_new_from_ppd)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jbyte *, jbyte *, jdouble, jdouble))fp)(lparg0, lparg1, arg2, arg3);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jbyte *, jbyte *, jdouble, jdouble))fp)(lparg0, lparg1, arg2, arg3);
}
}
fail:
@@ -11690,42 +11436,42 @@ fail:
#endif
#ifndef NO__1gtk_1plug_1get_1id
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1plug_1get_1id)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1plug_1get_1id)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1plug_1get_1id_FUNC);
- rc = (jintLong)gtk_plug_get_id((GtkPlug *)arg0);
+ rc = (jint)gtk_plug_get_id((GtkPlug *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1plug_1get_1id_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1plug_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1plug_1new)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1plug_1new)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1plug_1new_FUNC);
- rc = (jintLong)gtk_plug_new(arg0);
+ rc = (jint)gtk_plug_new(arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1plug_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1print_1job_1get_1printer
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1job_1get_1printer)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1job_1get_1printer)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1job_1get_1printer_FUNC);
/*
- rc = (jintLong)gtk_print_job_get_printer(arg0);
+ rc = (jint)gtk_print_job_get_printer(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_print_job_get_printer)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1job_1get_1printer_FUNC);
@@ -11734,18 +11480,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1job_1get_1printer)
#endif
#ifndef NO__1gtk_1print_1job_1get_1settings
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1job_1get_1settings)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1job_1get_1settings)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1job_1get_1settings_FUNC);
/*
- rc = (jintLong)gtk_print_job_get_settings(arg0);
+ rc = (jint)gtk_print_job_get_settings(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_print_job_get_settings)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1job_1get_1settings_FUNC);
@@ -11755,7 +11501,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1job_1get_1settings)
#ifndef NO__1gtk_1print_1job_1get_1status
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1job_1get_1status)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1job_1get_1status_FUNC);
@@ -11765,7 +11511,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1job_1get_1status)
{
OS_LOAD_FUNCTION(fp, gtk_print_job_get_status)
if (fp) {
- rc = (jint)((jint (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1job_1get_1status_FUNC);
@@ -11774,42 +11520,42 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1job_1get_1status)
#endif
#ifndef NO__1gtk_1print_1job_1get_1surface
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1job_1get_1surface)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1job_1get_1surface)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1)
{
- jintLong *lparg1=NULL;
- jintLong rc = 0;
+ jint *lparg1=NULL;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1job_1get_1surface_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)gtk_print_job_get_surface(arg0, (GError **)lparg1);
+ rc = (jint)gtk_print_job_get_surface(arg0, (GError **)lparg1);
*/
{
OS_LOAD_FUNCTION(fp, gtk_print_job_get_surface)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong, GError **))fp)(arg0, (GError **)lparg1);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint, GError **))fp)(arg0, (GError **)lparg1);
}
}
fail:
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1print_1job_1get_1surface_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1print_1job_1get_1title
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1job_1get_1title)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1job_1get_1title)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1job_1get_1title_FUNC);
/*
- rc = (jintLong)gtk_print_job_get_title(arg0);
+ rc = (jint)gtk_print_job_get_title(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_print_job_get_title)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1job_1get_1title_FUNC);
@@ -11818,20 +11564,20 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1job_1get_1title)
#endif
#ifndef NO__1gtk_1print_1job_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1job_1new)
- (JNIEnv *env, jclass that, jbyteArray arg0, jintLong arg1, jintLong arg2, jintLong arg3)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1job_1new)
+ (JNIEnv *env, jclass that, jbyteArray arg0, jint arg1, jint arg2, jint arg3)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1job_1new_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)gtk_print_job_new((const gchar *)lparg0, arg1, arg2, arg3);
+ rc = (jint)gtk_print_job_new((const gchar *)lparg0, arg1, arg2, arg3);
*/
{
OS_LOAD_FUNCTION(fp, gtk_print_job_new)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(const gchar *, jintLong, jintLong, jintLong))fp)((const gchar *)lparg0, arg1, arg2, arg3);
+ rc = (jint)((jint (CALLING_CONVENTION*)(const gchar *, jint, jint, jint))fp)((const gchar *)lparg0, arg1, arg2, arg3);
}
}
fail:
@@ -11843,7 +11589,7 @@ fail:
#ifndef NO__1gtk_1print_1job_1send
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1job_1send)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jintLong arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
OS_NATIVE_ENTER(env, that, _1gtk_1print_1job_1send_FUNC);
/*
@@ -11852,7 +11598,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1job_1send)
{
OS_LOAD_FUNCTION(fp, gtk_print_job_send)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong, gpointer, GDestroyNotify))fp)(arg0, arg1, (gpointer)arg2, (GDestroyNotify)arg3);
+ ((void (CALLING_CONVENTION*)(jint, jint, gpointer, GDestroyNotify))fp)(arg0, arg1, (gpointer)arg2, (GDestroyNotify)arg3);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1job_1send_FUNC);
@@ -11861,25 +11607,25 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1job_1send)
#ifndef NO__1gtk_1print_1job_1set_1source_1file
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1print_1job_1set_1source_1file)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jintLongArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jintArray arg2)
{
jbyte *lparg1=NULL;
- jintLong *lparg2=NULL;
+ jint *lparg2=NULL;
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1job_1set_1source_1file_FUNC);
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
/*
rc = (jboolean)gtk_print_job_set_source_file(arg0, (const gchar *)lparg1, (GError **)lparg2);
*/
{
OS_LOAD_FUNCTION(fp, gtk_print_job_set_source_file)
if (fp) {
- rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jintLong, const gchar *, GError **))fp)(arg0, (const gchar *)lparg1, (GError **)lparg2);
+ rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jint, const gchar *, GError **))fp)(arg0, (const gchar *)lparg1, (GError **)lparg2);
}
}
fail:
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1print_1job_1set_1source_1file_FUNC);
return rc;
@@ -11888,7 +11634,7 @@ fail:
#ifndef NO__1gtk_1print_1settings_1foreach
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1foreach)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1foreach_FUNC);
/*
@@ -11897,7 +11643,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1foreach)
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_foreach)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong, gpointer))fp)(arg0, arg1, (gpointer)arg2);
+ ((void (CALLING_CONVENTION*)(jint, jint, gpointer))fp)(arg0, arg1, (gpointer)arg2);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1settings_1foreach_FUNC);
@@ -11905,20 +11651,20 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1foreach)
#endif
#ifndef NO__1gtk_1print_1settings_1get
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1settings_1get)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1settings_1get)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1get_FUNC);
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)gtk_print_settings_get(arg0, (const gchar *)lparg1);
+ rc = (jint)gtk_print_settings_get(arg0, (const gchar *)lparg1);
*/
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_get)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong, const gchar *))fp)(arg0, (const gchar *)lparg1);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint, const gchar *))fp)(arg0, (const gchar *)lparg1);
}
}
fail:
@@ -11930,7 +11676,7 @@ fail:
#ifndef NO__1gtk_1print_1settings_1get_1collate
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1collate)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1get_1collate_FUNC);
@@ -11940,7 +11686,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1collate)
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_get_collate)
if (fp) {
- rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1settings_1get_1collate_FUNC);
@@ -11950,7 +11696,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1collate)
#ifndef NO__1gtk_1print_1settings_1get_1duplex
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1duplex)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1get_1duplex_FUNC);
@@ -11960,7 +11706,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1duplex)
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_get_duplex)
if (fp) {
- rc = (jint)((jint (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1settings_1get_1duplex_FUNC);
@@ -11970,7 +11716,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1duplex)
#ifndef NO__1gtk_1print_1settings_1get_1n_1copies
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1n_1copies)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1get_1n_1copies_FUNC);
@@ -11980,7 +11726,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1n_1copies)
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_get_n_copies)
if (fp) {
- rc = (jint)((jint (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1settings_1get_1n_1copies_FUNC);
@@ -11990,7 +11736,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1n_1copies)
#ifndef NO__1gtk_1print_1settings_1get_1orientation
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1orientation)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1get_1orientation_FUNC);
@@ -12000,7 +11746,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1orientation)
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_get_orientation)
if (fp) {
- rc = (jint)((jint (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1settings_1get_1orientation_FUNC);
@@ -12009,20 +11755,20 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1orientation)
#endif
#ifndef NO__1gtk_1print_1settings_1get_1page_1ranges
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1page_1ranges)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1page_1ranges)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1)
{
jint *lparg1=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1get_1page_1ranges_FUNC);
if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)gtk_print_settings_get_page_ranges(arg0, (gint *)lparg1);
+ rc = (jint)gtk_print_settings_get_page_ranges(arg0, (gint *)lparg1);
*/
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_get_page_ranges)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong, gint *))fp)(arg0, (gint *)lparg1);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint, gint *))fp)(arg0, (gint *)lparg1);
}
}
fail:
@@ -12034,7 +11780,7 @@ fail:
#ifndef NO__1gtk_1print_1settings_1get_1paper_1height
JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1paper_1height)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jdouble rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1get_1paper_1height_FUNC);
@@ -12044,7 +11790,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1paper_1height)
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_get_paper_height)
if (fp) {
- rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1settings_1get_1paper_1height_FUNC);
@@ -12054,7 +11800,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1paper_1height)
#ifndef NO__1gtk_1print_1settings_1get_1paper_1width
JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1paper_1width)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jdouble rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1get_1paper_1width_FUNC);
@@ -12064,7 +11810,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1paper_1width)
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_get_paper_width)
if (fp) {
- rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ rc = (jdouble)((jdouble (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1settings_1get_1paper_1width_FUNC);
@@ -12074,7 +11820,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1paper_1width)
#ifndef NO__1gtk_1print_1settings_1get_1print_1pages
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1print_1pages)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1get_1print_1pages_FUNC);
@@ -12084,7 +11830,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1print_1pages)
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_get_print_pages)
if (fp) {
- rc = (jint)((jint (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1settings_1get_1print_1pages_FUNC);
@@ -12093,18 +11839,18 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1print_1pages)
#endif
#ifndef NO__1gtk_1print_1settings_1get_1printer
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1printer)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1printer)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1get_1printer_FUNC);
/*
- rc = (jintLong)gtk_print_settings_get_printer(arg0);
+ rc = (jint)gtk_print_settings_get_printer(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_get_printer)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1settings_1get_1printer_FUNC);
@@ -12114,7 +11860,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1printer)
#ifndef NO__1gtk_1print_1settings_1get_1resolution
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1resolution)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1get_1resolution_FUNC);
@@ -12124,7 +11870,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1resolution)
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_get_resolution)
if (fp) {
- rc = (jint)((jint (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1settings_1get_1resolution_FUNC);
@@ -12133,18 +11879,18 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1settings_1get_1resolution)
#endif
#ifndef NO__1gtk_1print_1settings_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1settings_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1settings_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1new_FUNC);
/*
- rc = (jintLong)gtk_print_settings_new();
+ rc = (jint)gtk_print_settings_new();
*/
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_new)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)())fp)();
+ rc = (jint)((jint (CALLING_CONVENTION*)())fp)();
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1settings_1new_FUNC);
@@ -12154,7 +11900,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1settings_1new)
#ifndef NO__1gtk_1print_1settings_1set
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jbyteArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jbyteArray arg2)
{
jbyte *lparg1=NULL;
jbyte *lparg2=NULL;
@@ -12167,7 +11913,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set)
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_set)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, const gchar *, const gchar *))fp)(arg0, (const gchar *)lparg1, (const gchar *)lparg2);
+ ((void (CALLING_CONVENTION*)(jint, const gchar *, const gchar *))fp)(arg0, (const gchar *)lparg1, (const gchar *)lparg2);
}
}
fail:
@@ -12179,7 +11925,7 @@ fail:
#ifndef NO__1gtk_1print_1settings_1set_1collate
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set_1collate)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1set_1collate_FUNC);
/*
@@ -12188,7 +11934,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set_1collate)
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_set_collate)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, gboolean))fp)(arg0, (gboolean)arg1);
+ ((void (CALLING_CONVENTION*)(jint, gboolean))fp)(arg0, (gboolean)arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1settings_1set_1collate_FUNC);
@@ -12197,7 +11943,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set_1collate)
#ifndef NO__1gtk_1print_1settings_1set_1duplex
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set_1duplex)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1set_1duplex_FUNC);
/*
@@ -12206,7 +11952,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set_1duplex)
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_set_duplex)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1settings_1set_1duplex_FUNC);
@@ -12215,7 +11961,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set_1duplex)
#ifndef NO__1gtk_1print_1settings_1set_1n_1copies
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set_1n_1copies)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1set_1n_1copies_FUNC);
/*
@@ -12224,7 +11970,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set_1n_1copies)
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_set_n_copies)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, gint))fp)(arg0, (gint)arg1);
+ ((void (CALLING_CONVENTION*)(jint, gint))fp)(arg0, (gint)arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1settings_1set_1n_1copies_FUNC);
@@ -12233,7 +11979,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set_1n_1copies)
#ifndef NO__1gtk_1print_1settings_1set_1orientation
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set_1orientation)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1set_1orientation_FUNC);
/*
@@ -12242,7 +11988,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set_1orientation)
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_set_orientation)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1settings_1set_1orientation_FUNC);
@@ -12251,7 +11997,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set_1orientation)
#ifndef NO__1gtk_1print_1settings_1set_1page_1ranges
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set_1page_1ranges)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jint arg2)
{
jint *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1set_1page_1ranges_FUNC);
@@ -12262,7 +12008,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set_1page_1ranges)
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_set_page_ranges)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jint *, gint))fp)(arg0, lparg1, (gint)arg2);
+ ((void (CALLING_CONVENTION*)(jint, jint *, gint))fp)(arg0, lparg1, (gint)arg2);
}
}
fail:
@@ -12273,7 +12019,7 @@ fail:
#ifndef NO__1gtk_1print_1settings_1set_1print_1pages
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set_1print_1pages)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1set_1print_1pages_FUNC);
/*
@@ -12282,7 +12028,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set_1print_1pages)
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_set_print_pages)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jint))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1settings_1set_1print_1pages_FUNC);
@@ -12291,7 +12037,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set_1print_1pages)
#ifndef NO__1gtk_1print_1settings_1set_1printer
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set_1printer)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1settings_1set_1printer_FUNC);
@@ -12302,7 +12048,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1settings_1set_1printer)
{
OS_LOAD_FUNCTION(fp, gtk_print_settings_set_printer)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jbyte *))fp)(arg0, lparg1);
+ ((void (CALLING_CONVENTION*)(jint, jbyte *))fp)(arg0, lparg1);
}
}
fail:
@@ -12313,7 +12059,7 @@ fail:
#ifndef NO__1gtk_1print_1unix_1dialog_1get_1current_1page
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1get_1current_1page)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1unix_1dialog_1get_1current_1page_FUNC);
@@ -12323,7 +12069,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1get_1current_1page)
{
OS_LOAD_FUNCTION(fp, gtk_print_unix_dialog_get_current_page)
if (fp) {
- rc = (jint)((jint (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1unix_1dialog_1get_1current_1page_FUNC);
@@ -12332,18 +12078,18 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1get_1current_1page)
#endif
#ifndef NO__1gtk_1print_1unix_1dialog_1get_1page_1setup
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1get_1page_1setup)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1get_1page_1setup)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1unix_1dialog_1get_1page_1setup_FUNC);
/*
- rc = (jintLong)gtk_print_unix_dialog_get_page_setup(arg0);
+ rc = (jint)gtk_print_unix_dialog_get_page_setup(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_print_unix_dialog_get_page_setup)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1unix_1dialog_1get_1page_1setup_FUNC);
@@ -12352,18 +12098,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1get_1page_1setu
#endif
#ifndef NO__1gtk_1print_1unix_1dialog_1get_1selected_1printer
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1get_1selected_1printer)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1get_1selected_1printer)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1unix_1dialog_1get_1selected_1printer_FUNC);
/*
- rc = (jintLong)gtk_print_unix_dialog_get_selected_printer(arg0);
+ rc = (jint)gtk_print_unix_dialog_get_selected_printer(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_print_unix_dialog_get_selected_printer)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1unix_1dialog_1get_1selected_1printer_FUNC);
@@ -12372,18 +12118,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1get_1selected_1
#endif
#ifndef NO__1gtk_1print_1unix_1dialog_1get_1settings
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1get_1settings)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1get_1settings)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1unix_1dialog_1get_1settings_FUNC);
/*
- rc = (jintLong)gtk_print_unix_dialog_get_settings(arg0);
+ rc = (jint)gtk_print_unix_dialog_get_settings(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_print_unix_dialog_get_settings)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1unix_1dialog_1get_1settings_FUNC);
@@ -12392,20 +12138,20 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1get_1settings)
#endif
#ifndef NO__1gtk_1print_1unix_1dialog_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1new)
- (JNIEnv *env, jclass that, jbyteArray arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1new)
+ (JNIEnv *env, jclass that, jbyteArray arg0, jint arg1)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1print_1unix_1dialog_1new_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)gtk_print_unix_dialog_new((const gchar *)lparg0, (GtkWindow *)arg1);
+ rc = (jint)gtk_print_unix_dialog_new((const gchar *)lparg0, (GtkWindow *)arg1);
*/
{
OS_LOAD_FUNCTION(fp, gtk_print_unix_dialog_new)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(const gchar *, GtkWindow *))fp)((const gchar *)lparg0, (GtkWindow *)arg1);
+ rc = (jint)((jint (CALLING_CONVENTION*)(const gchar *, GtkWindow *))fp)((const gchar *)lparg0, (GtkWindow *)arg1);
}
}
fail:
@@ -12417,7 +12163,7 @@ fail:
#ifndef NO__1gtk_1print_1unix_1dialog_1set_1current_1page
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1set_1current_1page)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1print_1unix_1dialog_1set_1current_1page_FUNC);
/*
@@ -12426,7 +12172,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1set_1current_1page)
{
OS_LOAD_FUNCTION(fp, gtk_print_unix_dialog_set_current_page)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, gint))fp)(arg0, (gint)arg1);
+ ((void (CALLING_CONVENTION*)(jint, gint))fp)(arg0, (gint)arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1unix_1dialog_1set_1current_1page_FUNC);
@@ -12435,7 +12181,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1set_1current_1page)
#ifndef NO__1gtk_1print_1unix_1dialog_1set_1embed_1page_1setup
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1set_1embed_1page_1setup)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1print_1unix_1dialog_1set_1embed_1page_1setup_FUNC);
/*
@@ -12444,7 +12190,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1set_1embed_1page_1s
{
OS_LOAD_FUNCTION(fp, gtk_print_unix_dialog_set_embed_page_setup)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jboolean))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jboolean))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1unix_1dialog_1set_1embed_1page_1setup_FUNC);
@@ -12453,7 +12199,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1set_1embed_1page_1s
#ifndef NO__1gtk_1print_1unix_1dialog_1set_1manual_1capabilities
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1set_1manual_1capabilities)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1print_1unix_1dialog_1set_1manual_1capabilities_FUNC);
/*
@@ -12462,7 +12208,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1set_1manual_1capabi
{
OS_LOAD_FUNCTION(fp, gtk_print_unix_dialog_set_manual_capabilities)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1unix_1dialog_1set_1manual_1capabilities_FUNC);
@@ -12471,7 +12217,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1set_1manual_1capabi
#ifndef NO__1gtk_1print_1unix_1dialog_1set_1page_1setup
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1set_1page_1setup)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1print_1unix_1dialog_1set_1page_1setup_FUNC);
/*
@@ -12480,7 +12226,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1set_1page_1setup)
{
OS_LOAD_FUNCTION(fp, gtk_print_unix_dialog_set_page_setup)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1unix_1dialog_1set_1page_1setup_FUNC);
@@ -12489,7 +12235,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1set_1page_1setup)
#ifndef NO__1gtk_1print_1unix_1dialog_1set_1settings
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1set_1settings)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1print_1unix_1dialog_1set_1settings_FUNC);
/*
@@ -12498,7 +12244,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1set_1settings)
{
OS_LOAD_FUNCTION(fp, gtk_print_unix_dialog_set_settings)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1print_1unix_1dialog_1set_1settings_FUNC);
@@ -12506,18 +12252,18 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1print_1unix_1dialog_1set_1settings)
#endif
#ifndef NO__1gtk_1printer_1get_1backend
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1printer_1get_1backend)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1printer_1get_1backend)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1printer_1get_1backend_FUNC);
/*
- rc = (jintLong)gtk_printer_get_backend(arg0);
+ rc = (jint)gtk_printer_get_backend(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_printer_get_backend)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1printer_1get_1backend_FUNC);
@@ -12526,18 +12272,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1printer_1get_1backend)
#endif
#ifndef NO__1gtk_1printer_1get_1name
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1printer_1get_1name)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1printer_1get_1name)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1printer_1get_1name_FUNC);
/*
- rc = (jintLong)gtk_printer_get_name(arg0);
+ rc = (jint)gtk_printer_get_name(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_printer_get_name)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1printer_1get_1name_FUNC);
@@ -12547,7 +12293,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1printer_1get_1name)
#ifndef NO__1gtk_1printer_1is_1default
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1printer_1is_1default)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1printer_1is_1default_FUNC);
@@ -12557,7 +12303,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1printer_1is_1default)
{
OS_LOAD_FUNCTION(fp, gtk_printer_is_default)
if (fp) {
- rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1printer_1is_1default_FUNC);
@@ -12566,12 +12312,12 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1printer_1is_1default)
#endif
#ifndef NO__1gtk_1progress_1bar_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1progress_1bar_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1progress_1bar_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1progress_1bar_1new_FUNC);
- rc = (jintLong)gtk_progress_bar_new();
+ rc = (jint)gtk_progress_bar_new();
OS_NATIVE_EXIT(env, that, _1gtk_1progress_1bar_1new_FUNC);
return rc;
}
@@ -12579,7 +12325,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1progress_1bar_1new)
#ifndef NO__1gtk_1progress_1bar_1pulse
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1progress_1bar_1pulse)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1progress_1bar_1pulse_FUNC);
gtk_progress_bar_pulse((GtkProgressBar *)arg0);
@@ -12589,7 +12335,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1progress_1bar_1pulse)
#ifndef NO__1gtk_1progress_1bar_1set_1fraction
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1progress_1bar_1set_1fraction)
- (JNIEnv *env, jclass that, jintLong arg0, jdouble arg1)
+ (JNIEnv *env, jclass that, jint arg0, jdouble arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1progress_1bar_1set_1fraction_FUNC);
gtk_progress_bar_set_fraction((GtkProgressBar *)arg0, (gdouble)arg1);
@@ -12599,7 +12345,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1progress_1bar_1set_1fraction)
#ifndef NO__1gtk_1progress_1bar_1set_1orientation
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1progress_1bar_1set_1orientation)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1progress_1bar_1set_1orientation_FUNC);
gtk_progress_bar_set_orientation((GtkProgressBar *)arg0, (GtkProgressBarOrientation)arg1);
@@ -12608,62 +12354,62 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1progress_1bar_1set_1orientation)
#endif
#ifndef NO__1gtk_1radio_1button_1get_1group
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1radio_1button_1get_1group)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1radio_1button_1get_1group)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1radio_1button_1get_1group_FUNC);
- rc = (jintLong)gtk_radio_button_get_group((GtkRadioButton *)arg0);
+ rc = (jint)gtk_radio_button_get_group((GtkRadioButton *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1radio_1button_1get_1group_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1radio_1button_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1radio_1button_1new)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1radio_1button_1new)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1radio_1button_1new_FUNC);
- rc = (jintLong)gtk_radio_button_new((GSList *)arg0);
+ rc = (jint)gtk_radio_button_new((GSList *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1radio_1button_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1radio_1menu_1item_1get_1group
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1radio_1menu_1item_1get_1group)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1radio_1menu_1item_1get_1group)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1radio_1menu_1item_1get_1group_FUNC);
- rc = (jintLong)gtk_radio_menu_item_get_group((GtkRadioMenuItem *)arg0);
+ rc = (jint)gtk_radio_menu_item_get_group((GtkRadioMenuItem *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1radio_1menu_1item_1get_1group_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1radio_1menu_1item_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1radio_1menu_1item_1new)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1radio_1menu_1item_1new)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1radio_1menu_1item_1new_FUNC);
- rc = (jintLong)gtk_radio_menu_item_new((GSList *)arg0);
+ rc = (jint)gtk_radio_menu_item_new((GSList *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1radio_1menu_1item_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1radio_1menu_1item_1new_1with_1label
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1radio_1menu_1item_1new_1with_1label)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1radio_1menu_1item_1new_1with_1label)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1radio_1menu_1item_1new_1with_1label_FUNC);
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
- rc = (jintLong)gtk_radio_menu_item_new_with_label((GSList *)arg0, (const gchar *)lparg1);
+ rc = (jint)gtk_radio_menu_item_new_with_label((GSList *)arg0, (const gchar *)lparg1);
fail:
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1radio_1menu_1item_1new_1with_1label_FUNC);
@@ -12672,12 +12418,12 @@ fail:
#endif
#ifndef NO__1gtk_1range_1get_1adjustment
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1range_1get_1adjustment)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1range_1get_1adjustment)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1range_1get_1adjustment_FUNC);
- rc = (jintLong)gtk_range_get_adjustment((GtkRange *)arg0);
+ rc = (jint)gtk_range_get_adjustment((GtkRange *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1range_1get_1adjustment_FUNC);
return rc;
}
@@ -12685,7 +12431,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1range_1get_1adjustment)
#ifndef NO__1gtk_1range_1set_1increments
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1range_1set_1increments)
- (JNIEnv *env, jclass that, jintLong arg0, jdouble arg1, jdouble arg2)
+ (JNIEnv *env, jclass that, jint arg0, jdouble arg1, jdouble arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1range_1set_1increments_FUNC);
gtk_range_set_increments((GtkRange *)arg0, arg1, arg2);
@@ -12695,7 +12441,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1range_1set_1increments)
#ifndef NO__1gtk_1range_1set_1inverted
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1range_1set_1inverted)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1range_1set_1inverted_FUNC);
gtk_range_set_inverted((GtkRange *)arg0, arg1);
@@ -12705,7 +12451,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1range_1set_1inverted)
#ifndef NO__1gtk_1range_1set_1range
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1range_1set_1range)
- (JNIEnv *env, jclass that, jintLong arg0, jdouble arg1, jdouble arg2)
+ (JNIEnv *env, jclass that, jint arg0, jdouble arg1, jdouble arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1range_1set_1range_FUNC);
gtk_range_set_range((GtkRange *)arg0, arg1, arg2);
@@ -12715,7 +12461,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1range_1set_1range)
#ifndef NO__1gtk_1range_1set_1value
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1range_1set_1value)
- (JNIEnv *env, jclass that, jintLong arg0, jdouble arg1)
+ (JNIEnv *env, jclass that, jint arg0, jdouble arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1range_1set_1value_FUNC);
gtk_range_set_value((GtkRange *)arg0, arg1);
@@ -12738,12 +12484,12 @@ fail:
#endif
#ifndef NO__1gtk_1rc_1style_1get_1bg_1pixmap_1name
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1rc_1style_1get_1bg_1pixmap_1name)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1rc_1style_1get_1bg_1pixmap_1name)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1rc_1style_1get_1bg_1pixmap_1name_FUNC);
- rc = (jintLong)gtk_rc_style_get_bg_pixmap_name((GtkRcStyle *)arg0, arg1);
+ rc = (jint)gtk_rc_style_get_bg_pixmap_name((GtkRcStyle *)arg0, arg1);
OS_NATIVE_EXIT(env, that, _1gtk_1rc_1style_1get_1bg_1pixmap_1name_FUNC);
return rc;
}
@@ -12751,7 +12497,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1rc_1style_1get_1bg_1pixmap_1name)
#ifndef NO__1gtk_1rc_1style_1get_1color_1flags
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1rc_1style_1get_1color_1flags)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1rc_1style_1get_1color_1flags_FUNC);
@@ -12763,7 +12509,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1rc_1style_1get_1color_1flags)
#ifndef NO__1gtk_1rc_1style_1set_1bg
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1rc_1style_1set_1bg)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jobject arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2)
{
GdkColor _arg2, *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1rc_1style_1set_1bg_FUNC);
@@ -12776,7 +12522,7 @@ fail:
#ifndef NO__1gtk_1rc_1style_1set_1bg_1pixmap_1name
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1rc_1style_1set_1bg_1pixmap_1name)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1rc_1style_1set_1bg_1pixmap_1name_FUNC);
gtk_rc_style_set_bg_pixmap_name((GtkRcStyle *)arg0, arg1, (char *)arg2);
@@ -12786,7 +12532,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1rc_1style_1set_1bg_1pixmap_1name)
#ifndef NO__1gtk_1rc_1style_1set_1color_1flags
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1rc_1style_1set_1color_1flags)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1rc_1style_1set_1color_1flags_FUNC);
gtk_rc_style_set_color_flags((GtkRcStyle *)arg0, arg1, arg2);
@@ -12796,7 +12542,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1rc_1style_1set_1color_1flags)
#ifndef NO__1gtk_1rc_1style_1set_1fg
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1rc_1style_1set_1fg)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jobject arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2)
{
GdkColor _arg2, *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1rc_1style_1set_1fg_FUNC);
@@ -12809,7 +12555,7 @@ fail:
#ifndef NO__1gtk_1rc_1style_1set_1text
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1rc_1style_1set_1text)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jobject arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2)
{
GdkColor _arg2, *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1rc_1style_1set_1text_FUNC);
@@ -12822,7 +12568,7 @@ fail:
#ifndef NO__1gtk_1scale_1set_1digits
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1scale_1set_1digits)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1scale_1set_1digits_FUNC);
gtk_scale_set_digits((GtkScale *)arg0, (gint)arg1);
@@ -12832,7 +12578,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1scale_1set_1digits)
#ifndef NO__1gtk_1scale_1set_1draw_1value
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1scale_1set_1draw_1value)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1scale_1set_1draw_1value_FUNC);
gtk_scale_set_draw_value((GtkScale *)arg0, (gboolean)arg1);
@@ -12842,7 +12588,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1scale_1set_1draw_1value)
#ifndef NO__1gtk_1scrolled_1window_1add_1with_1viewport
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1scrolled_1window_1add_1with_1viewport)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1scrolled_1window_1add_1with_1viewport_FUNC);
gtk_scrolled_window_add_with_viewport((GtkScrolledWindow *)arg0, (GtkWidget *)arg1);
@@ -12851,12 +12597,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1scrolled_1window_1add_1with_1viewport)
#endif
#ifndef NO__1gtk_1scrolled_1window_1get_1hadjustment
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1scrolled_1window_1get_1hadjustment)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1scrolled_1window_1get_1hadjustment)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1scrolled_1window_1get_1hadjustment_FUNC);
- rc = (jintLong)gtk_scrolled_window_get_hadjustment((GtkScrolledWindow *)arg0);
+ rc = (jint)gtk_scrolled_window_get_hadjustment((GtkScrolledWindow *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1scrolled_1window_1get_1hadjustment_FUNC);
return rc;
}
@@ -12864,7 +12610,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1scrolled_1window_1get_1hadjustment)
#ifndef NO__1gtk_1scrolled_1window_1get_1policy
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1scrolled_1window_1get_1policy)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1, jintArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
jint *lparg1=NULL;
jint *lparg2=NULL;
@@ -12881,7 +12627,7 @@ fail:
#ifndef NO__1gtk_1scrolled_1window_1get_1shadow_1type
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1scrolled_1window_1get_1shadow_1type)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1scrolled_1window_1get_1shadow_1type_FUNC);
@@ -12892,24 +12638,24 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1scrolled_1window_1get_1shadow_1type)
#endif
#ifndef NO__1gtk_1scrolled_1window_1get_1vadjustment
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1scrolled_1window_1get_1vadjustment)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1scrolled_1window_1get_1vadjustment)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1scrolled_1window_1get_1vadjustment_FUNC);
- rc = (jintLong)gtk_scrolled_window_get_vadjustment((GtkScrolledWindow *)arg0);
+ rc = (jint)gtk_scrolled_window_get_vadjustment((GtkScrolledWindow *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1scrolled_1window_1get_1vadjustment_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1scrolled_1window_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1scrolled_1window_1new)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1scrolled_1window_1new)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1scrolled_1window_1new_FUNC);
- rc = (jintLong)gtk_scrolled_window_new((GtkAdjustment *)arg0, (GtkAdjustment *)arg1);
+ rc = (jint)gtk_scrolled_window_new((GtkAdjustment *)arg0, (GtkAdjustment *)arg1);
OS_NATIVE_EXIT(env, that, _1gtk_1scrolled_1window_1new_FUNC);
return rc;
}
@@ -12917,7 +12663,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1scrolled_1window_1new)
#ifndef NO__1gtk_1scrolled_1window_1set_1placement
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1scrolled_1window_1set_1placement)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1scrolled_1window_1set_1placement_FUNC);
gtk_scrolled_window_set_placement((GtkScrolledWindow *)arg0, (GtkCornerType)arg1);
@@ -12927,7 +12673,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1scrolled_1window_1set_1placement)
#ifndef NO__1gtk_1scrolled_1window_1set_1policy
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1scrolled_1window_1set_1policy)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1scrolled_1window_1set_1policy_FUNC);
gtk_scrolled_window_set_policy((GtkScrolledWindow *)arg0, (GtkPolicyType)arg1, (GtkPolicyType)arg2);
@@ -12937,7 +12683,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1scrolled_1window_1set_1policy)
#ifndef NO__1gtk_1scrolled_1window_1set_1shadow_1type
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1scrolled_1window_1set_1shadow_1type)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1scrolled_1window_1set_1shadow_1type_FUNC);
gtk_scrolled_window_set_shadow_type((GtkScrolledWindow *)arg0, (GtkShadowType)arg1);
@@ -12947,7 +12693,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1scrolled_1window_1set_1shadow_1type)
#ifndef NO__1gtk_1selection_1data_1free
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1selection_1data_1free)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1selection_1data_1free_FUNC);
gtk_selection_data_free((GtkSelectionData *)arg0);
@@ -12957,7 +12703,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1selection_1data_1free)
#ifndef NO__1gtk_1selection_1data_1set
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1selection_1data_1set)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jintLong arg3, jint arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4)
{
OS_NATIVE_ENTER(env, that, _1gtk_1selection_1data_1set_FUNC);
gtk_selection_data_set((GtkSelectionData *)arg0, (GdkAtom)arg1, (gint)arg2, (const guchar *)arg3, (gint)arg4);
@@ -12966,60 +12712,60 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1selection_1data_1set)
#endif
#ifndef NO__1gtk_1separator_1menu_1item_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1separator_1menu_1item_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1separator_1menu_1item_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1separator_1menu_1item_1new_FUNC);
- rc = (jintLong)gtk_separator_menu_item_new();
+ rc = (jint)gtk_separator_menu_item_new();
OS_NATIVE_EXIT(env, that, _1gtk_1separator_1menu_1item_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1set_1locale
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1set_1locale)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1set_1locale)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1set_1locale_FUNC);
- rc = (jintLong)gtk_set_locale();
+ rc = (jint)gtk_set_locale();
OS_NATIVE_EXIT(env, that, _1gtk_1set_1locale_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1settings_1get_1default
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1settings_1get_1default)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1settings_1get_1default)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1settings_1get_1default_FUNC);
- rc = (jintLong)gtk_settings_get_default();
+ rc = (jint)gtk_settings_get_default();
OS_NATIVE_EXIT(env, that, _1gtk_1settings_1get_1default_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1socket_1get_1id
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1socket_1get_1id)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1socket_1get_1id)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1socket_1get_1id_FUNC);
- rc = (jintLong)gtk_socket_get_id((GtkSocket *)arg0);
+ rc = (jint)gtk_socket_get_id((GtkSocket *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1socket_1get_1id_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1socket_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1socket_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1socket_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1socket_1new_FUNC);
- rc = (jintLong)gtk_socket_new();
+ rc = (jint)gtk_socket_new();
OS_NATIVE_EXIT(env, that, _1gtk_1socket_1new_FUNC);
return rc;
}
@@ -13027,7 +12773,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1socket_1new)
#ifndef NO__1gtk_1spin_1button_1configure
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1spin_1button_1configure)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jdouble arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jdouble arg2, jint arg3)
{
OS_NATIVE_ENTER(env, that, _1gtk_1spin_1button_1configure_FUNC);
gtk_spin_button_configure((GtkSpinButton*)arg0, (GtkAdjustment *)arg1, arg2, arg3);
@@ -13036,12 +12782,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1spin_1button_1configure)
#endif
#ifndef NO__1gtk_1spin_1button_1get_1adjustment
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1spin_1button_1get_1adjustment)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1spin_1button_1get_1adjustment)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1spin_1button_1get_1adjustment_FUNC);
- rc = (jintLong)gtk_spin_button_get_adjustment((GtkSpinButton*)arg0);
+ rc = (jint)gtk_spin_button_get_adjustment((GtkSpinButton*)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1spin_1button_1get_1adjustment_FUNC);
return rc;
}
@@ -13049,7 +12795,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1spin_1button_1get_1adjustment)
#ifndef NO__1gtk_1spin_1button_1get_1digits
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1spin_1button_1get_1digits)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1spin_1button_1get_1digits_FUNC);
@@ -13060,12 +12806,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1spin_1button_1get_1digits)
#endif
#ifndef NO__1gtk_1spin_1button_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1spin_1button_1new)
- (JNIEnv *env, jclass that, jintLong arg0, jdouble arg1, jint arg2)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1spin_1button_1new)
+ (JNIEnv *env, jclass that, jint arg0, jdouble arg1, jint arg2)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1spin_1button_1new_FUNC);
- rc = (jintLong)gtk_spin_button_new((GtkAdjustment *)arg0, arg1, arg2);
+ rc = (jint)gtk_spin_button_new((GtkAdjustment *)arg0, arg1, arg2);
OS_NATIVE_EXIT(env, that, _1gtk_1spin_1button_1new_FUNC);
return rc;
}
@@ -13073,7 +12819,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1spin_1button_1new)
#ifndef NO__1gtk_1spin_1button_1set_1digits
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1spin_1button_1set_1digits)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1spin_1button_1set_1digits_FUNC);
gtk_spin_button_set_digits((GtkSpinButton*)arg0, arg1);
@@ -13083,7 +12829,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1spin_1button_1set_1digits)
#ifndef NO__1gtk_1spin_1button_1set_1increments
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1spin_1button_1set_1increments)
- (JNIEnv *env, jclass that, jintLong arg0, jdouble arg1, jdouble arg2)
+ (JNIEnv *env, jclass that, jint arg0, jdouble arg1, jdouble arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1spin_1button_1set_1increments_FUNC);
gtk_spin_button_set_increments((GtkSpinButton*)arg0, arg1, arg2);
@@ -13093,7 +12839,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1spin_1button_1set_1increments)
#ifndef NO__1gtk_1spin_1button_1set_1range
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1spin_1button_1set_1range)
- (JNIEnv *env, jclass that, jintLong arg0, jdouble arg1, jdouble arg2)
+ (JNIEnv *env, jclass that, jint arg0, jdouble arg1, jdouble arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1spin_1button_1set_1range_FUNC);
gtk_spin_button_set_range((GtkSpinButton*)arg0, arg1, arg2);
@@ -13103,7 +12849,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1spin_1button_1set_1range)
#ifndef NO__1gtk_1spin_1button_1set_1value
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1spin_1button_1set_1value)
- (JNIEnv *env, jclass that, jintLong arg0, jdouble arg1)
+ (JNIEnv *env, jclass that, jint arg0, jdouble arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1spin_1button_1set_1value_FUNC);
gtk_spin_button_set_value((GtkSpinButton*)arg0, arg1);
@@ -13113,7 +12859,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1spin_1button_1set_1value)
#ifndef NO__1gtk_1spin_1button_1set_1wrap
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1spin_1button_1set_1wrap)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1spin_1button_1set_1wrap_FUNC);
gtk_spin_button_set_wrap((GtkSpinButton*)arg0, arg1);
@@ -13123,7 +12869,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1spin_1button_1set_1wrap)
#ifndef NO__1gtk_1spin_1button_1update
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1spin_1button_1update)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1spin_1button_1update_FUNC);
gtk_spin_button_update((GtkSpinButton*)arg0);
@@ -13133,7 +12879,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1spin_1button_1update)
#ifndef NO__1gtk_1status_1icon_1get_1geometry
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1status_1icon_1get_1geometry)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jobject arg2, jintLong arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2, jint arg3)
{
GdkRectangle _arg2, *lparg2=NULL;
jboolean rc = 0;
@@ -13145,7 +12891,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1status_1icon_1get_1geometry)
{
OS_LOAD_FUNCTION(fp, gtk_status_icon_get_geometry)
if (fp) {
- rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jintLong, jintLong, GdkRectangle *, jintLong))fp)(arg0, arg1, lparg2, arg3);
+ rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jint, jint, GdkRectangle *, jint))fp)(arg0, arg1, lparg2, arg3);
}
}
fail:
@@ -13157,7 +12903,7 @@ fail:
#ifndef NO__1gtk_1status_1icon_1get_1visible
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1status_1icon_1get_1visible)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1status_1icon_1get_1visible_FUNC);
@@ -13167,7 +12913,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1status_1icon_1get_1visible)
{
OS_LOAD_FUNCTION(fp, gtk_status_icon_get_visible)
if (fp) {
- rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jboolean)((jboolean (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1status_1icon_1get_1visible_FUNC);
@@ -13176,18 +12922,18 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1status_1icon_1get_1visible)
#endif
#ifndef NO__1gtk_1status_1icon_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1status_1icon_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1status_1icon_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1status_1icon_1new_FUNC);
/*
- rc = (jintLong)gtk_status_icon_new();
+ rc = (jint)gtk_status_icon_new();
*/
{
OS_LOAD_FUNCTION(fp, gtk_status_icon_new)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)())fp)();
+ rc = (jint)((jint (CALLING_CONVENTION*)())fp)();
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1status_1icon_1new_FUNC);
@@ -13196,12 +12942,12 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1status_1icon_1new)
#endif
#ifndef NO__1gtk_1status_1icon_1position_1menu_1func
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1status_1icon_1position_1menu_1func)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1status_1icon_1position_1menu_1func)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1status_1icon_1position_1menu_1func_FUNC);
- rc = (jintLong)gtk_status_icon_position_menu_func();
+ rc = (jint)gtk_status_icon_position_menu_func();
OS_NATIVE_EXIT(env, that, _1gtk_1status_1icon_1position_1menu_1func_FUNC);
return rc;
}
@@ -13209,7 +12955,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1status_1icon_1position_1menu_1func)
#ifndef NO__1gtk_1status_1icon_1set_1from_1pixbuf
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1status_1icon_1set_1from_1pixbuf)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1status_1icon_1set_1from_1pixbuf_FUNC);
/*
@@ -13218,7 +12964,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1status_1icon_1set_1from_1pixbuf)
{
OS_LOAD_FUNCTION(fp, gtk_status_icon_set_from_pixbuf)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1status_1icon_1set_1from_1pixbuf_FUNC);
@@ -13227,7 +12973,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1status_1icon_1set_1from_1pixbuf)
#ifndef NO__1gtk_1status_1icon_1set_1tooltip
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1status_1icon_1set_1tooltip)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1status_1icon_1set_1tooltip_FUNC);
@@ -13238,7 +12984,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1status_1icon_1set_1tooltip)
{
OS_LOAD_FUNCTION(fp, gtk_status_icon_set_tooltip)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jbyte *))fp)(arg0, lparg1);
+ ((void (CALLING_CONVENTION*)(jint, jbyte *))fp)(arg0, lparg1);
}
}
fail:
@@ -13249,7 +12995,7 @@ fail:
#ifndef NO__1gtk_1status_1icon_1set_1visible
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1status_1icon_1set_1visible)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1status_1icon_1set_1visible_FUNC);
/*
@@ -13258,7 +13004,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1status_1icon_1set_1visible)
{
OS_LOAD_FUNCTION(fp, gtk_status_icon_set_visible)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jboolean))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jboolean))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1status_1icon_1set_1visible_FUNC);
@@ -13267,7 +13013,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1status_1icon_1set_1visible)
#ifndef NO__1gtk_1style_1get_1base
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1style_1get_1base)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jobject arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2)
{
GdkColor _arg2, *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1get_1base_FUNC);
@@ -13281,7 +13027,7 @@ fail:
#ifndef NO__1gtk_1style_1get_1bg
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1style_1get_1bg)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jobject arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2)
{
GdkColor _arg2, *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1get_1bg_FUNC);
@@ -13295,21 +13041,21 @@ fail:
#ifndef NO__1gtk_1style_1get_1bg_1gc
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1style_1get_1bg_1gc)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jintLongArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2)
{
- jintLong *lparg2=NULL;
+ jint *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1get_1bg_1gc_FUNC);
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
gtk_style_get_bg_gc((GtkStyle *)arg0, arg1, (GdkGC **)lparg2);
fail:
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1style_1get_1bg_1gc_FUNC);
}
#endif
#ifndef NO__1gtk_1style_1get_1black
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1style_1get_1black)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
GdkColor _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1get_1black_FUNC);
@@ -13323,21 +13069,21 @@ fail:
#ifndef NO__1gtk_1style_1get_1black_1gc
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1style_1get_1black_1gc)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1)
{
- jintLong *lparg1=NULL;
+ jint *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1get_1black_1gc_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
gtk_style_get_black_gc((GtkStyle *)arg0, (GdkGC **)lparg1);
fail:
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1style_1get_1black_1gc_FUNC);
}
#endif
#ifndef NO__1gtk_1style_1get_1dark
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1style_1get_1dark)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jobject arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2)
{
GdkColor _arg2, *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1get_1dark_FUNC);
@@ -13351,21 +13097,21 @@ fail:
#ifndef NO__1gtk_1style_1get_1dark_1gc
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1style_1get_1dark_1gc)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jintLongArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2)
{
- jintLong *lparg2=NULL;
+ jint *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1get_1dark_1gc_FUNC);
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
gtk_style_get_dark_gc((GtkStyle *)arg0, arg1, (GdkGC **)lparg2);
fail:
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1style_1get_1dark_1gc_FUNC);
}
#endif
#ifndef NO__1gtk_1style_1get_1fg
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1style_1get_1fg)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jobject arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2)
{
GdkColor _arg2, *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1get_1fg_FUNC);
@@ -13379,25 +13125,25 @@ fail:
#ifndef NO__1gtk_1style_1get_1fg_1gc
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1style_1get_1fg_1gc)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jintLongArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2)
{
- jintLong *lparg2=NULL;
+ jint *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1get_1fg_1gc_FUNC);
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
gtk_style_get_fg_gc((GtkStyle *)arg0, arg1, (GdkGC **)lparg2);
fail:
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1style_1get_1fg_1gc_FUNC);
}
#endif
#ifndef NO__1gtk_1style_1get_1font_1desc
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1style_1get_1font_1desc)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1style_1get_1font_1desc)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1get_1font_1desc_FUNC);
- rc = (jintLong)gtk_style_get_font_desc((GtkStyle *)arg0);
+ rc = (jint)gtk_style_get_font_desc((GtkStyle *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1style_1get_1font_1desc_FUNC);
return rc;
}
@@ -13405,7 +13151,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1style_1get_1font_1desc)
#ifndef NO__1gtk_1style_1get_1light
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1style_1get_1light)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jobject arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2)
{
GdkColor _arg2, *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1get_1light_FUNC);
@@ -13419,35 +13165,35 @@ fail:
#ifndef NO__1gtk_1style_1get_1light_1gc
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1style_1get_1light_1gc)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jintLongArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2)
{
- jintLong *lparg2=NULL;
+ jint *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1get_1light_1gc_FUNC);
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
gtk_style_get_light_gc((GtkStyle *)arg0, arg1, (GdkGC **)lparg2);
fail:
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1style_1get_1light_1gc_FUNC);
}
#endif
#ifndef NO__1gtk_1style_1get_1mid_1gc
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1style_1get_1mid_1gc)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jintLongArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2)
{
- jintLong *lparg2=NULL;
+ jint *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1get_1mid_1gc_FUNC);
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
gtk_style_get_mid_gc((GtkStyle *)arg0, arg1, (GdkGC **)lparg2);
fail:
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1style_1get_1mid_1gc_FUNC);
}
#endif
#ifndef NO__1gtk_1style_1get_1text
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1style_1get_1text)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jobject arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2)
{
GdkColor _arg2, *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1get_1text_FUNC);
@@ -13461,49 +13207,49 @@ fail:
#ifndef NO__1gtk_1style_1get_1text_1aa_1gc
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1style_1get_1text_1aa_1gc)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jintLongArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2)
{
- jintLong *lparg2=NULL;
+ jint *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1get_1text_1aa_1gc_FUNC);
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
gtk_style_get_text_aa_gc((GtkStyle *)arg0, arg1, (GdkGC **)lparg2);
fail:
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1style_1get_1text_1aa_1gc_FUNC);
}
#endif
#ifndef NO__1gtk_1style_1get_1text_1gc
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1style_1get_1text_1gc)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jintLongArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2)
{
- jintLong *lparg2=NULL;
+ jint *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1get_1text_1gc_FUNC);
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
gtk_style_get_text_gc((GtkStyle *)arg0, arg1, (GdkGC **)lparg2);
fail:
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1style_1get_1text_1gc_FUNC);
}
#endif
#ifndef NO__1gtk_1style_1get_1white_1gc
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1style_1get_1white_1gc)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1)
{
- jintLong *lparg1=NULL;
+ jint *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1get_1white_1gc_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
gtk_style_get_white_gc((GtkStyle *)arg0, (GdkGC **)lparg1);
fail:
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1style_1get_1white_1gc_FUNC);
}
#endif
#ifndef NO__1gtk_1style_1get_1xthickness
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1style_1get_1xthickness)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1get_1xthickness_FUNC);
@@ -13515,7 +13261,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1style_1get_1xthickness)
#ifndef NO__1gtk_1style_1get_1ythickness
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1style_1get_1ythickness)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1get_1ythickness_FUNC);
@@ -13526,14 +13272,14 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1style_1get_1ythickness)
#endif
#ifndef NO__1gtk_1style_1render_1icon
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1style_1render_1icon)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jint arg4, jintLong arg5, jbyteArray arg6)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1style_1render_1icon)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4, jint arg5, jbyteArray arg6)
{
jbyte *lparg6=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1style_1render_1icon_FUNC);
if (arg6) if ((lparg6 = (*env)->GetByteArrayElements(env, arg6, NULL)) == NULL) goto fail;
- rc = (jintLong)gtk_style_render_icon((GtkStyle *)arg0, (GtkIconSource *)arg1, arg2, arg3, arg4, (GtkWidget *)arg5, (const gchar *)lparg6);
+ rc = (jint)gtk_style_render_icon((GtkStyle *)arg0, (GtkIconSource *)arg1, arg2, arg3, arg4, (GtkWidget *)arg5, (const gchar *)lparg6);
fail:
if (arg6 && lparg6) (*env)->ReleaseByteArrayElements(env, arg6, lparg6, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1style_1render_1icon_FUNC);
@@ -13542,12 +13288,12 @@ fail:
#endif
#ifndef NO__1gtk_1target_1list_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1target_1list_1new)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1target_1list_1new)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1target_1list_1new_FUNC);
- rc = (jintLong)gtk_target_list_new((const GtkTargetEntry *)arg0, (guint)arg1);
+ rc = (jint)gtk_target_list_new((const GtkTargetEntry *)arg0, (guint)arg1);
OS_NATIVE_EXIT(env, that, _1gtk_1target_1list_1new_FUNC);
return rc;
}
@@ -13555,7 +13301,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1target_1list_1new)
#ifndef NO__1gtk_1target_1list_1unref
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1target_1list_1unref)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1target_1list_1unref_FUNC);
gtk_target_list_unref((GtkTargetList *)arg0);
@@ -13565,7 +13311,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1target_1list_1unref)
#ifndef NO__1gtk_1text_1buffer_1copy_1clipboard
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1copy_1clipboard)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1text_1buffer_1copy_1clipboard_FUNC);
gtk_text_buffer_copy_clipboard((GtkTextBuffer *)arg0, (GtkClipboard *)arg1);
@@ -13575,7 +13321,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1copy_1clipboard)
#ifndef NO__1gtk_1text_1buffer_1cut_1clipboard
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1cut_1clipboard)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jboolean arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jboolean arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1text_1buffer_1cut_1clipboard_FUNC);
gtk_text_buffer_cut_clipboard((GtkTextBuffer *)arg0, (GtkClipboard *)arg1, (gboolean)arg2);
@@ -13585,7 +13331,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1cut_1clipboard)
#ifndef NO__1gtk_1text_1buffer_1delete
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1delete)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jbyteArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jbyteArray arg2)
{
jbyte *lparg1=NULL;
jbyte *lparg2=NULL;
@@ -13602,7 +13348,7 @@ fail:
#ifndef NO__1gtk_1text_1buffer_1get_1bounds
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1get_1bounds)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jbyteArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jbyteArray arg2)
{
jbyte *lparg1=NULL;
jbyte *lparg2=NULL;
@@ -13619,7 +13365,7 @@ fail:
#ifndef NO__1gtk_1text_1buffer_1get_1char_1count
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1text_1buffer_1get_1char_1count)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1text_1buffer_1get_1char_1count_FUNC);
@@ -13631,7 +13377,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1text_1buffer_1get_1char_1count)
#ifndef NO__1gtk_1text_1buffer_1get_1end_1iter
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1get_1end_1iter)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1text_1buffer_1get_1end_1iter_FUNC);
@@ -13644,12 +13390,12 @@ fail:
#endif
#ifndef NO__1gtk_1text_1buffer_1get_1insert
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1text_1buffer_1get_1insert)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1text_1buffer_1get_1insert)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1text_1buffer_1get_1insert_FUNC);
- rc = (jintLong)gtk_text_buffer_get_insert((GtkTextBuffer *)arg0);
+ rc = (jint)gtk_text_buffer_get_insert((GtkTextBuffer *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1text_1buffer_1get_1insert_FUNC);
return rc;
}
@@ -13657,7 +13403,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1text_1buffer_1get_1insert)
#ifndef NO__1gtk_1text_1buffer_1get_1iter_1at_1line
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1get_1iter_1at_1line)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jint arg2)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1text_1buffer_1get_1iter_1at_1line_FUNC);
@@ -13671,7 +13417,7 @@ fail:
#ifndef NO__1gtk_1text_1buffer_1get_1iter_1at_1mark
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1get_1iter_1at_1mark)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jint arg2)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1text_1buffer_1get_1iter_1at_1mark_FUNC);
@@ -13685,7 +13431,7 @@ fail:
#ifndef NO__1gtk_1text_1buffer_1get_1iter_1at_1offset
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1get_1iter_1at_1offset)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jint arg2)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1text_1buffer_1get_1iter_1at_1offset_FUNC);
@@ -13699,7 +13445,7 @@ fail:
#ifndef NO__1gtk_1text_1buffer_1get_1line_1count
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1text_1buffer_1get_1line_1count)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1text_1buffer_1get_1line_1count_FUNC);
@@ -13710,12 +13456,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1text_1buffer_1get_1line_1count)
#endif
#ifndef NO__1gtk_1text_1buffer_1get_1selection_1bound
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1text_1buffer_1get_1selection_1bound)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1text_1buffer_1get_1selection_1bound)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1text_1buffer_1get_1selection_1bound_FUNC);
- rc = (jintLong)gtk_text_buffer_get_selection_bound((GtkTextBuffer *)arg0);
+ rc = (jint)gtk_text_buffer_get_selection_bound((GtkTextBuffer *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1text_1buffer_1get_1selection_1bound_FUNC);
return rc;
}
@@ -13723,7 +13469,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1text_1buffer_1get_1selection_1bound)
#ifndef NO__1gtk_1text_1buffer_1get_1selection_1bounds
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1text_1buffer_1get_1selection_1bounds)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jbyteArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jbyteArray arg2)
{
jbyte *lparg1=NULL;
jbyte *lparg2=NULL;
@@ -13741,16 +13487,16 @@ fail:
#endif
#ifndef NO__1gtk_1text_1buffer_1get_1text
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1text_1buffer_1get_1text)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jbyteArray arg2, jboolean arg3)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1text_1buffer_1get_1text)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jbyteArray arg2, jboolean arg3)
{
jbyte *lparg1=NULL;
jbyte *lparg2=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1text_1buffer_1get_1text_FUNC);
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
if (arg2) if ((lparg2 = (*env)->GetByteArrayElements(env, arg2, NULL)) == NULL) goto fail;
- rc = (jintLong)gtk_text_buffer_get_text((GtkTextBuffer *)arg0, (GtkTextIter *)lparg1, (GtkTextIter *)lparg2, (gboolean)arg3);
+ rc = (jint)gtk_text_buffer_get_text((GtkTextBuffer *)arg0, (GtkTextIter *)lparg1, (GtkTextIter *)lparg2, (gboolean)arg3);
fail:
if (arg2 && lparg2) (*env)->ReleaseByteArrayElements(env, arg2, lparg2, 0);
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, 0);
@@ -13759,62 +13505,40 @@ fail:
}
#endif
-#if (!defined(NO__1gtk_1text_1buffer_1insert__II_3BI) && !defined(JNI64)) || (!defined(NO__1gtk_1text_1buffer_1insert__JJ_3BI) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1insert__II_3BI)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jbyteArray arg2, jint arg3)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1insert__JJ_3BI)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jbyteArray arg2, jint arg3)
-#endif
+#ifndef NO__1gtk_1text_1buffer_1insert__II_3BI
+JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1insert__II_3BI)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jbyteArray arg2, jint arg3)
{
jbyte *lparg2=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1gtk_1text_1buffer_1insert__II_3BI_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1text_1buffer_1insert__JJ_3BI_FUNC);
-#endif
if (arg2) if ((lparg2 = (*env)->GetByteArrayElements(env, arg2, NULL)) == NULL) goto fail;
gtk_text_buffer_insert((GtkTextBuffer *)arg0, (GtkTextIter *)arg1, (const gchar *)lparg2, (gint)arg3);
fail:
if (arg2 && lparg2) (*env)->ReleaseByteArrayElements(env, arg2, lparg2, 0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1gtk_1text_1buffer_1insert__II_3BI_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1text_1buffer_1insert__JJ_3BI_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1gtk_1text_1buffer_1insert__I_3B_3BI) && !defined(JNI64)) || (!defined(NO__1gtk_1text_1buffer_1insert__J_3B_3BI) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1insert__I_3B_3BI)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jbyteArray arg2, jint arg3)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1insert__J_3B_3BI)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jbyteArray arg2, jint arg3)
-#endif
+#ifndef NO__1gtk_1text_1buffer_1insert__I_3B_3BI
+JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1insert__I_3B_3BI)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jbyteArray arg2, jint arg3)
{
jbyte *lparg1=NULL;
jbyte *lparg2=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1gtk_1text_1buffer_1insert__I_3B_3BI_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1text_1buffer_1insert__J_3B_3BI_FUNC);
-#endif
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
if (arg2) if ((lparg2 = (*env)->GetByteArrayElements(env, arg2, NULL)) == NULL) goto fail;
gtk_text_buffer_insert((GtkTextBuffer *)arg0, (GtkTextIter *)lparg1, (const gchar *)lparg2, (gint)arg3);
fail:
if (arg2 && lparg2) (*env)->ReleaseByteArrayElements(env, arg2, lparg2, 0);
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, 0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1gtk_1text_1buffer_1insert__I_3B_3BI_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1text_1buffer_1insert__J_3B_3BI_FUNC);
-#endif
}
#endif
#ifndef NO__1gtk_1text_1buffer_1move_1mark
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1move_1mark)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jbyteArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jbyteArray arg2)
{
jbyte *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1text_1buffer_1move_1mark_FUNC);
@@ -13828,7 +13552,7 @@ fail:
#ifndef NO__1gtk_1text_1buffer_1paste_1clipboard
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1paste_1clipboard)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jbyteArray arg2, jboolean arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jbyteArray arg2, jboolean arg3)
{
jbyte *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1text_1buffer_1paste_1clipboard_FUNC);
@@ -13842,7 +13566,7 @@ fail:
#ifndef NO__1gtk_1text_1buffer_1place_1cursor
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1place_1cursor)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1text_1buffer_1place_1cursor_FUNC);
@@ -13856,7 +13580,7 @@ fail:
#ifndef NO__1gtk_1text_1buffer_1set_1text
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1buffer_1set_1text)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jint arg2)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1text_1buffer_1set_1text_FUNC);
@@ -13902,7 +13626,7 @@ fail:
#ifndef NO__1gtk_1text_1view_1buffer_1to_1window_1coords
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1view_1buffer_1to_1window_1coords)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jint arg3, jintArray arg4, jintArray arg5)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jintArray arg4, jintArray arg5)
{
jint *lparg4=NULL;
jint *lparg5=NULL;
@@ -13918,12 +13642,12 @@ fail:
#endif
#ifndef NO__1gtk_1text_1view_1get_1buffer
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1text_1view_1get_1buffer)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1text_1view_1get_1buffer)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1text_1view_1get_1buffer_FUNC);
- rc = (jintLong)gtk_text_view_get_buffer((GtkTextView *)arg0);
+ rc = (jint)gtk_text_view_get_buffer((GtkTextView *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1text_1view_1get_1buffer_FUNC);
return rc;
}
@@ -13931,7 +13655,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1text_1view_1get_1buffer)
#ifndef NO__1gtk_1text_1view_1get_1editable
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1text_1view_1get_1editable)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1text_1view_1get_1editable_FUNC);
@@ -13943,7 +13667,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1text_1view_1get_1editable)
#ifndef NO__1gtk_1text_1view_1get_1iter_1at_1location
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1view_1get_1iter_1at_1location)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jint arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jint arg2, jint arg3)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1text_1view_1get_1iter_1at_1location_FUNC);
@@ -13957,7 +13681,7 @@ fail:
#ifndef NO__1gtk_1text_1view_1get_1iter_1location
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1view_1get_1iter_1location)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jobject arg2)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jobject arg2)
{
jbyte *lparg1=NULL;
GdkRectangle _arg2, *lparg2=NULL;
@@ -13974,7 +13698,7 @@ fail:
#ifndef NO__1gtk_1text_1view_1get_1line_1at_1y
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1view_1get_1line_1at_1y)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jint arg2, jintArray arg3)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jint arg2, jintArray arg3)
{
jbyte *lparg1=NULL;
jint *lparg3=NULL;
@@ -13991,7 +13715,7 @@ fail:
#ifndef NO__1gtk_1text_1view_1get_1visible_1rect
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1view_1get_1visible_1rect)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
GdkRectangle _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1text_1view_1get_1visible_1rect_FUNC);
@@ -14004,24 +13728,24 @@ fail:
#endif
#ifndef NO__1gtk_1text_1view_1get_1window
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1text_1view_1get_1window)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1text_1view_1get_1window)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1text_1view_1get_1window_FUNC);
- rc = (jintLong)gtk_text_view_get_window((GtkTextView *)arg0, (GtkTextWindowType)arg1);
+ rc = (jint)gtk_text_view_get_window((GtkTextView *)arg0, (GtkTextWindowType)arg1);
OS_NATIVE_EXIT(env, that, _1gtk_1text_1view_1get_1window_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1text_1view_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1text_1view_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1text_1view_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1text_1view_1new_FUNC);
- rc = (jintLong)gtk_text_view_new();
+ rc = (jint)gtk_text_view_new();
OS_NATIVE_EXIT(env, that, _1gtk_1text_1view_1new_FUNC);
return rc;
}
@@ -14029,7 +13753,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1text_1view_1new)
#ifndef NO__1gtk_1text_1view_1scroll_1mark_1onscreen
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1view_1scroll_1mark_1onscreen)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1text_1view_1scroll_1mark_1onscreen_FUNC);
gtk_text_view_scroll_mark_onscreen((GtkTextView *)arg0, (GtkTextMark *)arg1);
@@ -14039,7 +13763,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1view_1scroll_1mark_1onscreen)
#ifndef NO__1gtk_1text_1view_1scroll_1to_1iter
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1text_1view_1scroll_1to_1iter)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jdouble arg2, jboolean arg3, jdouble arg4, jdouble arg5)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jdouble arg2, jboolean arg3, jdouble arg4, jdouble arg5)
{
jbyte *lparg1=NULL;
jboolean rc = 0;
@@ -14055,7 +13779,7 @@ fail:
#ifndef NO__1gtk_1text_1view_1set_1editable
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1view_1set_1editable)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1text_1view_1set_1editable_FUNC);
gtk_text_view_set_editable((GtkTextView *)arg0, (gboolean)arg1);
@@ -14065,7 +13789,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1view_1set_1editable)
#ifndef NO__1gtk_1text_1view_1set_1justification
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1view_1set_1justification)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1text_1view_1set_1justification_FUNC);
gtk_text_view_set_justification((GtkTextView *)arg0, arg1);
@@ -14075,7 +13799,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1view_1set_1justification)
#ifndef NO__1gtk_1text_1view_1set_1tabs
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1view_1set_1tabs)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1text_1view_1set_1tabs_FUNC);
gtk_text_view_set_tabs((GtkTextView *)arg0, (PangoTabArray *)arg1);
@@ -14085,7 +13809,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1view_1set_1tabs)
#ifndef NO__1gtk_1text_1view_1set_1wrap_1mode
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1view_1set_1wrap_1mode)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1text_1view_1set_1wrap_1mode_FUNC);
gtk_text_view_set_wrap_mode((GtkTextView *)arg0, arg1);
@@ -14095,7 +13819,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1view_1set_1wrap_1mode)
#ifndef NO__1gtk_1text_1view_1window_1to_1buffer_1coords
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1text_1view_1window_1to_1buffer_1coords)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jint arg3, jintArray arg4, jintArray arg5)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jintArray arg4, jintArray arg5)
{
jint *lparg4=NULL;
jint *lparg5=NULL;
@@ -14112,7 +13836,7 @@ fail:
#ifndef NO__1gtk_1toggle_1button_1get_1active
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1toggle_1button_1get_1active)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1toggle_1button_1get_1active_FUNC);
@@ -14124,7 +13848,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1toggle_1button_1get_1active)
#ifndef NO__1gtk_1toggle_1button_1get_1inconsistent
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1toggle_1button_1get_1inconsistent)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1toggle_1button_1get_1inconsistent_FUNC);
@@ -14135,12 +13859,12 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1toggle_1button_1get_1inconsistent)
#endif
#ifndef NO__1gtk_1toggle_1button_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1toggle_1button_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1toggle_1button_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1toggle_1button_1new_FUNC);
- rc = (jintLong)gtk_toggle_button_new();
+ rc = (jint)gtk_toggle_button_new();
OS_NATIVE_EXIT(env, that, _1gtk_1toggle_1button_1new_FUNC);
return rc;
}
@@ -14148,7 +13872,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1toggle_1button_1new)
#ifndef NO__1gtk_1toggle_1button_1set_1active
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1toggle_1button_1set_1active)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1toggle_1button_1set_1active_FUNC);
gtk_toggle_button_set_active((GtkToggleButton *)arg0, (gboolean)arg1);
@@ -14158,7 +13882,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1toggle_1button_1set_1active)
#ifndef NO__1gtk_1toggle_1button_1set_1inconsistent
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1toggle_1button_1set_1inconsistent)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1toggle_1button_1set_1inconsistent_FUNC);
gtk_toggle_button_set_inconsistent((GtkToggleButton *)arg0, (gboolean)arg1);
@@ -14168,7 +13892,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1toggle_1button_1set_1inconsistent)
#ifndef NO__1gtk_1toggle_1button_1set_1mode
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1toggle_1button_1set_1mode)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1toggle_1button_1set_1mode_FUNC);
gtk_toggle_button_set_mode((GtkToggleButton *)arg0, (gboolean)arg1);
@@ -14178,7 +13902,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1toggle_1button_1set_1mode)
#ifndef NO__1gtk_1toolbar_1insert_1widget
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1toolbar_1insert_1widget)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jbyteArray arg2, jbyteArray arg3, jint arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jbyteArray arg2, jbyteArray arg3, jint arg4)
{
jbyte *lparg2=NULL;
jbyte *lparg3=NULL;
@@ -14194,12 +13918,12 @@ fail:
#endif
#ifndef NO__1gtk_1toolbar_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1toolbar_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1toolbar_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1toolbar_1new_FUNC);
- rc = (jintLong)gtk_toolbar_new();
+ rc = (jint)gtk_toolbar_new();
OS_NATIVE_EXIT(env, that, _1gtk_1toolbar_1new_FUNC);
return rc;
}
@@ -14207,7 +13931,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1toolbar_1new)
#ifndef NO__1gtk_1toolbar_1set_1orientation
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1toolbar_1set_1orientation)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1toolbar_1set_1orientation_FUNC);
/*
@@ -14225,7 +13949,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1toolbar_1set_1orientation)
#ifndef NO__1gtk_1tooltip_1trigger_1tooltip_1query
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tooltip_1trigger_1tooltip_1query)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tooltip_1trigger_1tooltip_1query_FUNC);
/*
@@ -14242,12 +13966,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tooltip_1trigger_1tooltip_1query)
#endif
#ifndef NO__1gtk_1tooltips_1data_1get
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tooltips_1data_1get)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tooltips_1data_1get)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tooltips_1data_1get_FUNC);
- rc = (jintLong)gtk_tooltips_data_get((GtkWidget *)arg0);
+ rc = (jint)gtk_tooltips_data_get((GtkWidget *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1tooltips_1data_1get_FUNC);
return rc;
}
@@ -14255,7 +13979,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tooltips_1data_1get)
#ifndef NO__1gtk_1tooltips_1disable
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tooltips_1disable)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tooltips_1disable_FUNC);
gtk_tooltips_disable((GtkTooltips *)arg0);
@@ -14265,7 +13989,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tooltips_1disable)
#ifndef NO__1gtk_1tooltips_1enable
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tooltips_1enable)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tooltips_1enable_FUNC);
gtk_tooltips_enable((GtkTooltips *)arg0);
@@ -14275,7 +13999,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tooltips_1enable)
#ifndef NO__1gtk_1tooltips_1force_1window
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tooltips_1force_1window)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tooltips_1force_1window_FUNC);
gtk_tooltips_force_window((GtkTooltips *)arg0);
@@ -14284,12 +14008,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tooltips_1force_1window)
#endif
#ifndef NO__1gtk_1tooltips_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tooltips_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tooltips_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tooltips_1new_FUNC);
- rc = (jintLong)gtk_tooltips_new();
+ rc = (jint)gtk_tooltips_new();
OS_NATIVE_EXIT(env, that, _1gtk_1tooltips_1new_FUNC);
return rc;
}
@@ -14297,7 +14021,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tooltips_1new)
#ifndef NO__1gtk_1tooltips_1set_1tip
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tooltips_1set_1tip)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jbyteArray arg2, jbyteArray arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jbyteArray arg2, jbyteArray arg3)
{
jbyte *lparg2=NULL;
jbyte *lparg3=NULL;
@@ -14310,7 +14034,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tooltips_1set_1tip)
{
OS_LOAD_FUNCTION(fp, gtk_tooltips_set_tip)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong, jbyte *, jbyte *))fp)(arg0, arg1, lparg2, lparg3);
+ ((void (CALLING_CONVENTION*)(jint, jint, jbyte *, jbyte *))fp)(arg0, arg1, lparg2, lparg3);
}
}
fail:
@@ -14320,59 +14044,37 @@ fail:
}
#endif
-#if (!defined(NO__1gtk_1tree_1model_1get__III_3II) && !defined(JNI64)) || (!defined(NO__1gtk_1tree_1model_1get__JJI_3IJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1model_1get__III_3II)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jintArray arg3, jintLong arg4)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1model_1get__JJI_3IJ)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jintArray arg3, jintLong arg4)
-#endif
+#ifndef NO__1gtk_1tree_1model_1get__III_3II
+JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1model_1get__III_3II)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jintArray arg3, jint arg4)
{
jint *lparg3=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1model_1get__III_3II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1tree_1model_1get__JJI_3IJ_FUNC);
-#endif
if (arg3) if ((lparg3 = (*env)->GetIntArrayElements(env, arg3, NULL)) == NULL) goto fail;
gtk_tree_model_get((GtkTreeModel *)arg0, (GtkTreeIter *)arg1, arg2, lparg3, arg4);
fail:
if (arg3 && lparg3) (*env)->ReleaseIntArrayElements(env, arg3, lparg3, 0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1model_1get__III_3II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1tree_1model_1get__JJI_3IJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1gtk_1tree_1model_1get__III_3JI) && !defined(JNI64)) || (!defined(NO__1gtk_1tree_1model_1get__JJI_3JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1model_1get__III_3JI)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jlongArray arg3, jintLong arg4)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1model_1get__JJI_3JJ)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jlongArray arg3, jintLong arg4)
-#endif
+#ifndef NO__1gtk_1tree_1model_1get__III_3JI
+JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1model_1get__III_3JI)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jlongArray arg3, jint arg4)
{
jlong *lparg3=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1model_1get__III_3JI_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1tree_1model_1get__JJI_3JJ_FUNC);
-#endif
if (arg3) if ((lparg3 = (*env)->GetLongArrayElements(env, arg3, NULL)) == NULL) goto fail;
gtk_tree_model_get((GtkTreeModel *)arg0, (GtkTreeIter *)arg1, arg2, lparg3, arg4);
fail:
if (arg3 && lparg3) (*env)->ReleaseLongArrayElements(env, arg3, lparg3, 0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1model_1get__III_3JI_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1tree_1model_1get__JJI_3JJ_FUNC);
-#endif
}
#endif
#ifndef NO__1gtk_1tree_1model_1get_1iter
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1model_1get_1iter)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1model_1get_1iter_FUNC);
@@ -14384,7 +14086,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1model_1get_1iter)
#ifndef NO__1gtk_1tree_1model_1get_1iter_1first
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1model_1get_1iter_1first)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1model_1get_1iter_1first_FUNC);
@@ -14396,7 +14098,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1model_1get_1iter_1first)
#ifndef NO__1gtk_1tree_1model_1get_1n_1columns
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1model_1get_1n_1columns)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1model_1get_1n_1columns_FUNC);
@@ -14407,24 +14109,24 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1model_1get_1n_1columns)
#endif
#ifndef NO__1gtk_1tree_1model_1get_1path
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1model_1get_1path)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1model_1get_1path)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1model_1get_1path_FUNC);
- rc = (jintLong)gtk_tree_model_get_path((GtkTreeModel *)arg0, (GtkTreeIter *)arg1);
+ rc = (jint)gtk_tree_model_get_path((GtkTreeModel *)arg0, (GtkTreeIter *)arg1);
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1model_1get_1path_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1tree_1model_1get_1type
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1model_1get_1type)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1model_1get_1type)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1model_1get_1type_FUNC);
- rc = (jintLong)gtk_tree_model_get_type();
+ rc = (jint)gtk_tree_model_get_type();
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1model_1get_1type_FUNC);
return rc;
}
@@ -14432,7 +14134,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1model_1get_1type)
#ifndef NO__1gtk_1tree_1model_1iter_1children
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1model_1iter_1children)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1model_1iter_1children_FUNC);
@@ -14444,7 +14146,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1model_1iter_1children)
#ifndef NO__1gtk_1tree_1model_1iter_1n_1children
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1model_1iter_1n_1children)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1model_1iter_1n_1children_FUNC);
@@ -14456,7 +14158,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1model_1iter_1n_1children)
#ifndef NO__1gtk_1tree_1model_1iter_1next
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1model_1iter_1next)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1model_1iter_1next_FUNC);
@@ -14468,7 +14170,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1model_1iter_1next)
#ifndef NO__1gtk_1tree_1model_1iter_1nth_1child
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1model_1iter_1nth_1child)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1model_1iter_1nth_1child_FUNC);
@@ -14480,7 +14182,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1model_1iter_1nth_1child)
#ifndef NO__1gtk_1tree_1path_1append_1index
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1path_1append_1index)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1path_1append_1index_FUNC);
gtk_tree_path_append_index((GtkTreePath *)arg0, arg1);
@@ -14489,12 +14191,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1path_1append_1index)
#endif
#ifndef NO__1gtk_1tree_1path_1compare
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1path_1compare)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1path_1compare)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1path_1compare_FUNC);
- rc = (jintLong)gtk_tree_path_compare((const GtkTreePath *)arg0, (const GtkTreePath *)arg1);
+ rc = (jint)gtk_tree_path_compare((const GtkTreePath *)arg0, (const GtkTreePath *)arg1);
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1path_1compare_FUNC);
return rc;
}
@@ -14502,7 +14204,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1path_1compare)
#ifndef NO__1gtk_1tree_1path_1down
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1path_1down)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1path_1down_FUNC);
gtk_tree_path_down((GtkTreePath *)arg0);
@@ -14512,7 +14214,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1path_1down)
#ifndef NO__1gtk_1tree_1path_1free
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1path_1free)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1path_1free_FUNC);
gtk_tree_path_free((GtkTreePath *)arg0);
@@ -14522,7 +14224,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1path_1free)
#ifndef NO__1gtk_1tree_1path_1get_1depth
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1path_1get_1depth)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1path_1get_1depth_FUNC);
@@ -14533,73 +14235,62 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1path_1get_1depth)
#endif
#ifndef NO__1gtk_1tree_1path_1get_1indices
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1path_1get_1indices)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1path_1get_1indices)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1path_1get_1indices_FUNC);
- rc = (jintLong)gtk_tree_path_get_indices((GtkTreePath *)arg0);
+ rc = (jint)gtk_tree_path_get_indices((GtkTreePath *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1path_1get_1indices_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1tree_1path_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1path_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1path_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1path_1new_FUNC);
- rc = (jintLong)gtk_tree_path_new();
+ rc = (jint)gtk_tree_path_new();
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1path_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1tree_1path_1new_1first
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1path_1new_1first)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1path_1new_1first)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1path_1new_1first_FUNC);
- rc = (jintLong)gtk_tree_path_new_first();
+ rc = (jint)gtk_tree_path_new_first();
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1path_1new_1first_FUNC);
return rc;
}
#endif
-#if (!defined(NO__1gtk_1tree_1path_1new_1from_1string__I) && !defined(JNI64)) || (!defined(NO__1gtk_1tree_1path_1new_1from_1string__J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1path_1new_1from_1string__I)(JNIEnv *env, jclass that, jintLong arg0)
-#else
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1path_1new_1from_1string__J)(JNIEnv *env, jclass that, jintLong arg0)
-#endif
+#ifndef NO__1gtk_1tree_1path_1new_1from_1string__I
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1path_1new_1from_1string__I)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
-#ifndef JNI64
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1path_1new_1from_1string__I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1tree_1path_1new_1from_1string__J_FUNC);
-#endif
- rc = (jintLong)gtk_tree_path_new_from_string((const gchar *)arg0);
-#ifndef JNI64
+ rc = (jint)gtk_tree_path_new_from_string((const gchar *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1path_1new_1from_1string__I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1tree_1path_1new_1from_1string__J_FUNC);
-#endif
return rc;
}
#endif
#ifndef NO__1gtk_1tree_1path_1new_1from_1string___3B
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1path_1new_1from_1string___3B)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1path_1new_1from_1string___3B)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1path_1new_1from_1string___3B_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
- rc = (jintLong)gtk_tree_path_new_from_string((const gchar *)lparg0);
+ rc = (jint)gtk_tree_path_new_from_string((const gchar *)lparg0);
fail:
if (arg0 && lparg0) (*env)->ReleaseByteArrayElements(env, arg0, lparg0, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1path_1new_1from_1string___3B_FUNC);
@@ -14609,7 +14300,7 @@ fail:
#ifndef NO__1gtk_1tree_1path_1next
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1path_1next)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1path_1next_FUNC);
gtk_tree_path_next((GtkTreePath *)arg0);
@@ -14619,7 +14310,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1path_1next)
#ifndef NO__1gtk_1tree_1path_1prev
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1path_1prev)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1path_1prev_FUNC);
@@ -14631,7 +14322,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1path_1prev)
#ifndef NO__1gtk_1tree_1path_1up
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1path_1up)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1path_1up_FUNC);
@@ -14643,7 +14334,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1path_1up)
#ifndef NO__1gtk_1tree_1selection_1count_1selected_1rows
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1selection_1count_1selected_1rows)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1selection_1count_1selected_1rows_FUNC);
@@ -14663,39 +14354,39 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1selection_1count_1selected_1rows)
#ifndef NO__1gtk_1tree_1selection_1get_1selected
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1selection_1get_1selected)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jint arg2)
{
- jintLong *lparg1=NULL;
+ jint *lparg1=NULL;
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1selection_1get_1selected_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
rc = (jboolean)gtk_tree_selection_get_selected((GtkTreeSelection *)arg0, (GtkTreeModel **)lparg1, (GtkTreeIter *)arg2);
fail:
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1selection_1get_1selected_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1tree_1selection_1get_1selected_1rows
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1selection_1get_1selected_1rows)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1selection_1get_1selected_1rows)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1)
{
- jintLong *lparg1=NULL;
- jintLong rc = 0;
+ jint *lparg1=NULL;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1selection_1get_1selected_1rows_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
/*
- rc = (jintLong)gtk_tree_selection_get_selected_rows((GtkTreeSelection *)arg0, (GtkTreeModel **)lparg1);
+ rc = (jint)gtk_tree_selection_get_selected_rows((GtkTreeSelection *)arg0, (GtkTreeModel **)lparg1);
*/
{
OS_LOAD_FUNCTION(fp, gtk_tree_selection_get_selected_rows)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(GtkTreeSelection *, GtkTreeModel **))fp)((GtkTreeSelection *)arg0, (GtkTreeModel **)lparg1);
+ rc = (jint)((jint (CALLING_CONVENTION*)(GtkTreeSelection *, GtkTreeModel **))fp)((GtkTreeSelection *)arg0, (GtkTreeModel **)lparg1);
}
}
fail:
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1selection_1get_1selected_1rows_FUNC);
return rc;
}
@@ -14703,7 +14394,7 @@ fail:
#ifndef NO__1gtk_1tree_1selection_1path_1is_1selected
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1selection_1path_1is_1selected)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1selection_1path_1is_1selected_FUNC);
@@ -14715,7 +14406,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1selection_1path_1is_1selected)
#ifndef NO__1gtk_1tree_1selection_1select_1all
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1selection_1select_1all)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1selection_1select_1all_FUNC);
gtk_tree_selection_select_all((GtkTreeSelection *)arg0);
@@ -14725,7 +14416,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1selection_1select_1all)
#ifndef NO__1gtk_1tree_1selection_1select_1iter
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1selection_1select_1iter)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1selection_1select_1iter_FUNC);
gtk_tree_selection_select_iter((GtkTreeSelection *)arg0, (GtkTreeIter *)arg1);
@@ -14735,7 +14426,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1selection_1select_1iter)
#ifndef NO__1gtk_1tree_1selection_1selected_1foreach
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1selection_1selected_1foreach)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1selection_1selected_1foreach_FUNC);
gtk_tree_selection_selected_foreach((GtkTreeSelection *)arg0, (GtkTreeSelectionForeachFunc)arg1, (gpointer)arg2);
@@ -14745,7 +14436,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1selection_1selected_1foreach)
#ifndef NO__1gtk_1tree_1selection_1set_1mode
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1selection_1set_1mode)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1selection_1set_1mode_FUNC);
gtk_tree_selection_set_mode((GtkTreeSelection *)arg0, (GtkSelectionMode)arg1);
@@ -14755,7 +14446,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1selection_1set_1mode)
#ifndef NO__1gtk_1tree_1selection_1unselect_1all
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1selection_1unselect_1all)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1selection_1unselect_1all_FUNC);
gtk_tree_selection_unselect_all((GtkTreeSelection *)arg0);
@@ -14765,7 +14456,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1selection_1unselect_1all)
#ifndef NO__1gtk_1tree_1selection_1unselect_1iter
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1selection_1unselect_1iter)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1selection_1unselect_1iter_FUNC);
gtk_tree_selection_unselect_iter((GtkTreeSelection *)arg0, (GtkTreeIter *)arg1);
@@ -14775,7 +14466,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1selection_1unselect_1iter)
#ifndef NO__1gtk_1tree_1store_1append
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1append)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1store_1append_FUNC);
gtk_tree_store_append((GtkTreeStore *)arg0, (GtkTreeIter *)arg1, (GtkTreeIter *)arg2);
@@ -14785,7 +14476,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1append)
#ifndef NO__1gtk_1tree_1store_1clear
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1clear)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1store_1clear_FUNC);
gtk_tree_store_clear((GtkTreeStore *)arg0);
@@ -14795,7 +14486,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1clear)
#ifndef NO__1gtk_1tree_1store_1insert
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1insert)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1store_1insert_FUNC);
gtk_tree_store_insert((GtkTreeStore *)arg0, (GtkTreeIter *)arg1, (GtkTreeIter *)arg2, (gint)arg3);
@@ -14804,16 +14495,16 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1insert)
#endif
#ifndef NO__1gtk_1tree_1store_1newv
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1store_1newv)
- (JNIEnv *env, jclass that, jint arg0, jintLongArray arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1store_1newv)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1)
{
- jintLong *lparg1=NULL;
- jintLong rc = 0;
+ jint *lparg1=NULL;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1store_1newv_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
- rc = (jintLong)gtk_tree_store_newv(arg0, (GType *)lparg1);
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ rc = (jint)gtk_tree_store_newv(arg0, (GType *)lparg1);
fail:
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1store_1newv_FUNC);
return rc;
}
@@ -14821,7 +14512,7 @@ fail:
#ifndef NO__1gtk_1tree_1store_1remove
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1remove)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1store_1remove_FUNC);
gtk_tree_store_remove((GtkTreeStore *)arg0, (GtkTreeIter *)arg1);
@@ -14829,121 +14520,66 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1remove)
}
#endif
-#if (!defined(NO__1gtk_1tree_1store_1set__IIIII) && !defined(JNI64)) || (!defined(NO__1gtk_1tree_1store_1set__JJIIJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1set__IIIII)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jintLong arg4)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1set__JJIIJ)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jintLong arg4)
-#endif
+#ifndef NO__1gtk_1tree_1store_1set__IIIII
+JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1set__IIIII)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1store_1set__IIIII_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1tree_1store_1set__JJIIJ_FUNC);
-#endif
gtk_tree_store_set((GtkTreeStore *)arg0, (GtkTreeIter *)arg1, arg2, arg3, arg4);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1store_1set__IIIII_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1tree_1store_1set__JJIIJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1gtk_1tree_1store_1set__IIIJI) && !defined(JNI64)) || (!defined(NO__1gtk_1tree_1store_1set__JJIJJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1set__IIIJI)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jlong arg3, jintLong arg4)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1set__JJIJJ)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jlong arg3, jintLong arg4)
-#endif
+#ifndef NO__1gtk_1tree_1store_1set__IIIJI
+JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1set__IIIJI)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jlong arg3, jint arg4)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1store_1set__IIIJI_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1tree_1store_1set__JJIJJ_FUNC);
-#endif
gtk_tree_store_set((GtkTreeStore *)arg0, (GtkTreeIter *)arg1, arg2, arg3, arg4);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1store_1set__IIIJI_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1tree_1store_1set__JJIJJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1gtk_1tree_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I) && !defined(JNI64)) || (!defined(NO__1gtk_1tree_1store_1set__JJILorg_eclipse_swt_internal_gtk_GdkColor_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jobject arg3, jintLong arg4)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1set__JJILorg_eclipse_swt_internal_gtk_GdkColor_2J)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jobject arg3, jintLong arg4)
-#endif
+#ifndef NO__1gtk_1tree_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I
+JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jobject arg3, jint arg4)
{
GdkColor _arg3, *lparg3=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1tree_1store_1set__JJILorg_eclipse_swt_internal_gtk_GdkColor_2J_FUNC);
-#endif
if (arg3) if ((lparg3 = getGdkColorFields(env, arg3, &_arg3)) == NULL) goto fail;
gtk_tree_store_set((GtkTreeStore *)arg0, (GtkTreeIter *)arg1, arg2, lparg3, arg4);
fail:
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1tree_1store_1set__JJILorg_eclipse_swt_internal_gtk_GdkColor_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1gtk_1tree_1store_1set__IIIZI) && !defined(JNI64)) || (!defined(NO__1gtk_1tree_1store_1set__JJIZJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1set__IIIZI)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jboolean arg3, jintLong arg4)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1set__JJIZJ)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jboolean arg3, jintLong arg4)
-#endif
+#ifndef NO__1gtk_1tree_1store_1set__IIIZI
+JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1set__IIIZI)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jboolean arg3, jint arg4)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1store_1set__IIIZI_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1tree_1store_1set__JJIZJ_FUNC);
-#endif
gtk_tree_store_set((GtkTreeStore *)arg0, (GtkTreeIter *)arg1, arg2, arg3, arg4);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1store_1set__IIIZI_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1tree_1store_1set__JJIZJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1gtk_1tree_1store_1set__III_3BI) && !defined(JNI64)) || (!defined(NO__1gtk_1tree_1store_1set__JJI_3BJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1set__III_3BI)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jbyteArray arg3, jintLong arg4)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1set__JJI_3BJ)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jbyteArray arg3, jintLong arg4)
-#endif
+#ifndef NO__1gtk_1tree_1store_1set__III_3BI
+JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1store_1set__III_3BI)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jbyteArray arg3, jint arg4)
{
jbyte *lparg3=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1store_1set__III_3BI_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1tree_1store_1set__JJI_3BJ_FUNC);
-#endif
if (arg3) if ((lparg3 = (*env)->GetByteArrayElements(env, arg3, NULL)) == NULL) goto fail;
gtk_tree_store_set((GtkTreeStore *)arg0, (GtkTreeIter *)arg1, arg2, lparg3, arg4);
fail:
if (arg3 && lparg3) (*env)->ReleaseByteArrayElements(env, arg3, lparg3, 0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1store_1set__III_3BI_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1tree_1store_1set__JJI_3BJ_FUNC);
-#endif
}
#endif
#ifndef NO__1gtk_1tree_1view_1collapse_1row
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1collapse_1row)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1collapse_1row_FUNC);
@@ -14955,7 +14591,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1collapse_1row)
#ifndef NO__1gtk_1tree_1view_1column_1add_1attribute
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1add_1attribute)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jbyteArray arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jbyteArray arg2, jint arg3)
{
jbyte *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1add_1attribute_FUNC);
@@ -14969,7 +14605,7 @@ fail:
#ifndef NO__1gtk_1tree_1view_1column_1cell_1get_1position
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1cell_1get_1position)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintArray arg2, jintArray arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2, jintArray arg3)
{
jint *lparg2=NULL;
jint *lparg3=NULL;
@@ -14996,7 +14632,7 @@ fail:
#ifndef NO__1gtk_1tree_1view_1column_1cell_1get_1size
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1cell_1get_1size)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jintArray arg2, jintArray arg3, jintArray arg4, jintArray arg5)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1, jintArray arg2, jintArray arg3, jintArray arg4, jintArray arg5)
{
GdkRectangle _arg1, *lparg1=NULL;
jint *lparg2=NULL;
@@ -15022,7 +14658,7 @@ fail:
#ifndef NO__1gtk_1tree_1view_1column_1cell_1set_1cell_1data
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1cell_1set_1cell_1data)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jboolean arg3, jboolean arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jboolean arg3, jboolean arg4)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1cell_1set_1cell_1data_FUNC);
gtk_tree_view_column_cell_set_cell_data((GtkTreeViewColumn *)arg0, (GtkTreeModel *)arg1, (GtkTreeIter *)arg2, arg3, arg4);
@@ -15032,7 +14668,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1cell_1set_1cell_1dat
#ifndef NO__1gtk_1tree_1view_1column_1clear
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1clear)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1clear_FUNC);
gtk_tree_view_column_clear((GtkTreeViewColumn *)arg0);
@@ -15041,18 +14677,18 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1clear)
#endif
#ifndef NO__1gtk_1tree_1view_1column_1get_1cell_1renderers
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1cell_1renderers)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1cell_1renderers)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1get_1cell_1renderers_FUNC);
/*
- rc = (jintLong)gtk_tree_view_column_get_cell_renderers((GtkTreeViewColumn *)arg0);
+ rc = (jint)gtk_tree_view_column_get_cell_renderers((GtkTreeViewColumn *)arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_tree_view_column_get_cell_renderers)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(GtkTreeViewColumn *))fp)((GtkTreeViewColumn *)arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(GtkTreeViewColumn *))fp)((GtkTreeViewColumn *)arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1view_1column_1get_1cell_1renderers_FUNC);
@@ -15062,7 +14698,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1cell_1rende
#ifndef NO__1gtk_1tree_1view_1column_1get_1fixed_1width
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1fixed_1width)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1get_1fixed_1width_FUNC);
@@ -15074,7 +14710,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1fixed_1width)
#ifndef NO__1gtk_1tree_1view_1column_1get_1reorderable
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1reorderable)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1get_1reorderable_FUNC);
@@ -15086,7 +14722,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1reorderable
#ifndef NO__1gtk_1tree_1view_1column_1get_1resizable
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1resizable)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1get_1resizable_FUNC);
@@ -15098,7 +14734,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1resizable)
#ifndef NO__1gtk_1tree_1view_1column_1get_1sizing
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1sizing)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1get_1sizing_FUNC);
@@ -15110,7 +14746,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1sizing)
#ifndef NO__1gtk_1tree_1view_1column_1get_1sort_1indicator
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1sort_1indicator)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1get_1sort_1indicator_FUNC);
@@ -15122,7 +14758,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1sort_1indic
#ifndef NO__1gtk_1tree_1view_1column_1get_1sort_1order
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1sort_1order)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1get_1sort_1order_FUNC);
@@ -15134,7 +14770,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1sort_1order)
#ifndef NO__1gtk_1tree_1view_1column_1get_1spacing
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1spacing)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1get_1spacing_FUNC);
@@ -15146,7 +14782,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1spacing)
#ifndef NO__1gtk_1tree_1view_1column_1get_1visible
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1visible)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1get_1visible_FUNC);
@@ -15158,7 +14794,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1visible)
#ifndef NO__1gtk_1tree_1view_1column_1get_1width
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1width)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1get_1width_FUNC);
@@ -15169,12 +14805,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1get_1width)
#endif
#ifndef NO__1gtk_1tree_1view_1column_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1new_FUNC);
- rc = (jintLong)gtk_tree_view_column_new();
+ rc = (jint)gtk_tree_view_column_new();
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1view_1column_1new_FUNC);
return rc;
}
@@ -15182,7 +14818,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1new)
#ifndef NO__1gtk_1tree_1view_1column_1pack_1end
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1pack_1end)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jboolean arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jboolean arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1pack_1end_FUNC);
gtk_tree_view_column_pack_end((GtkTreeViewColumn *)arg0, (GtkCellRenderer *)arg1, (gboolean)arg2);
@@ -15192,7 +14828,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1pack_1end)
#ifndef NO__1gtk_1tree_1view_1column_1pack_1start
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1pack_1start)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jboolean arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jboolean arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1pack_1start_FUNC);
gtk_tree_view_column_pack_start((GtkTreeViewColumn *)arg0, (GtkCellRenderer *)arg1, (gboolean)arg2);
@@ -15202,7 +14838,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1pack_1start)
#ifndef NO__1gtk_1tree_1view_1column_1set_1alignment
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1alignment)
- (JNIEnv *env, jclass that, jintLong arg0, jfloat arg1)
+ (JNIEnv *env, jclass that, jint arg0, jfloat arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1set_1alignment_FUNC);
gtk_tree_view_column_set_alignment((GtkTreeViewColumn *)arg0, arg1);
@@ -15212,7 +14848,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1alignment)
#ifndef NO__1gtk_1tree_1view_1column_1set_1cell_1data_1func
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1cell_1data_1func)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jintLong arg3, jintLong arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jint arg4)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1set_1cell_1data_1func_FUNC);
gtk_tree_view_column_set_cell_data_func((GtkTreeViewColumn *)arg0, (GtkCellRenderer *)arg1, (GtkTreeCellDataFunc)arg2, (gpointer)arg3, (GDestroyNotify)arg4);
@@ -15222,7 +14858,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1cell_1data_1fun
#ifndef NO__1gtk_1tree_1view_1column_1set_1clickable
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1clickable)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1set_1clickable_FUNC);
gtk_tree_view_column_set_clickable((GtkTreeViewColumn *)arg0, (gboolean)arg1);
@@ -15232,7 +14868,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1clickable)
#ifndef NO__1gtk_1tree_1view_1column_1set_1fixed_1width
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1fixed_1width)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1set_1fixed_1width_FUNC);
gtk_tree_view_column_set_fixed_width((GtkTreeViewColumn *)arg0, (gint)arg1);
@@ -15242,7 +14878,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1fixed_1width)
#ifndef NO__1gtk_1tree_1view_1column_1set_1min_1width
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1min_1width)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1set_1min_1width_FUNC);
gtk_tree_view_column_set_min_width((GtkTreeViewColumn *)arg0, (gint)arg1);
@@ -15252,7 +14888,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1min_1width)
#ifndef NO__1gtk_1tree_1view_1column_1set_1reorderable
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1reorderable)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1set_1reorderable_FUNC);
gtk_tree_view_column_set_reorderable((GtkTreeViewColumn *)arg0, (gboolean)arg1);
@@ -15262,7 +14898,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1reorderable)
#ifndef NO__1gtk_1tree_1view_1column_1set_1resizable
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1resizable)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1set_1resizable_FUNC);
gtk_tree_view_column_set_resizable((GtkTreeViewColumn *)arg0, (gboolean)arg1);
@@ -15272,7 +14908,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1resizable)
#ifndef NO__1gtk_1tree_1view_1column_1set_1sizing
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1sizing)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1set_1sizing_FUNC);
gtk_tree_view_column_set_sizing((GtkTreeViewColumn *)arg0, (GtkTreeViewColumnSizing)arg1);
@@ -15282,7 +14918,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1sizing)
#ifndef NO__1gtk_1tree_1view_1column_1set_1sort_1indicator
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1sort_1indicator)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1set_1sort_1indicator_FUNC);
gtk_tree_view_column_set_sort_indicator((GtkTreeViewColumn *)arg0, (gboolean)arg1);
@@ -15292,7 +14928,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1sort_1indicator
#ifndef NO__1gtk_1tree_1view_1column_1set_1sort_1order
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1sort_1order)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1set_1sort_1order_FUNC);
gtk_tree_view_column_set_sort_order((GtkTreeViewColumn *)arg0, (GtkSortType)arg1);
@@ -15302,7 +14938,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1sort_1order)
#ifndef NO__1gtk_1tree_1view_1column_1set_1title
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1title)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1set_1title_FUNC);
@@ -15316,7 +14952,7 @@ fail:
#ifndef NO__1gtk_1tree_1view_1column_1set_1visible
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1visible)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1set_1visible_FUNC);
gtk_tree_view_column_set_visible((GtkTreeViewColumn *)arg0, arg1);
@@ -15326,7 +14962,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1visible)
#ifndef NO__1gtk_1tree_1view_1column_1set_1widget
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1widget)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1column_1set_1widget_FUNC);
gtk_tree_view_column_set_widget((GtkTreeViewColumn *)arg0, (GtkWidget *)arg1);
@@ -15336,7 +14972,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1column_1set_1widget)
#ifndef NO__1gtk_1tree_1view_1convert_1widget_1to_1bin_1window_1coords
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1convert_1widget_1to_1bin_1window_1coords)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jintArray arg3, jintArray arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jintArray arg3, jintArray arg4)
{
jint *lparg3=NULL;
jint *lparg4=NULL;
@@ -15360,12 +14996,12 @@ fail:
#endif
#ifndef NO__1gtk_1tree_1view_1create_1row_1drag_1icon
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1view_1create_1row_1drag_1icon)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1create_1row_1drag_1icon)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1create_1row_1drag_1icon_FUNC);
- rc = (jintLong)gtk_tree_view_create_row_drag_icon((GtkTreeView *)arg0, (GtkTreePath *)arg1);
+ rc = (jint)gtk_tree_view_create_row_drag_icon((GtkTreeView *)arg0, (GtkTreePath *)arg1);
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1view_1create_1row_1drag_1icon_FUNC);
return rc;
}
@@ -15373,7 +15009,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1view_1create_1row_1drag_1icon)
#ifndef NO__1gtk_1tree_1view_1expand_1row
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1expand_1row)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jboolean arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jboolean arg2)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1expand_1row_FUNC);
@@ -15385,7 +15021,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1expand_1row)
#ifndef NO__1gtk_1tree_1view_1get_1background_1area
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1background_1area)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jobject arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jobject arg3)
{
GdkRectangle _arg3, *lparg3=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1get_1background_1area_FUNC);
@@ -15398,12 +15034,12 @@ fail:
#endif
#ifndef NO__1gtk_1tree_1view_1get_1bin_1window
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1bin_1window)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1bin_1window)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1get_1bin_1window_FUNC);
- rc = (jintLong)gtk_tree_view_get_bin_window((GtkTreeView *)arg0);
+ rc = (jint)gtk_tree_view_get_bin_window((GtkTreeView *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1view_1get_1bin_1window_FUNC);
return rc;
}
@@ -15411,7 +15047,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1bin_1window)
#ifndef NO__1gtk_1tree_1view_1get_1cell_1area
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1cell_1area)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jobject arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jobject arg3)
{
GdkRectangle _arg3, *lparg3=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1get_1cell_1area_FUNC);
@@ -15424,24 +15060,24 @@ fail:
#endif
#ifndef NO__1gtk_1tree_1view_1get_1column
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1column)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1column)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1get_1column_FUNC);
- rc = (jintLong)gtk_tree_view_get_column((GtkTreeView *)arg0, (gint)arg1);
+ rc = (jint)gtk_tree_view_get_column((GtkTreeView *)arg0, (gint)arg1);
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1view_1get_1column_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1tree_1view_1get_1columns
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1columns)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1columns)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1get_1columns_FUNC);
- rc = (jintLong)gtk_tree_view_get_columns((GtkTreeView *)arg0);
+ rc = (jint)gtk_tree_view_get_columns((GtkTreeView *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1view_1get_1columns_FUNC);
return rc;
}
@@ -15449,28 +15085,28 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1columns)
#ifndef NO__1gtk_1tree_1view_1get_1cursor
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1cursor)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1, jintLongArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
- jintLong *lparg1=NULL;
- jintLong *lparg2=NULL;
+ jint *lparg1=NULL;
+ jint *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1get_1cursor_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
gtk_tree_view_get_cursor((GtkTreeView *)arg0, (GtkTreePath **)lparg1, (GtkTreeViewColumn **)lparg2);
fail:
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1view_1get_1cursor_FUNC);
}
#endif
#ifndef NO__1gtk_1tree_1view_1get_1expander_1column
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1expander_1column)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1expander_1column)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1get_1expander_1column_FUNC);
- rc = (jintLong)gtk_tree_view_get_expander_column((GtkTreeView *)arg0);
+ rc = (jint)gtk_tree_view_get_expander_column((GtkTreeView *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1view_1get_1expander_1column_FUNC);
return rc;
}
@@ -15478,7 +15114,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1expander_1column)
#ifndef NO__1gtk_1tree_1view_1get_1headers_1visible
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1headers_1visible)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1get_1headers_1visible_FUNC);
@@ -15490,24 +15126,24 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1headers_1visible)
#ifndef NO__1gtk_1tree_1view_1get_1path_1at_1pos
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1path_1at_1pos)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jintLongArray arg3, jintLongArray arg4, jintArray arg5, jintArray arg6)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jintArray arg3, jintArray arg4, jintArray arg5, jintArray arg6)
{
- jintLong *lparg3=NULL;
- jintLong *lparg4=NULL;
+ jint *lparg3=NULL;
+ jint *lparg4=NULL;
jint *lparg5=NULL;
jint *lparg6=NULL;
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1get_1path_1at_1pos_FUNC);
- if (arg3) if ((lparg3 = (*env)->GetIntLongArrayElements(env, arg3, NULL)) == NULL) goto fail;
- if (arg4) if ((lparg4 = (*env)->GetIntLongArrayElements(env, arg4, NULL)) == NULL) goto fail;
+ if (arg3) if ((lparg3 = (*env)->GetIntArrayElements(env, arg3, NULL)) == NULL) goto fail;
+ if (arg4) if ((lparg4 = (*env)->GetIntArrayElements(env, arg4, NULL)) == NULL) goto fail;
if (arg5) if ((lparg5 = (*env)->GetIntArrayElements(env, arg5, NULL)) == NULL) goto fail;
if (arg6) if ((lparg6 = (*env)->GetIntArrayElements(env, arg6, NULL)) == NULL) goto fail;
rc = (jboolean)gtk_tree_view_get_path_at_pos((GtkTreeView *)arg0, (gint)arg1, (gint)arg2, (GtkTreePath **)lparg3, (GtkTreeViewColumn **)lparg4, (gint *)lparg5, (gint *)lparg6);
fail:
if (arg6 && lparg6) (*env)->ReleaseIntArrayElements(env, arg6, lparg6, 0);
if (arg5 && lparg5) (*env)->ReleaseIntArrayElements(env, arg5, lparg5, 0);
- if (arg4 && lparg4) (*env)->ReleaseIntLongArrayElements(env, arg4, lparg4, 0);
- if (arg3 && lparg3) (*env)->ReleaseIntLongArrayElements(env, arg3, lparg3, 0);
+ if (arg4 && lparg4) (*env)->ReleaseIntArrayElements(env, arg4, lparg4, 0);
+ if (arg3 && lparg3) (*env)->ReleaseIntArrayElements(env, arg3, lparg3, 0);
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1view_1get_1path_1at_1pos_FUNC);
return rc;
}
@@ -15515,7 +15151,7 @@ fail:
#ifndef NO__1gtk_1tree_1view_1get_1rules_1hint
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1rules_1hint)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1get_1rules_1hint_FUNC);
@@ -15526,12 +15162,12 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1rules_1hint)
#endif
#ifndef NO__1gtk_1tree_1view_1get_1selection
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1selection)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1selection)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1get_1selection_FUNC);
- rc = (jintLong)gtk_tree_view_get_selection((GtkTreeView *)arg0);
+ rc = (jint)gtk_tree_view_get_selection((GtkTreeView *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1view_1get_1selection_FUNC);
return rc;
}
@@ -15539,7 +15175,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1selection)
#ifndef NO__1gtk_1tree_1view_1get_1visible_1rect
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1get_1visible_1rect)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
GdkRectangle _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1get_1visible_1rect_FUNC);
@@ -15553,7 +15189,7 @@ fail:
#ifndef NO__1gtk_1tree_1view_1insert_1column
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1insert_1column)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1insert_1column_FUNC);
@@ -15565,7 +15201,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1insert_1column)
#ifndef NO__1gtk_1tree_1view_1move_1column_1after
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1move_1column_1after)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1move_1column_1after_FUNC);
gtk_tree_view_move_column_after((GtkTreeView *)arg0, (GtkTreeViewColumn *)arg1, (GtkTreeViewColumn *)arg2);
@@ -15574,12 +15210,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1move_1column_1after)
#endif
#ifndef NO__1gtk_1tree_1view_1new_1with_1model
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1view_1new_1with_1model)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1tree_1view_1new_1with_1model)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1new_1with_1model_FUNC);
- rc = (jintLong)gtk_tree_view_new_with_model((GtkTreeModel *)arg0);
+ rc = (jint)gtk_tree_view_new_with_model((GtkTreeModel *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1tree_1view_1new_1with_1model_FUNC);
return rc;
}
@@ -15587,7 +15223,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1tree_1view_1new_1with_1model)
#ifndef NO__1gtk_1tree_1view_1remove_1column
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1remove_1column)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1remove_1column_FUNC);
gtk_tree_view_remove_column((GtkTreeView *)arg0, (GtkTreeViewColumn *)arg1);
@@ -15597,7 +15233,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1remove_1column)
#ifndef NO__1gtk_1tree_1view_1row_1expanded
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1row_1expanded)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1row_1expanded_FUNC);
@@ -15609,7 +15245,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1tree_1view_1row_1expanded)
#ifndef NO__1gtk_1tree_1view_1scroll_1to_1cell
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1scroll_1to_1cell)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jboolean arg3, jfloat arg4, jfloat arg5)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jboolean arg3, jfloat arg4, jfloat arg5)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1scroll_1to_1cell_FUNC);
gtk_tree_view_scroll_to_cell((GtkTreeView *)arg0, (GtkTreePath *)arg1, (GtkTreeViewColumn *)arg2, (gboolean)arg3, (gfloat)arg4, (gfloat)arg5);
@@ -15619,7 +15255,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1scroll_1to_1cell)
#ifndef NO__1gtk_1tree_1view_1scroll_1to_1point
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1scroll_1to_1point)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1scroll_1to_1point_FUNC);
gtk_tree_view_scroll_to_point((GtkTreeView *)arg0, (gint)arg1, (gint)arg2);
@@ -15629,7 +15265,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1scroll_1to_1point)
#ifndef NO__1gtk_1tree_1view_1set_1cursor
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1set_1cursor)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2, jboolean arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jboolean arg3)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1set_1cursor_FUNC);
gtk_tree_view_set_cursor((GtkTreeView *)arg0, (GtkTreePath *)arg1, (GtkTreeViewColumn *)arg2, arg3);
@@ -15639,7 +15275,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1set_1cursor)
#ifndef NO__1gtk_1tree_1view_1set_1drag_1dest_1row
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1set_1drag_1dest_1row)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1set_1drag_1dest_1row_FUNC);
gtk_tree_view_set_drag_dest_row((GtkTreeView *)arg0, (GtkTreePath *)arg1, arg2);
@@ -15649,7 +15285,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1set_1drag_1dest_1row)
#ifndef NO__1gtk_1tree_1view_1set_1enable_1search
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1set_1enable_1search)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1set_1enable_1search_FUNC);
gtk_tree_view_set_enable_search((GtkTreeView *)arg0, arg1);
@@ -15659,7 +15295,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1set_1enable_1search)
#ifndef NO__1gtk_1tree_1view_1set_1grid_1lines
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1set_1grid_1lines)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1set_1grid_1lines_FUNC);
/*
@@ -15677,7 +15313,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1set_1grid_1lines)
#ifndef NO__1gtk_1tree_1view_1set_1headers_1visible
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1set_1headers_1visible)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1set_1headers_1visible_FUNC);
gtk_tree_view_set_headers_visible((GtkTreeView *)arg0, (gboolean)arg1);
@@ -15687,7 +15323,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1set_1headers_1visible)
#ifndef NO__1gtk_1tree_1view_1set_1model
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1set_1model)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1set_1model_FUNC);
gtk_tree_view_set_model((GtkTreeView *)arg0, (GtkTreeModel *)arg1);
@@ -15697,7 +15333,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1set_1model)
#ifndef NO__1gtk_1tree_1view_1set_1rules_1hint
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1set_1rules_1hint)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1set_1rules_1hint_FUNC);
gtk_tree_view_set_rules_hint((GtkTreeView *)arg0, arg1);
@@ -15707,7 +15343,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1set_1rules_1hint)
#ifndef NO__1gtk_1tree_1view_1set_1search_1column
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1set_1search_1column)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1set_1search_1column_FUNC);
gtk_tree_view_set_search_column((GtkTreeView *)arg0, (gint)arg1);
@@ -15717,7 +15353,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1set_1search_1column)
#ifndef NO__1gtk_1tree_1view_1unset_1rows_1drag_1dest
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1unset_1rows_1drag_1dest)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1tree_1view_1unset_1rows_1drag_1dest_FUNC);
gtk_tree_view_unset_rows_drag_dest((GtkTreeView *)arg0);
@@ -15727,7 +15363,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1unset_1rows_1drag_1dest)
#ifndef NO__1gtk_1tree_1view_1widget_1to_1tree_1coords
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1tree_1view_1widget_1to_1tree_1coords)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jintArray arg3, jintArray arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jintArray arg3, jintArray arg4)
{
jint *lparg3=NULL;
jint *lparg4=NULL;
@@ -15751,12 +15387,12 @@ fail:
#endif
#ifndef NO__1gtk_1vbox_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1vbox_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1vbox_1new)
(JNIEnv *env, jclass that, jboolean arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1vbox_1new_FUNC);
- rc = (jintLong)gtk_vbox_new((gboolean)arg0, (gint)arg1);
+ rc = (jint)gtk_vbox_new((gboolean)arg0, (gint)arg1);
OS_NATIVE_EXIT(env, that, _1gtk_1vbox_1new_FUNC);
return rc;
}
@@ -15764,7 +15400,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1vbox_1new)
#ifndef NO__1gtk_1viewport_1get_1shadow_1type
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1viewport_1get_1shadow_1type)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1viewport_1get_1shadow_1type_FUNC);
@@ -15776,7 +15412,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1viewport_1get_1shadow_1type)
#ifndef NO__1gtk_1viewport_1set_1shadow_1type
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1viewport_1set_1shadow_1type)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1viewport_1set_1shadow_1type_FUNC);
gtk_viewport_set_shadow_type((GtkViewport *)arg0, (GtkShadowType)arg1);
@@ -15785,36 +15421,36 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1viewport_1set_1shadow_1type)
#endif
#ifndef NO__1gtk_1vscale_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1vscale_1new)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1vscale_1new)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1vscale_1new_FUNC);
- rc = (jintLong)gtk_vscale_new((GtkAdjustment *)arg0);
+ rc = (jint)gtk_vscale_new((GtkAdjustment *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1vscale_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1vscrollbar_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1vscrollbar_1new)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1vscrollbar_1new)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1vscrollbar_1new_FUNC);
- rc = (jintLong)gtk_vscrollbar_new((GtkAdjustment *)arg0);
+ rc = (jint)gtk_vscrollbar_new((GtkAdjustment *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1vscrollbar_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1vseparator_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1vseparator_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1vseparator_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1vseparator_1new_FUNC);
- rc = (jintLong)gtk_vseparator_new();
+ rc = (jint)gtk_vseparator_new();
OS_NATIVE_EXIT(env, that, _1gtk_1vseparator_1new_FUNC);
return rc;
}
@@ -15822,7 +15458,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1vseparator_1new)
#ifndef NO__1gtk_1widget_1add_1accelerator
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1add_1accelerator)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jintLong arg2, jint arg3, jint arg4, jint arg5)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jint arg2, jint arg3, jint arg4, jint arg5)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1add_1accelerator_FUNC);
@@ -15836,7 +15472,7 @@ fail:
#ifndef NO__1gtk_1widget_1add_1events
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1add_1events)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1add_1events_FUNC);
gtk_widget_add_events((GtkWidget *)arg0, (gint)arg1);
@@ -15846,7 +15482,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1add_1events)
#ifndef NO__1gtk_1widget_1child_1focus
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1widget_1child_1focus)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1child_1focus_FUNC);
@@ -15856,59 +15492,37 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1widget_1child_1focus)
}
#endif
-#if (!defined(NO__1gtk_1widget_1create_1pango_1layout__II) && !defined(JNI64)) || (!defined(NO__1gtk_1widget_1create_1pango_1layout__JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1widget_1create_1pango_1layout__II)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
-#else
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1widget_1create_1pango_1layout__JJ)(JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
-#endif
+#ifndef NO__1gtk_1widget_1create_1pango_1layout__II
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1widget_1create_1pango_1layout__II)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
-#ifndef JNI64
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1create_1pango_1layout__II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1widget_1create_1pango_1layout__JJ_FUNC);
-#endif
- rc = (jintLong)gtk_widget_create_pango_layout((GtkWidget *)arg0, (const gchar *)arg1);
-#ifndef JNI64
+ rc = (jint)gtk_widget_create_pango_layout((GtkWidget *)arg0, (const gchar *)arg1);
OS_NATIVE_EXIT(env, that, _1gtk_1widget_1create_1pango_1layout__II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1widget_1create_1pango_1layout__JJ_FUNC);
-#endif
return rc;
}
#endif
-#if (!defined(NO__1gtk_1widget_1create_1pango_1layout__I_3B) && !defined(JNI64)) || (!defined(NO__1gtk_1widget_1create_1pango_1layout__J_3B) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1widget_1create_1pango_1layout__I_3B)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
-#else
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1widget_1create_1pango_1layout__J_3B)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
-#endif
+#ifndef NO__1gtk_1widget_1create_1pango_1layout__I_3B
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1widget_1create_1pango_1layout__I_3B)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
- jintLong rc = 0;
-#ifndef JNI64
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1create_1pango_1layout__I_3B_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1widget_1create_1pango_1layout__J_3B_FUNC);
-#endif
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
- rc = (jintLong)gtk_widget_create_pango_layout((GtkWidget *)arg0, (const gchar *)lparg1);
+ rc = (jint)gtk_widget_create_pango_layout((GtkWidget *)arg0, (const gchar *)lparg1);
fail:
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, 0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1gtk_1widget_1create_1pango_1layout__I_3B_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1widget_1create_1pango_1layout__J_3B_FUNC);
-#endif
return rc;
}
#endif
#ifndef NO__1gtk_1widget_1destroy
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1destroy)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1destroy_FUNC);
gtk_widget_destroy((GtkWidget *)arg0);
@@ -15918,7 +15532,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1destroy)
#ifndef NO__1gtk_1widget_1event
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1widget_1event)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1event_FUNC);
@@ -15929,12 +15543,12 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1widget_1event)
#endif
#ifndef NO__1gtk_1widget_1get_1accessible
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1widget_1get_1accessible)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1widget_1get_1accessible)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1get_1accessible_FUNC);
- rc = (jintLong)gtk_widget_get_accessible((GtkWidget *)arg0);
+ rc = (jint)gtk_widget_get_accessible((GtkWidget *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1widget_1get_1accessible_FUNC);
return rc;
}
@@ -15942,7 +15556,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1widget_1get_1accessible)
#ifndef NO__1gtk_1widget_1get_1child_1visible
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1widget_1get_1child_1visible)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1get_1child_1visible_FUNC);
@@ -15965,12 +15579,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1widget_1get_1default_1direction)
#endif
#ifndef NO__1gtk_1widget_1get_1default_1style
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1widget_1get_1default_1style)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1widget_1get_1default_1style)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1get_1default_1style_FUNC);
- rc = (jintLong)gtk_widget_get_default_style();
+ rc = (jint)gtk_widget_get_default_style();
OS_NATIVE_EXIT(env, that, _1gtk_1widget_1get_1default_1style_FUNC);
return rc;
}
@@ -15978,7 +15592,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1widget_1get_1default_1style)
#ifndef NO__1gtk_1widget_1get_1direction
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1widget_1get_1direction)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1get_1direction_FUNC);
@@ -15990,7 +15604,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1widget_1get_1direction)
#ifndef NO__1gtk_1widget_1get_1events
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1widget_1get_1events)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1get_1events_FUNC);
@@ -16001,48 +15615,48 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1widget_1get_1events)
#endif
#ifndef NO__1gtk_1widget_1get_1modifier_1style
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1widget_1get_1modifier_1style)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1widget_1get_1modifier_1style)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1get_1modifier_1style_FUNC);
- rc = (jintLong)gtk_widget_get_modifier_style((GtkWidget *)arg0);
+ rc = (jint)gtk_widget_get_modifier_style((GtkWidget *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1widget_1get_1modifier_1style_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1widget_1get_1pango_1context
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1widget_1get_1pango_1context)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1widget_1get_1pango_1context)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1get_1pango_1context_FUNC);
- rc = (jintLong)gtk_widget_get_pango_context((GtkWidget *)arg0);
+ rc = (jint)gtk_widget_get_pango_context((GtkWidget *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1widget_1get_1pango_1context_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1widget_1get_1parent
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1widget_1get_1parent)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1widget_1get_1parent)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1get_1parent_FUNC);
- rc = (jintLong)gtk_widget_get_parent((GtkWidget *)arg0);
+ rc = (jint)gtk_widget_get_parent((GtkWidget *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1widget_1get_1parent_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1widget_1get_1parent_1window
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1widget_1get_1parent_1window)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1widget_1get_1parent_1window)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1get_1parent_1window_FUNC);
- rc = (jintLong)gtk_widget_get_parent_window((GtkWidget *)arg0);
+ rc = (jint)gtk_widget_get_parent_window((GtkWidget *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1widget_1get_1parent_1window_FUNC);
return rc;
}
@@ -16050,7 +15664,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1widget_1get_1parent_1window)
#ifndef NO__1gtk_1widget_1get_1size_1request
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1get_1size_1request)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1, jintArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
jint *lparg1=NULL;
jint *lparg2=NULL;
@@ -16066,30 +15680,30 @@ fail:
#endif
#ifndef NO__1gtk_1widget_1get_1style
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1widget_1get_1style)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1widget_1get_1style)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1get_1style_FUNC);
- rc = (jintLong)gtk_widget_get_style((GtkWidget *)arg0);
+ rc = (jint)gtk_widget_get_style((GtkWidget *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1widget_1get_1style_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1widget_1get_1tooltip_1text
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1widget_1get_1tooltip_1text)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1widget_1get_1tooltip_1text)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1get_1tooltip_1text_FUNC);
/*
- rc = (jintLong)gtk_widget_get_tooltip_text(arg0);
+ rc = (jint)gtk_widget_get_tooltip_text(arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_widget_get_tooltip_text)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1widget_1get_1tooltip_1text_FUNC);
@@ -16098,12 +15712,12 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1widget_1get_1tooltip_1text)
#endif
#ifndef NO__1gtk_1widget_1get_1toplevel
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1widget_1get_1toplevel)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1widget_1get_1toplevel)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1get_1toplevel_FUNC);
- rc = (jintLong)gtk_widget_get_toplevel((GtkWidget *)arg0);
+ rc = (jint)gtk_widget_get_toplevel((GtkWidget *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1widget_1get_1toplevel_FUNC);
return rc;
}
@@ -16111,7 +15725,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1widget_1get_1toplevel)
#ifndef NO__1gtk_1widget_1grab_1focus
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1grab_1focus)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1grab_1focus_FUNC);
gtk_widget_grab_focus((GtkWidget *)arg0);
@@ -16121,7 +15735,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1grab_1focus)
#ifndef NO__1gtk_1widget_1hide
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1hide)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1hide_FUNC);
gtk_widget_hide((GtkWidget *)arg0);
@@ -16131,7 +15745,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1hide)
#ifndef NO__1gtk_1widget_1is_1composited
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1widget_1is_1composited)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1is_1composited_FUNC);
@@ -16151,7 +15765,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1widget_1is_1composited)
#ifndef NO__1gtk_1widget_1is_1focus
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1widget_1is_1focus)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1is_1focus_FUNC);
@@ -16163,7 +15777,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1widget_1is_1focus)
#ifndef NO__1gtk_1widget_1map
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1map)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1map_FUNC);
gtk_widget_map((GtkWidget *)arg0);
@@ -16173,7 +15787,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1map)
#ifndef NO__1gtk_1widget_1mnemonic_1activate
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1widget_1mnemonic_1activate)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1mnemonic_1activate_FUNC);
@@ -16185,7 +15799,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1widget_1mnemonic_1activate)
#ifndef NO__1gtk_1widget_1modify_1base
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1modify_1base)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jobject arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2)
{
GdkColor _arg2, *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1modify_1base_FUNC);
@@ -16198,7 +15812,7 @@ fail:
#ifndef NO__1gtk_1widget_1modify_1bg
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1modify_1bg)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jobject arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2)
{
GdkColor _arg2, *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1modify_1bg_FUNC);
@@ -16211,7 +15825,7 @@ fail:
#ifndef NO__1gtk_1widget_1modify_1fg
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1modify_1fg)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jobject arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2)
{
GdkColor _arg2, *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1modify_1fg_FUNC);
@@ -16224,7 +15838,7 @@ fail:
#ifndef NO__1gtk_1widget_1modify_1font
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1modify_1font)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1modify_1font_FUNC);
gtk_widget_modify_font((GtkWidget *)arg0, (PangoFontDescription *)arg1);
@@ -16234,7 +15848,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1modify_1font)
#ifndef NO__1gtk_1widget_1modify_1style
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1modify_1style)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1modify_1style_FUNC);
gtk_widget_modify_style((GtkWidget *)arg0, (GtkRcStyle *)arg1);
@@ -16244,7 +15858,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1modify_1style)
#ifndef NO__1gtk_1widget_1modify_1text
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1modify_1text)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jobject arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2)
{
GdkColor _arg2, *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1modify_1text_FUNC);
@@ -16257,7 +15871,7 @@ fail:
#ifndef NO__1gtk_1widget_1queue_1resize
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1queue_1resize)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1queue_1resize_FUNC);
gtk_widget_queue_resize((GtkWidget *)arg0);
@@ -16267,7 +15881,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1queue_1resize)
#ifndef NO__1gtk_1widget_1realize
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1realize)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1realize_FUNC);
gtk_widget_realize((GtkWidget *)arg0);
@@ -16277,7 +15891,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1realize)
#ifndef NO__1gtk_1widget_1remove_1accelerator
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1remove_1accelerator)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1remove_1accelerator_FUNC);
gtk_widget_remove_accelerator((GtkWidget *)arg0, (GtkAccelGroup *)arg1, (guint)arg2, (GdkModifierType)arg3);
@@ -16287,7 +15901,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1remove_1accelerator)
#ifndef NO__1gtk_1widget_1reparent
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1reparent)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1reparent_FUNC);
gtk_widget_reparent((GtkWidget *)arg0, (GtkWidget *)arg1);
@@ -16297,7 +15911,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1reparent)
#ifndef NO__1gtk_1widget_1send_1expose
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1widget_1send_1expose)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1send_1expose_FUNC);
@@ -16309,7 +15923,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1widget_1send_1expose)
#ifndef NO__1gtk_1widget_1set_1app_1paintable
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1app_1paintable)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1set_1app_1paintable_FUNC);
gtk_widget_set_app_paintable((GtkWidget *)arg0, arg1);
@@ -16329,7 +15943,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1default_1direction)
#ifndef NO__1gtk_1widget_1set_1direction
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1direction)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1set_1direction_FUNC);
gtk_widget_set_direction((GtkWidget *)arg0, (GtkTextDirection)arg1);
@@ -16339,7 +15953,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1direction)
#ifndef NO__1gtk_1widget_1set_1double_1buffered
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1double_1buffered)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1set_1double_1buffered_FUNC);
gtk_widget_set_double_buffered((GtkWidget *)arg0, (gboolean)arg1);
@@ -16349,7 +15963,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1double_1buffered)
#ifndef NO__1gtk_1widget_1set_1name
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1name)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1set_1name_FUNC);
@@ -16363,7 +15977,7 @@ fail:
#ifndef NO__1gtk_1widget_1set_1parent_1window
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1parent_1window)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1set_1parent_1window_FUNC);
gtk_widget_set_parent_window((GtkWidget *)arg0, (GdkWindow *)arg1);
@@ -16373,7 +15987,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1parent_1window)
#ifndef NO__1gtk_1widget_1set_1redraw_1on_1allocate
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1redraw_1on_1allocate)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1set_1redraw_1on_1allocate_FUNC);
gtk_widget_set_redraw_on_allocate((GtkWidget *)arg0, (gboolean)arg1);
@@ -16383,7 +15997,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1redraw_1on_1allocate)
#ifndef NO__1gtk_1widget_1set_1sensitive
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1sensitive)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1set_1sensitive_FUNC);
gtk_widget_set_sensitive((GtkWidget *)arg0, (gboolean)arg1);
@@ -16393,7 +16007,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1sensitive)
#ifndef NO__1gtk_1widget_1set_1size_1request
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1size_1request)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1set_1size_1request_FUNC);
gtk_widget_set_size_request((GtkWidget *)arg0, (gint)arg1, (gint)arg2);
@@ -16403,7 +16017,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1size_1request)
#ifndef NO__1gtk_1widget_1set_1state
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1state)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1set_1state_FUNC);
gtk_widget_set_state((GtkWidget *)arg0, (GtkStateType)arg1);
@@ -16413,7 +16027,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1state)
#ifndef NO__1gtk_1widget_1set_1style
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1style)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1set_1style_FUNC);
gtk_widget_set_style((GtkWidget *)arg0, (GtkStyle *)arg1);
@@ -16423,7 +16037,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1style)
#ifndef NO__1gtk_1widget_1set_1tooltip_1text
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1set_1tooltip_1text)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1set_1tooltip_1text_FUNC);
@@ -16445,7 +16059,7 @@ fail:
#ifndef NO__1gtk_1widget_1shape_1combine_1mask
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1shape_1combine_1mask)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1shape_1combine_1mask_FUNC);
gtk_widget_shape_combine_mask((GtkWidget *)arg0, (GdkBitmap *)arg1, (gint)arg2, (gint)arg3);
@@ -16455,7 +16069,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1shape_1combine_1mask)
#ifndef NO__1gtk_1widget_1show
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1show)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1show_FUNC);
gtk_widget_show((GtkWidget *)arg0);
@@ -16465,7 +16079,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1show)
#ifndef NO__1gtk_1widget_1show_1now
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1show_1now)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1show_1now_FUNC);
gtk_widget_show_now((GtkWidget *)arg0);
@@ -16475,7 +16089,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1show_1now)
#ifndef NO__1gtk_1widget_1size_1allocate
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1size_1allocate)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
GtkAllocation _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1size_1allocate_FUNC);
@@ -16488,7 +16102,7 @@ fail:
#ifndef NO__1gtk_1widget_1size_1request
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1size_1request)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
GtkRequisition _arg1, *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1size_1request_FUNC);
@@ -16500,65 +16114,43 @@ fail:
}
#endif
-#if (!defined(NO__1gtk_1widget_1style_1get__I_3B_3II) && !defined(JNI64)) || (!defined(NO__1gtk_1widget_1style_1get__J_3B_3IJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1style_1get__I_3B_3II)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jintArray arg2, jintLong arg3)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1style_1get__J_3B_3IJ)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jintArray arg2, jintLong arg3)
-#endif
+#ifndef NO__1gtk_1widget_1style_1get__I_3B_3II
+JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1style_1get__I_3B_3II)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jintArray arg2, jint arg3)
{
jbyte *lparg1=NULL;
jint *lparg2=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1style_1get__I_3B_3II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1widget_1style_1get__J_3B_3IJ_FUNC);
-#endif
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
gtk_widget_style_get((GtkWidget *)arg0, (const gchar *)lparg1, lparg2, (const gchar *)NULL);
fail:
if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, 0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1gtk_1widget_1style_1get__I_3B_3II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1widget_1style_1get__J_3B_3IJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO__1gtk_1widget_1style_1get__I_3B_3JI) && !defined(JNI64)) || (!defined(NO__1gtk_1widget_1style_1get__J_3B_3JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1style_1get__I_3B_3JI)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jlongArray arg2, jintLong arg3)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1style_1get__J_3B_3JJ)(JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jlongArray arg2, jintLong arg3)
-#endif
+#ifndef NO__1gtk_1widget_1style_1get__I_3B_3JI
+JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1style_1get__I_3B_3JI)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jlongArray arg2, jint arg3)
{
jbyte *lparg1=NULL;
jlong *lparg2=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1style_1get__I_3B_3JI_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, _1gtk_1widget_1style_1get__J_3B_3JJ_FUNC);
-#endif
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
if (arg2) if ((lparg2 = (*env)->GetLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
gtk_widget_style_get((GtkWidget *)arg0, (const gchar *)lparg1, lparg2, (const gchar *)NULL);
fail:
if (arg2 && lparg2) (*env)->ReleaseLongArrayElements(env, arg2, lparg2, 0);
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, 0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, _1gtk_1widget_1style_1get__I_3B_3JI_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, _1gtk_1widget_1style_1get__J_3B_3JJ_FUNC);
-#endif
}
#endif
#ifndef NO__1gtk_1widget_1translate_1coordinates
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1widget_1translate_1coordinates)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jint arg2, jint arg3, jintArray arg4, jintArray arg5)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3, jintArray arg4, jintArray arg5)
{
jint *lparg4=NULL;
jint *lparg5=NULL;
@@ -16577,7 +16169,7 @@ fail:
#ifndef NO__1gtk_1widget_1unrealize
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1unrealize)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1widget_1unrealize_FUNC);
gtk_widget_unrealize((GtkWidget *)arg0);
@@ -16587,7 +16179,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1widget_1unrealize)
#ifndef NO__1gtk_1window_1activate_1default
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1window_1activate_1default)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1window_1activate_1default_FUNC);
@@ -16599,7 +16191,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1window_1activate_1default)
#ifndef NO__1gtk_1window_1add_1accel_1group
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1add_1accel_1group)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1add_1accel_1group_FUNC);
gtk_window_add_accel_group((GtkWindow *)arg0, (GtkAccelGroup *)arg1);
@@ -16609,7 +16201,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1add_1accel_1group)
#ifndef NO__1gtk_1window_1deiconify
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1deiconify)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1deiconify_FUNC);
gtk_window_deiconify((GtkWindow *)arg0);
@@ -16619,7 +16211,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1deiconify)
#ifndef NO__1gtk_1window_1fullscreen
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1fullscreen)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1fullscreen_FUNC);
gtk_window_fullscreen((GtkWindow *)arg0);
@@ -16628,30 +16220,30 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1fullscreen)
#endif
#ifndef NO__1gtk_1window_1get_1focus
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1window_1get_1focus)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1window_1get_1focus)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1window_1get_1focus_FUNC);
- rc = (jintLong)gtk_window_get_focus((GtkWindow *)arg0);
+ rc = (jint)gtk_window_get_focus((GtkWindow *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1window_1get_1focus_FUNC);
return rc;
}
#endif
#ifndef NO__1gtk_1window_1get_1group
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1window_1get_1group)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1window_1get_1group)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1window_1get_1group_FUNC);
/*
- rc = (jintLong)gtk_window_get_group((GtkWindow *)arg0);
+ rc = (jint)gtk_window_get_group((GtkWindow *)arg0);
*/
{
OS_LOAD_FUNCTION(fp, gtk_window_get_group)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(GtkWindow *))fp)((GtkWindow *)arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(GtkWindow *))fp)((GtkWindow *)arg0);
}
}
OS_NATIVE_EXIT(env, that, _1gtk_1window_1get_1group_FUNC);
@@ -16660,12 +16252,12 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1window_1get_1group)
#endif
#ifndef NO__1gtk_1window_1get_1icon_1list
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1window_1get_1icon_1list)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1window_1get_1icon_1list)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1window_1get_1icon_1list_FUNC);
- rc = (jintLong)gtk_window_get_icon_list((GtkWindow *)arg0);
+ rc = (jint)gtk_window_get_icon_list((GtkWindow *)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1window_1get_1icon_1list_FUNC);
return rc;
}
@@ -16673,7 +16265,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1window_1get_1icon_1list)
#ifndef NO__1gtk_1window_1get_1mnemonic_1modifier
JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1window_1get_1mnemonic_1modifier)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1window_1get_1mnemonic_1modifier_FUNC);
@@ -16685,7 +16277,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1window_1get_1mnemonic_1modifier)
#ifndef NO__1gtk_1window_1get_1modal
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1window_1get_1modal)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1window_1get_1modal_FUNC);
@@ -16697,7 +16289,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1window_1get_1modal)
#ifndef NO__1gtk_1window_1get_1opacity
JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1window_1get_1opacity)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jdouble rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1window_1get_1opacity_FUNC);
@@ -16717,7 +16309,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(_1gtk_1window_1get_1opacity)
#ifndef NO__1gtk_1window_1get_1position
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1get_1position)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1, jintArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
jint *lparg1=NULL;
jint *lparg2=NULL;
@@ -16734,7 +16326,7 @@ fail:
#ifndef NO__1gtk_1window_1get_1size
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1get_1size)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1, jintArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
jint *lparg1=NULL;
jint *lparg2=NULL;
@@ -16751,7 +16343,7 @@ fail:
#ifndef NO__1gtk_1window_1group_1add_1window
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1group_1add_1window)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1group_1add_1window_FUNC);
gtk_window_group_add_window((GtkWindowGroup*)arg0, (GtkWindow*)arg1);
@@ -16760,12 +16352,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1group_1add_1window)
#endif
#ifndef NO__1gtk_1window_1group_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1window_1group_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1window_1group_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1window_1group_1new_FUNC);
- rc = (jintLong)gtk_window_group_new();
+ rc = (jint)gtk_window_group_new();
OS_NATIVE_EXIT(env, that, _1gtk_1window_1group_1new_FUNC);
return rc;
}
@@ -16773,7 +16365,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1window_1group_1new)
#ifndef NO__1gtk_1window_1group_1remove_1window
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1group_1remove_1window)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1group_1remove_1window_FUNC);
gtk_window_group_remove_window((GtkWindowGroup*)arg0, (GtkWindow*)arg1);
@@ -16783,7 +16375,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1group_1remove_1window)
#ifndef NO__1gtk_1window_1iconify
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1iconify)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1iconify_FUNC);
gtk_window_iconify((GtkWindow *)arg0);
@@ -16793,7 +16385,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1iconify)
#ifndef NO__1gtk_1window_1is_1active
JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1window_1is_1active)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1window_1is_1active_FUNC);
@@ -16804,12 +16396,12 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1gtk_1window_1is_1active)
#endif
#ifndef NO__1gtk_1window_1list_1toplevels
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1window_1list_1toplevels)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1window_1list_1toplevels)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1window_1list_1toplevels_FUNC);
- rc = (jintLong)gtk_window_list_toplevels();
+ rc = (jint)gtk_window_list_toplevels();
OS_NATIVE_EXIT(env, that, _1gtk_1window_1list_1toplevels_FUNC);
return rc;
}
@@ -16817,7 +16409,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1window_1list_1toplevels)
#ifndef NO__1gtk_1window_1maximize
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1maximize)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1maximize_FUNC);
gtk_window_maximize((GtkWindow *)arg0);
@@ -16827,7 +16419,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1maximize)
#ifndef NO__1gtk_1window_1move
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1move)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1move_FUNC);
gtk_window_move((GtkWindow *)arg0, (gint)arg1, (gint)arg2);
@@ -16836,12 +16428,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1move)
#endif
#ifndef NO__1gtk_1window_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1window_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1gtk_1window_1new)
(JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1gtk_1window_1new_FUNC);
- rc = (jintLong)gtk_window_new((GtkWindowType)arg0);
+ rc = (jint)gtk_window_new((GtkWindowType)arg0);
OS_NATIVE_EXIT(env, that, _1gtk_1window_1new_FUNC);
return rc;
}
@@ -16849,7 +16441,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1gtk_1window_1new)
#ifndef NO__1gtk_1window_1present
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1present)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1present_FUNC);
gtk_window_present((GtkWindow *)arg0);
@@ -16859,7 +16451,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1present)
#ifndef NO__1gtk_1window_1remove_1accel_1group
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1remove_1accel_1group)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1remove_1accel_1group_FUNC);
gtk_window_remove_accel_group((GtkWindow *)arg0, (GtkAccelGroup *)arg1);
@@ -16869,7 +16461,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1remove_1accel_1group)
#ifndef NO__1gtk_1window_1resize
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1resize)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1resize_FUNC);
gtk_window_resize((GtkWindow *)arg0, (gint)arg1, (gint)arg2);
@@ -16879,7 +16471,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1resize)
#ifndef NO__1gtk_1window_1set_1default
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1default)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1set_1default_FUNC);
gtk_window_set_default((GtkWindow *)arg0, (GtkWidget *)arg1);
@@ -16889,7 +16481,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1default)
#ifndef NO__1gtk_1window_1set_1destroy_1with_1parent
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1destroy_1with_1parent)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1set_1destroy_1with_1parent_FUNC);
gtk_window_set_destroy_with_parent((GtkWindow *)arg0, (gboolean)arg1);
@@ -16899,7 +16491,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1destroy_1with_1parent)
#ifndef NO__1gtk_1window_1set_1geometry_1hints
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1geometry_1hints)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jobject arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2, jint arg3)
{
GdkGeometry _arg2, *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1window_1set_1geometry_1hints_FUNC);
@@ -16912,7 +16504,7 @@ fail:
#ifndef NO__1gtk_1window_1set_1icon_1list
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1icon_1list)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1set_1icon_1list_FUNC);
gtk_window_set_icon_list((GtkWindow *)arg0, (GList *)arg1);
@@ -16922,7 +16514,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1icon_1list)
#ifndef NO__1gtk_1window_1set_1keep_1below
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1keep_1below)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1set_1keep_1below_FUNC);
/*
@@ -16940,7 +16532,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1keep_1below)
#ifndef NO__1gtk_1window_1set_1modal
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1modal)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1set_1modal_FUNC);
gtk_window_set_modal((GtkWindow *)arg0, (gboolean)arg1);
@@ -16950,7 +16542,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1modal)
#ifndef NO__1gtk_1window_1set_1opacity
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1opacity)
- (JNIEnv *env, jclass that, jintLong arg0, jdouble arg1)
+ (JNIEnv *env, jclass that, jint arg0, jdouble arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1set_1opacity_FUNC);
/*
@@ -16968,7 +16560,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1opacity)
#ifndef NO__1gtk_1window_1set_1resizable
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1resizable)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1set_1resizable_FUNC);
gtk_window_set_resizable((GtkWindow *)arg0, (gboolean)arg1);
@@ -16978,7 +16570,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1resizable)
#ifndef NO__1gtk_1window_1set_1skip_1taskbar_1hint
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1skip_1taskbar_1hint)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1set_1skip_1taskbar_1hint_FUNC);
/*
@@ -16996,7 +16588,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1skip_1taskbar_1hint)
#ifndef NO__1gtk_1window_1set_1title
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1title)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1gtk_1window_1set_1title_FUNC);
@@ -17010,7 +16602,7 @@ fail:
#ifndef NO__1gtk_1window_1set_1transient_1for
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1transient_1for)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1set_1transient_1for_FUNC);
gtk_window_set_transient_for((GtkWindow *)arg0, (GtkWindow *)arg1);
@@ -17020,7 +16612,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1transient_1for)
#ifndef NO__1gtk_1window_1set_1type_1hint
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1type_1hint)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1set_1type_1hint_FUNC);
gtk_window_set_type_hint((GtkWindow *)arg0, arg1);
@@ -17030,7 +16622,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1set_1type_1hint)
#ifndef NO__1gtk_1window_1unfullscreen
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1unfullscreen)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1unfullscreen_FUNC);
gtk_window_unfullscreen((GtkWindow *)arg0);
@@ -17040,7 +16632,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1unfullscreen)
#ifndef NO__1gtk_1window_1unmaximize
JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1unmaximize)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1gtk_1window_1unmaximize_FUNC);
gtk_window_unmaximize((GtkWindow *)arg0);
@@ -17049,36 +16641,36 @@ JNIEXPORT void JNICALL OS_NATIVE(_1gtk_1window_1unmaximize)
#endif
#ifndef NO__1pango_1attr_1background_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1background_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1attr_1background_1new)
(JNIEnv *env, jclass that, jshort arg0, jshort arg1, jshort arg2)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1attr_1background_1new_FUNC);
- rc = (jintLong)pango_attr_background_new(arg0, arg1, arg2);
+ rc = (jint)pango_attr_background_new(arg0, arg1, arg2);
OS_NATIVE_EXIT(env, that, _1pango_1attr_1background_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1pango_1attr_1font_1desc_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1font_1desc_1new)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1attr_1font_1desc_1new)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1attr_1font_1desc_1new_FUNC);
- rc = (jintLong)pango_attr_font_desc_new((const PangoFontDescription *)arg0);
+ rc = (jint)pango_attr_font_desc_new((const PangoFontDescription *)arg0);
OS_NATIVE_EXIT(env, that, _1pango_1attr_1font_1desc_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1pango_1attr_1foreground_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1foreground_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1attr_1foreground_1new)
(JNIEnv *env, jclass that, jshort arg0, jshort arg1, jshort arg2)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1attr_1foreground_1new_FUNC);
- rc = (jintLong)pango_attr_foreground_new(arg0, arg1, arg2);
+ rc = (jint)pango_attr_foreground_new(arg0, arg1, arg2);
OS_NATIVE_EXIT(env, that, _1pango_1attr_1foreground_1new_FUNC);
return rc;
}
@@ -17086,7 +16678,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1foreground_1new)
#ifndef NO__1pango_1attr_1iterator_1destroy
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1attr_1iterator_1destroy)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1pango_1attr_1iterator_1destroy_FUNC);
pango_attr_iterator_destroy((PangoAttrIterator *)arg0);
@@ -17095,24 +16687,24 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1attr_1iterator_1destroy)
#endif
#ifndef NO__1pango_1attr_1iterator_1get
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1iterator_1get)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1attr_1iterator_1get)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1attr_1iterator_1get_FUNC);
- rc = (jintLong)pango_attr_iterator_get((PangoAttrIterator *)arg0, (PangoAttrType)arg1);
+ rc = (jint)pango_attr_iterator_get((PangoAttrIterator *)arg0, (PangoAttrType)arg1);
OS_NATIVE_EXIT(env, that, _1pango_1attr_1iterator_1get_FUNC);
return rc;
}
#endif
#ifndef NO__1pango_1attr_1iterator_1get_1attrs
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1iterator_1get_1attrs)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1attr_1iterator_1get_1attrs)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1attr_1iterator_1get_1attrs_FUNC);
- rc = (jintLong)pango_attr_iterator_get_attrs((PangoAttrIterator *)arg0);
+ rc = (jint)pango_attr_iterator_get_attrs((PangoAttrIterator *)arg0);
OS_NATIVE_EXIT(env, that, _1pango_1attr_1iterator_1get_1attrs_FUNC);
return rc;
}
@@ -17120,7 +16712,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1iterator_1get_1attrs)
#ifndef NO__1pango_1attr_1iterator_1next
JNIEXPORT jboolean JNICALL OS_NATIVE(_1pango_1attr_1iterator_1next)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1attr_1iterator_1next_FUNC);
@@ -17132,7 +16724,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1pango_1attr_1iterator_1next)
#ifndef NO__1pango_1attr_1iterator_1range
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1attr_1iterator_1range)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1, jintArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
jint *lparg1=NULL;
jint *lparg2=NULL;
@@ -17149,7 +16741,7 @@ fail:
#ifndef NO__1pango_1attr_1list_1change
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1attr_1list_1change)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1attr_1list_1change_FUNC);
pango_attr_list_change((PangoAttrList *)arg0, (PangoAttribute *)arg1);
@@ -17158,12 +16750,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1attr_1list_1change)
#endif
#ifndef NO__1pango_1attr_1list_1get_1iterator
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1list_1get_1iterator)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1attr_1list_1get_1iterator)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1attr_1list_1get_1iterator_FUNC);
- rc = (jintLong)pango_attr_list_get_iterator((PangoAttrList *)arg0);
+ rc = (jint)pango_attr_list_get_iterator((PangoAttrList *)arg0);
OS_NATIVE_EXIT(env, that, _1pango_1attr_1list_1get_1iterator_FUNC);
return rc;
}
@@ -17171,7 +16763,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1list_1get_1iterator)
#ifndef NO__1pango_1attr_1list_1insert
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1attr_1list_1insert)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1attr_1list_1insert_FUNC);
pango_attr_list_insert((PangoAttrList *)arg0, (PangoAttribute *)arg1);
@@ -17180,12 +16772,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1attr_1list_1insert)
#endif
#ifndef NO__1pango_1attr_1list_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1list_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1attr_1list_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1attr_1list_1new_FUNC);
- rc = (jintLong)pango_attr_list_new();
+ rc = (jint)pango_attr_list_new();
OS_NATIVE_EXIT(env, that, _1pango_1attr_1list_1new_FUNC);
return rc;
}
@@ -17193,7 +16785,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1list_1new)
#ifndef NO__1pango_1attr_1list_1unref
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1attr_1list_1unref)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1pango_1attr_1list_1unref_FUNC);
pango_attr_list_unref((PangoAttrList *)arg0);
@@ -17202,28 +16794,28 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1attr_1list_1unref)
#endif
#ifndef NO__1pango_1attr_1rise_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1rise_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1attr_1rise_1new)
(JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1attr_1rise_1new_FUNC);
- rc = (jintLong)pango_attr_rise_new(arg0);
+ rc = (jint)pango_attr_rise_new(arg0);
OS_NATIVE_EXIT(env, that, _1pango_1attr_1rise_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1pango_1attr_1shape_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1shape_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1attr_1shape_1new)
(JNIEnv *env, jclass that, jobject arg0, jobject arg1)
{
PangoRectangle _arg0, *lparg0=NULL;
PangoRectangle _arg1, *lparg1=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1attr_1shape_1new_FUNC);
if (arg0) if ((lparg0 = getPangoRectangleFields(env, arg0, &_arg0)) == NULL) goto fail;
if (arg1) if ((lparg1 = getPangoRectangleFields(env, arg1, &_arg1)) == NULL) goto fail;
- rc = (jintLong)pango_attr_shape_new(lparg0, lparg1);
+ rc = (jint)pango_attr_shape_new(lparg0, lparg1);
fail:
OS_NATIVE_EXIT(env, that, _1pango_1attr_1shape_1new_FUNC);
return rc;
@@ -17231,18 +16823,18 @@ fail:
#endif
#ifndef NO__1pango_1attr_1strikethrough_1color_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1strikethrough_1color_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1attr_1strikethrough_1color_1new)
(JNIEnv *env, jclass that, jshort arg0, jshort arg1, jshort arg2)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1attr_1strikethrough_1color_1new_FUNC);
/*
- rc = (jintLong)pango_attr_strikethrough_color_new(arg0, arg1, arg2);
+ rc = (jint)pango_attr_strikethrough_color_new(arg0, arg1, arg2);
*/
{
OS_LOAD_FUNCTION(fp, pango_attr_strikethrough_color_new)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jshort, jshort, jshort))fp)(arg0, arg1, arg2);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jshort, jshort, jshort))fp)(arg0, arg1, arg2);
}
}
OS_NATIVE_EXIT(env, that, _1pango_1attr_1strikethrough_1color_1new_FUNC);
@@ -17251,30 +16843,30 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1strikethrough_1color_1new)
#endif
#ifndef NO__1pango_1attr_1strikethrough_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1strikethrough_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1attr_1strikethrough_1new)
(JNIEnv *env, jclass that, jboolean arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1attr_1strikethrough_1new_FUNC);
- rc = (jintLong)pango_attr_strikethrough_new(arg0);
+ rc = (jint)pango_attr_strikethrough_new(arg0);
OS_NATIVE_EXIT(env, that, _1pango_1attr_1strikethrough_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1pango_1attr_1underline_1color_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1underline_1color_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1attr_1underline_1color_1new)
(JNIEnv *env, jclass that, jshort arg0, jshort arg1, jshort arg2)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1attr_1underline_1color_1new_FUNC);
/*
- rc = (jintLong)pango_attr_underline_color_new(arg0, arg1, arg2);
+ rc = (jint)pango_attr_underline_color_new(arg0, arg1, arg2);
*/
{
OS_LOAD_FUNCTION(fp, pango_attr_underline_color_new)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jshort, jshort, jshort))fp)(arg0, arg1, arg2);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jshort, jshort, jshort))fp)(arg0, arg1, arg2);
}
}
OS_NATIVE_EXIT(env, that, _1pango_1attr_1underline_1color_1new_FUNC);
@@ -17283,54 +16875,54 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1underline_1color_1new)
#endif
#ifndef NO__1pango_1attr_1underline_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1underline_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1attr_1underline_1new)
(JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1attr_1underline_1new_FUNC);
- rc = (jintLong)pango_attr_underline_new(arg0);
+ rc = (jint)pango_attr_underline_new(arg0);
OS_NATIVE_EXIT(env, that, _1pango_1attr_1underline_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1pango_1attr_1weight_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attr_1weight_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1attr_1weight_1new)
(JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1attr_1weight_1new_FUNC);
- rc = (jintLong)pango_attr_weight_new(arg0);
+ rc = (jint)pango_attr_weight_new(arg0);
OS_NATIVE_EXIT(env, that, _1pango_1attr_1weight_1new_FUNC);
return rc;
}
#endif
#ifndef NO__1pango_1attribute_1copy
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1attribute_1copy)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1attribute_1copy)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1attribute_1copy_FUNC);
- rc = (jintLong)pango_attribute_copy((const PangoAttribute *)arg0);
+ rc = (jint)pango_attribute_copy((const PangoAttribute *)arg0);
OS_NATIVE_EXIT(env, that, _1pango_1attribute_1copy_FUNC);
return rc;
}
#endif
#ifndef NO__1pango_1cairo_1context_1get_1font_1options
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1cairo_1context_1get_1font_1options)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1cairo_1context_1get_1font_1options)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1cairo_1context_1get_1font_1options_FUNC);
/*
- rc = (jintLong)pango_cairo_context_get_font_options((PangoContext *)arg0);
+ rc = (jint)pango_cairo_context_get_font_options((PangoContext *)arg0);
*/
{
OS_LOAD_FUNCTION(fp, pango_cairo_context_get_font_options)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(PangoContext *))fp)((PangoContext *)arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(PangoContext *))fp)((PangoContext *)arg0);
}
}
OS_NATIVE_EXIT(env, that, _1pango_1cairo_1context_1get_1font_1options_FUNC);
@@ -17340,7 +16932,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1cairo_1context_1get_1font_1options
#ifndef NO__1pango_1cairo_1context_1set_1font_1options
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1cairo_1context_1set_1font_1options)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1cairo_1context_1set_1font_1options_FUNC);
/*
@@ -17349,7 +16941,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1cairo_1context_1set_1font_1options)
{
OS_LOAD_FUNCTION(fp, pango_cairo_context_set_font_options)
if (fp) {
- ((void (CALLING_CONVENTION*)(PangoContext *, jintLong))fp)((PangoContext *)arg0, arg1);
+ ((void (CALLING_CONVENTION*)(PangoContext *, jint))fp)((PangoContext *)arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1pango_1cairo_1context_1set_1font_1options_FUNC);
@@ -17357,18 +16949,18 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1cairo_1context_1set_1font_1options)
#endif
#ifndef NO__1pango_1cairo_1create_1layout
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1cairo_1create_1layout)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1cairo_1create_1layout)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1cairo_1create_1layout_FUNC);
/*
- rc = (jintLong)pango_cairo_create_layout(arg0);
+ rc = (jint)pango_cairo_create_layout(arg0);
*/
{
OS_LOAD_FUNCTION(fp, pango_cairo_create_layout)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1pango_1cairo_1create_1layout_FUNC);
@@ -17377,18 +16969,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1cairo_1create_1layout)
#endif
#ifndef NO__1pango_1cairo_1font_1map_1create_1context
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1cairo_1font_1map_1create_1context)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1cairo_1font_1map_1create_1context)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1cairo_1font_1map_1create_1context_FUNC);
/*
- rc = (jintLong)pango_cairo_font_map_create_context(arg0);
+ rc = (jint)pango_cairo_font_map_create_context(arg0);
*/
{
OS_LOAD_FUNCTION(fp, pango_cairo_font_map_create_context)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1pango_1cairo_1font_1map_1create_1context_FUNC);
@@ -17397,18 +16989,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1cairo_1font_1map_1create_1context)
#endif
#ifndef NO__1pango_1cairo_1font_1map_1get_1default
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1cairo_1font_1map_1get_1default)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1cairo_1font_1map_1get_1default)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1cairo_1font_1map_1get_1default_FUNC);
/*
- rc = (jintLong)pango_cairo_font_map_get_default();
+ rc = (jint)pango_cairo_font_map_get_default();
*/
{
OS_LOAD_FUNCTION(fp, pango_cairo_font_map_get_default)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)())fp)();
+ rc = (jint)((jint (CALLING_CONVENTION*)())fp)();
}
}
OS_NATIVE_EXIT(env, that, _1pango_1cairo_1font_1map_1get_1default_FUNC);
@@ -17417,18 +17009,18 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1cairo_1font_1map_1get_1default)
#endif
#ifndef NO__1pango_1cairo_1font_1map_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1cairo_1font_1map_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1cairo_1font_1map_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1cairo_1font_1map_1new_FUNC);
/*
- rc = (jintLong)pango_cairo_font_map_new();
+ rc = (jint)pango_cairo_font_map_new();
*/
{
OS_LOAD_FUNCTION(fp, pango_cairo_font_map_new)
if (fp) {
- rc = (jintLong)((jintLong (CALLING_CONVENTION*)())fp)();
+ rc = (jint)((jint (CALLING_CONVENTION*)())fp)();
}
}
OS_NATIVE_EXIT(env, that, _1pango_1cairo_1font_1map_1new_FUNC);
@@ -17438,7 +17030,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1cairo_1font_1map_1new)
#ifndef NO__1pango_1cairo_1font_1map_1set_1resolution
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1cairo_1font_1map_1set_1resolution)
- (JNIEnv *env, jclass that, jintLong arg0, jdouble arg1)
+ (JNIEnv *env, jclass that, jint arg0, jdouble arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1cairo_1font_1map_1set_1resolution_FUNC);
/*
@@ -17447,7 +17039,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1cairo_1font_1map_1set_1resolution)
{
OS_LOAD_FUNCTION(fp, pango_cairo_font_map_set_resolution)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jdouble))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jdouble))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1pango_1cairo_1font_1map_1set_1resolution_FUNC);
@@ -17456,7 +17048,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1cairo_1font_1map_1set_1resolution)
#ifndef NO__1pango_1cairo_1layout_1path
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1cairo_1layout_1path)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1cairo_1layout_1path_FUNC);
/*
@@ -17465,7 +17057,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1cairo_1layout_1path)
{
OS_LOAD_FUNCTION(fp, pango_cairo_layout_path)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1pango_1cairo_1layout_1path_FUNC);
@@ -17474,7 +17066,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1cairo_1layout_1path)
#ifndef NO__1pango_1cairo_1show_1layout
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1cairo_1show_1layout)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1cairo_1show_1layout_FUNC);
/*
@@ -17483,7 +17075,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1cairo_1show_1layout)
{
OS_LOAD_FUNCTION(fp, pango_cairo_show_layout)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1pango_1cairo_1show_1layout_FUNC);
@@ -17492,7 +17084,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1cairo_1show_1layout)
#ifndef NO__1pango_1context_1get_1base_1dir
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1context_1get_1base_1dir)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1context_1get_1base_1dir_FUNC);
@@ -17503,24 +17095,24 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1context_1get_1base_1dir)
#endif
#ifndef NO__1pango_1context_1get_1language
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1context_1get_1language)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1context_1get_1language)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1context_1get_1language_FUNC);
- rc = (jintLong)pango_context_get_language((PangoContext *)arg0);
+ rc = (jint)pango_context_get_language((PangoContext *)arg0);
OS_NATIVE_EXIT(env, that, _1pango_1context_1get_1language_FUNC);
return rc;
}
#endif
#ifndef NO__1pango_1context_1get_1metrics
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1context_1get_1metrics)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1, jintLong arg2)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1context_1get_1metrics)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1context_1get_1metrics_FUNC);
- rc = (jintLong)pango_context_get_metrics((PangoContext *)arg0, (const PangoFontDescription *)arg1, (PangoLanguage *)arg2);
+ rc = (jint)pango_context_get_metrics((PangoContext *)arg0, (const PangoFontDescription *)arg1, (PangoLanguage *)arg2);
OS_NATIVE_EXIT(env, that, _1pango_1context_1get_1metrics_FUNC);
return rc;
}
@@ -17528,24 +17120,24 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1context_1get_1metrics)
#ifndef NO__1pango_1context_1list_1families
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1context_1list_1families)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1, jintArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
- jintLong *lparg1=NULL;
+ jint *lparg1=NULL;
jint *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1pango_1context_1list_1families_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
pango_context_list_families((PangoContext *)arg0, (PangoFontFamily ***)lparg1, (int *)lparg2);
fail:
if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1pango_1context_1list_1families_FUNC);
}
#endif
#ifndef NO__1pango_1context_1set_1base_1dir
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1context_1set_1base_1dir)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1context_1set_1base_1dir_FUNC);
pango_context_set_base_dir((PangoContext *)arg0, arg1);
@@ -17555,7 +17147,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1context_1set_1base_1dir)
#ifndef NO__1pango_1context_1set_1language
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1context_1set_1language)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1context_1set_1language_FUNC);
pango_context_set_language((PangoContext *)arg0, (PangoLanguage *)arg1);
@@ -17564,12 +17156,12 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1context_1set_1language)
#endif
#ifndef NO__1pango_1font_1description_1copy
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1font_1description_1copy)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1description_1copy)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1description_1copy_FUNC);
- rc = (jintLong)pango_font_description_copy((PangoFontDescription *)arg0);
+ rc = (jint)pango_font_description_copy((PangoFontDescription *)arg0);
OS_NATIVE_EXIT(env, that, _1pango_1font_1description_1copy_FUNC);
return rc;
}
@@ -17577,7 +17169,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1font_1description_1copy)
#ifndef NO__1pango_1font_1description_1free
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1font_1description_1free)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1pango_1font_1description_1free_FUNC);
pango_font_description_free((PangoFontDescription *)arg0);
@@ -17586,11 +17178,11 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1font_1description_1free)
#endif
#ifndef NO__1pango_1font_1description_1from_1string
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1font_1description_1from_1string)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1description_1from_1string)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1description_1from_1string_FUNC);
#ifdef JNI_VERSION_1_2
if (IS_JNI_1_2) {
@@ -17600,7 +17192,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1font_1description_1from_1string)
{
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
}
- rc = (jintLong)pango_font_description_from_string((const char *)lparg0);
+ rc = (jint)pango_font_description_from_string((const char *)lparg0);
fail:
#ifdef JNI_VERSION_1_2
if (IS_JNI_1_2) {
@@ -17616,12 +17208,12 @@ fail:
#endif
#ifndef NO__1pango_1font_1description_1get_1family
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1font_1description_1get_1family)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1description_1get_1family)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1description_1get_1family_FUNC);
- rc = (jintLong)pango_font_description_get_family((PangoFontDescription *)arg0);
+ rc = (jint)pango_font_description_get_family((PangoFontDescription *)arg0);
OS_NATIVE_EXIT(env, that, _1pango_1font_1description_1get_1family_FUNC);
return rc;
}
@@ -17629,7 +17221,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1font_1description_1get_1family)
#ifndef NO__1pango_1font_1description_1get_1size
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1description_1get_1size)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1description_1get_1size_FUNC);
@@ -17641,7 +17233,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1description_1get_1size)
#ifndef NO__1pango_1font_1description_1get_1stretch
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1description_1get_1stretch)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1description_1get_1stretch_FUNC);
@@ -17653,7 +17245,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1description_1get_1stretch)
#ifndef NO__1pango_1font_1description_1get_1style
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1description_1get_1style)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1description_1get_1style_FUNC);
@@ -17665,7 +17257,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1description_1get_1style)
#ifndef NO__1pango_1font_1description_1get_1variant
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1description_1get_1variant)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1description_1get_1variant_FUNC);
@@ -17677,7 +17269,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1description_1get_1variant)
#ifndef NO__1pango_1font_1description_1get_1weight
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1description_1get_1weight)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1description_1get_1weight_FUNC);
@@ -17688,12 +17280,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1description_1get_1weight)
#endif
#ifndef NO__1pango_1font_1description_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1font_1description_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1description_1new)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1description_1new_FUNC);
- rc = (jintLong)pango_font_description_new();
+ rc = (jint)pango_font_description_new();
OS_NATIVE_EXIT(env, that, _1pango_1font_1description_1new_FUNC);
return rc;
}
@@ -17701,7 +17293,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1font_1description_1new)
#ifndef NO__1pango_1font_1description_1set_1family
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1font_1description_1set_1family)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1pango_1font_1description_1set_1family_FUNC);
@@ -17729,7 +17321,7 @@ fail:
#ifndef NO__1pango_1font_1description_1set_1size
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1font_1description_1set_1size)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1font_1description_1set_1size_FUNC);
pango_font_description_set_size((PangoFontDescription *)arg0, (gint)arg1);
@@ -17739,7 +17331,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1font_1description_1set_1size)
#ifndef NO__1pango_1font_1description_1set_1stretch
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1font_1description_1set_1stretch)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1font_1description_1set_1stretch_FUNC);
pango_font_description_set_stretch((PangoFontDescription *)arg0, (PangoStretch)arg1);
@@ -17749,7 +17341,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1font_1description_1set_1stretch)
#ifndef NO__1pango_1font_1description_1set_1style
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1font_1description_1set_1style)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1font_1description_1set_1style_FUNC);
pango_font_description_set_style((PangoFontDescription *)arg0, (PangoStyle)arg1);
@@ -17759,7 +17351,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1font_1description_1set_1style)
#ifndef NO__1pango_1font_1description_1set_1variant
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1font_1description_1set_1variant)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1font_1description_1set_1variant_FUNC);
pango_font_description_set_variant((PangoFontDescription *)arg0, (PangoVariant)arg1);
@@ -17769,7 +17361,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1font_1description_1set_1variant)
#ifndef NO__1pango_1font_1description_1set_1weight
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1font_1description_1set_1weight)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1font_1description_1set_1weight_FUNC);
pango_font_description_set_weight((PangoFontDescription *)arg0, (PangoWeight)arg1);
@@ -17778,36 +17370,36 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1font_1description_1set_1weight)
#endif
#ifndef NO__1pango_1font_1description_1to_1string
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1font_1description_1to_1string)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1description_1to_1string)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1description_1to_1string_FUNC);
- rc = (jintLong)pango_font_description_to_string((PangoFontDescription *)arg0);
+ rc = (jint)pango_font_description_to_string((PangoFontDescription *)arg0);
OS_NATIVE_EXIT(env, that, _1pango_1font_1description_1to_1string_FUNC);
return rc;
}
#endif
#ifndef NO__1pango_1font_1face_1describe
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1font_1face_1describe)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1face_1describe)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1face_1describe_FUNC);
- rc = (jintLong)pango_font_face_describe((PangoFontFace *)arg0);
+ rc = (jint)pango_font_face_describe((PangoFontFace *)arg0);
OS_NATIVE_EXIT(env, that, _1pango_1font_1face_1describe_FUNC);
return rc;
}
#endif
#ifndef NO__1pango_1font_1family_1get_1name
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1font_1family_1get_1name)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1family_1get_1name)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1family_1get_1name_FUNC);
- rc = (jintLong)pango_font_family_get_name((PangoFontFamily *)arg0);
+ rc = (jint)pango_font_family_get_name((PangoFontFamily *)arg0);
OS_NATIVE_EXIT(env, that, _1pango_1font_1family_1get_1name_FUNC);
return rc;
}
@@ -17815,28 +17407,28 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1font_1family_1get_1name)
#ifndef NO__1pango_1font_1family_1list_1faces
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1font_1family_1list_1faces)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1, jintArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
- jintLong *lparg1=NULL;
+ jint *lparg1=NULL;
jint *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1pango_1font_1family_1list_1faces_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
pango_font_family_list_faces((PangoFontFamily *)arg0, (PangoFontFace ***)lparg1, (int *)lparg2);
fail:
if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1pango_1font_1family_1list_1faces_FUNC);
}
#endif
#ifndef NO__1pango_1font_1get_1metrics
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1font_1get_1metrics)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1get_1metrics)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1get_1metrics_FUNC);
- rc = (jintLong)pango_font_get_metrics((PangoFont *)arg0, (PangoLanguage *)arg1);
+ rc = (jint)pango_font_get_metrics((PangoFont *)arg0, (PangoLanguage *)arg1);
OS_NATIVE_EXIT(env, that, _1pango_1font_1get_1metrics_FUNC);
return rc;
}
@@ -17844,7 +17436,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1font_1get_1metrics)
#ifndef NO__1pango_1font_1metrics_1get_1approximate_1char_1width
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1metrics_1get_1approximate_1char_1width)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1metrics_1get_1approximate_1char_1width_FUNC);
@@ -17856,7 +17448,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1metrics_1get_1approximate_1char_
#ifndef NO__1pango_1font_1metrics_1get_1ascent
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1metrics_1get_1ascent)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1metrics_1get_1ascent_FUNC);
@@ -17868,7 +17460,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1metrics_1get_1ascent)
#ifndef NO__1pango_1font_1metrics_1get_1descent
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1metrics_1get_1descent)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1metrics_1get_1descent_FUNC);
@@ -17880,7 +17472,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1metrics_1get_1descent)
#ifndef NO__1pango_1font_1metrics_1get_1strikethrough_1position
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1metrics_1get_1strikethrough_1position)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1metrics_1get_1strikethrough_1position_FUNC);
@@ -17890,7 +17482,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1metrics_1get_1strikethrough_1pos
{
OS_LOAD_FUNCTION(fp, pango_font_metrics_get_strikethrough_position)
if (fp) {
- rc = (jint)((jint (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1pango_1font_1metrics_1get_1strikethrough_1position_FUNC);
@@ -17900,7 +17492,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1metrics_1get_1strikethrough_1pos
#ifndef NO__1pango_1font_1metrics_1get_1strikethrough_1thickness
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1metrics_1get_1strikethrough_1thickness)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1metrics_1get_1strikethrough_1thickness_FUNC);
@@ -17910,7 +17502,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1metrics_1get_1strikethrough_1thi
{
OS_LOAD_FUNCTION(fp, pango_font_metrics_get_strikethrough_thickness)
if (fp) {
- rc = (jint)((jint (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1pango_1font_1metrics_1get_1strikethrough_1thickness_FUNC);
@@ -17920,7 +17512,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1metrics_1get_1strikethrough_1thi
#ifndef NO__1pango_1font_1metrics_1get_1underline_1position
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1metrics_1get_1underline_1position)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1metrics_1get_1underline_1position_FUNC);
@@ -17930,7 +17522,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1metrics_1get_1underline_1positio
{
OS_LOAD_FUNCTION(fp, pango_font_metrics_get_underline_position)
if (fp) {
- rc = (jint)((jint (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1pango_1font_1metrics_1get_1underline_1position_FUNC);
@@ -17940,7 +17532,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1metrics_1get_1underline_1positio
#ifndef NO__1pango_1font_1metrics_1get_1underline_1thickness
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1metrics_1get_1underline_1thickness)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1font_1metrics_1get_1underline_1thickness_FUNC);
@@ -17950,7 +17542,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1metrics_1get_1underline_1thickne
{
OS_LOAD_FUNCTION(fp, pango_font_metrics_get_underline_thickness)
if (fp) {
- rc = (jint)((jint (CALLING_CONVENTION*)(jintLong))fp)(arg0);
+ rc = (jint)((jint (CALLING_CONVENTION*)(jint))fp)(arg0);
}
}
OS_NATIVE_EXIT(env, that, _1pango_1font_1metrics_1get_1underline_1thickness_FUNC);
@@ -17960,7 +17552,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1font_1metrics_1get_1underline_1thickne
#ifndef NO__1pango_1font_1metrics_1unref
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1font_1metrics_1unref)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1pango_1font_1metrics_1unref_FUNC);
pango_font_metrics_unref((PangoFontMetrics *)arg0);
@@ -17969,14 +17561,14 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1font_1metrics_1unref)
#endif
#ifndef NO__1pango_1language_1from_1string
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1language_1from_1string)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1language_1from_1string)
(JNIEnv *env, jclass that, jbyteArray arg0)
{
jbyte *lparg0=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1language_1from_1string_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
- rc = (jintLong)pango_language_from_string((const char *)lparg0);
+ rc = (jint)pango_language_from_string((const char *)lparg0);
fail:
if (arg0 && lparg0) (*env)->ReleaseByteArrayElements(env, arg0, lparg0, JNI_ABORT);
OS_NATIVE_EXIT(env, that, _1pango_1language_1from_1string_FUNC);
@@ -17986,7 +17578,7 @@ fail:
#ifndef NO__1pango_1layout_1context_1changed
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1context_1changed)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1pango_1layout_1context_1changed_FUNC);
pango_layout_context_changed((PangoLayout *)arg0);
@@ -17996,7 +17588,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1context_1changed)
#ifndef NO__1pango_1layout_1get_1alignment
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1get_1alignment)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1get_1alignment_FUNC);
@@ -18007,24 +17599,24 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1get_1alignment)
#endif
#ifndef NO__1pango_1layout_1get_1attributes
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1layout_1get_1attributes)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1get_1attributes)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1get_1attributes_FUNC);
- rc = (jintLong)pango_layout_get_attributes((PangoLayout *)arg0);
+ rc = (jint)pango_layout_get_attributes((PangoLayout *)arg0);
OS_NATIVE_EXIT(env, that, _1pango_1layout_1get_1attributes_FUNC);
return rc;
}
#endif
#ifndef NO__1pango_1layout_1get_1context
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1layout_1get_1context)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1get_1context)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1get_1context_FUNC);
- rc = (jintLong)pango_layout_get_context((PangoLayout *)arg0);
+ rc = (jint)pango_layout_get_context((PangoLayout *)arg0);
OS_NATIVE_EXIT(env, that, _1pango_1layout_1get_1context_FUNC);
return rc;
}
@@ -18032,7 +17624,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1layout_1get_1context)
#ifndef NO__1pango_1layout_1get_1indent
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1get_1indent)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1get_1indent_FUNC);
@@ -18043,12 +17635,12 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1get_1indent)
#endif
#ifndef NO__1pango_1layout_1get_1iter
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1layout_1get_1iter)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1get_1iter)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1get_1iter_FUNC);
- rc = (jintLong)pango_layout_get_iter((PangoLayout*)arg0);
+ rc = (jint)pango_layout_get_iter((PangoLayout*)arg0);
OS_NATIVE_EXIT(env, that, _1pango_1layout_1get_1iter_FUNC);
return rc;
}
@@ -18056,7 +17648,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1layout_1get_1iter)
#ifndef NO__1pango_1layout_1get_1justify
JNIEXPORT jboolean JNICALL OS_NATIVE(_1pango_1layout_1get_1justify)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1get_1justify_FUNC);
@@ -18067,12 +17659,12 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1pango_1layout_1get_1justify)
#endif
#ifndef NO__1pango_1layout_1get_1line
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1layout_1get_1line)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1get_1line)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1get_1line_FUNC);
- rc = (jintLong)pango_layout_get_line((PangoLayout *)arg0, arg1);
+ rc = (jint)pango_layout_get_line((PangoLayout *)arg0, arg1);
OS_NATIVE_EXIT(env, that, _1pango_1layout_1get_1line_FUNC);
return rc;
}
@@ -18080,7 +17672,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1layout_1get_1line)
#ifndef NO__1pango_1layout_1get_1line_1count
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1get_1line_1count)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1get_1line_1count_FUNC);
@@ -18092,24 +17684,24 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1get_1line_1count)
#ifndef NO__1pango_1layout_1get_1log_1attrs
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1get_1log_1attrs)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1, jintArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
- jintLong *lparg1=NULL;
+ jint *lparg1=NULL;
jint *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1get_1log_1attrs_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
pango_layout_get_log_attrs((PangoLayout*)arg0, (PangoLogAttr **)lparg1, (int *)lparg2);
fail:
if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1pango_1layout_1get_1log_1attrs_FUNC);
}
#endif
#ifndef NO__1pango_1layout_1get_1size
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1get_1size)
- (JNIEnv *env, jclass that, jintLong arg0, jintArray arg1, jintArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
jint *lparg1=NULL;
jint *lparg2=NULL;
@@ -18126,7 +17718,7 @@ fail:
#ifndef NO__1pango_1layout_1get_1spacing
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1get_1spacing)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1get_1spacing_FUNC);
@@ -18137,24 +17729,24 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1get_1spacing)
#endif
#ifndef NO__1pango_1layout_1get_1tabs
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1layout_1get_1tabs)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1get_1tabs)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1get_1tabs_FUNC);
- rc = (jintLong)pango_layout_get_tabs((PangoLayout*)arg0);
+ rc = (jint)pango_layout_get_tabs((PangoLayout*)arg0);
OS_NATIVE_EXIT(env, that, _1pango_1layout_1get_1tabs_FUNC);
return rc;
}
#endif
#ifndef NO__1pango_1layout_1get_1text
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1layout_1get_1text)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1get_1text)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1get_1text_FUNC);
- rc = (jintLong)pango_layout_get_text((PangoLayout *)arg0);
+ rc = (jint)pango_layout_get_text((PangoLayout *)arg0);
OS_NATIVE_EXIT(env, that, _1pango_1layout_1get_1text_FUNC);
return rc;
}
@@ -18162,7 +17754,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1layout_1get_1text)
#ifndef NO__1pango_1layout_1get_1width
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1get_1width)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1get_1width_FUNC);
@@ -18174,7 +17766,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1get_1width)
#ifndef NO__1pango_1layout_1index_1to_1pos
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1index_1to_1pos)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jobject arg2)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jobject arg2)
{
PangoRectangle _arg2, *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1index_1to_1pos_FUNC);
@@ -18188,7 +17780,7 @@ fail:
#ifndef NO__1pango_1layout_1iter_1free
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1iter_1free)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1pango_1layout_1iter_1free_FUNC);
pango_layout_iter_free((PangoLayoutIter*)arg0);
@@ -18198,7 +17790,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1iter_1free)
#ifndef NO__1pango_1layout_1iter_1get_1index
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1iter_1get_1index)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1iter_1get_1index_FUNC);
@@ -18210,7 +17802,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1iter_1get_1index)
#ifndef NO__1pango_1layout_1iter_1get_1line_1extents
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1iter_1get_1line_1extents)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jobject arg2)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1, jobject arg2)
{
PangoRectangle _arg1, *lparg1=NULL;
PangoRectangle _arg2, *lparg2=NULL;
@@ -18226,12 +17818,12 @@ fail:
#endif
#ifndef NO__1pango_1layout_1iter_1get_1run
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1layout_1iter_1get_1run)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1iter_1get_1run)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1iter_1get_1run_FUNC);
- rc = (jintLong)pango_layout_iter_get_run((PangoLayoutIter*)arg0);
+ rc = (jint)pango_layout_iter_get_run((PangoLayoutIter*)arg0);
OS_NATIVE_EXIT(env, that, _1pango_1layout_1iter_1get_1run_FUNC);
return rc;
}
@@ -18239,7 +17831,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1layout_1iter_1get_1run)
#ifndef NO__1pango_1layout_1iter_1next_1line
JNIEXPORT jboolean JNICALL OS_NATIVE(_1pango_1layout_1iter_1next_1line)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1iter_1next_1line_FUNC);
@@ -18251,7 +17843,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1pango_1layout_1iter_1next_1line)
#ifndef NO__1pango_1layout_1iter_1next_1run
JNIEXPORT jboolean JNICALL OS_NATIVE(_1pango_1layout_1iter_1next_1run)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jboolean rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1iter_1next_1run_FUNC);
@@ -18263,7 +17855,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(_1pango_1layout_1iter_1next_1run)
#ifndef NO__1pango_1layout_1line_1get_1extents
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1line_1get_1extents)
- (JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jobject arg2)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1, jobject arg2)
{
PangoRectangle _arg1, *lparg1=NULL;
PangoRectangle _arg2, *lparg2=NULL;
@@ -18280,7 +17872,7 @@ fail:
#ifndef NO__1pango_1layout_1line_1x_1to_1index
JNIEXPORT jboolean JNICALL OS_NATIVE(_1pango_1layout_1line_1x_1to_1index)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jintArray arg2, jintArray arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jintArray arg2, jintArray arg3)
{
jint *lparg2=NULL;
jint *lparg3=NULL;
@@ -18298,12 +17890,12 @@ fail:
#endif
#ifndef NO__1pango_1layout_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1layout_1new)
- (JNIEnv *env, jclass that, jintLong arg0)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1layout_1new)
+ (JNIEnv *env, jclass that, jint arg0)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1new_FUNC);
- rc = (jintLong)pango_layout_new((PangoContext *)arg0);
+ rc = (jint)pango_layout_new((PangoContext *)arg0);
OS_NATIVE_EXIT(env, that, _1pango_1layout_1new_FUNC);
return rc;
}
@@ -18311,7 +17903,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1layout_1new)
#ifndef NO__1pango_1layout_1set_1alignment
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1alignment)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1layout_1set_1alignment_FUNC);
pango_layout_set_alignment((PangoLayout *)arg0, arg1);
@@ -18321,7 +17913,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1alignment)
#ifndef NO__1pango_1layout_1set_1attributes
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1attributes)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1layout_1set_1attributes_FUNC);
pango_layout_set_attributes((PangoLayout *)arg0, (PangoAttrList *)arg1);
@@ -18331,7 +17923,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1attributes)
#ifndef NO__1pango_1layout_1set_1auto_1dir
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1auto_1dir)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1layout_1set_1auto_1dir_FUNC);
/*
@@ -18340,7 +17932,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1auto_1dir)
{
OS_LOAD_FUNCTION(fp, pango_layout_set_auto_dir)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jboolean))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jboolean))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, _1pango_1layout_1set_1auto_1dir_FUNC);
@@ -18349,7 +17941,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1auto_1dir)
#ifndef NO__1pango_1layout_1set_1font_1description
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1font_1description)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1layout_1set_1font_1description_FUNC);
pango_layout_set_font_description((PangoLayout *)arg0, (PangoFontDescription *)arg1);
@@ -18359,7 +17951,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1font_1description)
#ifndef NO__1pango_1layout_1set_1indent
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1indent)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1layout_1set_1indent_FUNC);
pango_layout_set_indent((PangoLayout*)arg0, arg1);
@@ -18369,7 +17961,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1indent)
#ifndef NO__1pango_1layout_1set_1justify
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1justify)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1layout_1set_1justify_FUNC);
pango_layout_set_justify((PangoLayout*)arg0, arg1);
@@ -18379,7 +17971,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1justify)
#ifndef NO__1pango_1layout_1set_1single_1paragraph_1mode
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1single_1paragraph_1mode)
- (JNIEnv *env, jclass that, jintLong arg0, jboolean arg1)
+ (JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1layout_1set_1single_1paragraph_1mode_FUNC);
pango_layout_set_single_paragraph_mode((PangoLayout *)arg0, (gboolean)arg1);
@@ -18389,7 +17981,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1single_1paragraph_1mode)
#ifndef NO__1pango_1layout_1set_1spacing
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1spacing)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1layout_1set_1spacing_FUNC);
pango_layout_set_spacing((PangoLayout *)arg0, arg1);
@@ -18399,7 +17991,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1spacing)
#ifndef NO__1pango_1layout_1set_1tabs
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1tabs)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1layout_1set_1tabs_FUNC);
pango_layout_set_tabs((PangoLayout *)arg0, (PangoTabArray *)arg1);
@@ -18409,7 +18001,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1tabs)
#ifndef NO__1pango_1layout_1set_1text
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1text)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1, jint arg2)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1, jint arg2)
{
jbyte *lparg1=NULL;
OS_NATIVE_ENTER(env, that, _1pango_1layout_1set_1text_FUNC);
@@ -18437,7 +18029,7 @@ fail:
#ifndef NO__1pango_1layout_1set_1width
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1width)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1layout_1set_1width_FUNC);
pango_layout_set_width((PangoLayout *)arg0, arg1);
@@ -18447,7 +18039,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1width)
#ifndef NO__1pango_1layout_1set_1wrap
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1wrap)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, _1pango_1layout_1set_1wrap_FUNC);
pango_layout_set_wrap((PangoLayout *)arg0, arg1);
@@ -18457,7 +18049,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1layout_1set_1wrap)
#ifndef NO__1pango_1layout_1xy_1to_1index
JNIEXPORT jboolean JNICALL OS_NATIVE(_1pango_1layout_1xy_1to_1index)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jint arg2, jintArray arg3, jintArray arg4)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jintArray arg3, jintArray arg4)
{
jint *lparg3=NULL;
jint *lparg4=NULL;
@@ -18476,7 +18068,7 @@ fail:
#ifndef NO__1pango_1tab_1array_1free
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1tab_1array_1free)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, _1pango_1tab_1array_1free_FUNC);
pango_tab_array_free((PangoTabArray *)arg0);
@@ -18486,7 +18078,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1tab_1array_1free)
#ifndef NO__1pango_1tab_1array_1get_1size
JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1tab_1array_1get_1size)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1tab_1array_1get_1size_FUNC);
@@ -18498,28 +18090,28 @@ JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1tab_1array_1get_1size)
#ifndef NO__1pango_1tab_1array_1get_1tabs
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1tab_1array_1get_1tabs)
- (JNIEnv *env, jclass that, jintLong arg0, jintLongArray arg1, jintLongArray arg2)
+ (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2)
{
- jintLong *lparg1=NULL;
- jintLong *lparg2=NULL;
+ jint *lparg1=NULL;
+ jint *lparg2=NULL;
OS_NATIVE_ENTER(env, that, _1pango_1tab_1array_1get_1tabs_FUNC);
- if (arg1) if ((lparg1 = (*env)->GetIntLongArrayElements(env, arg1, NULL)) == NULL) goto fail;
- if (arg2) if ((lparg2 = (*env)->GetIntLongArrayElements(env, arg2, NULL)) == NULL) goto fail;
+ if (arg1) if ((lparg1 = (*env)->GetIntArrayElements(env, arg1, NULL)) == NULL) goto fail;
+ if (arg2) if ((lparg2 = (*env)->GetIntArrayElements(env, arg2, NULL)) == NULL) goto fail;
pango_tab_array_get_tabs((PangoTabArray *)arg0, (PangoTabAlign **)lparg1, (int **)lparg2);
fail:
- if (arg2 && lparg2) (*env)->ReleaseIntLongArrayElements(env, arg2, lparg2, 0);
- if (arg1 && lparg1) (*env)->ReleaseIntLongArrayElements(env, arg1, lparg1, 0);
+ if (arg2 && lparg2) (*env)->ReleaseIntArrayElements(env, arg2, lparg2, 0);
+ if (arg1 && lparg1) (*env)->ReleaseIntArrayElements(env, arg1, lparg1, 0);
OS_NATIVE_EXIT(env, that, _1pango_1tab_1array_1get_1tabs_FUNC);
}
#endif
#ifndef NO__1pango_1tab_1array_1new
-JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1tab_1array_1new)
+JNIEXPORT jint JNICALL OS_NATIVE(_1pango_1tab_1array_1new)
(JNIEnv *env, jclass that, jint arg0, jboolean arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, _1pango_1tab_1array_1new_FUNC);
- rc = (jintLong)pango_tab_array_new((gint)arg0, (gboolean)arg1);
+ rc = (jint)pango_tab_array_new((gint)arg0, (gboolean)arg1);
OS_NATIVE_EXIT(env, that, _1pango_1tab_1array_1new_FUNC);
return rc;
}
@@ -18527,7 +18119,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(_1pango_1tab_1array_1new)
#ifndef NO__1pango_1tab_1array_1set_1tab
JNIEXPORT void JNICALL OS_NATIVE(_1pango_1tab_1array_1set_1tab)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1, jintLong arg2, jint arg3)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1, jint arg2, jint arg3)
{
OS_NATIVE_ENTER(env, that, _1pango_1tab_1array_1set_1tab_FUNC);
pango_tab_array_set_tab((PangoTabArray *)arg0, (gint)arg1, (PangoTabAlign)arg2, (gint)arg3);
@@ -18537,7 +18129,7 @@ JNIEXPORT void JNICALL OS_NATIVE(_1pango_1tab_1array_1set_1tab)
#ifndef NO_g_1main_1context_1wakeup
JNIEXPORT void JNICALL OS_NATIVE(g_1main_1context_1wakeup)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, g_1main_1context_1wakeup_FUNC);
g_main_context_wakeup((GMainContext *)arg0);
@@ -18547,7 +18139,7 @@ JNIEXPORT void JNICALL OS_NATIVE(g_1main_1context_1wakeup)
#ifndef NO_g_1value_1get_1double
JNIEXPORT jdouble JNICALL OS_NATIVE(g_1value_1get_1double)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jdouble rc = 0;
OS_NATIVE_ENTER(env, that, g_1value_1get_1double_FUNC);
@@ -18559,7 +18151,7 @@ JNIEXPORT jdouble JNICALL OS_NATIVE(g_1value_1get_1double)
#ifndef NO_g_1value_1get_1float
JNIEXPORT jfloat JNICALL OS_NATIVE(g_1value_1get_1float)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jfloat rc = 0;
OS_NATIVE_ENTER(env, that, g_1value_1get_1float_FUNC);
@@ -18571,7 +18163,7 @@ JNIEXPORT jfloat JNICALL OS_NATIVE(g_1value_1get_1float)
#ifndef NO_g_1value_1get_1int
JNIEXPORT jint JNICALL OS_NATIVE(g_1value_1get_1int)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jint rc = 0;
OS_NATIVE_ENTER(env, that, g_1value_1get_1int_FUNC);
@@ -18583,7 +18175,7 @@ JNIEXPORT jint JNICALL OS_NATIVE(g_1value_1get_1int)
#ifndef NO_g_1value_1get_1int64
JNIEXPORT jlong JNICALL OS_NATIVE(g_1value_1get_1int64)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
jlong rc = 0;
OS_NATIVE_ENTER(env, that, g_1value_1get_1int64_FUNC);
@@ -18594,12 +18186,12 @@ JNIEXPORT jlong JNICALL OS_NATIVE(g_1value_1get_1int64)
#endif
#ifndef NO_g_1value_1init
-JNIEXPORT jintLong JNICALL OS_NATIVE(g_1value_1init)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+JNIEXPORT jint JNICALL OS_NATIVE(g_1value_1init)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, g_1value_1init_FUNC);
- rc = (jintLong)g_value_init((GValue *)arg0, (GType)arg1);
+ rc = (jint)g_value_init((GValue *)arg0, (GType)arg1);
OS_NATIVE_EXIT(env, that, g_1value_1init_FUNC);
return rc;
}
@@ -18607,7 +18199,7 @@ JNIEXPORT jintLong JNICALL OS_NATIVE(g_1value_1init)
#ifndef NO_g_1value_1set_1double
JNIEXPORT void JNICALL OS_NATIVE(g_1value_1set_1double)
- (JNIEnv *env, jclass that, jintLong arg0, jdouble arg1)
+ (JNIEnv *env, jclass that, jint arg0, jdouble arg1)
{
OS_NATIVE_ENTER(env, that, g_1value_1set_1double_FUNC);
g_value_set_double((GValue *)arg0, arg1);
@@ -18617,7 +18209,7 @@ JNIEXPORT void JNICALL OS_NATIVE(g_1value_1set_1double)
#ifndef NO_g_1value_1set_1float
JNIEXPORT void JNICALL OS_NATIVE(g_1value_1set_1float)
- (JNIEnv *env, jclass that, jintLong arg0, jfloat arg1)
+ (JNIEnv *env, jclass that, jint arg0, jfloat arg1)
{
OS_NATIVE_ENTER(env, that, g_1value_1set_1float_FUNC);
g_value_set_float((GValue *)arg0, arg1);
@@ -18627,7 +18219,7 @@ JNIEXPORT void JNICALL OS_NATIVE(g_1value_1set_1float)
#ifndef NO_g_1value_1set_1int
JNIEXPORT void JNICALL OS_NATIVE(g_1value_1set_1int)
- (JNIEnv *env, jclass that, jintLong arg0, jint arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, g_1value_1set_1int_FUNC);
g_value_set_int((GValue *)arg0, arg1);
@@ -18637,7 +18229,7 @@ JNIEXPORT void JNICALL OS_NATIVE(g_1value_1set_1int)
#ifndef NO_g_1value_1set_1int64
JNIEXPORT void JNICALL OS_NATIVE(g_1value_1set_1int64)
- (JNIEnv *env, jclass that, jintLong arg0, jlong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jlong arg1)
{
OS_NATIVE_ENTER(env, that, g_1value_1set_1int64_FUNC);
g_value_set_int64((GValue *)arg0, arg1);
@@ -18647,7 +18239,7 @@ JNIEXPORT void JNICALL OS_NATIVE(g_1value_1set_1int64)
#ifndef NO_g_1value_1unset
JNIEXPORT void JNICALL OS_NATIVE(g_1value_1unset)
- (JNIEnv *env, jclass that, jintLong arg0)
+ (JNIEnv *env, jclass that, jint arg0)
{
OS_NATIVE_ENTER(env, that, g_1value_1unset_FUNC);
g_value_unset((GValue *)arg0);
@@ -18687,7 +18279,7 @@ JNIEXPORT void JNICALL OS_NATIVE(gdk_1threads_1leave)
#ifndef NO_gdk_1threads_1set_1lock_1functions
JNIEXPORT void JNICALL OS_NATIVE(gdk_1threads_1set_1lock_1functions)
- (JNIEnv *env, jclass that, jintLong arg0, jintLong arg1)
+ (JNIEnv *env, jclass that, jint arg0, jint arg1)
{
OS_NATIVE_ENTER(env, that, gdk_1threads_1set_1lock_1functions_FUNC);
/*
@@ -18696,7 +18288,7 @@ JNIEXPORT void JNICALL OS_NATIVE(gdk_1threads_1set_1lock_1functions)
{
OS_LOAD_FUNCTION(fp, gdk_threads_set_lock_functions)
if (fp) {
- ((void (CALLING_CONVENTION*)(jintLong, jintLong))fp)(arg0, arg1);
+ ((void (CALLING_CONVENTION*)(jint, jint))fp)(arg0, arg1);
}
}
OS_NATIVE_EXIT(env, that, gdk_1threads_1set_1lock_1functions_FUNC);
@@ -18704,1311 +18296,717 @@ JNIEXPORT void JNICALL OS_NATIVE(gdk_1threads_1set_1lock_1functions)
#endif
#ifndef NO_localeconv_1decimal_1point
-JNIEXPORT jintLong JNICALL OS_NATIVE(localeconv_1decimal_1point)
+JNIEXPORT jint JNICALL OS_NATIVE(localeconv_1decimal_1point)
(JNIEnv *env, jclass that)
{
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, localeconv_1decimal_1point_FUNC);
- rc = (jintLong)localeconv_decimal_point();
+ rc = (jint)localeconv_decimal_point();
OS_NATIVE_EXIT(env, that, localeconv_1decimal_1point_FUNC);
return rc;
}
#endif
-#if (!defined(NO_memmove__ILorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I) && !defined(JNI64)) || (!defined(NO_memmove__JLorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jint arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__JLorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jint arg2)
-#endif
+#ifndef NO_memmove__ILorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1, jint arg2)
{
GInterfaceInfo _arg1, *lparg1=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I_FUNC);
-#endif
if (arg1) if ((lparg1 = getGInterfaceInfoFields(env, arg1, &_arg1)) == NULL) goto fail;
memmove((void *)arg0, (const void *)lparg1, (size_t)arg2);
fail:
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__ILorg_eclipse_swt_internal_gtk_GObjectClass_2) && !defined(JNI64)) || (!defined(NO_memmove__JLorg_eclipse_swt_internal_gtk_GObjectClass_2) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GObjectClass_2)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__JLorg_eclipse_swt_internal_gtk_GObjectClass_2)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
-#endif
+#ifndef NO_memmove__ILorg_eclipse_swt_internal_gtk_GObjectClass_2
+JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GObjectClass_2)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GObjectClass_2_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GObjectClass_2_FUNC);
-#endif
if (arg1) getGObjectClassFields(env, arg1, (GObjectClass *)arg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GObjectClass_2_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GObjectClass_2_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__ILorg_eclipse_swt_internal_gtk_GTypeInfo_2I) && !defined(JNI64)) || (!defined(NO_memmove__JLorg_eclipse_swt_internal_gtk_GTypeInfo_2I) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GTypeInfo_2I)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jint arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__JLorg_eclipse_swt_internal_gtk_GTypeInfo_2I)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jint arg2)
-#endif
+#ifndef NO_memmove__ILorg_eclipse_swt_internal_gtk_GTypeInfo_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GTypeInfo_2I)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1, jint arg2)
{
GTypeInfo _arg1, *lparg1=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GTypeInfo_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GTypeInfo_2I_FUNC);
-#endif
if (arg1) if ((lparg1 = getGTypeInfoFields(env, arg1, &_arg1)) == NULL) goto fail;
memmove((void *)arg0, (const void *)lparg1, (size_t)arg2);
fail:
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GTypeInfo_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GTypeInfo_2I_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__ILorg_eclipse_swt_internal_gtk_GdkEventButton_2I) && !defined(JNI64)) || (!defined(NO_memmove__JLorg_eclipse_swt_internal_gtk_GdkEventButton_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GdkEventButton_2I)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__JLorg_eclipse_swt_internal_gtk_GdkEventButton_2J)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__ILorg_eclipse_swt_internal_gtk_GdkEventButton_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GdkEventButton_2I)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1, jint arg2)
{
GdkEventButton _arg1, *lparg1=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GdkEventButton_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GdkEventButton_2J_FUNC);
-#endif
if (arg1) if ((lparg1 = getGdkEventButtonFields(env, arg1, &_arg1)) == NULL) goto fail;
memmove((void *)arg0, (const void *)lparg1, (size_t)arg2);
fail:
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GdkEventButton_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GdkEventButton_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__ILorg_eclipse_swt_internal_gtk_GdkEventExpose_2I) && !defined(JNI64)) || (!defined(NO_memmove__JLorg_eclipse_swt_internal_gtk_GdkEventExpose_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GdkEventExpose_2I)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__JLorg_eclipse_swt_internal_gtk_GdkEventExpose_2J)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__ILorg_eclipse_swt_internal_gtk_GdkEventExpose_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GdkEventExpose_2I)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1, jint arg2)
{
GdkEventExpose _arg1, *lparg1=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GdkEventExpose_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GdkEventExpose_2J_FUNC);
-#endif
if (arg1) if ((lparg1 = getGdkEventExposeFields(env, arg1, &_arg1)) == NULL) goto fail;
memmove((void *)arg0, (const void *)lparg1, (size_t)arg2);
fail:
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GdkEventExpose_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GdkEventExpose_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__ILorg_eclipse_swt_internal_gtk_GdkEventMotion_2I) && !defined(JNI64)) || (!defined(NO_memmove__JLorg_eclipse_swt_internal_gtk_GdkEventMotion_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GdkEventMotion_2I)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__JLorg_eclipse_swt_internal_gtk_GdkEventMotion_2J)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__ILorg_eclipse_swt_internal_gtk_GdkEventMotion_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GdkEventMotion_2I)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1, jint arg2)
{
GdkEventMotion _arg1, *lparg1=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GdkEventMotion_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GdkEventMotion_2J_FUNC);
-#endif
if (arg1) if ((lparg1 = getGdkEventMotionFields(env, arg1, &_arg1)) == NULL) goto fail;
memmove((void *)arg0, (const void *)lparg1, (size_t)arg2);
fail:
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GdkEventMotion_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GdkEventMotion_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__ILorg_eclipse_swt_internal_gtk_GtkAdjustment_2) && !defined(JNI64)) || (!defined(NO_memmove__JLorg_eclipse_swt_internal_gtk_GtkAdjustment_2) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GtkAdjustment_2)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__JLorg_eclipse_swt_internal_gtk_GtkAdjustment_2)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
-#endif
+#ifndef NO_memmove__ILorg_eclipse_swt_internal_gtk_GtkAdjustment_2
+JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GtkAdjustment_2)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GtkAdjustment_2_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GtkAdjustment_2_FUNC);
-#endif
if (arg1) getGtkAdjustmentFields(env, arg1, (GtkAdjustment *)arg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GtkAdjustment_2_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GtkAdjustment_2_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__ILorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2) && !defined(JNI64)) || (!defined(NO_memmove__JLorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__JLorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
-#endif
+#ifndef NO_memmove__ILorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2
+JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2_FUNC);
-#endif
if (arg1) getGtkCellRendererClassFields(env, arg1, (GtkCellRendererClass *)arg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__ILorg_eclipse_swt_internal_gtk_GtkFixed_2) && !defined(JNI64)) || (!defined(NO_memmove__JLorg_eclipse_swt_internal_gtk_GtkFixed_2) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GtkFixed_2)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__JLorg_eclipse_swt_internal_gtk_GtkFixed_2)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
-#endif
+#ifndef NO_memmove__ILorg_eclipse_swt_internal_gtk_GtkFixed_2
+JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GtkFixed_2)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GtkFixed_2_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GtkFixed_2_FUNC);
-#endif
if (arg1) getGtkFixedFields(env, arg1, (GtkFixed *)arg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GtkFixed_2_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GtkFixed_2_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__ILorg_eclipse_swt_internal_gtk_GtkTargetEntry_2I) && !defined(JNI64)) || (!defined(NO_memmove__JLorg_eclipse_swt_internal_gtk_GtkTargetEntry_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GtkTargetEntry_2I)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__JLorg_eclipse_swt_internal_gtk_GtkTargetEntry_2J)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__ILorg_eclipse_swt_internal_gtk_GtkTargetEntry_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GtkTargetEntry_2I)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1, jint arg2)
{
GtkTargetEntry _arg1, *lparg1=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GtkTargetEntry_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GtkTargetEntry_2J_FUNC);
-#endif
if (arg1) if ((lparg1 = getGtkTargetEntryFields(env, arg1, &_arg1)) == NULL) goto fail;
memmove((void *)arg0, (const void *)lparg1, (size_t)arg2);
fail:
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GtkTargetEntry_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GtkTargetEntry_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__ILorg_eclipse_swt_internal_gtk_GtkWidgetClass_2) && !defined(JNI64)) || (!defined(NO_memmove__JLorg_eclipse_swt_internal_gtk_GtkWidgetClass_2) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GtkWidgetClass_2)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__JLorg_eclipse_swt_internal_gtk_GtkWidgetClass_2)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1)
-#endif
+#ifndef NO_memmove__ILorg_eclipse_swt_internal_gtk_GtkWidgetClass_2
+JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_GtkWidgetClass_2)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GtkWidgetClass_2_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GtkWidgetClass_2_FUNC);
-#endif
if (arg1) getGtkWidgetClassFields(env, arg1, (GtkWidgetClass *)arg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__ILorg_eclipse_swt_internal_gtk_GtkWidgetClass_2_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__JLorg_eclipse_swt_internal_gtk_GtkWidgetClass_2_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__ILorg_eclipse_swt_internal_gtk_PangoAttribute_2I) && !defined(JNI64)) || (!defined(NO_memmove__JLorg_eclipse_swt_internal_gtk_PangoAttribute_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_PangoAttribute_2I)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__JLorg_eclipse_swt_internal_gtk_PangoAttribute_2J)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__ILorg_eclipse_swt_internal_gtk_PangoAttribute_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_PangoAttribute_2I)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1, jint arg2)
{
PangoAttribute _arg1, *lparg1=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__ILorg_eclipse_swt_internal_gtk_PangoAttribute_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__JLorg_eclipse_swt_internal_gtk_PangoAttribute_2J_FUNC);
-#endif
if (arg1) if ((lparg1 = getPangoAttributeFields(env, arg1, &_arg1)) == NULL) goto fail;
memmove((void *)arg0, (const void *)lparg1, (size_t)arg2);
fail:
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__ILorg_eclipse_swt_internal_gtk_PangoAttribute_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__JLorg_eclipse_swt_internal_gtk_PangoAttribute_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__ILorg_eclipse_swt_internal_gtk_XClientMessageEvent_2I) && !defined(JNI64)) || (!defined(NO_memmove__JLorg_eclipse_swt_internal_gtk_XClientMessageEvent_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_XClientMessageEvent_2I)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__JLorg_eclipse_swt_internal_gtk_XClientMessageEvent_2J)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__ILorg_eclipse_swt_internal_gtk_XClientMessageEvent_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_XClientMessageEvent_2I)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1, jint arg2)
{
XClientMessageEvent _arg1, *lparg1=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__ILorg_eclipse_swt_internal_gtk_XClientMessageEvent_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__JLorg_eclipse_swt_internal_gtk_XClientMessageEvent_2J_FUNC);
-#endif
if (arg1) if ((lparg1 = getXClientMessageEventFields(env, arg1, &_arg1)) == NULL) goto fail;
memmove((void *)arg0, (const void *)lparg1, (size_t)arg2);
fail:
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__ILorg_eclipse_swt_internal_gtk_XClientMessageEvent_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__JLorg_eclipse_swt_internal_gtk_XClientMessageEvent_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__ILorg_eclipse_swt_internal_gtk_XCrossingEvent_2I) && !defined(JNI64)) || (!defined(NO_memmove__JLorg_eclipse_swt_internal_gtk_XCrossingEvent_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_XCrossingEvent_2I)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__JLorg_eclipse_swt_internal_gtk_XCrossingEvent_2J)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__ILorg_eclipse_swt_internal_gtk_XCrossingEvent_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_XCrossingEvent_2I)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1, jint arg2)
{
XCrossingEvent _arg1, *lparg1=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__ILorg_eclipse_swt_internal_gtk_XCrossingEvent_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__JLorg_eclipse_swt_internal_gtk_XCrossingEvent_2J_FUNC);
-#endif
if (arg1) if ((lparg1 = getXCrossingEventFields(env, arg1, &_arg1)) == NULL) goto fail;
memmove((void *)arg0, (const void *)lparg1, (size_t)arg2);
fail:
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__ILorg_eclipse_swt_internal_gtk_XCrossingEvent_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__JLorg_eclipse_swt_internal_gtk_XCrossingEvent_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__ILorg_eclipse_swt_internal_gtk_XExposeEvent_2I) && !defined(JNI64)) || (!defined(NO_memmove__JLorg_eclipse_swt_internal_gtk_XExposeEvent_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_XExposeEvent_2I)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__JLorg_eclipse_swt_internal_gtk_XExposeEvent_2J)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__ILorg_eclipse_swt_internal_gtk_XExposeEvent_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_XExposeEvent_2I)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1, jint arg2)
{
XExposeEvent _arg1, *lparg1=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__ILorg_eclipse_swt_internal_gtk_XExposeEvent_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__JLorg_eclipse_swt_internal_gtk_XExposeEvent_2J_FUNC);
-#endif
if (arg1) if ((lparg1 = getXExposeEventFields(env, arg1, &_arg1)) == NULL) goto fail;
memmove((void *)arg0, (const void *)lparg1, (size_t)arg2);
fail:
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__ILorg_eclipse_swt_internal_gtk_XExposeEvent_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__JLorg_eclipse_swt_internal_gtk_XExposeEvent_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__ILorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2I) && !defined(JNI64)) || (!defined(NO_memmove__JLorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2I)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__JLorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2J)(JNIEnv *env, jclass that, jintLong arg0, jobject arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__ILorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__ILorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2I)
+ (JNIEnv *env, jclass that, jint arg0, jobject arg1, jint arg2)
{
XFocusChangeEvent _arg1, *lparg1=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__ILorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__JLorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2J_FUNC);
-#endif
if (arg1) if ((lparg1 = getXFocusChangeEventFields(env, arg1, &_arg1)) == NULL) goto fail;
memmove((void *)arg0, (const void *)lparg1, (size_t)arg2);
fail:
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__ILorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__JLorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GObjectClass_2I) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GObjectClass_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GObjectClass_2I)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GObjectClass_2J)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GObjectClass_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GObjectClass_2I)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GObjectClass_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GObjectClass_2J_FUNC);
-#endif
if (arg0) setGObjectClassFields(env, arg0, (GObjectClass *)arg1);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GObjectClass_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GObjectClass_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GTypeQuery_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GTypeQuery_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GTypeQuery_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GTypeQuery_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GTypeQuery_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GTypeQuery_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
GTypeQuery _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GTypeQuery_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GTypeQuery_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setGTypeQueryFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GTypeQuery_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GTypeQuery_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkColor_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkColor_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkColor_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkColor_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkColor_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkColor_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
GdkColor _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkColor_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkColor_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setGdkColorFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkColor_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkColor_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
GdkDragContext _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setGdkDragContextFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventAny_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventAny_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventAny_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventAny_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventAny_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventAny_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
GdkEventAny _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventAny_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventAny_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setGdkEventAnyFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventAny_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventAny_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventButton_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventButton_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventButton_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventButton_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventButton_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventButton_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
GdkEventButton _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventButton_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventButton_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setGdkEventButtonFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventButton_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventButton_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventCrossing_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventCrossing_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventCrossing_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventCrossing_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventCrossing_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventCrossing_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
GdkEventCrossing _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventCrossing_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventCrossing_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setGdkEventCrossingFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventCrossing_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventCrossing_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventExpose_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventExpose_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventExpose_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventExpose_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventExpose_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventExpose_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
GdkEventExpose _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventExpose_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventExpose_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setGdkEventExposeFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventExpose_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventExpose_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventFocus_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventFocus_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventFocus_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventFocus_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventFocus_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventFocus_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
GdkEventFocus _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventFocus_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventFocus_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setGdkEventFocusFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventFocus_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventFocus_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventKey_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventKey_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventKey_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventKey_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventKey_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventKey_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
GdkEventKey _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventKey_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventKey_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setGdkEventKeyFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventKey_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventKey_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventMotion_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventMotion_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventMotion_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventMotion_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventMotion_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventMotion_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
GdkEventMotion _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventMotion_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventMotion_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setGdkEventMotionFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventMotion_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventMotion_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventProperty_2I) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventProperty_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventProperty_2I)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventProperty_2J)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventProperty_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventProperty_2I)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventProperty_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventProperty_2J_FUNC);
-#endif
if (arg0) setGdkEventPropertyFields(env, arg0, (GdkEventProperty *)arg1);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventProperty_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventProperty_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventScroll_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventScroll_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventScroll_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventScroll_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventScroll_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventScroll_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
GdkEventScroll _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventScroll_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventScroll_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setGdkEventScrollFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventScroll_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventScroll_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventVisibility_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventVisibility_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventVisibility_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventVisibility_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventVisibility_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventVisibility_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
GdkEventVisibility _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventVisibility_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventVisibility_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setGdkEventVisibilityFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventVisibility_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventVisibility_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventWindowState_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventWindowState_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventWindowState_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventWindowState_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEventWindowState_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEventWindowState_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
GdkEventWindowState _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventWindowState_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventWindowState_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setGdkEventWindowStateFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventWindowState_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEventWindowState_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEvent_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEvent_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEvent_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEvent_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkEvent_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkEvent_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
GdkEvent _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEvent_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEvent_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setGdkEventFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEvent_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkEvent_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkImage_2I) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkImage_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkImage_2I)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkImage_2J)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkImage_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkImage_2I)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkImage_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkImage_2J_FUNC);
-#endif
if (arg0) setGdkImageFields(env, arg0, (GdkImage *)arg1);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkImage_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkImage_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkRectangle_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkRectangle_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkRectangle_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkRectangle_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkRectangle_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkRectangle_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
GdkRectangle _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkRectangle_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkRectangle_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setGdkRectangleFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkRectangle_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkRectangle_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkVisual_2I) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkVisual_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkVisual_2I)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkVisual_2J)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GdkVisual_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GdkVisual_2I)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkVisual_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkVisual_2J_FUNC);
-#endif
if (arg0) setGdkVisualFields(env, arg0, (GdkVisual *)arg1);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkVisual_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GdkVisual_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkAdjustment_2I) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkAdjustment_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkAdjustment_2I)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkAdjustment_2J)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkAdjustment_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkAdjustment_2I)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkAdjustment_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkAdjustment_2J_FUNC);
-#endif
if (arg0) setGtkAdjustmentFields(env, arg0, (GtkAdjustment *)arg1);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkAdjustment_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkAdjustment_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkBorder_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkBorder_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkBorder_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkBorder_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkBorder_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkBorder_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
GtkBorder _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkBorder_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkBorder_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setGtkBorderFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkBorder_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkBorder_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2I) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2I)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2J)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2I)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2J_FUNC);
-#endif
if (arg0) setGtkCellRendererClassFields(env, arg0, (GtkCellRendererClass *)arg1);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkColorSelectionDialog_2I) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkColorSelectionDialog_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkColorSelectionDialog_2I)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkColorSelectionDialog_2J)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkColorSelectionDialog_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkColorSelectionDialog_2I)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkColorSelectionDialog_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkColorSelectionDialog_2J_FUNC);
-#endif
if (arg0) setGtkColorSelectionDialogFields(env, arg0, (GtkColorSelectionDialog *)arg1);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkColorSelectionDialog_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkColorSelectionDialog_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkFixed_2I) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkFixed_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkFixed_2I)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkFixed_2J)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkFixed_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkFixed_2I)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkFixed_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkFixed_2J_FUNC);
-#endif
if (arg0) setGtkFixedFields(env, arg0, (GtkFixed *)arg1);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkFixed_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkFixed_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
GtkSelectionData _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setGtkSelectionDataFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkTargetPair_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkTargetPair_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkTargetPair_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkTargetPair_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkTargetPair_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkTargetPair_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
GtkTargetPair _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkTargetPair_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkTargetPair_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setGtkTargetPairFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkTargetPair_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkTargetPair_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkWidgetClass_2I) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkWidgetClass_2J) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkWidgetClass_2I)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkWidgetClass_2J)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_GtkWidgetClass_2I
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_GtkWidgetClass_2I)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1)
{
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkWidgetClass_2I_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkWidgetClass_2J_FUNC);
-#endif
if (arg0) setGtkWidgetClassFields(env, arg0, (GtkWidgetClass *)arg1);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkWidgetClass_2I_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_GtkWidgetClass_2J_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrColor_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrColor_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrColor_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrColor_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrColor_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrColor_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
PangoAttrColor _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrColor_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrColor_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setPangoAttrColorFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrColor_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrColor_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrInt_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrInt_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrInt_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrInt_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrInt_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrInt_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
PangoAttrInt _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrInt_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrInt_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setPangoAttrIntFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrInt_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrInt_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttribute_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttribute_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoAttribute_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoAttribute_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoAttribute_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoAttribute_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
PangoAttribute _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoAttribute_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoAttribute_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setPangoAttributeFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoAttribute_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoAttribute_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoItem_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoItem_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoItem_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoItem_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoItem_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoItem_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
PangoItem _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoItem_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoItem_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setPangoItemFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoItem_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoItem_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutLine_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutLine_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutLine_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutLine_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutLine_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutLine_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
PangoLayoutLine _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutLine_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutLine_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setPangoLayoutLineFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutLine_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutLine_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutRun_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutRun_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutRun_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutRun_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutRun_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutRun_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
PangoLayoutRun _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutRun_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutRun_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setPangoLayoutRunFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutRun_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutRun_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoLogAttr_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoLogAttr_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoLogAttr_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoLogAttr_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_PangoLogAttr_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_PangoLogAttr_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
PangoLogAttr _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoLogAttr_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoLogAttr_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setPangoLogAttrFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoLogAttr_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_PangoLogAttr_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_XCrossingEvent_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_XCrossingEvent_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_XCrossingEvent_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_XCrossingEvent_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_XCrossingEvent_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_XCrossingEvent_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
XCrossingEvent _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_XCrossingEvent_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_XCrossingEvent_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setXCrossingEventFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_XCrossingEvent_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_XCrossingEvent_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
XExposeEvent _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setXExposeEventFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
XFocusChangeEvent _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setXFocusChangeEventFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2JJ_FUNC);
-#endif
}
#endif
-#if (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2II) && !defined(JNI64)) || (!defined(NO_memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2JJ) && defined(JNI64))
-#ifndef JNI64
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2II)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#else
-JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2JJ)(JNIEnv *env, jclass that, jobject arg0, jintLong arg1, jintLong arg2)
-#endif
+#ifndef NO_memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2II
+JNIEXPORT void JNICALL OS_NATIVE(memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2II)
+ (JNIEnv *env, jclass that, jobject arg0, jint arg1, jint arg2)
{
XVisibilityEvent _arg0, *lparg0=NULL;
-#ifndef JNI64
OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2II_FUNC);
-#else
- OS_NATIVE_ENTER(env, that, memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2JJ_FUNC);
-#endif
if (arg0) if ((lparg0 = &_arg0) == NULL) goto fail;
memmove((void *)lparg0, (const void *)arg1, (size_t)arg2);
fail:
if (arg0 && lparg0) setXVisibilityEventFields(env, arg0, lparg0);
-#ifndef JNI64
OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2II_FUNC);
-#else
- OS_NATIVE_EXIT(env, that, memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2JJ_FUNC);
-#endif
}
#endif
#ifndef NO_realpath
-JNIEXPORT jintLong JNICALL OS_NATIVE(realpath)
+JNIEXPORT jint JNICALL OS_NATIVE(realpath)
(JNIEnv *env, jclass that, jbyteArray arg0, jbyteArray arg1)
{
jbyte *lparg0=NULL;
jbyte *lparg1=NULL;
- jintLong rc = 0;
+ jint rc = 0;
OS_NATIVE_ENTER(env, that, realpath_FUNC);
if (arg0) if ((lparg0 = (*env)->GetByteArrayElements(env, arg0, NULL)) == NULL) goto fail;
if (arg1) if ((lparg1 = (*env)->GetByteArrayElements(env, arg1, NULL)) == NULL) goto fail;
- rc = (jintLong)realpath((const char *)lparg0, (char *)lparg1);
+ rc = (jint)realpath((const char *)lparg0, (char *)lparg1);
fail:
if (arg1 && lparg1) (*env)->ReleaseByteArrayElements(env, arg1, lparg1, 0);
if (arg0 && lparg0) (*env)->ReleaseByteArrayElements(env, arg0, lparg0, 0);
@@ -20019,7 +19017,7 @@ fail:
#ifndef NO_strcmp
JNIEXPORT jint JNICALL OS_NATIVE(strcmp)
- (JNIEnv *env, jclass that, jintLong arg0, jbyteArray arg1)
+ (JNIEnv *env, jclass that, jint arg0, jbyteArray arg1)
{
jbyte *lparg1=NULL;
jint rc = 0;
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
index f34c147bdcb..cc062956016 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
@@ -18,19 +18,11 @@
#ifdef NATIVE_STATS
-int OS_nativeFunctionCount = 1379;
-int OS_nativeFunctionCallCount[1379];
+int OS_nativeFunctionCount = 1380;
+int OS_nativeFunctionCallCount[1380];
char * OS_nativeFunctionNames[] = {
-#ifndef JNI64
"Call__IIII",
-#else
- "Call__JJII",
-#endif
-#ifndef JNI64
"Call__IIIJ",
-#else
- "Call__JJIJ",
-#endif
"GDK_1EVENT_1TYPE",
"GDK_1EVENT_1WINDOW",
"GDK_1WINDOWING_1X11",
@@ -292,50 +284,18 @@ char * OS_nativeFunctionNames[] = {
"_1g_1main_1context_1query",
"_1g_1main_1context_1release",
"_1g_1malloc",
-#ifndef JNI64
"_1g_1object_1get__I_3B_3II",
-#else
- "_1g_1object_1get__J_3B_3IJ",
-#endif
-#ifndef JNI64
"_1g_1object_1get__I_3B_3JI",
-#else
- "_1g_1object_1get__J_3B_3JJ",
-#endif
"_1g_1object_1get_1qdata",
"_1g_1object_1new",
"_1g_1object_1notify",
"_1g_1object_1ref",
-#ifndef JNI64
"_1g_1object_1set__I_3BFI",
-#else
- "_1g_1object_1set__J_3BFJ",
-#endif
-#ifndef JNI64
"_1g_1object_1set__I_3BII",
-#else
- "_1g_1object_1set__J_3BIJ",
-#endif
-#ifndef JNI64
"_1g_1object_1set__I_3BJI",
-#else
- "_1g_1object_1set__J_3BJJ",
-#endif
-#ifndef JNI64
"_1g_1object_1set__I_3BLorg_eclipse_swt_internal_gtk_GdkColor_2I",
-#else
- "_1g_1object_1set__J_3BLorg_eclipse_swt_internal_gtk_GdkColor_2J",
-#endif
-#ifndef JNI64
"_1g_1object_1set__I_3BZI",
-#else
- "_1g_1object_1set__J_3BZJ",
-#endif
-#ifndef JNI64
"_1g_1object_1set__I_3B_3BI",
-#else
- "_1g_1object_1set__J_3B_3BJ",
-#endif
"_1g_1object_1set_1qdata",
"_1g_1object_1unref",
"_1g_1quark_1from_1string",
@@ -345,31 +305,11 @@ char * OS_nativeFunctionNames[] = {
"_1g_1signal_1connect_1after",
"_1g_1signal_1connect_1closure",
"_1g_1signal_1connect_1closure_1by_1id",
-#ifndef JNI64
"_1g_1signal_1emit_1by_1name__I_3B",
-#else
- "_1g_1signal_1emit_1by_1name__J_3B",
-#endif
-#ifndef JNI64
"_1g_1signal_1emit_1by_1name__I_3BI",
-#else
- "_1g_1signal_1emit_1by_1name__J_3BJ",
-#endif
-#ifndef JNI64
"_1g_1signal_1emit_1by_1name__I_3BII",
-#else
- "_1g_1signal_1emit_1by_1name__J_3BJJ",
-#endif
-#ifndef JNI64
"_1g_1signal_1emit_1by_1name__I_3BLorg_eclipse_swt_internal_gtk_GdkRectangle_2",
-#else
- "_1g_1signal_1emit_1by_1name__J_3BLorg_eclipse_swt_internal_gtk_GdkRectangle_2",
-#endif
-#ifndef JNI64
"_1g_1signal_1emit_1by_1name__I_3B_3B",
-#else
- "_1g_1signal_1emit_1by_1name__J_3B_3B",
-#endif
"_1g_1signal_1handler_1disconnect",
"_1g_1signal_1handler_1find",
"_1g_1signal_1handlers_1block_1matched",
@@ -410,16 +350,8 @@ char * OS_nativeFunctionNames[] = {
"_1g_1utf8_1offset_1to_1utf16_1offset",
"_1g_1utf8_1pointer_1to_1offset",
"_1g_1utf8_1strlen",
-#ifndef JNI64
"_1g_1utf8_1to_1utf16__II_3I_3I_3I",
-#else
- "_1g_1utf8_1to_1utf16__JJ_3J_3J_3J",
-#endif
-#ifndef JNI64
"_1g_1utf8_1to_1utf16___3BI_3I_3I_3I",
-#else
- "_1g_1utf8_1to_1utf16___3BJ_3J_3J_3J",
-#endif
"_1g_1value_1peek_1pointer",
"_1gdk_1atom_1intern",
"_1gdk_1atom_1name",
@@ -429,6 +361,7 @@ char * OS_nativeFunctionNames[] = {
"_1gdk_1cairo_1region",
"_1gdk_1cairo_1reset_1clip",
"_1gdk_1cairo_1set_1source_1color",
+ "_1gdk_1color_1free",
"_1gdk_1color_1white",
"_1gdk_1colormap_1alloc_1color",
"_1gdk_1colormap_1free_1colors",
@@ -808,47 +741,19 @@ char * OS_nativeFunctionNames[] = {
"_1gtk_1label_1set_1justify",
"_1gtk_1label_1set_1line_1wrap",
"_1gtk_1label_1set_1line_1wrap_1mode",
-#ifndef JNI64
"_1gtk_1label_1set_1text__II",
-#else
- "_1gtk_1label_1set_1text__JJ",
-#endif
-#ifndef JNI64
"_1gtk_1label_1set_1text__I_3B",
-#else
- "_1gtk_1label_1set_1text__J_3B",
-#endif
"_1gtk_1label_1set_1text_1with_1mnemonic",
"_1gtk_1list_1store_1append",
"_1gtk_1list_1store_1clear",
"_1gtk_1list_1store_1insert",
"_1gtk_1list_1store_1newv",
"_1gtk_1list_1store_1remove",
-#ifndef JNI64
"_1gtk_1list_1store_1set__IIIII",
-#else
- "_1gtk_1list_1store_1set__JJIIJ",
-#endif
-#ifndef JNI64
"_1gtk_1list_1store_1set__IIIJI",
-#else
- "_1gtk_1list_1store_1set__JJIJJ",
-#endif
-#ifndef JNI64
"_1gtk_1list_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I",
-#else
- "_1gtk_1list_1store_1set__JJILorg_eclipse_swt_internal_gtk_GdkColor_2J",
-#endif
-#ifndef JNI64
"_1gtk_1list_1store_1set__IIIZI",
-#else
- "_1gtk_1list_1store_1set__JJIZJ",
-#endif
-#ifndef JNI64
"_1gtk_1list_1store_1set__III_3BI",
-#else
- "_1gtk_1list_1store_1set__JJI_3BJ",
-#endif
"_1gtk_1main",
"_1gtk_1main_1do_1event",
"_1gtk_1main_1iteration",
@@ -1063,16 +968,8 @@ char * OS_nativeFunctionNames[] = {
"_1gtk_1text_1buffer_1get_1selection_1bound",
"_1gtk_1text_1buffer_1get_1selection_1bounds",
"_1gtk_1text_1buffer_1get_1text",
-#ifndef JNI64
"_1gtk_1text_1buffer_1insert__II_3BI",
-#else
- "_1gtk_1text_1buffer_1insert__JJ_3BI",
-#endif
-#ifndef JNI64
"_1gtk_1text_1buffer_1insert__I_3B_3BI",
-#else
- "_1gtk_1text_1buffer_1insert__J_3B_3BI",
-#endif
"_1gtk_1text_1buffer_1move_1mark",
"_1gtk_1text_1buffer_1paste_1clipboard",
"_1gtk_1text_1buffer_1place_1cursor",
@@ -1111,16 +1008,8 @@ char * OS_nativeFunctionNames[] = {
"_1gtk_1tooltips_1force_1window",
"_1gtk_1tooltips_1new",
"_1gtk_1tooltips_1set_1tip",
-#ifndef JNI64
"_1gtk_1tree_1model_1get__III_3II",
-#else
- "_1gtk_1tree_1model_1get__JJI_3IJ",
-#endif
-#ifndef JNI64
"_1gtk_1tree_1model_1get__III_3JI",
-#else
- "_1gtk_1tree_1model_1get__JJI_3JJ",
-#endif
"_1gtk_1tree_1model_1get_1iter",
"_1gtk_1tree_1model_1get_1iter_1first",
"_1gtk_1tree_1model_1get_1n_1columns",
@@ -1138,11 +1027,7 @@ char * OS_nativeFunctionNames[] = {
"_1gtk_1tree_1path_1get_1indices",
"_1gtk_1tree_1path_1new",
"_1gtk_1tree_1path_1new_1first",
-#ifndef JNI64
"_1gtk_1tree_1path_1new_1from_1string__I",
-#else
- "_1gtk_1tree_1path_1new_1from_1string__J",
-#endif
"_1gtk_1tree_1path_1new_1from_1string___3B",
"_1gtk_1tree_1path_1next",
"_1gtk_1tree_1path_1prev",
@@ -1162,31 +1047,11 @@ char * OS_nativeFunctionNames[] = {
"_1gtk_1tree_1store_1insert",
"_1gtk_1tree_1store_1newv",
"_1gtk_1tree_1store_1remove",
-#ifndef JNI64
"_1gtk_1tree_1store_1set__IIIII",
-#else
- "_1gtk_1tree_1store_1set__JJIIJ",
-#endif
-#ifndef JNI64
"_1gtk_1tree_1store_1set__IIIJI",
-#else
- "_1gtk_1tree_1store_1set__JJIJJ",
-#endif
-#ifndef JNI64
"_1gtk_1tree_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I",
-#else
- "_1gtk_1tree_1store_1set__JJILorg_eclipse_swt_internal_gtk_GdkColor_2J",
-#endif
-#ifndef JNI64
"_1gtk_1tree_1store_1set__IIIZI",
-#else
- "_1gtk_1tree_1store_1set__JJIZJ",
-#endif
-#ifndef JNI64
"_1gtk_1tree_1store_1set__III_3BI",
-#else
- "_1gtk_1tree_1store_1set__JJI_3BJ",
-#endif
"_1gtk_1tree_1view_1collapse_1row",
"_1gtk_1tree_1view_1column_1add_1attribute",
"_1gtk_1tree_1view_1column_1cell_1get_1position",
@@ -1260,16 +1125,8 @@ char * OS_nativeFunctionNames[] = {
"_1gtk_1widget_1add_1accelerator",
"_1gtk_1widget_1add_1events",
"_1gtk_1widget_1child_1focus",
-#ifndef JNI64
"_1gtk_1widget_1create_1pango_1layout__II",
-#else
- "_1gtk_1widget_1create_1pango_1layout__JJ",
-#endif
-#ifndef JNI64
"_1gtk_1widget_1create_1pango_1layout__I_3B",
-#else
- "_1gtk_1widget_1create_1pango_1layout__J_3B",
-#endif
"_1gtk_1widget_1destroy",
"_1gtk_1widget_1event",
"_1gtk_1widget_1get_1accessible",
@@ -1320,16 +1177,8 @@ char * OS_nativeFunctionNames[] = {
"_1gtk_1widget_1show_1now",
"_1gtk_1widget_1size_1allocate",
"_1gtk_1widget_1size_1request",
-#ifndef JNI64
"_1gtk_1widget_1style_1get__I_3B_3II",
-#else
- "_1gtk_1widget_1style_1get__J_3B_3IJ",
-#endif
-#ifndef JNI64
"_1gtk_1widget_1style_1get__I_3B_3JI",
-#else
- "_1gtk_1widget_1style_1get__J_3B_3JJ",
-#endif
"_1gtk_1widget_1translate_1coordinates",
"_1gtk_1widget_1unrealize",
"_1gtk_1window_1activate_1default",
@@ -1495,276 +1344,60 @@ char * OS_nativeFunctionNames[] = {
"gdk_1threads_1leave",
"gdk_1threads_1set_1lock_1functions",
"localeconv_1decimal_1point",
-#ifndef JNI64
"memmove__ILorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I",
-#else
- "memmove__JLorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I",
-#endif
-#ifndef JNI64
"memmove__ILorg_eclipse_swt_internal_gtk_GObjectClass_2",
-#else
- "memmove__JLorg_eclipse_swt_internal_gtk_GObjectClass_2",
-#endif
-#ifndef JNI64
"memmove__ILorg_eclipse_swt_internal_gtk_GTypeInfo_2I",
-#else
- "memmove__JLorg_eclipse_swt_internal_gtk_GTypeInfo_2I",
-#endif
-#ifndef JNI64
"memmove__ILorg_eclipse_swt_internal_gtk_GdkEventButton_2I",
-#else
- "memmove__JLorg_eclipse_swt_internal_gtk_GdkEventButton_2J",
-#endif
-#ifndef JNI64
"memmove__ILorg_eclipse_swt_internal_gtk_GdkEventExpose_2I",
-#else
- "memmove__JLorg_eclipse_swt_internal_gtk_GdkEventExpose_2J",
-#endif
-#ifndef JNI64
"memmove__ILorg_eclipse_swt_internal_gtk_GdkEventMotion_2I",
-#else
- "memmove__JLorg_eclipse_swt_internal_gtk_GdkEventMotion_2J",
-#endif
-#ifndef JNI64
"memmove__ILorg_eclipse_swt_internal_gtk_GtkAdjustment_2",
-#else
- "memmove__JLorg_eclipse_swt_internal_gtk_GtkAdjustment_2",
-#endif
-#ifndef JNI64
"memmove__ILorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2",
-#else
- "memmove__JLorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2",
-#endif
-#ifndef JNI64
"memmove__ILorg_eclipse_swt_internal_gtk_GtkFixed_2",
-#else
- "memmove__JLorg_eclipse_swt_internal_gtk_GtkFixed_2",
-#endif
-#ifndef JNI64
"memmove__ILorg_eclipse_swt_internal_gtk_GtkTargetEntry_2I",
-#else
- "memmove__JLorg_eclipse_swt_internal_gtk_GtkTargetEntry_2J",
-#endif
-#ifndef JNI64
"memmove__ILorg_eclipse_swt_internal_gtk_GtkWidgetClass_2",
-#else
- "memmove__JLorg_eclipse_swt_internal_gtk_GtkWidgetClass_2",
-#endif
-#ifndef JNI64
"memmove__ILorg_eclipse_swt_internal_gtk_PangoAttribute_2I",
-#else
- "memmove__JLorg_eclipse_swt_internal_gtk_PangoAttribute_2J",
-#endif
-#ifndef JNI64
"memmove__ILorg_eclipse_swt_internal_gtk_XClientMessageEvent_2I",
-#else
- "memmove__JLorg_eclipse_swt_internal_gtk_XClientMessageEvent_2J",
-#endif
-#ifndef JNI64
"memmove__ILorg_eclipse_swt_internal_gtk_XCrossingEvent_2I",
-#else
- "memmove__JLorg_eclipse_swt_internal_gtk_XCrossingEvent_2J",
-#endif
-#ifndef JNI64
"memmove__ILorg_eclipse_swt_internal_gtk_XExposeEvent_2I",
-#else
- "memmove__JLorg_eclipse_swt_internal_gtk_XExposeEvent_2J",
-#endif
-#ifndef JNI64
"memmove__ILorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2I",
-#else
- "memmove__JLorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2J",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GObjectClass_2I",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GObjectClass_2J",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GTypeQuery_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GTypeQuery_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GdkColor_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GdkColor_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GdkEventAny_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GdkEventAny_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GdkEventButton_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GdkEventButton_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GdkEventCrossing_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GdkEventCrossing_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GdkEventExpose_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GdkEventExpose_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GdkEventFocus_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GdkEventFocus_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GdkEventKey_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GdkEventKey_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GdkEventMotion_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GdkEventMotion_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GdkEventProperty_2I",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GdkEventProperty_2J",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GdkEventScroll_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GdkEventScroll_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GdkEventVisibility_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GdkEventVisibility_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GdkEventWindowState_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GdkEventWindowState_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GdkEvent_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GdkEvent_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GdkImage_2I",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GdkImage_2J",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GdkRectangle_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GdkRectangle_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GdkVisual_2I",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GdkVisual_2J",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GtkAdjustment_2I",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GtkAdjustment_2J",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GtkBorder_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GtkBorder_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2I",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2J",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GtkColorSelectionDialog_2I",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GtkColorSelectionDialog_2J",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GtkFixed_2I",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GtkFixed_2J",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GtkTargetPair_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GtkTargetPair_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_GtkWidgetClass_2I",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_GtkWidgetClass_2J",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrColor_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrColor_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrInt_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrInt_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_PangoAttribute_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_PangoAttribute_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_PangoItem_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_PangoItem_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutLine_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutLine_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutRun_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutRun_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_PangoLogAttr_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_PangoLogAttr_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_XCrossingEvent_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_XCrossingEvent_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2JJ",
-#endif
-#ifndef JNI64
"memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2II",
-#else
- "memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2JJ",
-#endif
"pangoLayoutNewProc_1CALLBACK",
"realpath",
"strcmp",
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
index 972785aef8d..dc4060e7ee1 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
@@ -29,16 +29,8 @@ extern char* OS_nativeFunctionNames[];
#endif
typedef enum {
-#ifndef JNI64
Call__IIII_FUNC,
-#else
- Call__JJII_FUNC,
-#endif
-#ifndef JNI64
Call__IIIJ_FUNC,
-#else
- Call__JJIJ_FUNC,
-#endif
GDK_1EVENT_1TYPE_FUNC,
GDK_1EVENT_1WINDOW_FUNC,
GDK_1WINDOWING_1X11_FUNC,
@@ -300,50 +292,18 @@ typedef enum {
_1g_1main_1context_1query_FUNC,
_1g_1main_1context_1release_FUNC,
_1g_1malloc_FUNC,
-#ifndef JNI64
_1g_1object_1get__I_3B_3II_FUNC,
-#else
- _1g_1object_1get__J_3B_3IJ_FUNC,
-#endif
-#ifndef JNI64
_1g_1object_1get__I_3B_3JI_FUNC,
-#else
- _1g_1object_1get__J_3B_3JJ_FUNC,
-#endif
_1g_1object_1get_1qdata_FUNC,
_1g_1object_1new_FUNC,
_1g_1object_1notify_FUNC,
_1g_1object_1ref_FUNC,
-#ifndef JNI64
_1g_1object_1set__I_3BFI_FUNC,
-#else
- _1g_1object_1set__J_3BFJ_FUNC,
-#endif
-#ifndef JNI64
_1g_1object_1set__I_3BII_FUNC,
-#else
- _1g_1object_1set__J_3BIJ_FUNC,
-#endif
-#ifndef JNI64
_1g_1object_1set__I_3BJI_FUNC,
-#else
- _1g_1object_1set__J_3BJJ_FUNC,
-#endif
-#ifndef JNI64
_1g_1object_1set__I_3BLorg_eclipse_swt_internal_gtk_GdkColor_2I_FUNC,
-#else
- _1g_1object_1set__J_3BLorg_eclipse_swt_internal_gtk_GdkColor_2J_FUNC,
-#endif
-#ifndef JNI64
_1g_1object_1set__I_3BZI_FUNC,
-#else
- _1g_1object_1set__J_3BZJ_FUNC,
-#endif
-#ifndef JNI64
_1g_1object_1set__I_3B_3BI_FUNC,
-#else
- _1g_1object_1set__J_3B_3BJ_FUNC,
-#endif
_1g_1object_1set_1qdata_FUNC,
_1g_1object_1unref_FUNC,
_1g_1quark_1from_1string_FUNC,
@@ -353,31 +313,11 @@ typedef enum {
_1g_1signal_1connect_1after_FUNC,
_1g_1signal_1connect_1closure_FUNC,
_1g_1signal_1connect_1closure_1by_1id_FUNC,
-#ifndef JNI64
_1g_1signal_1emit_1by_1name__I_3B_FUNC,
-#else
- _1g_1signal_1emit_1by_1name__J_3B_FUNC,
-#endif
-#ifndef JNI64
_1g_1signal_1emit_1by_1name__I_3BI_FUNC,
-#else
- _1g_1signal_1emit_1by_1name__J_3BJ_FUNC,
-#endif
-#ifndef JNI64
_1g_1signal_1emit_1by_1name__I_3BII_FUNC,
-#else
- _1g_1signal_1emit_1by_1name__J_3BJJ_FUNC,
-#endif
-#ifndef JNI64
_1g_1signal_1emit_1by_1name__I_3BLorg_eclipse_swt_internal_gtk_GdkRectangle_2_FUNC,
-#else
- _1g_1signal_1emit_1by_1name__J_3BLorg_eclipse_swt_internal_gtk_GdkRectangle_2_FUNC,
-#endif
-#ifndef JNI64
_1g_1signal_1emit_1by_1name__I_3B_3B_FUNC,
-#else
- _1g_1signal_1emit_1by_1name__J_3B_3B_FUNC,
-#endif
_1g_1signal_1handler_1disconnect_FUNC,
_1g_1signal_1handler_1find_FUNC,
_1g_1signal_1handlers_1block_1matched_FUNC,
@@ -418,16 +358,8 @@ typedef enum {
_1g_1utf8_1offset_1to_1utf16_1offset_FUNC,
_1g_1utf8_1pointer_1to_1offset_FUNC,
_1g_1utf8_1strlen_FUNC,
-#ifndef JNI64
_1g_1utf8_1to_1utf16__II_3I_3I_3I_FUNC,
-#else
- _1g_1utf8_1to_1utf16__JJ_3J_3J_3J_FUNC,
-#endif
-#ifndef JNI64
_1g_1utf8_1to_1utf16___3BI_3I_3I_3I_FUNC,
-#else
- _1g_1utf8_1to_1utf16___3BJ_3J_3J_3J_FUNC,
-#endif
_1g_1value_1peek_1pointer_FUNC,
_1gdk_1atom_1intern_FUNC,
_1gdk_1atom_1name_FUNC,
@@ -437,6 +369,7 @@ typedef enum {
_1gdk_1cairo_1region_FUNC,
_1gdk_1cairo_1reset_1clip_FUNC,
_1gdk_1cairo_1set_1source_1color_FUNC,
+ _1gdk_1color_1free_FUNC,
_1gdk_1color_1white_FUNC,
_1gdk_1colormap_1alloc_1color_FUNC,
_1gdk_1colormap_1free_1colors_FUNC,
@@ -816,47 +749,19 @@ typedef enum {
_1gtk_1label_1set_1justify_FUNC,
_1gtk_1label_1set_1line_1wrap_FUNC,
_1gtk_1label_1set_1line_1wrap_1mode_FUNC,
-#ifndef JNI64
_1gtk_1label_1set_1text__II_FUNC,
-#else
- _1gtk_1label_1set_1text__JJ_FUNC,
-#endif
-#ifndef JNI64
_1gtk_1label_1set_1text__I_3B_FUNC,
-#else
- _1gtk_1label_1set_1text__J_3B_FUNC,
-#endif
_1gtk_1label_1set_1text_1with_1mnemonic_FUNC,
_1gtk_1list_1store_1append_FUNC,
_1gtk_1list_1store_1clear_FUNC,
_1gtk_1list_1store_1insert_FUNC,
_1gtk_1list_1store_1newv_FUNC,
_1gtk_1list_1store_1remove_FUNC,
-#ifndef JNI64
_1gtk_1list_1store_1set__IIIII_FUNC,
-#else
- _1gtk_1list_1store_1set__JJIIJ_FUNC,
-#endif
-#ifndef JNI64
_1gtk_1list_1store_1set__IIIJI_FUNC,
-#else
- _1gtk_1list_1store_1set__JJIJJ_FUNC,
-#endif
-#ifndef JNI64
_1gtk_1list_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I_FUNC,
-#else
- _1gtk_1list_1store_1set__JJILorg_eclipse_swt_internal_gtk_GdkColor_2J_FUNC,
-#endif
-#ifndef JNI64
_1gtk_1list_1store_1set__IIIZI_FUNC,
-#else
- _1gtk_1list_1store_1set__JJIZJ_FUNC,
-#endif
-#ifndef JNI64
_1gtk_1list_1store_1set__III_3BI_FUNC,
-#else
- _1gtk_1list_1store_1set__JJI_3BJ_FUNC,
-#endif
_1gtk_1main_FUNC,
_1gtk_1main_1do_1event_FUNC,
_1gtk_1main_1iteration_FUNC,
@@ -1071,16 +976,8 @@ typedef enum {
_1gtk_1text_1buffer_1get_1selection_1bound_FUNC,
_1gtk_1text_1buffer_1get_1selection_1bounds_FUNC,
_1gtk_1text_1buffer_1get_1text_FUNC,
-#ifndef JNI64
_1gtk_1text_1buffer_1insert__II_3BI_FUNC,
-#else
- _1gtk_1text_1buffer_1insert__JJ_3BI_FUNC,
-#endif
-#ifndef JNI64
_1gtk_1text_1buffer_1insert__I_3B_3BI_FUNC,
-#else
- _1gtk_1text_1buffer_1insert__J_3B_3BI_FUNC,
-#endif
_1gtk_1text_1buffer_1move_1mark_FUNC,
_1gtk_1text_1buffer_1paste_1clipboard_FUNC,
_1gtk_1text_1buffer_1place_1cursor_FUNC,
@@ -1119,16 +1016,8 @@ typedef enum {
_1gtk_1tooltips_1force_1window_FUNC,
_1gtk_1tooltips_1new_FUNC,
_1gtk_1tooltips_1set_1tip_FUNC,
-#ifndef JNI64
_1gtk_1tree_1model_1get__III_3II_FUNC,
-#else
- _1gtk_1tree_1model_1get__JJI_3IJ_FUNC,
-#endif
-#ifndef JNI64
_1gtk_1tree_1model_1get__III_3JI_FUNC,
-#else
- _1gtk_1tree_1model_1get__JJI_3JJ_FUNC,
-#endif
_1gtk_1tree_1model_1get_1iter_FUNC,
_1gtk_1tree_1model_1get_1iter_1first_FUNC,
_1gtk_1tree_1model_1get_1n_1columns_FUNC,
@@ -1146,11 +1035,7 @@ typedef enum {
_1gtk_1tree_1path_1get_1indices_FUNC,
_1gtk_1tree_1path_1new_FUNC,
_1gtk_1tree_1path_1new_1first_FUNC,
-#ifndef JNI64
_1gtk_1tree_1path_1new_1from_1string__I_FUNC,
-#else
- _1gtk_1tree_1path_1new_1from_1string__J_FUNC,
-#endif
_1gtk_1tree_1path_1new_1from_1string___3B_FUNC,
_1gtk_1tree_1path_1next_FUNC,
_1gtk_1tree_1path_1prev_FUNC,
@@ -1170,31 +1055,11 @@ typedef enum {
_1gtk_1tree_1store_1insert_FUNC,
_1gtk_1tree_1store_1newv_FUNC,
_1gtk_1tree_1store_1remove_FUNC,
-#ifndef JNI64
_1gtk_1tree_1store_1set__IIIII_FUNC,
-#else
- _1gtk_1tree_1store_1set__JJIIJ_FUNC,
-#endif
-#ifndef JNI64
_1gtk_1tree_1store_1set__IIIJI_FUNC,
-#else
- _1gtk_1tree_1store_1set__JJIJJ_FUNC,
-#endif
-#ifndef JNI64
_1gtk_1tree_1store_1set__IIILorg_eclipse_swt_internal_gtk_GdkColor_2I_FUNC,
-#else
- _1gtk_1tree_1store_1set__JJILorg_eclipse_swt_internal_gtk_GdkColor_2J_FUNC,
-#endif
-#ifndef JNI64
_1gtk_1tree_1store_1set__IIIZI_FUNC,
-#else
- _1gtk_1tree_1store_1set__JJIZJ_FUNC,
-#endif
-#ifndef JNI64
_1gtk_1tree_1store_1set__III_3BI_FUNC,
-#else
- _1gtk_1tree_1store_1set__JJI_3BJ_FUNC,
-#endif
_1gtk_1tree_1view_1collapse_1row_FUNC,
_1gtk_1tree_1view_1column_1add_1attribute_FUNC,
_1gtk_1tree_1view_1column_1cell_1get_1position_FUNC,
@@ -1268,16 +1133,8 @@ typedef enum {
_1gtk_1widget_1add_1accelerator_FUNC,
_1gtk_1widget_1add_1events_FUNC,
_1gtk_1widget_1child_1focus_FUNC,
-#ifndef JNI64
_1gtk_1widget_1create_1pango_1layout__II_FUNC,
-#else
- _1gtk_1widget_1create_1pango_1layout__JJ_FUNC,
-#endif
-#ifndef JNI64
_1gtk_1widget_1create_1pango_1layout__I_3B_FUNC,
-#else
- _1gtk_1widget_1create_1pango_1layout__J_3B_FUNC,
-#endif
_1gtk_1widget_1destroy_FUNC,
_1gtk_1widget_1event_FUNC,
_1gtk_1widget_1get_1accessible_FUNC,
@@ -1328,16 +1185,8 @@ typedef enum {
_1gtk_1widget_1show_1now_FUNC,
_1gtk_1widget_1size_1allocate_FUNC,
_1gtk_1widget_1size_1request_FUNC,
-#ifndef JNI64
_1gtk_1widget_1style_1get__I_3B_3II_FUNC,
-#else
- _1gtk_1widget_1style_1get__J_3B_3IJ_FUNC,
-#endif
-#ifndef JNI64
_1gtk_1widget_1style_1get__I_3B_3JI_FUNC,
-#else
- _1gtk_1widget_1style_1get__J_3B_3JJ_FUNC,
-#endif
_1gtk_1widget_1translate_1coordinates_FUNC,
_1gtk_1widget_1unrealize_FUNC,
_1gtk_1window_1activate_1default_FUNC,
@@ -1503,276 +1352,60 @@ typedef enum {
gdk_1threads_1leave_FUNC,
gdk_1threads_1set_1lock_1functions_FUNC,
localeconv_1decimal_1point_FUNC,
-#ifndef JNI64
memmove__ILorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I_FUNC,
-#else
- memmove__JLorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I_FUNC,
-#endif
-#ifndef JNI64
memmove__ILorg_eclipse_swt_internal_gtk_GObjectClass_2_FUNC,
-#else
- memmove__JLorg_eclipse_swt_internal_gtk_GObjectClass_2_FUNC,
-#endif
-#ifndef JNI64
memmove__ILorg_eclipse_swt_internal_gtk_GTypeInfo_2I_FUNC,
-#else
- memmove__JLorg_eclipse_swt_internal_gtk_GTypeInfo_2I_FUNC,
-#endif
-#ifndef JNI64
memmove__ILorg_eclipse_swt_internal_gtk_GdkEventButton_2I_FUNC,
-#else
- memmove__JLorg_eclipse_swt_internal_gtk_GdkEventButton_2J_FUNC,
-#endif
-#ifndef JNI64
memmove__ILorg_eclipse_swt_internal_gtk_GdkEventExpose_2I_FUNC,
-#else
- memmove__JLorg_eclipse_swt_internal_gtk_GdkEventExpose_2J_FUNC,
-#endif
-#ifndef JNI64
memmove__ILorg_eclipse_swt_internal_gtk_GdkEventMotion_2I_FUNC,
-#else
- memmove__JLorg_eclipse_swt_internal_gtk_GdkEventMotion_2J_FUNC,
-#endif
-#ifndef JNI64
memmove__ILorg_eclipse_swt_internal_gtk_GtkAdjustment_2_FUNC,
-#else
- memmove__JLorg_eclipse_swt_internal_gtk_GtkAdjustment_2_FUNC,
-#endif
-#ifndef JNI64
memmove__ILorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2_FUNC,
-#else
- memmove__JLorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2_FUNC,
-#endif
-#ifndef JNI64
memmove__ILorg_eclipse_swt_internal_gtk_GtkFixed_2_FUNC,
-#else
- memmove__JLorg_eclipse_swt_internal_gtk_GtkFixed_2_FUNC,
-#endif
-#ifndef JNI64
memmove__ILorg_eclipse_swt_internal_gtk_GtkTargetEntry_2I_FUNC,
-#else
- memmove__JLorg_eclipse_swt_internal_gtk_GtkTargetEntry_2J_FUNC,
-#endif
-#ifndef JNI64
memmove__ILorg_eclipse_swt_internal_gtk_GtkWidgetClass_2_FUNC,
-#else
- memmove__JLorg_eclipse_swt_internal_gtk_GtkWidgetClass_2_FUNC,
-#endif
-#ifndef JNI64
memmove__ILorg_eclipse_swt_internal_gtk_PangoAttribute_2I_FUNC,
-#else
- memmove__JLorg_eclipse_swt_internal_gtk_PangoAttribute_2J_FUNC,
-#endif
-#ifndef JNI64
memmove__ILorg_eclipse_swt_internal_gtk_XClientMessageEvent_2I_FUNC,
-#else
- memmove__JLorg_eclipse_swt_internal_gtk_XClientMessageEvent_2J_FUNC,
-#endif
-#ifndef JNI64
memmove__ILorg_eclipse_swt_internal_gtk_XCrossingEvent_2I_FUNC,
-#else
- memmove__JLorg_eclipse_swt_internal_gtk_XCrossingEvent_2J_FUNC,
-#endif
-#ifndef JNI64
memmove__ILorg_eclipse_swt_internal_gtk_XExposeEvent_2I_FUNC,
-#else
- memmove__JLorg_eclipse_swt_internal_gtk_XExposeEvent_2J_FUNC,
-#endif
-#ifndef JNI64
memmove__ILorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2I_FUNC,
-#else
- memmove__JLorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2J_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GObjectClass_2I_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GObjectClass_2J_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GTypeQuery_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GTypeQuery_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GdkColor_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GdkColor_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GdkDragContext_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GdkEventAny_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GdkEventAny_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GdkEventButton_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GdkEventButton_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GdkEventCrossing_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GdkEventCrossing_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GdkEventExpose_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GdkEventExpose_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GdkEventFocus_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GdkEventFocus_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GdkEventKey_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GdkEventKey_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GdkEventMotion_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GdkEventMotion_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GdkEventProperty_2I_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GdkEventProperty_2J_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GdkEventScroll_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GdkEventScroll_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GdkEventVisibility_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GdkEventVisibility_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GdkEventWindowState_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GdkEventWindowState_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GdkEvent_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GdkEvent_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GdkImage_2I_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GdkImage_2J_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GdkRectangle_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GdkRectangle_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GdkVisual_2I_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GdkVisual_2J_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GtkAdjustment_2I_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GtkAdjustment_2J_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GtkBorder_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GtkBorder_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2I_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GtkCellRendererClass_2J_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GtkColorSelectionDialog_2I_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GtkColorSelectionDialog_2J_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GtkFixed_2I_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GtkFixed_2J_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GtkSelectionData_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GtkTargetPair_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GtkTargetPair_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_GtkWidgetClass_2I_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_GtkWidgetClass_2J_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrColor_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrColor_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrInt_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_PangoAttrInt_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_PangoAttribute_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_PangoAttribute_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_PangoItem_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_PangoItem_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutLine_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutLine_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutRun_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_PangoLayoutRun_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_PangoLogAttr_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_PangoLogAttr_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_XCrossingEvent_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_XCrossingEvent_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_XFocusChangeEvent_2JJ_FUNC,
-#endif
-#ifndef JNI64
memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2II_FUNC,
-#else
- memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2JJ_FUNC,
-#endif
pangoLayoutNewProc_1CALLBACK_FUNC,
realpath_FUNC,
strcmp_FUNC,
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
index dc48a3d1050..785791522f6 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
@@ -14,31 +14,38 @@
*******************************************************************************/
package org.eclipse.swt.internal.gtk;
-
import org.eclipse.swt.internal.*;
public class OS extends C {
static {
Library.loadLibrary("swt-pi");
}
-
+
/** OS Constants */
public static final boolean IsAIX, IsSunOS, IsLinux, IsHPUX;
static {
-
+
/* Initialize the OS flags and locale constants */
- String osName = System.getProperty ("os.name");
+ String osName = System.getProperty("os.name");
boolean isAIX = false, isSunOS = false, isLinux = false, isHPUX = false;
- if (osName.equals ("Linux")) isLinux = true;
- if (osName.equals ("AIX")) isAIX = true;
- if (osName.equals ("Solaris")) isSunOS = true;
- if (osName.equals ("SunOS")) isSunOS = true;
- if (osName.equals ("HP-UX")) isHPUX = true;
- IsAIX = isAIX; IsSunOS = isSunOS; IsLinux = isLinux; IsHPUX = isHPUX;
+ if (osName.equals("Linux"))
+ isLinux = true;
+ if (osName.equals("AIX"))
+ isAIX = true;
+ if (osName.equals("Solaris"))
+ isSunOS = true;
+ if (osName.equals("SunOS"))
+ isSunOS = true;
+ if (osName.equals("HP-UX"))
+ isHPUX = true;
+ IsAIX = isAIX;
+ IsSunOS = isSunOS;
+ IsLinux = isLinux;
+ IsHPUX = isHPUX;
}
/** Constants */
- public static final int /*long*/ AnyPropertyType = 0;
+ public static final int /* long */AnyPropertyType = 0;
public static final int ATK_RELATION_LABELLED_BY = 4;
public static final int G_FILE_TEST_IS_DIR = 1 << 2;
public static final int G_FILE_TEST_IS_EXECUTABLE = 1 << 3;
@@ -60,10 +67,10 @@ public class OS extends C {
public static final int GDK_BUTTON1_MASK = 0x100;
public static final int GDK_BUTTON2_MASK = 0x200;
public static final int GDK_BUTTON3_MASK = 0x400;
- public static final int GDK_BUTTON_MOTION_MASK = 1 << 4;
- public static final int GDK_BUTTON1_MOTION_MASK = 1 << 5;
- public static final int GDK_BUTTON2_MOTION_MASK = 1 << 6;
- public static final int GDK_BUTTON3_MOTION_MASK = 1 << 7;
+ public static final int GDK_BUTTON_MOTION_MASK = 1 << 4;
+ public static final int GDK_BUTTON1_MOTION_MASK = 1 << 5;
+ public static final int GDK_BUTTON2_MOTION_MASK = 1 << 6;
+ public static final int GDK_BUTTON3_MOTION_MASK = 1 << 7;
public static final int GDK_BUTTON_PRESS = 0x4;
public static final int GDK_BUTTON_PRESS_MASK = 0x100;
public static final int GDK_BUTTON_RELEASE = 0x7;
@@ -218,7 +225,7 @@ public class OS extends C {
public static final int GDK_SB_H_DOUBLE_ARROW = 0x6c;
public static final int GDK_SB_UP_ARROW = 0x72;
public static final int GDK_SB_V_DOUBLE_ARROW = 0x74;
- public static final int GDK_SCROLL_UP = 0;
+ public static final int GDK_SCROLL_UP = 0;
public static final int GDK_SCROLL_DOWN = 1;
public static final int GDK_SCROLL_LEFT = 2;
public static final int GDK_SCROLL_RIGHT = 3;
@@ -242,14 +249,14 @@ public class OS extends C {
public static final int GDK_XOR = 0x2;
public static final int GDK_XTERM = 0x98;
public static final int GDK_X_CURSOR = 0x0;
- public static final int GDK_VISIBILITY_NOTIFY = 29;
+ public static final int GDK_VISIBILITY_NOTIFY = 29;
public static final int GDK_VISIBILITY_FULLY_OBSCURED = 2;
public static final int GDK_VISIBILITY_NOTIFY_MASK = 1 << 17;
public static final int GDK_WINDOW_CHILD = 2;
public static final int GDK_WINDOW_STATE = 32;
- public static final int GDK_WINDOW_STATE_ICONIFIED = 1 << 1;
- public static final int GDK_WINDOW_STATE_MAXIMIZED = 1 << 2;
- public static final int GDK_WINDOW_STATE_FULLSCREEN = 1 << 4;
+ public static final int GDK_WINDOW_STATE_ICONIFIED = 1 << 1;
+ public static final int GDK_WINDOW_STATE_MAXIMIZED = 1 << 2;
+ public static final int GDK_WINDOW_STATE_FULLSCREEN = 1 << 4;
public static final int GTK_ACCEL_VISIBLE = 0x1;
public static final int GTK_ARROW_DOWN = 0x1;
public static final int GTK_ARROW_LEFT = 0x2;
@@ -302,14 +309,14 @@ public class OS extends C {
public static final int GTK_POLICY_NEVER = 0x2;
public static final int GTK_POS_TOP = 0x2;
public static final int GTK_POS_BOTTOM = 0x3;
- public static final int GTK_PRINT_CAPABILITY_PAGE_SET = 1 << 0;
- public static final int GTK_PRINT_CAPABILITY_COPIES = 1 << 1;
- public static final int GTK_PRINT_CAPABILITY_COLLATE = 1 << 2;
- public static final int GTK_PRINT_CAPABILITY_REVERSE = 1 << 3;
- public static final int GTK_PRINT_CAPABILITY_SCALE = 1 << 4;
+ public static final int GTK_PRINT_CAPABILITY_PAGE_SET = 1 << 0;
+ public static final int GTK_PRINT_CAPABILITY_COPIES = 1 << 1;
+ public static final int GTK_PRINT_CAPABILITY_COLLATE = 1 << 2;
+ public static final int GTK_PRINT_CAPABILITY_REVERSE = 1 << 3;
+ public static final int GTK_PRINT_CAPABILITY_SCALE = 1 << 4;
public static final int GTK_PRINT_CAPABILITY_GENERATE_PDF = 1 << 5;
- public static final int GTK_PRINT_CAPABILITY_GENERATE_PS = 1 << 6;
- public static final int GTK_PRINT_CAPABILITY_PREVIEW = 1 << 7;
+ public static final int GTK_PRINT_CAPABILITY_GENERATE_PS = 1 << 6;
+ public static final int GTK_PRINT_CAPABILITY_PREVIEW = 1 << 7;
public static final int GTK_PRINT_PAGES_ALL = 0;
public static final int GTK_PRINT_PAGES_CURRENT = 1;
public static final int GTK_PRINT_PAGES_RANGES = 2;
@@ -320,7 +327,7 @@ public class OS extends C {
public static final int GTK_PROGRESS_DISCRETE = 0x1;
public static final int GTK_PROGRESS_LEFT_TO_RIGHT = 0x0;
public static final int GTK_PROGRESS_BOTTOM_TO_TOP = 0x2;
- public static final int GTK_REALIZED = 1 << 6;
+ public static final int GTK_REALIZED = 1 << 6;
public static final int GTK_RECEIVES_DEFAULT = 1 << 20;
public static final int GTK_RELIEF_NONE = 0x2;
public static final int GTK_RELIEF_NORMAL = 0;
@@ -361,7 +368,7 @@ public class OS extends C {
public static final int GTK_STATE_PRELIGHT = 0x2;
public static final int GTK_STATE_SELECTED = 0x3;
public static final int GTK_TEXT_DIR_LTR = 1;
- public static final int GTK_TEXT_DIR_NONE = 0 ;
+ public static final int GTK_TEXT_DIR_NONE = 0;
public static final int GTK_TEXT_DIR_RTL = 2;
public static final int GTK_TEXT_WINDOW_TEXT = 2;
public static final int GTK_TOOLBAR_CHILD_BUTTON = 0x1;
@@ -401,7 +408,7 @@ public class OS extends C {
public static final int G_LOG_LEVEL_MASK = 0xfffffffc;
public static final int G_APP_INFO_CREATE_NONE = 0;
public static final int G_APP_INFO_CREATE_NEEDS_TERMINAL = (1 << 0);
- public static final int G_APP_INFO_CREATE_SUPPORTS_URIS = (1 << 1);
+ public static final int G_APP_INFO_CREATE_SUPPORTS_URIS = (1 << 1);
public static final int None = 0;
public static final int PANGO_ALIGN_LEFT = 0;
public static final int PANGO_ALIGN_CENTER = 1;
@@ -411,7 +418,7 @@ public class OS extends C {
public static final int PANGO_ATTR_UNDERLINE = 11;
public static final int PANGO_ATTR_UNDERLINE_COLOR = 18;
public static final int PANGO_DIRECTION_LTR = 0;
- public static final int PANGO_DIRECTION_RTL = 1;
+ public static final int PANGO_DIRECTION_RTL = 1;
public static final int PANGO_SCALE = 1024;
public static final int PANGO_STRETCH_ULTRA_CONDENSED = 0x0;
public static final int PANGO_STRETCH_EXTRA_CONDENSED = 0x1;
@@ -444,7 +451,7 @@ public class OS extends C {
public static final int X_OK = 0x01;
public static final int XA_CARDINAL = 6;
public static final int XA_WINDOW = 33;
-
+
/** Signals */
public static final byte[] activate = ascii("activate");
public static final byte[] button_press_event = ascii("button-press-event");
@@ -519,7 +526,7 @@ public class OS extends C {
public static final byte[] value_changed = ascii("value-changed");
public static final byte[] visibility_notify_event = ascii("visibility-notify-event");
public static final byte[] window_state_event = ascii("window-state-event");
-
+
/** Properties */
public static final byte[] active = ascii("active");
public static final byte[] background_gdk = ascii("background-gdk");
@@ -557,14641 +564,22416 @@ public class OS extends C {
public static final byte[] GTK_STOCK_FIND = ascii("gtk-find");
public static final byte[] GTK_STOCK_CANCEL = ascii("gtk-cancel");
public static final byte[] GTK_STOCK_CLEAR = ascii("gtk-clear");
-
- public static final int GTK_VERSION = VERSION(gtk_major_version(), gtk_minor_version(), gtk_micro_version());
-
-protected static byte [] ascii (String name) {
- int length = name.length ();
- char [] chars = new char [length];
- name.getChars (0, length, chars, 0);
- byte [] buffer = new byte [length + 1];
- for (int i=0; i<length; i++) {
- buffer [i] = (byte) chars [i];
- }
- return buffer;
-}
-public static int VERSION(int major, int minor, int micro) {
- return (major << 16) + (minor << 8) + micro;
-}
+ public static final int GTK_VERSION = VERSION(gtk_major_version(),
+ gtk_minor_version(), gtk_micro_version());
-/** 64 bit */
-public static final native int GInterfaceInfo_sizeof ();
-public static final native int GPollFD_sizeof ();
-public static final native int GTypeInfo_sizeof ();
-public static final native int GTypeQuery_sizeof ();
-public static final native int GdkColor_sizeof();
-public static final native int GdkDragContext_sizeof();
-public static final native int GdkEvent_sizeof();
-public static final native int GdkEventAny_sizeof();
-public static final native int GdkEventButton_sizeof();
-public static final native int GdkEventCrossing_sizeof();
-public static final native int GdkEventExpose_sizeof();
-public static final native int GdkEventFocus_sizeof();
-public static final native int GdkEventKey_sizeof();
-public static final native int GdkEventMotion_sizeof();
-public static final native int GdkEventProperty_sizeof();
-public static final native int GdkEventScroll_sizeof();
-public static final native int GdkEventVisibility_sizeof();
-public static final native int GdkEventWindowState_sizeof();
-public static final native int GdkGCValues_sizeof();
-public static final native int GdkGeometry_sizeof();
-public static final native int GdkImage_sizeof();
-public static final native int GdkRectangle_sizeof();
-public static final native int GdkVisual_sizeof();
-public static final native int GdkWindowAttr_sizeof();
-public static final native int GtkAdjustment_sizeof();
-public static final native int GtkAllocation_sizeof();
-public static final native int GtkBorder_sizeof();
-public static final native int GtkColorSelectionDialog_sizeof();
-public static final native int GtkFixed_sizeof();
-public static final native int GtkFixedClass_sizeof();
-public static final native int GtkRequisition_sizeof();
-public static final native int GtkSelectionData_sizeof();
-public static final native int GtkTargetEntry_sizeof();
-public static final native int GtkTargetPair_sizeof();
-public static final native int GtkTextIter_sizeof();
-public static final native int GtkCellRendererText_sizeof();
-public static final native int GtkCellRendererTextClass_sizeof();
-public static final native int GtkCellRendererPixbuf_sizeof();
-public static final native int GtkCellRendererPixbufClass_sizeof();
-public static final native int GtkCellRendererToggle_sizeof();
-public static final native int GtkCellRendererToggleClass_sizeof();
-public static final native int GtkTreeIter_sizeof();
-public static final native int PangoAttribute_sizeof();
-public static final native int PangoAttrColor_sizeof();
-public static final native int PangoAttrInt_sizeof();
-public static final native int PangoItem_sizeof();
-public static final native int PangoLayoutLine_sizeof();
-public static final native int PangoLayoutRun_sizeof();
-public static final native int PangoLogAttr_sizeof();
-public static final native int PangoRectangle_sizeof();
-public static final native int XAnyEvent_sizeof();
-public static final native int XClientMessageEvent_sizeof();
-public static final native int XEvent_sizeof();
-public static final native int XCrossingEvent_sizeof();
-public static final native int XExposeEvent_sizeof();
-public static final native int XFocusChangeEvent_sizeof();
-public static final native int XVisibilityEvent_sizeof();
-public static final native int XWindowChanges_sizeof();
-public static final native int /*long*/ localeconv_decimal_point();
-/**
- * @param path cast=(const char *)
- * @param realPath cast=(char *)
- */
-public static final native int /*long*/ realpath(byte[] path, byte[] realPath);
-
-
-
-/** Object private fields accessors */
-
-
-/** @param object_class cast=(GObjectClass *) */
-public static final native int /*long*/ G_OBJECT_CLASS_CONSTRUCTOR(int /*long*/ object_class);
-/**
- * @param object_class cast=(GObjectClass *)
- * @paramOFF constructor cast=(GObject* (*) (GType, guint, GObjectConstructParam *))
- */
-public static final native void G_OBJECT_CLASS_SET_CONSTRUCTOR(int /*long*/ object_class, int /*long*/ constructor);
-/** @param widget cast=(GtkWidget *) */
-public static final native int GTK_WIDGET_HEIGHT(int /*long*/ widget);
-/** @param widget cast=(GtkWidget *) */
-public static final native int GTK_WIDGET_WIDTH(int /*long*/ widget);
-/** @param widget cast=(GtkWidget *) */
-public static final native int /*long*/ GTK_WIDGET_WINDOW(int /*long*/ widget);
-/** @param widget cast=(GtkWidget *) */
-public static final native int GTK_WIDGET_X(int /*long*/ widget);
-/** @param widget cast=(GtkWidget *) */
-public static final native int GTK_WIDGET_Y(int /*long*/ widget);
-/** @param widget cast=(GtkRange *) */
-public static final native int GTK_RANGE_SLIDER_START(int /*long*/ widget);
-/** @param widget cast=(GtkRange *) */
-public static final native int GTK_RANGE_SLIDER_END(int /*long*/ widget);
-/** @param widget cast=(GtkRange *) */
-public static final native boolean GTK_RANGE_HAS_STEPPER_A(int /*long*/ widget);
-/** @param widget cast=(GtkRange *) */
-public static final native boolean GTK_RANGE_HAS_STEPPER_B(int /*long*/ widget);
-/** @param widget cast=(GtkRange *) */
-public static final native boolean GTK_RANGE_HAS_STEPPER_C(int /*long*/ widget);
-/** @param widget cast=(GtkRange *) */
-public static final native boolean GTK_RANGE_HAS_STEPPER_D(int /*long*/ widget);
-/** @param widget cast=(GtkScrolledWindow *) */
-public static final native int /*long*/ GTK_SCROLLED_WINDOW_HSCROLLBAR(int /*long*/ widget);
-/** @param widget cast=(GtkScrolledWindow *) */
-public static final native int /*long*/ GTK_SCROLLED_WINDOW_VSCROLLBAR(int /*long*/ widget);
-/** @param widget cast=(GtkScrolledWindow *) */
-public static final native int GTK_SCROLLED_WINDOW_SCROLLBAR_SPACING(int /*long*/ widget);
-/**
- * @param acce_label cast=(GtkAccelLabel *)
- * @param string cast=(gchar *)
- */
-public static final native void GTK_ACCEL_LABEL_SET_ACCEL_STRING(int /*long*/ acce_label, int /*long*/ string);
-/** @param acce_label cast=(GtkAccelLabel *) */
-public static final native int /*long*/ GTK_ACCEL_LABEL_GET_ACCEL_STRING(int /*long*/ acce_label);
-/** @param widget cast=(GtkEntry *) */
-public static final native int /*long*/ GTK_ENTRY_IM_CONTEXT(int /*long*/ widget);
-/** @param widget cast=(GtkTextView *) */
-public static final native int /*long*/ GTK_TEXTVIEW_IM_CONTEXT(int /*long*/ widget);
-/** @param widget cast=(GtkTooltips *) */
-public static final native int /*long*/ GTK_TOOLTIPS_TIP_WINDOW(int /*long*/ widget);
-/**
- * @param widget cast=(GtkTooltips *)
- * @param data cast=(GtkTooltipsData *)
- */
-public static final native void GTK_TOOLTIPS_SET_ACTIVE(int /*long*/ widget, int /*long*/ data);
-/** @param widget cast=(GtkWidget *) */
-public static final native void GTK_WIDGET_SET_HEIGHT(int /*long*/ widget, int height);
-/** @param widget cast=(GtkWidget *) */
-public static final native void GTK_WIDGET_SET_WIDTH(int /*long*/ widget, int width);
-/** @param widget cast=(GtkWidget *) */
-public static final native void GTK_WIDGET_SET_X(int /*long*/ widget, int x);
-/** @param widget cast=(GtkWidget *) */
-public static final native void GTK_WIDGET_SET_Y(int /*long*/ widget, int y);
-/** @param widget cast=(GtkWidget *) */
-public static final native int GTK_WIDGET_REQUISITION_WIDTH(int /*long*/ widget);
-/** @param widget cast=(GtkWidget *) */
-public static final native int GTK_WIDGET_REQUISITION_HEIGHT(int /*long*/ widget);
-/** @param event cast=(GdkEvent *) */
-public static final native int GDK_EVENT_TYPE(int /*long*/ event);
-/** @param event cast=(GdkEventAny *) */
-public static final native int /*long*/ GDK_EVENT_WINDOW(int /*long*/ event);
-/** @param xevent cast=(XEvent *) */
-public static final native int X_EVENT_TYPE(int /*long*/ xevent);
-/** @param xevent cast=(XAnyEvent *) */
-public static final native int /*long*/ X_EVENT_WINDOW(int /*long*/ xevent);
-
-/** X11 Native methods and constants */
-public static final int Above = 0;
-public static final int Below = 1;
-public static final int ButtonRelease = 5;
-public static final int ClientMessage = 33;
-public static final int CurrentTime = 0;
-public static final int CWSibling = 0x20;
-public static final int CWStackMode = 0x40;
-public static final int EnterNotify = 7;
-public static final int Expose = 12;
-public static final int FocusChangeMask = 1 << 21;
-public static final int FocusIn = 9;
-public static final int FocusOut = 10;
-public static final int GraphicsExpose = 13;
-public static final int NoExpose = 14;
-public static final int ExposureMask = 1 << 15;
-public static final int /*long*/ NoEventMask = 0;
-public static final int NotifyNormal = 0;
-public static final int NotifyGrab = 1;
-public static final int NotifyHint = 1;
-public static final int NotifyUngrab = 2;
-public static final int NotifyWhileGrabbed = 3;
-public static final int NotifyAncestor = 0;
-public static final int NotifyVirtual = 1;
-public static final int NotifyNonlinear = 3;
-public static final int NotifyNonlinearVirtual = 4;
-public static final int NotifyPointer = 5;
-public static final int RevertToParent = 2;
-public static final int VisibilityChangeMask = 1 << 16;
-public static final int VisibilityFullyObscured = 2;
-public static final int VisibilityNotify = 15;
-public static final int SYSTEM_TRAY_REQUEST_DOCK = 0;
-public static final native int _Call(int /*long*/ proc, int /*long*/ arg1, int /*long*/ arg2);
-public static final int Call(int /*long*/ proc, int /*long*/ arg1, int /*long*/ arg2) {
- lock.lock();
- try {
- return _Call(proc, arg1, arg2);
- } finally {
- lock.unlock();
+ protected static byte[] ascii(String name) {
+ int length = name.length();
+ char[] chars = new char[length];
+ name.getChars(0, length, chars, 0);
+ byte[] buffer = new byte[length + 1];
+ for (int i = 0; i < length; i++) {
+ buffer[i] = (byte) chars[i];
+ }
+ return buffer;
}
-}
-public static final native int /*long*/ _call (int /*long*/ function, int /*long*/ arg0, int /*long*/ arg1, int /*long*/ arg2, int /*long*/ arg3, int /*long*/ arg4, int /*long*/ arg5, int /*long*/ arg6);
-public static final int /*long*/ call (int /*long*/ function, int /*long*/ arg0, int /*long*/ arg1, int /*long*/ arg2, int /*long*/ arg3, int /*long*/ arg4, int /*long*/ arg5, int /*long*/ arg6) {
- lock.lock();
- try {
- return _call(function, arg0, arg1, arg2, arg3, arg4, arg5, arg6);
- } finally {
- lock.unlock();
+
+ public static int VERSION(int major, int minor, int micro) {
+ return (major << 16) + (minor << 8) + micro;
}
-}
-/** @method flags=no_gen */
-public static final native boolean GDK_WINDOWING_X11();
-/** @param pixmap cast=(GdkPixmap *) */
-public static final native int /*long*/ _GDK_PIXMAP_XID(int /*long*/ pixmap);
-public static final int /*long*/ GDK_PIXMAP_XID(int /*long*/ pixmap) {
- lock.lock();
- try {
- return _GDK_PIXMAP_XID(pixmap);
- } finally {
- lock.unlock();
+
+ /** 64 bit */
+ public static final native int GInterfaceInfo_sizeof();
+
+ public static final native int GPollFD_sizeof();
+
+ public static final native int GTypeInfo_sizeof();
+
+ public static final native int GTypeQuery_sizeof();
+
+ public static final native int GdkColor_sizeof();
+
+ public static final native int GdkDragContext_sizeof();
+
+ public static final native int GdkEvent_sizeof();
+
+ public static final native int GdkEventAny_sizeof();
+
+ public static final native int GdkEventButton_sizeof();
+
+ public static final native int GdkEventCrossing_sizeof();
+
+ public static final native int GdkEventExpose_sizeof();
+
+ public static final native int GdkEventFocus_sizeof();
+
+ public static final native int GdkEventKey_sizeof();
+
+ public static final native int GdkEventMotion_sizeof();
+
+ public static final native int GdkEventProperty_sizeof();
+
+ public static final native int GdkEventScroll_sizeof();
+
+ public static final native int GdkEventVisibility_sizeof();
+
+ public static final native int GdkEventWindowState_sizeof();
+
+ public static final native int GdkGCValues_sizeof();
+
+ public static final native int GdkGeometry_sizeof();
+
+ public static final native int GdkImage_sizeof();
+
+ public static final native int GdkRectangle_sizeof();
+
+ public static final native int GdkVisual_sizeof();
+
+ public static final native int GdkWindowAttr_sizeof();
+
+ public static final native int GtkAdjustment_sizeof();
+
+ public static final native int GtkAllocation_sizeof();
+
+ public static final native int GtkBorder_sizeof();
+
+ public static final native int GtkColorSelectionDialog_sizeof();
+
+ public static final native int GtkFixed_sizeof();
+
+ public static final native int GtkFixedClass_sizeof();
+
+ public static final native int GtkRequisition_sizeof();
+
+ public static final native int GtkSelectionData_sizeof();
+
+ public static final native int GtkTargetEntry_sizeof();
+
+ public static final native int GtkTargetPair_sizeof();
+
+ public static final native int GtkTextIter_sizeof();
+
+ public static final native int GtkCellRendererText_sizeof();
+
+ public static final native int GtkCellRendererTextClass_sizeof();
+
+ public static final native int GtkCellRendererPixbuf_sizeof();
+
+ public static final native int GtkCellRendererPixbufClass_sizeof();
+
+ public static final native int GtkCellRendererToggle_sizeof();
+
+ public static final native int GtkCellRendererToggleClass_sizeof();
+
+ public static final native int GtkTreeIter_sizeof();
+
+ public static final native int PangoAttribute_sizeof();
+
+ public static final native int PangoAttrColor_sizeof();
+
+ public static final native int PangoAttrInt_sizeof();
+
+ public static final native int PangoItem_sizeof();
+
+ public static final native int PangoLayoutLine_sizeof();
+
+ public static final native int PangoLayoutRun_sizeof();
+
+ public static final native int PangoLogAttr_sizeof();
+
+ public static final native int PangoRectangle_sizeof();
+
+ public static final native int XAnyEvent_sizeof();
+
+ public static final native int XClientMessageEvent_sizeof();
+
+ public static final native int XEvent_sizeof();
+
+ public static final native int XCrossingEvent_sizeof();
+
+ public static final native int XExposeEvent_sizeof();
+
+ public static final native int XFocusChangeEvent_sizeof();
+
+ public static final native int XVisibilityEvent_sizeof();
+
+ public static final native int XWindowChanges_sizeof();
+
+ public static final native int /* long */localeconv_decimal_point();
+
+ /**
+ * @param path
+ * cast=(const char *)
+ * @param realPath
+ * cast=(char *)
+ */
+ public static final native int /* long */realpath(byte[] path,
+ byte[] realPath);
+
+ /** Object private fields accessors */
+
+ /**
+ * @param object_class
+ * cast=(GObjectClass *)
+ */
+ public static final native int /* long */G_OBJECT_CLASS_CONSTRUCTOR(
+ int /* long */object_class);
+
+ /**
+ * @param object_class
+ * cast=(GObjectClass *)
+ * @paramOFF constructor cast=(GObject* (*) (GType, guint,
+ * GObjectConstructParam *))
+ */
+ public static final native void G_OBJECT_CLASS_SET_CONSTRUCTOR(
+ int /* long */object_class, int /* long */constructor);
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native int GTK_WIDGET_HEIGHT(int /* long */widget);
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native int GTK_WIDGET_WIDTH(int /* long */widget);
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native int /* long */GTK_WIDGET_WINDOW(
+ int /* long */widget);
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native int GTK_WIDGET_X(int /* long */widget);
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native int GTK_WIDGET_Y(int /* long */widget);
+
+ /**
+ * @param widget
+ * cast=(GtkRange *)
+ */
+ public static final native int GTK_RANGE_SLIDER_START(int /* long */widget);
+
+ /**
+ * @param widget
+ * cast=(GtkRange *)
+ */
+ public static final native int GTK_RANGE_SLIDER_END(int /* long */widget);
+
+ /**
+ * @param widget
+ * cast=(GtkRange *)
+ */
+ public static final native boolean GTK_RANGE_HAS_STEPPER_A(
+ int /* long */widget);
+
+ /**
+ * @param widget
+ * cast=(GtkRange *)
+ */
+ public static final native boolean GTK_RANGE_HAS_STEPPER_B(
+ int /* long */widget);
+
+ /**
+ * @param widget
+ * cast=(GtkRange *)
+ */
+ public static final native boolean GTK_RANGE_HAS_STEPPER_C(
+ int /* long */widget);
+
+ /**
+ * @param widget
+ * cast=(GtkRange *)
+ */
+ public static final native boolean GTK_RANGE_HAS_STEPPER_D(
+ int /* long */widget);
+
+ /**
+ * @param widget
+ * cast=(GtkScrolledWindow *)
+ */
+ public static final native int /* long */GTK_SCROLLED_WINDOW_HSCROLLBAR(
+ int /* long */widget);
+
+ /**
+ * @param widget
+ * cast=(GtkScrolledWindow *)
+ */
+ public static final native int /* long */GTK_SCROLLED_WINDOW_VSCROLLBAR(
+ int /* long */widget);
+
+ /**
+ * @param widget
+ * cast=(GtkScrolledWindow *)
+ */
+ public static final native int GTK_SCROLLED_WINDOW_SCROLLBAR_SPACING(
+ int /* long */widget);
+
+ /**
+ * @param acce_label
+ * cast=(GtkAccelLabel *)
+ * @param string
+ * cast=(gchar *)
+ */
+ public static final native void GTK_ACCEL_LABEL_SET_ACCEL_STRING(
+ int /* long */acce_label, int /* long */string);
+
+ /**
+ * @param acce_label
+ * cast=(GtkAccelLabel *)
+ */
+ public static final native int /* long */GTK_ACCEL_LABEL_GET_ACCEL_STRING(
+ int /* long */acce_label);
+
+ /**
+ * @param widget
+ * cast=(GtkEntry *)
+ */
+ public static final native int /* long */GTK_ENTRY_IM_CONTEXT(
+ int /* long */widget);
+
+ /**
+ * @param widget
+ * cast=(GtkTextView *)
+ */
+ public static final native int /* long */GTK_TEXTVIEW_IM_CONTEXT(
+ int /* long */widget);
+
+ /**
+ * @param widget
+ * cast=(GtkTooltips *)
+ */
+ public static final native int /* long */GTK_TOOLTIPS_TIP_WINDOW(
+ int /* long */widget);
+
+ /**
+ * @param widget
+ * cast=(GtkTooltips *)
+ * @param data
+ * cast=(GtkTooltipsData *)
+ */
+ public static final native void GTK_TOOLTIPS_SET_ACTIVE(
+ int /* long */widget, int /* long */data);
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void GTK_WIDGET_SET_HEIGHT(int /* long */widget,
+ int height);
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void GTK_WIDGET_SET_WIDTH(int /* long */widget,
+ int width);
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void GTK_WIDGET_SET_X(int /* long */widget, int x);
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void GTK_WIDGET_SET_Y(int /* long */widget, int y);
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native int GTK_WIDGET_REQUISITION_WIDTH(
+ int /* long */widget);
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native int GTK_WIDGET_REQUISITION_HEIGHT(
+ int /* long */widget);
+
+ /**
+ * @param event
+ * cast=(GdkEvent *)
+ */
+ public static final native int GDK_EVENT_TYPE(int /* long */event);
+
+ /**
+ * @param event
+ * cast=(GdkEventAny *)
+ */
+ public static final native int /* long */GDK_EVENT_WINDOW(
+ int /* long */event);
+
+ /**
+ * @param xevent
+ * cast=(XEvent *)
+ */
+ public static final native int X_EVENT_TYPE(int /* long */xevent);
+
+ /**
+ * @param xevent
+ * cast=(XAnyEvent *)
+ */
+ public static final native int /* long */X_EVENT_WINDOW(
+ int /* long */xevent);
+
+ /** X11 Native methods and constants */
+ public static final int Above = 0;
+ public static final int Below = 1;
+ public static final int ButtonRelease = 5;
+ public static final int ClientMessage = 33;
+ public static final int CurrentTime = 0;
+ public static final int CWSibling = 0x20;
+ public static final int CWStackMode = 0x40;
+ public static final int EnterNotify = 7;
+ public static final int Expose = 12;
+ public static final int FocusChangeMask = 1 << 21;
+ public static final int FocusIn = 9;
+ public static final int FocusOut = 10;
+ public static final int GraphicsExpose = 13;
+ public static final int NoExpose = 14;
+ public static final int ExposureMask = 1 << 15;
+ public static final int /* long */NoEventMask = 0;
+ public static final int NotifyNormal = 0;
+ public static final int NotifyGrab = 1;
+ public static final int NotifyHint = 1;
+ public static final int NotifyUngrab = 2;
+ public static final int NotifyWhileGrabbed = 3;
+ public static final int NotifyAncestor = 0;
+ public static final int NotifyVirtual = 1;
+ public static final int NotifyNonlinear = 3;
+ public static final int NotifyNonlinearVirtual = 4;
+ public static final int NotifyPointer = 5;
+ public static final int RevertToParent = 2;
+ public static final int VisibilityChangeMask = 1 << 16;
+ public static final int VisibilityFullyObscured = 2;
+ public static final int VisibilityNotify = 15;
+ public static final int SYSTEM_TRAY_REQUEST_DOCK = 0;
+
+ public static final native int _Call(int /* long */proc, int /* long */arg1,
+ int /* long */arg2);
+
+ public static final int Call(int /* long */proc, int /* long */arg1,
+ int /* long */arg2) {
+ lock.lock();
+ try {
+ return _Call(proc, arg1, arg2);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param display cast=(Display *)
- * @param event_mask cast=(long)
- * @param event_return cast=(XEvent *)
- */
-public static final native boolean _XCheckMaskEvent(int /*long*/ display, int /*long*/ event_mask, int /*long*/ event_return);
-public static final boolean XCheckMaskEvent(int /*long*/ display, int /*long*/ event_mask, int /*long*/ event_return) {
- lock.lock();
- try {
- return _XCheckMaskEvent(display, event_mask, event_return);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_call(int /* long */function,
+ int /* long */arg0, int /* long */arg1, int /* long */arg2,
+ int /* long */arg3, int /* long */arg4, int /* long */arg5,
+ int /* long */arg6);
+
+ public static final int /* long */call(int /* long */function,
+ int /* long */arg0, int /* long */arg1, int /* long */arg2,
+ int /* long */arg3, int /* long */arg4, int /* long */arg5,
+ int /* long */arg6) {
+ lock.lock();
+ try {
+ return _call(function, arg0, arg1, arg2, arg3, arg4, arg5, arg6);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param display cast=(Display *)
- * @param window cast=(Window)
- * @param event_mask cast=(long)
- * @param event_return cast=(XEvent *)
- */
-public static final native boolean _XCheckWindowEvent(int /*long*/ display, int /*long*/ window, int /*long*/ event_mask, int /*long*/ event_return);
-public static final boolean XCheckWindowEvent(int /*long*/ display, int /*long*/ window, int /*long*/ event_mask, int /*long*/ event_return) {
- lock.lock();
- try {
- return _XCheckWindowEvent(display, window, event_mask, event_return);
- } finally {
- lock.unlock();
+
+ /** @method flags=no_gen */
+ public static final native boolean GDK_WINDOWING_X11();
+
+ /**
+ * @param pixmap
+ * cast=(GdkPixmap *)
+ */
+ public static final native int /* long */_GDK_PIXMAP_XID(
+ int /* long */pixmap);
+
+ public static final int /* long */GDK_PIXMAP_XID(int /* long */pixmap) {
+ lock.lock();
+ try {
+ return _GDK_PIXMAP_XID(pixmap);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param display cast=(Display *)
- * @param event_return cast=(XEvent *)
- * @param predicate cast=(Bool (*)())
- * @param arg cast=(XPointer)
- */
-public static final native boolean _XCheckIfEvent(int /*long*/ display, int /*long*/ event_return, int /*long*/ predicate, int /*long*/ arg);
-public static final boolean XCheckIfEvent(int /*long*/ display, int /*long*/ event_return, int /*long*/ predicate, int /*long*/ arg) {
- lock.lock();
- try {
- return _XCheckIfEvent(display, event_return, predicate, arg);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ * @param event_mask
+ * cast=(long)
+ * @param event_return
+ * cast=(XEvent *)
+ */
+ public static final native boolean _XCheckMaskEvent(int /* long */display,
+ int /* long */event_mask, int /* long */event_return);
+
+ public static final boolean XCheckMaskEvent(int /* long */display,
+ int /* long */event_mask, int /* long */event_return) {
+ lock.lock();
+ try {
+ return _XCheckMaskEvent(display, event_mask, event_return);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param display cast=(Display *) */
-public static final native int _XDefaultScreen(int /*long*/ display);
-public static final int XDefaultScreen(int /*long*/ display) {
- lock.lock();
- try {
- return _XDefaultScreen(display);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ * @param window
+ * cast=(Window)
+ * @param event_mask
+ * cast=(long)
+ * @param event_return
+ * cast=(XEvent *)
+ */
+ public static final native boolean _XCheckWindowEvent(int /* long */display,
+ int /* long */window, int /* long */event_mask,
+ int /* long */event_return);
+
+ public static final boolean XCheckWindowEvent(int /* long */display,
+ int /* long */window, int /* long */event_mask,
+ int /* long */event_return) {
+ lock.lock();
+ try {
+ return _XCheckWindowEvent(display, window, event_mask, event_return);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param display cast=(Display *) */
-public static final native int /*long*/ _XDefaultRootWindow(int /*long*/ display);
-public static final int /*long*/ XDefaultRootWindow(int /*long*/ display) {
- lock.lock();
- try {
- return _XDefaultRootWindow(display);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ * @param event_return
+ * cast=(XEvent *)
+ * @param predicate
+ * cast=(Bool (*)())
+ * @param arg
+ * cast=(XPointer)
+ */
+ public static final native boolean _XCheckIfEvent(int /* long */display,
+ int /* long */event_return, int /* long */predicate,
+ int /* long */arg);
+
+ public static final boolean XCheckIfEvent(int /* long */display,
+ int /* long */event_return, int /* long */predicate,
+ int /* long */arg) {
+ lock.lock();
+ try {
+ return _XCheckIfEvent(display, event_return, predicate, arg);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param display cast=(Display *) */
-public static final native void _XFlush(int /*long*/ display);
-public static final void XFlush(int /*long*/ display) {
- lock.lock();
- try {
- _XFlush(display);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ */
+ public static final native int _XDefaultScreen(int /* long */display);
+
+ public static final int XDefaultScreen(int /* long */display) {
+ lock.lock();
+ try {
+ return _XDefaultScreen(display);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param address cast=(void *) */
-public static final native void _XFree(int /*long*/ address);
-public static final void XFree(int /*long*/ address) {
- lock.lock();
- try {
- _XFree(address);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ */
+ public static final native int /* long */_XDefaultRootWindow(
+ int /* long */display);
+
+ public static final int /* long */XDefaultRootWindow(int /* long */display) {
+ lock.lock();
+ try {
+ return _XDefaultRootWindow(display);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param display cast=(Display *)
- * @param selection cast=(Atom)
- * @param owner cast=(Window)
- * @param time cast=(Time)
- */
-public static final native int /*long*/ _XSetSelectionOwner(int /*long*/ display, int /*long*/ selection, int /*long*/ window, int time);
-public static final int /*long*/ XSetSelectionOwner(int /*long*/ display, int /*long*/ selection, int /*long*/ window, int time) {
- lock.lock();
- try {
- return _XSetSelectionOwner(display, selection, window, time);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ */
+ public static final native void _XFlush(int /* long */display);
+
+ public static final void XFlush(int /* long */display) {
+ lock.lock();
+ try {
+ _XFlush(display);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param display cast=(Display *)
- * @param selection cast=(Atom)
- */
-public static final native int /*long*/ _XGetSelectionOwner(int /*long*/ display, int /*long*/ selection);
-public static final int /*long*/ XGetSelectionOwner(int /*long*/ display, int /*long*/ selection) {
- lock.lock();
- try {
- return _XGetSelectionOwner(display, selection);
- } finally {
- lock.unlock();
+
+ /**
+ * @param address
+ * cast=(void *)
+ */
+ public static final native void _XFree(int /* long */address);
+
+ public static final void XFree(int /* long */address) {
+ lock.lock();
+ try {
+ _XFree(address);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param display cast=(Display *)
- * @param window cast=(Window)
- * @param property cast=(Atom)
- * @param req_type cast=(Atom)
- * @param actual_type_return cast=(Atom*)
- * @param actual_format_return cast=(Atom*)
- * @param actual_format_return cast=(int *)
- * @param nitems_return cast=(unsigned long *)
- * @param bytes_after_return cast=(unsigned long *)
- * @param prop_return cast=(unsigned char **)
- */
-public static final native int /*long*/ _XGetWindowProperty(int /*long*/ display, int /*long*/ window, int /*long*/ property, int offset, int length, boolean delete, int /*long*/ req_type, int /*long*/ [] actual_type_return, int [] actual_format_return , int[] nitems_return, int[] bytes_after_return, int /*long*/ [] prop_return);
-public static final int /*long*/ XGetWindowProperty(int /*long*/ display, int /*long*/ window, int /*long*/ property, int offset, int length, boolean delete, int /*long*/ req_type, int /*long*/ [] actual_type_return, int [] actual_format_return, int[] nitems_return, int[] bytes_after_return, int /*long*/ [] prop_return) {
- lock.lock();
- try {
- return _XGetWindowProperty(display, window, property, offset, length, delete, req_type, actual_type_return, actual_format_return , nitems_return, bytes_after_return, prop_return);
- } finally {
- lock.unlock();
+ /**
+ * @param display
+ * cast=(Display *)
+ * @param selection
+ * cast=(Atom)
+ * @param owner
+ * cast=(Window)
+ * @param time
+ * cast=(Time)
+ */
+ public static final native int /* long */_XSetSelectionOwner(
+ int /* long */display, int /* long */selection,
+ int /* long */window, int time);
+
+ public static final int /* long */XSetSelectionOwner(int /* long */display,
+ int /* long */selection, int /* long */window, int time) {
+ lock.lock();
+ try {
+ return _XSetSelectionOwner(display, selection, window, time);
+ } finally {
+ lock.unlock();
+ }
}
-}
+ /**
+ * @param display
+ * cast=(Display *)
+ * @param selection
+ * cast=(Atom)
+ */
+ public static final native int /* long */_XGetSelectionOwner(
+ int /* long */display, int /* long */selection);
-/**
- * @param display cast=(Display *)
- * @param name cast=(char *)
- * @param ifExists cast=(Bool)
- */
-public static final native int /*long*/ _XInternAtom(int /*long*/ display, byte[] name, boolean ifExists);
-public static final int /*long*/ XInternAtom(int /*long*/ display, byte[] name, boolean ifExists) {
- lock.lock();
- try {
- return _XInternAtom(display, name, ifExists);
- } finally {
- lock.unlock();
+ public static final int /* long */XGetSelectionOwner(int /* long */display,
+ int /* long */selection) {
+ lock.lock();
+ try {
+ return _XGetSelectionOwner(display, selection);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param display cast=(Display *)
- * @param w cast=(Window)
- * @param root_return cast=(Window *)
- * @param child_return cast=(Window *)
- * @param root_x_return cast=(int *)
- * @param root_y_return cast=(int *)
- * @param win_x_return cast=(int *)
- * @param win_y_return cast=(int *)
- * @param mask_return cast=(unsigned int *)
- */
-public static final native int _XQueryPointer(int /*long*/ display, int /*long*/ w, int /*long*/[] root_return, int /*long*/[] child_return, int[] root_x_return, int[] root_y_return, int[] win_x_return, int[] win_y_return, int[] mask_return);
-public static final int XQueryPointer(int /*long*/ display, int /*long*/ w, int /*long*/[] root_return, int /*long*/[] child_return, int[] root_x_return, int[] root_y_return, int[] win_x_return, int[] win_y_return, int[] mask_return) {
- lock.lock();
- try {
- return _XQueryPointer(display, w, root_return, child_return, root_x_return, root_y_return, win_x_return, win_y_return, mask_return);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ * @param window
+ * cast=(Window)
+ * @param property
+ * cast=(Atom)
+ * @param req_type
+ * cast=(Atom)
+ * @param actual_type_return
+ * cast=(Atom*)
+ * @param actual_format_return
+ * cast=(Atom*)
+ * @param actual_format_return
+ * cast=(int *)
+ * @param nitems_return
+ * cast=(unsigned long *)
+ * @param bytes_after_return
+ * cast=(unsigned long *)
+ * @param prop_return
+ * cast=(unsigned char **)
+ */
+ public static final native int /* long */_XGetWindowProperty(
+ int /* long */display, int /* long */window, int /* long */property,
+ int offset, int length, boolean delete, int /* long */req_type,
+ int /* long */[] actual_type_return, int[] actual_format_return,
+ int[] nitems_return, int[] bytes_after_return,
+ int /* long */[] prop_return);
+
+ public static final int /* long */XGetWindowProperty(int /* long */display,
+ int /* long */window, int /* long */property, int offset, int length,
+ boolean delete, int /* long */req_type,
+ int /* long */[] actual_type_return, int[] actual_format_return,
+ int[] nitems_return, int[] bytes_after_return,
+ int /* long */[] prop_return) {
+ lock.lock();
+ try {
+ return _XGetWindowProperty(display, window, property, offset,
+ length, delete, req_type, actual_type_return,
+ actual_format_return, nitems_return, bytes_after_return,
+ prop_return);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param display cast=(Display *)
- * @param w cast=(Window)
- * @param root_return cast=(Window *)
- * @param parent_return cast=(Window *)
- * @param children_return cast=(Window **)
- * @param nchildren_return cast=(unsigned int *)
- */
-public static final native int _XQueryTree(int /*long*/ display, int /*long*/ w, int /*long*/[] root_return, int /*long*/[] parent_return, int /*long*/[] children_return, int[] nchildren_return);
-public static final int XQueryTree(int /*long*/ display, int /*long*/ w, int /*long*/[] root_return, int /*long*/[] parent_return, int /*long*/[] children_return, int[] nchildren_return) {
- lock.lock();
- try {
- return _XQueryTree(display, w, root_return, parent_return, children_return, nchildren_return);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ * @param name
+ * cast=(char *)
+ * @param ifExists
+ * cast=(Bool)
+ */
+ public static final native int /* long */_XInternAtom(
+ int /* long */display, byte[] name, boolean ifExists);
+
+ public static final int /* long */XInternAtom(int /* long */display,
+ byte[] name, boolean ifExists) {
+ lock.lock();
+ try {
+ return _XInternAtom(display, name, ifExists);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param display cast=(Display *)
- * @param keysym cast=(KeySym)
- */
-public static final native int _XKeysymToKeycode(int /*long*/ display, int /*long*/ keysym);
-public static final int XKeysymToKeycode(int /*long*/ display, int /*long*/ keysym) {
- lock.lock();
- try {
- return _XKeysymToKeycode(display, keysym);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ * @param w
+ * cast=(Window)
+ * @param root_return
+ * cast=(Window *)
+ * @param child_return
+ * cast=(Window *)
+ * @param root_x_return
+ * cast=(int *)
+ * @param root_y_return
+ * cast=(int *)
+ * @param win_x_return
+ * cast=(int *)
+ * @param win_y_return
+ * cast=(int *)
+ * @param mask_return
+ * cast=(unsigned int *)
+ */
+ public static final native int _XQueryPointer(int /* long */display,
+ int /* long */w, int /* long */[] root_return,
+ int /* long */[] child_return, int[] root_x_return,
+ int[] root_y_return, int[] win_x_return, int[] win_y_return,
+ int[] mask_return);
+
+ public static final int XQueryPointer(int /* long */display,
+ int /* long */w, int /* long */[] root_return,
+ int /* long */[] child_return, int[] root_x_return,
+ int[] root_y_return, int[] win_x_return, int[] win_y_return,
+ int[] mask_return) {
+ lock.lock();
+ try {
+ return _XQueryPointer(display, w, root_return, child_return,
+ root_x_return, root_y_return, win_x_return, win_y_return,
+ mask_return);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param display cast=(Display *)
- * @param window cast=(Window)
- * @param num_prop_return cast=(int *)
- */
-public static final native int /*long*/ _XListProperties(int /*long*/ display, int /*long*/ window, int[] num_prop_return);
-public static final int /*long*/ XListProperties(int /*long*/ display, int /*long*/ window, int[] num_prop_return) {
- lock.lock();
- try {
- return _XListProperties(display, window, num_prop_return);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ * @param w
+ * cast=(Window)
+ * @param root_return
+ * cast=(Window *)
+ * @param parent_return
+ * cast=(Window *)
+ * @param children_return
+ * cast=(Window **)
+ * @param nchildren_return
+ * cast=(unsigned int *)
+ */
+ public static final native int _XQueryTree(int /* long */display,
+ int /* long */w, int /* long */[] root_return,
+ int /* long */[] parent_return, int /* long */[] children_return,
+ int[] nchildren_return);
+
+ public static final int XQueryTree(int /* long */display,
+ int /* long */w, int /* long */[] root_return,
+ int /* long */[] parent_return, int /* long */[] children_return,
+ int[] nchildren_return) {
+ lock.lock();
+ try {
+ return _XQueryTree(display, w, root_return, parent_return,
+ children_return, nchildren_return);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param display cast=(Display *)
- * @param window cast=(Window)
- * @param values flags=no_out
- */
-public static final native int _XReconfigureWMWindow(int /*long*/ display, int /*long*/ window, int screen, int valueMask, XWindowChanges values);
-public static final int XReconfigureWMWindow(int /*long*/ display, int /*long*/ window, int screen, int valueMask, XWindowChanges values) {
- lock.lock();
- try {
- return _XReconfigureWMWindow(display, window, screen, valueMask, values);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ * @param keysym
+ * cast=(KeySym)
+ */
+ public static final native int _XKeysymToKeycode(int /* long */display,
+ int /* long */keysym);
+
+ public static final int XKeysymToKeycode(int /* long */display,
+ int /* long */keysym) {
+ lock.lock();
+ try {
+ return _XKeysymToKeycode(display, keysym);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param display cast=(Display *)
- * @param w cast=(Window)
- * @param event_send cast=(XEvent *)
- */
-public static final native int _XSendEvent(int /*long*/ display, int /*long*/ w, boolean propogate, int /*long*/ event_mask, int /*long*/ event_send);
-public static final int XSendEvent(int /*long*/ display, int /*long*/ w, boolean propogate, int /*long*/ event_mask, int /*long*/ event_send) {
- lock.lock();
- try {
- return _XSendEvent(display, w, propogate, event_mask, event_send);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ * @param window
+ * cast=(Window)
+ * @param num_prop_return
+ * cast=(int *)
+ */
+ public static final native int /* long */_XListProperties(
+ int /* long */display, int /* long */window, int[] num_prop_return);
+
+ public static final int /* long */XListProperties(int /* long */display,
+ int /* long */window, int[] num_prop_return) {
+ lock.lock();
+ try {
+ return _XListProperties(display, window, num_prop_return);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param handler cast=(XIOErrorHandler) */
-public static final native int /*long*/ _XSetIOErrorHandler(int /*long*/ handler);
-public static final int /*long*/ XSetIOErrorHandler(int /*long*/ handler) {
- lock.lock();
- try {
- return _XSetIOErrorHandler(handler);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ * @param window
+ * cast=(Window)
+ * @param values
+ * flags=no_out
+ */
+ public static final native int _XReconfigureWMWindow(int /* long */display,
+ int /* long */window, int screen, int valueMask,
+ XWindowChanges values);
+
+ public static final int XReconfigureWMWindow(int /* long */display,
+ int /* long */window, int screen, int valueMask,
+ XWindowChanges values) {
+ lock.lock();
+ try {
+ return _XReconfigureWMWindow(display, window, screen, valueMask,
+ values);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param handler cast=(XErrorHandler) */
-public static final native int /*long*/ _XSetErrorHandler(int /*long*/ handler);
-public static final int /*long*/ XSetErrorHandler(int /*long*/ handler) {
- lock.lock();
- try {
- return _XSetErrorHandler(handler);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ * @param w
+ * cast=(Window)
+ * @param event_send
+ * cast=(XEvent *)
+ */
+ public static final native int _XSendEvent(int /* long */display,
+ int /* long */w, boolean propogate, int /* long */event_mask,
+ int /* long */event_send);
+
+ public static final int XSendEvent(int /* long */display,
+ int /* long */w, boolean propogate, int /* long */event_mask,
+ int /* long */event_send) {
+ lock.lock();
+ try {
+ return _XSendEvent(display, w, propogate, event_mask, event_send);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param display cast=(Display *)
- * @param window cast=(Window)
- */
-public static final native int _XSetInputFocus(int /*long*/ display, int /*long*/ window, int revert, int time);
-public static final int XSetInputFocus(int /*long*/ display, int /*long*/ window, int revert, int time) {
- lock.lock();
- try {
- return _XSetInputFocus(display, window, revert, time);
- } finally {
- lock.unlock();
+
+ /**
+ * @param handler
+ * cast=(XIOErrorHandler)
+ */
+ public static final native int /* long */_XSetIOErrorHandler(
+ int /* long */handler);
+
+ public static final int /* long */XSetIOErrorHandler(int /* long */handler) {
+ lock.lock();
+ try {
+ return _XSetIOErrorHandler(handler);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param display cast=(Display *)
- * @param w cast=(Window)
- * @param prop_window cast=(Window)
- */
-public static final native int _XSetTransientForHint(int /*long*/ display, int /*long*/ w, int /*long*/ prop_window);
-public static final int XSetTransientForHint(int /*long*/ display, int /*long*/ w, int /*long*/ prop_window) {
- lock.lock();
- try {
- return _XSetTransientForHint(display, w, prop_window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param handler
+ * cast=(XErrorHandler)
+ */
+ public static final native int /* long */_XSetErrorHandler(
+ int /* long */handler);
+
+ public static final int /* long */XSetErrorHandler(int /* long */handler) {
+ lock.lock();
+ try {
+ return _XSetErrorHandler(handler);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param display cast=(Display *) */
-public static final native int /*long*/ _XSynchronize(int /*long*/ display, boolean onoff);
-public static final int /*long*/ XSynchronize(int /*long*/ display, boolean onoff) {
- lock.lock();
- try {
- return _XSynchronize(display, onoff);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ * @param window
+ * cast=(Window)
+ */
+ public static final native int _XSetInputFocus(int /* long */display,
+ int /* long */window, int revert, int time);
+
+ public static final int XSetInputFocus(int /* long */display,
+ int /* long */window, int revert, int time) {
+ lock.lock();
+ try {
+ return _XSetInputFocus(display, window, revert, time);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param display cast=(Display *)
- * @param is_press cast=(Bool)
- * @param delay cast=(unsigned long)
- */
-public static final native void _XTestFakeButtonEvent(int /*long*/ display, int button, boolean is_press, int /*long*/ delay);
-public static final void XTestFakeButtonEvent(int /*long*/ display, int button, boolean is_press, int /*long*/ delay) {
- lock.lock();
- try {
- _XTestFakeButtonEvent(display, button, is_press, delay);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ * @param w
+ * cast=(Window)
+ * @param prop_window
+ * cast=(Window)
+ */
+ public static final native int _XSetTransientForHint(int /* long */display,
+ int /* long */w, int /* long */prop_window);
+
+ public static final int XSetTransientForHint(int /* long */display,
+ int /* long */w, int /* long */prop_window) {
+ lock.lock();
+ try {
+ return _XSetTransientForHint(display, w, prop_window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param display cast=(Display *)
- * @param is_press cast=(Bool)
- * @param delay cast=(unsigned long)
- */
-public static final native void _XTestFakeKeyEvent(int /*long*/ display, int keycode, boolean is_press, int /*long*/ delay);
-public static final void XTestFakeKeyEvent(int /*long*/ display, int keycode, boolean is_press, int /*long*/ delay) {
- lock.lock();
- try {
- _XTestFakeKeyEvent(display, keycode, is_press, delay);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ */
+ public static final native int /* long */_XSynchronize(
+ int /* long */display, boolean onoff);
+
+ public static final int /* long */XSynchronize(int /* long */display,
+ boolean onoff) {
+ lock.lock();
+ try {
+ return _XSynchronize(display, onoff);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param display cast=(Display *)
- * @param delay cast=(unsigned long)
- */
-public static final native void _XTestFakeMotionEvent(int /*long*/ display, int screen_number, int x, int y, int /*long*/ delay);
-public static final void XTestFakeMotionEvent(int /*long*/ display, int screen_number, int x, int y, int /*long*/ delay) {
- lock.lock();
- try {
- _XTestFakeMotionEvent(display, screen_number, x, y, delay);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ * @param is_press
+ * cast=(Bool)
+ * @param delay
+ * cast=(unsigned long)
+ */
+ public static final native void _XTestFakeButtonEvent(int /* long */display,
+ int button, boolean is_press, int /* long */delay);
+
+ public static final void XTestFakeButtonEvent(int /* long */display,
+ int button, boolean is_press, int /* long */delay) {
+ lock.lock();
+ try {
+ _XTestFakeButtonEvent(display, button, is_press, delay);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param display cast=(Display *)
- * @param sourceWindow cast=(Window)
- * @param destWindow cast=(Window)
- */
-public static final native int _XWarpPointer(int /*long*/ display, int /*long*/ sourceWindow, int /*long*/ destWindow, int sourceX, int sourceY, int sourceWidth, int sourceHeight, int destX, int destY);
-public static final int XWarpPointer(int /*long*/ display, int /*long*/ sourceWindow, int /*long*/ destWindow, int sourceX, int sourceY, int sourceWidth, int sourceHeight, int destX, int destY) {
- lock.lock();
- try {
- return _XWarpPointer(display, sourceWindow, destWindow, sourceX, sourceY, sourceWidth, sourceHeight, destX, destY);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ * @param is_press
+ * cast=(Bool)
+ * @param delay
+ * cast=(unsigned long)
+ */
+ public static final native void _XTestFakeKeyEvent(int /* long */display,
+ int keycode, boolean is_press, int /* long */delay);
+
+ public static final void XTestFakeKeyEvent(int /* long */display,
+ int keycode, boolean is_press, int /* long */delay) {
+ lock.lock();
+ try {
+ _XTestFakeKeyEvent(display, keycode, is_press, delay);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param atom cast=(GdkAtom) */
-public static final native int /*long*/ _gdk_x11_atom_to_xatom(int /*long*/ atom);
-public static final int /*long*/ gdk_x11_atom_to_xatom(int /*long*/ atom) {
- lock.lock();
- try {
- return _gdk_x11_atom_to_xatom(atom);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ * @param delay
+ * cast=(unsigned long)
+ */
+ public static final native void _XTestFakeMotionEvent(int /* long */display,
+ int screen_number, int x, int y, int /* long */delay);
+
+ public static final void XTestFakeMotionEvent(int /* long */display,
+ int screen_number, int x, int y, int /* long */delay) {
+ lock.lock();
+ try {
+ _XTestFakeMotionEvent(display, screen_number, x, y, delay);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param colormap cast=(GdkColormap *) */
-public static final native int /*long*/ _gdk_x11_colormap_get_xcolormap(int /*long*/ colormap);
-public static final int /*long*/ gdk_x11_colormap_get_xcolormap(int /*long*/ colormap) {
- lock.lock();
- try {
- return _gdk_x11_colormap_get_xcolormap(colormap);
- } finally {
- lock.unlock();
+
+ /**
+ * @param display
+ * cast=(Display *)
+ * @param sourceWindow
+ * cast=(Window)
+ * @param destWindow
+ * cast=(Window)
+ */
+ public static final native int _XWarpPointer(int /* long */display,
+ int /* long */sourceWindow, int /* long */destWindow, int sourceX,
+ int sourceY, int sourceWidth, int sourceHeight, int destX, int destY);
+
+ public static final int XWarpPointer(int /* long */display,
+ int /* long */sourceWindow, int /* long */destWindow, int sourceX,
+ int sourceY, int sourceWidth, int sourceHeight, int destX, int destY) {
+ lock.lock();
+ try {
+ return _XWarpPointer(display, sourceWindow, destWindow, sourceX,
+ sourceY, sourceWidth, sourceHeight, destX, destY);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param drawable cast=(GdkDrawable *) */
-public static final native int /*long*/ _gdk_x11_drawable_get_xdisplay(int /*long*/ drawable);
-public static final int /*long*/ gdk_x11_drawable_get_xdisplay(int /*long*/ drawable) {
- lock.lock();
- try {
- return _gdk_x11_drawable_get_xdisplay(drawable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param atom
+ * cast=(GdkAtom)
+ */
+ public static final native int /* long */_gdk_x11_atom_to_xatom(
+ int /* long */atom);
+
+ public static final int /* long */gdk_x11_atom_to_xatom(int /* long */atom) {
+ lock.lock();
+ try {
+ return _gdk_x11_atom_to_xatom(atom);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param drawable cast=(GdkDrawable *) */
-public static final native int /*long*/ _gdk_x11_drawable_get_xid(int /*long*/ drawable);
-public static final int /*long*/ gdk_x11_drawable_get_xid(int /*long*/ drawable) {
- lock.lock();
- try {
- return _gdk_x11_drawable_get_xid(drawable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param colormap
+ * cast=(GdkColormap *)
+ */
+ public static final native int /* long */_gdk_x11_colormap_get_xcolormap(
+ int /* long */colormap);
+
+ public static final int /* long */gdk_x11_colormap_get_xcolormap(
+ int /* long */colormap) {
+ lock.lock();
+ try {
+ return _gdk_x11_colormap_get_xcolormap(colormap);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param screen cast=(GdkScreen *)
- * @param xvisualid cast=(VisualID)
- */
-public static final native int /*long*/ _gdk_x11_screen_lookup_visual(int /*long*/ screen, int xvisualid);
-public static final int /*long*/ gdk_x11_screen_lookup_visual(int /*long*/ screen, int xvisualid) {
- lock.lock();
- try {
- return _gdk_x11_screen_lookup_visual(screen, xvisualid);
- } finally {
- lock.unlock();
+
+ /**
+ * @param drawable
+ * cast=(GdkDrawable *)
+ */
+ public static final native int /* long */_gdk_x11_drawable_get_xdisplay(
+ int /* long */drawable);
+
+ public static final int /* long */gdk_x11_drawable_get_xdisplay(
+ int /* long */drawable) {
+ lock.lock();
+ try {
+ return _gdk_x11_drawable_get_xdisplay(drawable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param screen cast=(GdkScreen *)
- */
-public static final native int /*long*/ _gdk_x11_screen_get_window_manager_name(int /*long*/ screen);
-public static final int /*long*/ gdk_x11_screen_get_window_manager_name(int /*long*/ screen) {
- lock.lock();
- try {
- return _gdk_x11_screen_get_window_manager_name(screen);
- } finally {
- lock.unlock();
+
+ /**
+ * @param drawable
+ * cast=(GdkDrawable *)
+ */
+ public static final native int /* long */_gdk_x11_drawable_get_xid(
+ int /* long */drawable);
+
+ public static final int /* long */gdk_x11_drawable_get_xid(
+ int /* long */drawable) {
+ lock.lock();
+ try {
+ return _gdk_x11_drawable_get_xid(drawable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param visual cast=(GdkVisual *) */
-public static final native int /*long*/ _gdk_x11_visual_get_xvisual(int /*long*/ visual);
-public static final int /*long*/ gdk_x11_visual_get_xvisual(int /*long*/ visual) {
- lock.lock();
- try {
- return _gdk_x11_visual_get_xvisual(visual);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param screen
+ * cast=(GdkScreen *)
+ * @param xvisualid
+ * cast=(VisualID)
+ */
+ public static final native int /* long */_gdk_x11_screen_lookup_visual(
+ int /* long */screen, int xvisualid);
+
+ public static final int /* long */gdk_x11_screen_lookup_visual(
+ int /* long */screen, int xvisualid) {
+ lock.lock();
+ try {
+ return _gdk_x11_screen_lookup_visual(screen, xvisualid);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gdk_pixmap_foreign_new(int /*long*/ anid);
-public static final int /*long*/ gdk_pixmap_foreign_new(int /*long*/ anid) {
- lock.lock();
- try {
- return _gdk_pixmap_foreign_new(anid);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param screen
+ * cast=(GdkScreen *)
+ */
+ public static final native int /* long */_gdk_x11_screen_get_window_manager_name(
+ int /* long */screen);
+
+ public static final int /* long */gdk_x11_screen_get_window_manager_name(
+ int /* long */screen) {
+ lock.lock();
+ try {
+ return _gdk_x11_screen_get_window_manager_name(screen);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gdk_window_lookup(int /*long*/ xid);
-public static final int /*long*/ gdk_window_lookup(int /*long*/ xid) {
- lock.lock();
- try {
- return _gdk_window_lookup(xid);
- } finally {
- lock.unlock();
+
+ /**
+ * @param visual
+ * cast=(GdkVisual *)
+ */
+ public static final native int /* long */_gdk_x11_visual_get_xvisual(
+ int /* long */visual);
+
+ public static final int /* long */gdk_x11_visual_get_xvisual(
+ int /* long */visual) {
+ lock.lock();
+ try {
+ return _gdk_x11_visual_get_xvisual(visual);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param function cast=(GdkFilterFunc)
- * @param data cast=(gpointer)
- */
-public static final native void _gdk_window_add_filter(int /*long*/ window, int /*long*/ function, int /*long*/ data);
-public static final void gdk_window_add_filter(int /*long*/ window, int /*long*/ function, int /*long*/ data) {
- lock.lock();
- try {
- _gdk_window_add_filter(window, function, data);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gdk_pixmap_foreign_new(
+ int /* long */anid);
+
+ public static final int /* long */gdk_pixmap_foreign_new(int /* long */anid) {
+ lock.lock();
+ try {
+ return _gdk_pixmap_foreign_new(anid);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param function cast=(GdkFilterFunc)
- * @param data cast=(gpointer)
- */
-public static final native void _gdk_window_remove_filter(int /*long*/ window, int /*long*/ function, int /*long*/ data);
-public static final void gdk_window_remove_filter(int /*long*/ window, int /*long*/ function, int /*long*/ data) {
- lock.lock();
- try {
- _gdk_window_remove_filter(window, function, data);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gdk_window_lookup(
+ int /* long */xid);
+
+ public static final int /* long */gdk_window_lookup(int /* long */xid) {
+ lock.lock();
+ try {
+ return _gdk_window_lookup(xid);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param dest cast=(void *)
- * @param src cast=(const void *),flags=no_out
- * @param size cast=(size_t)
- */
-public static final native void memmove(int /*long*/ dest, XClientMessageEvent src, int /*long*/ size);
-/**
- * @param dest cast=(void *)
- * @param src cast=(const void *),flags=no_out
- * @param size cast=(size_t)
- */
-public static final native void memmove(int /*long*/ dest, XCrossingEvent src, int /*long*/ size);
-/**
- * @param dest cast=(void *)
- * @param src cast=(const void *),flags=no_out
- * @param size cast=(size_t)
- */
-public static final native void memmove(int /*long*/ dest, XExposeEvent src, int /*long*/ size);
-/**
- * @param dest cast=(void *)
- * @param src cast=(const void *),flags=no_out
- * @param size cast=(size_t)
- */
-public static final native void memmove(int /*long*/ dest, XFocusChangeEvent src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(XCrossingEvent dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(XExposeEvent dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(XFocusChangeEvent dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(XVisibilityEvent dest, int /*long*/ src, int /*long*/ size);
-
-/** @method flags=const */
-public static final native int RTLD_GLOBAL();
-/** @method flags=const */
-public static final native int RTLD_NOW();
-/** @method flags=const */
-public static final native int RTLD_LAZY();
-
-/** X render natives and constants */
-public static final int PictStandardARGB32 = 0;
-public static final int PictStandardRGB24 = 1;
-public static final int PictStandardA8 = 2;
-public static final int PictStandardA4 = 3;
-public static final int PictStandardA1 = 4;
-public static final int PictOpSrc = 1;
-public static final int PictOpOver = 3;
-
-public static final native int XRenderPictureAttributes_sizeof();
-/** @method flags=dynamic */
-public static final native boolean _XRenderQueryExtension(int /*long*/ display, int[] event_basep, int[] error_basep);
-public static final boolean XRenderQueryExtension(int /*long*/ display, int[] event_basep, int[] error_basep) {
- lock.lock();
- try {
- return _XRenderQueryExtension(display, event_basep, error_basep);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param function
+ * cast=(GdkFilterFunc)
+ * @param data
+ * cast=(gpointer)
+ */
+ public static final native void _gdk_window_add_filter(
+ int /* long */window, int /* long */function, int /* long */data);
+
+ public static final void gdk_window_add_filter(int /* long */window,
+ int /* long */function, int /* long */data) {
+ lock.lock();
+ try {
+ _gdk_window_add_filter(window, function, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int _XRenderQueryVersion(int /*long*/ display, int[] major_versionp, int[] minor_versionp);
-public static final int XRenderQueryVersion(int /*long*/ display, int[] major_versionp, int[] minor_versionp) {
- lock.lock();
- try {
- return _XRenderQueryVersion(display, major_versionp, minor_versionp);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param function
+ * cast=(GdkFilterFunc)
+ * @param data
+ * cast=(gpointer)
+ */
+ public static final native void _gdk_window_remove_filter(
+ int /* long */window, int /* long */function, int /* long */data);
+
+ public static final void gdk_window_remove_filter(int /* long */window,
+ int /* long */function, int /* long */data) {
+ lock.lock();
+ try {
+ _gdk_window_remove_filter(window, function, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param attributes flags=no_out
- */
-public static final native int /*long*/ _XRenderCreatePicture(int /*long*/ display, int /*long*/ drawable, int /*long*/ format, int /*long*/ valuemask, XRenderPictureAttributes attributes);
-public static final int /*long*/ XRenderCreatePicture(int /*long*/ display, int /*long*/ drawable, int /*long*/ format, int /*long*/ valuemask, XRenderPictureAttributes attributes) {
- lock.lock();
- try {
- return _XRenderCreatePicture(display, drawable, format, valuemask, attributes);
- } finally {
- lock.unlock();
+
+ /**
+ * @param dest
+ * cast=(void *)
+ * @param src
+ * cast=(const void *),flags=no_out
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(int /* long */dest,
+ XClientMessageEvent src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *)
+ * @param src
+ * cast=(const void *),flags=no_out
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(int /* long */dest,
+ XCrossingEvent src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *)
+ * @param src
+ * cast=(const void *),flags=no_out
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(int /* long */dest,
+ XExposeEvent src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *)
+ * @param src
+ * cast=(const void *),flags=no_out
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(int /* long */dest,
+ XFocusChangeEvent src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(XCrossingEvent dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(XExposeEvent dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(XFocusChangeEvent dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(XVisibilityEvent dest,
+ int /* long */src, int /* long */size);
+
+ /** @method flags=const */
+ public static final native int RTLD_GLOBAL();
+
+ /** @method flags=const */
+ public static final native int RTLD_NOW();
+
+ /** @method flags=const */
+ public static final native int RTLD_LAZY();
+
+ /** X render natives and constants */
+ public static final int PictStandardARGB32 = 0;
+ public static final int PictStandardRGB24 = 1;
+ public static final int PictStandardA8 = 2;
+ public static final int PictStandardA4 = 3;
+ public static final int PictStandardA1 = 4;
+ public static final int PictOpSrc = 1;
+ public static final int PictOpOver = 3;
+
+ public static final native int XRenderPictureAttributes_sizeof();
+
+ /** @method flags=dynamic */
+ public static final native boolean _XRenderQueryExtension(
+ int /* long */display, int[] event_basep, int[] error_basep);
+
+ public static final boolean XRenderQueryExtension(int /* long */display,
+ int[] event_basep, int[] error_basep) {
+ lock.lock();
+ try {
+ return _XRenderQueryExtension(display, event_basep, error_basep);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _XRenderSetPictureClipRectangles(int /*long*/ display, int /*long*/ picture, int xOrigin, int yOrigin, short[] rects, int count);
-public static final void XRenderSetPictureClipRectangles(int /*long*/ display, int /*long*/ picture, int xOrigin, int yOrigin, short[] rects, int count) {
- lock.lock();
- try {
- _XRenderSetPictureClipRectangles(display, picture, xOrigin, yOrigin, rects, count);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int _XRenderQueryVersion(int /* long */display,
+ int[] major_versionp, int[] minor_versionp);
+
+ public static final int XRenderQueryVersion(int /* long */display,
+ int[] major_versionp, int[] minor_versionp) {
+ lock.lock();
+ try {
+ return _XRenderQueryVersion(display, major_versionp, minor_versionp);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _XRenderSetPictureTransform(int /*long*/ display, int /*long*/ picture, int[] transform);
-public static final void XRenderSetPictureTransform(int /*long*/ display, int /*long*/ picture, int[] transform) {
- lock.lock();
- try {
- _XRenderSetPictureTransform(display, picture, transform);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param attributes
+ * flags=no_out
+ */
+ public static final native int /* long */_XRenderCreatePicture(
+ int /* long */display, int /* long */drawable,
+ int /* long */format, int /* long */valuemask,
+ XRenderPictureAttributes attributes);
+
+ public static final int /* long */XRenderCreatePicture(
+ int /* long */display, int /* long */drawable,
+ int /* long */format, int /* long */valuemask,
+ XRenderPictureAttributes attributes) {
+ lock.lock();
+ try {
+ return _XRenderCreatePicture(display, drawable, format, valuemask,
+ attributes);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _XRenderFreePicture(int /*long*/ display, int /*long*/ picture);
-public static final void XRenderFreePicture(int /*long*/ display, int /*long*/ picture) {
- lock.lock();
- try {
- _XRenderFreePicture(display, picture);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _XRenderSetPictureClipRectangles(
+ int /* long */display, int /* long */picture, int xOrigin,
+ int yOrigin, short[] rects, int count);
+
+ public static final void XRenderSetPictureClipRectangles(
+ int /* long */display, int /* long */picture, int xOrigin,
+ int yOrigin, short[] rects, int count) {
+ lock.lock();
+ try {
+ _XRenderSetPictureClipRectangles(display, picture, xOrigin,
+ yOrigin, rects, count);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _XRenderComposite(int /*long*/ display, int op, int /*long*/ src, int /*long*/ mask, int /*long*/ dst, int src_x, int src_y, int mask_x, int mask_y, int dst_x, int dst_y, int width, int height);
-public static final void XRenderComposite(int /*long*/ display, int op, int /*long*/ src, int /*long*/ mask, int /*long*/ dst, int src_x, int src_y, int mask_x, int mask_y, int dst_x, int dst_y, int width, int height) {
- lock.lock();
- try {
- _XRenderComposite(display, op, src, mask, dst, src_x, src_y, mask_x, mask_y, dst_x, dst_y, width, height);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _XRenderSetPictureTransform(
+ int /* long */display, int /* long */picture, int[] transform);
+
+ public static final void XRenderSetPictureTransform(int /* long */display,
+ int /* long */picture, int[] transform) {
+ lock.lock();
+ try {
+ _XRenderSetPictureTransform(display, picture, transform);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _XRenderFindStandardFormat(int /*long*/ display, int format);
-public static final int /*long*/ XRenderFindStandardFormat(int /*long*/ display, int format) {
- lock.lock();
- try {
- return _XRenderFindStandardFormat(display, format);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _XRenderFreePicture(int /* long */display,
+ int /* long */picture);
+
+ public static final void XRenderFreePicture(int /* long */display,
+ int /* long */picture) {
+ lock.lock();
+ try {
+ _XRenderFreePicture(display, picture);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _XRenderFindVisualFormat(int /*long*/ display, int /*long*/ visual);
-public static final int /*long*/ XRenderFindVisualFormat(int /*long*/ display, int /*long*/ visual) {
- lock.lock();
- try {
- return _XRenderFindVisualFormat(display, visual);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _XRenderComposite(int /* long */display,
+ int op, int /* long */src, int /* long */mask, int /* long */dst,
+ int src_x, int src_y, int mask_x, int mask_y, int dst_x, int dst_y,
+ int width, int height);
+
+ public static final void XRenderComposite(int /* long */display, int op,
+ int /* long */src, int /* long */mask, int /* long */dst,
+ int src_x, int src_y, int mask_x, int mask_y, int dst_x, int dst_y,
+ int width, int height) {
+ lock.lock();
+ try {
+ _XRenderComposite(display, op, src, mask, dst, src_x, src_y,
+ mask_x, mask_y, dst_x, dst_y, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** Custom callbacks */
+ /** @method flags=dynamic */
+ public static final native int /* long */_XRenderFindStandardFormat(
+ int /* long */display, int format);
-/** @method flags=no_gen */
-public static final native int /*long*/ pangoLayoutNewProc_CALLBACK(int /*long*/ func);
+ public static final int /* long */XRenderFindStandardFormat(
+ int /* long */display, int format) {
+ lock.lock();
+ try {
+ return _XRenderFindStandardFormat(display, format);
+ } finally {
+ lock.unlock();
+ }
+ }
+ /** @method flags=dynamic */
+ public static final native int /* long */_XRenderFindVisualFormat(
+ int /* long */display, int /* long */visual);
-/** Natives */
-public static final native int Call (int /*long*/ func, int /*long*/ arg0, int arg1, int arg2);
-public static final native long Call (int /*long*/ func, int /*long*/ arg0, int arg1, long arg2);
-public static final native int /*long*/ _GDK_DISPLAY();
-public static final int /*long*/ GDK_DISPLAY() {
- lock.lock();
- try {
- return _GDK_DISPLAY();
- } finally {
- lock.unlock();
+ public static final int /* long */XRenderFindVisualFormat(
+ int /* long */display, int /* long */visual) {
+ lock.lock();
+ try {
+ return _XRenderFindVisualFormat(display, visual);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _GDK_ROOT_PARENT();
-public static final int /*long*/ GDK_ROOT_PARENT() {
- lock.lock();
- try {
- return _GDK_ROOT_PARENT();
- } finally {
- lock.unlock();
+
+ /** Custom callbacks */
+
+ /** @method flags=no_gen */
+ public static final native int /* long */pangoLayoutNewProc_CALLBACK(
+ int /* long */func);
+
+ /** Natives */
+ public static final native int Call(int /* long */func, int /* long */arg0,
+ int arg1, int arg2);
+
+ public static final native long Call(int /* long */func, int /* long */arg0,
+ int arg1, long arg2);
+
+ public static final native int /* long */_GDK_DISPLAY();
+
+ public static final int /* long */GDK_DISPLAY() {
+ lock.lock();
+ try {
+ return _GDK_DISPLAY();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=const */
-public static final native int /*long*/ _GDK_TYPE_COLOR();
-public static final int /*long*/ GDK_TYPE_COLOR() {
- lock.lock();
- try {
- return _GDK_TYPE_COLOR();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_GDK_ROOT_PARENT();
+
+ public static final int /* long */GDK_ROOT_PARENT() {
+ lock.lock();
+ try {
+ return _GDK_ROOT_PARENT();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=const */
-public static final native int /*long*/ _GDK_TYPE_PIXBUF();
-public static final int /*long*/ GDK_TYPE_PIXBUF() {
- lock.lock();
- try {
- return _GDK_TYPE_PIXBUF();
- } finally {
- lock.unlock();
+
+ /** @method flags=const */
+ public static final native int /* long */_GDK_TYPE_COLOR();
+
+ public static final int /* long */GDK_TYPE_COLOR() {
+ lock.lock();
+ try {
+ return _GDK_TYPE_COLOR();
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _GTK_IS_ACCEL_LABEL(int /*long*/ obj);
-public static final boolean GTK_IS_ACCEL_LABEL(int /*long*/ obj) {
- lock.lock();
- try {
- return _GTK_IS_ACCEL_LABEL(obj);
- } finally {
- lock.unlock();
+
+ /** @method flags=const */
+ public static final native int /* long */_GDK_TYPE_PIXBUF();
+
+ public static final int /* long */GDK_TYPE_PIXBUF() {
+ lock.lock();
+ try {
+ return _GDK_TYPE_PIXBUF();
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _GTK_IS_BUTTON(int /*long*/ obj);
-public static final boolean GTK_IS_BUTTON(int /*long*/ obj) {
- lock.lock();
- try {
- return _GTK_IS_BUTTON(obj);
- } finally {
- lock.unlock();
+
+ public static final native boolean _GTK_IS_ACCEL_LABEL(int /* long */obj);
+
+ public static final boolean GTK_IS_ACCEL_LABEL(int /* long */obj) {
+ lock.lock();
+ try {
+ return _GTK_IS_ACCEL_LABEL(obj);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _GTK_IS_LABEL(int /*long*/ obj);
-public static final boolean GTK_IS_LABEL(int /*long*/ obj) {
- lock.lock();
- try {
- return _GTK_IS_LABEL(obj);
- } finally {
- lock.unlock();
+
+ public static final native boolean _GTK_IS_BUTTON(int /* long */obj);
+
+ public static final boolean GTK_IS_BUTTON(int /* long */obj) {
+ lock.lock();
+ try {
+ return _GTK_IS_BUTTON(obj);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _GTK_IS_SCROLLED_WINDOW(int /*long*/ obj);
-public static final boolean GTK_IS_SCROLLED_WINDOW(int /*long*/ obj) {
- lock.lock();
- try {
- return _GTK_IS_SCROLLED_WINDOW(obj);
- } finally {
- lock.unlock();
+
+ public static final native boolean _GTK_IS_LABEL(int /* long */obj);
+
+ public static final boolean GTK_IS_LABEL(int /* long */obj) {
+ lock.lock();
+ try {
+ return _GTK_IS_LABEL(obj);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _GTK_IS_WINDOW(int /*long*/ obj);
-public static final boolean GTK_IS_WINDOW(int /*long*/ obj) {
- lock.lock();
- try {
- return _GTK_IS_WINDOW(obj);
- } finally {
- lock.unlock();
+
+ public static final native boolean _GTK_IS_SCROLLED_WINDOW(
+ int /* long */obj);
+
+ public static final boolean GTK_IS_SCROLLED_WINDOW(int /* long */obj) {
+ lock.lock();
+ try {
+ return _GTK_IS_SCROLLED_WINDOW(obj);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _GTK_IS_CELL_RENDERER_PIXBUF(int /*long*/ obj);
-public static final boolean GTK_IS_CELL_RENDERER_PIXBUF(int /*long*/ obj) {
- lock.lock();
- try {
- return _GTK_IS_CELL_RENDERER_PIXBUF(obj);
- } finally {
- lock.unlock();
+
+ public static final native boolean _GTK_IS_WINDOW(int /* long */obj);
+
+ public static final boolean GTK_IS_WINDOW(int /* long */obj) {
+ lock.lock();
+ try {
+ return _GTK_IS_WINDOW(obj);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _GTK_IS_CELL_RENDERER_TEXT(int /*long*/ obj);
-public static final boolean GTK_IS_CELL_RENDERER_TEXT(int /*long*/ obj) {
- lock.lock();
- try {
- return _GTK_IS_CELL_RENDERER_TEXT(obj);
- } finally {
- lock.unlock();
+
+ public static final native boolean _GTK_IS_CELL_RENDERER_PIXBUF(
+ int /* long */obj);
+
+ public static final boolean GTK_IS_CELL_RENDERER_PIXBUF(int /* long */obj) {
+ lock.lock();
+ try {
+ return _GTK_IS_CELL_RENDERER_PIXBUF(obj);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _GTK_IS_CELL_RENDERER_TOGGLE(int /*long*/ obj);
-public static final boolean GTK_IS_CELL_RENDERER_TOGGLE(int /*long*/ obj) {
- lock.lock();
- try {
- return _GTK_IS_CELL_RENDERER_TOGGLE(obj);
- } finally {
- lock.unlock();
+
+ public static final native boolean _GTK_IS_CELL_RENDERER_TEXT(
+ int /* long */obj);
+
+ public static final boolean GTK_IS_CELL_RENDERER_TEXT(int /* long */obj) {
+ lock.lock();
+ try {
+ return _GTK_IS_CELL_RENDERER_TEXT(obj);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _GTK_IS_CONTAINER(int /*long*/ obj);
-public static final boolean GTK_IS_CONTAINER(int /*long*/ obj) {
- lock.lock();
- try {
- return _GTK_IS_CONTAINER(obj);
- } finally {
- lock.unlock();
+
+ public static final native boolean _GTK_IS_CELL_RENDERER_TOGGLE(
+ int /* long */obj);
+
+ public static final boolean GTK_IS_CELL_RENDERER_TOGGLE(int /* long */obj) {
+ lock.lock();
+ try {
+ return _GTK_IS_CELL_RENDERER_TOGGLE(obj);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _GTK_IS_IMAGE_MENU_ITEM(int /*long*/ obj);
-public static final boolean GTK_IS_IMAGE_MENU_ITEM(int /*long*/ obj) {
- lock.lock();
- try {
- return _GTK_IS_IMAGE_MENU_ITEM(obj);
- } finally {
- lock.unlock();
+
+ public static final native boolean _GTK_IS_CONTAINER(int /* long */obj);
+
+ public static final boolean GTK_IS_CONTAINER(int /* long */obj) {
+ lock.lock();
+ try {
+ return _GTK_IS_CONTAINER(obj);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _GTK_IS_MENU_ITEM(int /*long*/ obj);
-public static final boolean GTK_IS_MENU_ITEM(int /*long*/ obj) {
- lock.lock();
- try {
- return _GTK_IS_MENU_ITEM(obj);
- } finally {
- lock.unlock();
+
+ public static final native boolean _GTK_IS_IMAGE_MENU_ITEM(
+ int /* long */obj);
+
+ public static final boolean GTK_IS_IMAGE_MENU_ITEM(int /* long */obj) {
+ lock.lock();
+ try {
+ return _GTK_IS_IMAGE_MENU_ITEM(obj);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _GTK_IS_PLUG(int /*long*/ obj);
-public static final boolean GTK_IS_PLUG(int /*long*/ obj) {
- lock.lock();
- try {
- return _GTK_IS_PLUG(obj);
- } finally {
- lock.unlock();
+
+ public static final native boolean _GTK_IS_MENU_ITEM(int /* long */obj);
+
+ public static final boolean GTK_IS_MENU_ITEM(int /* long */obj) {
+ lock.lock();
+ try {
+ return _GTK_IS_MENU_ITEM(obj);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _GTK_IS_SOCKET(int /*long*/ obj);
-public static final boolean GTK_IS_SOCKET(int /*long*/ obj) {
- lock.lock();
- try {
- return _GTK_IS_SOCKET(obj);
- } finally {
- lock.unlock();
+
+ public static final native boolean _GTK_IS_PLUG(int /* long */obj);
+
+ public static final boolean GTK_IS_PLUG(int /* long */obj) {
+ lock.lock();
+ try {
+ return _GTK_IS_PLUG(obj);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=const */
-public static final native int /*long*/ _GTK_STOCK_CANCEL();
-public static final int /*long*/ GTK_STOCK_CANCEL() {
- lock.lock();
- try {
- return _GTK_STOCK_CANCEL();
- } finally {
- lock.unlock();
+
+ public static final native boolean _GTK_IS_SOCKET(int /* long */obj);
+
+ public static final boolean GTK_IS_SOCKET(int /* long */obj) {
+ lock.lock();
+ try {
+ return _GTK_IS_SOCKET(obj);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=const */
-public static final native int /*long*/ _GTK_STOCK_OK();
-public static final int /*long*/ GTK_STOCK_OK() {
- lock.lock();
- try {
- return _GTK_STOCK_OK();
- } finally {
- lock.unlock();
+
+ /** @method flags=const */
+ public static final native int /* long */_GTK_STOCK_CANCEL();
+
+ public static final int /* long */GTK_STOCK_CANCEL() {
+ lock.lock();
+ try {
+ return _GTK_STOCK_CANCEL();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=const */
-public static final native int /*long*/ _GTK_TYPE_CELL_RENDERER_TEXT();
-public static final int /*long*/ GTK_TYPE_CELL_RENDERER_TEXT() {
- lock.lock();
- try {
- return _GTK_TYPE_CELL_RENDERER_TEXT();
- } finally {
- lock.unlock();
+
+ /** @method flags=const */
+ public static final native int /* long */_GTK_STOCK_OK();
+
+ public static final int /* long */GTK_STOCK_OK() {
+ lock.lock();
+ try {
+ return _GTK_STOCK_OK();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=const */
-public static final native int /*long*/ _GTK_TYPE_CELL_RENDERER_PIXBUF();
-public static final int /*long*/ GTK_TYPE_CELL_RENDERER_PIXBUF() {
- lock.lock();
- try {
- return _GTK_TYPE_CELL_RENDERER_PIXBUF();
- } finally {
- lock.unlock();
+
+ /** @method flags=const */
+ public static final native int /* long */_GTK_TYPE_CELL_RENDERER_TEXT();
+
+ public static final int /* long */GTK_TYPE_CELL_RENDERER_TEXT() {
+ lock.lock();
+ try {
+ return _GTK_TYPE_CELL_RENDERER_TEXT();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=const */
-public static final native int /*long*/ _GTK_TYPE_CELL_RENDERER_TOGGLE();
-public static final int /*long*/ GTK_TYPE_CELL_RENDERER_TOGGLE() {
- lock.lock();
- try {
- return _GTK_TYPE_CELL_RENDERER_TOGGLE();
- } finally {
- lock.unlock();
+
+ /** @method flags=const */
+ public static final native int /* long */_GTK_TYPE_CELL_RENDERER_PIXBUF();
+
+ public static final int /* long */GTK_TYPE_CELL_RENDERER_PIXBUF() {
+ lock.lock();
+ try {
+ return _GTK_TYPE_CELL_RENDERER_PIXBUF();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=const */
-public static final native int /*long*/ _GTK_TYPE_FIXED();
-public static final int /*long*/ GTK_TYPE_FIXED() {
- lock.lock();
- try {
- return _GTK_TYPE_FIXED();
- } finally {
- lock.unlock();
+
+ /** @method flags=const */
+ public static final native int /* long */_GTK_TYPE_CELL_RENDERER_TOGGLE();
+
+ public static final int /* long */GTK_TYPE_CELL_RENDERER_TOGGLE() {
+ lock.lock();
+ try {
+ return _GTK_TYPE_CELL_RENDERER_TOGGLE();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=const */
-public static final native int /*long*/ _GTK_TYPE_MENU();
-public static final int /*long*/ GTK_TYPE_MENU() {
- lock.lock();
- try {
- return _GTK_TYPE_MENU();
- } finally {
- lock.unlock();
+
+ /** @method flags=const */
+ public static final native int /* long */_GTK_TYPE_FIXED();
+
+ public static final int /* long */GTK_TYPE_FIXED() {
+ lock.lock();
+ try {
+ return _GTK_TYPE_FIXED();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=const */
-public static final native int /*long*/ _GTK_TYPE_WIDGET();
-public static final int /*long*/ GTK_TYPE_WIDGET() {
- lock.lock();
- try {
- return _GTK_TYPE_WIDGET();
- } finally {
- lock.unlock();
+
+ /** @method flags=const */
+ public static final native int /* long */_GTK_TYPE_MENU();
+
+ public static final int /* long */GTK_TYPE_MENU() {
+ lock.lock();
+ try {
+ return _GTK_TYPE_MENU();
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int _GTK_WIDGET_FLAGS(int /*long*/ wid);
-public static final int GTK_WIDGET_FLAGS(int /*long*/ wid) {
- lock.lock();
- try {
- return _GTK_WIDGET_FLAGS(wid);
- } finally {
- lock.unlock();
+
+ /** @method flags=const */
+ public static final native int /* long */_GTK_TYPE_WIDGET();
+
+ public static final int /* long */GTK_TYPE_WIDGET() {
+ lock.lock();
+ try {
+ return _GTK_TYPE_WIDGET();
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int _GTK_WIDGET_STATE(int /*long*/ wid);
-public static final int GTK_WIDGET_STATE(int /*long*/ wid) {
- lock.lock();
- try {
- return _GTK_WIDGET_STATE(wid);
- } finally {
- lock.unlock();
+
+ public static final native int _GTK_WIDGET_FLAGS(int /* long */wid);
+
+ public static final int GTK_WIDGET_FLAGS(int /* long */wid) {
+ lock.lock();
+ try {
+ return _GTK_WIDGET_FLAGS(wid);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _GTK_WIDGET_HAS_DEFAULT(int /*long*/ wid);
-public static final boolean GTK_WIDGET_HAS_DEFAULT(int /*long*/ wid) {
- lock.lock();
- try {
- return _GTK_WIDGET_HAS_DEFAULT(wid);
- } finally {
- lock.unlock();
+
+ public static final native int _GTK_WIDGET_STATE(int /* long */wid);
+
+ public static final int GTK_WIDGET_STATE(int /* long */wid) {
+ lock.lock();
+ try {
+ return _GTK_WIDGET_STATE(wid);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _GTK_WIDGET_HAS_FOCUS(int /*long*/ wid);
-public static final boolean GTK_WIDGET_HAS_FOCUS(int /*long*/ wid) {
- lock.lock();
- try {
- return _GTK_WIDGET_HAS_FOCUS(wid);
- } finally {
- lock.unlock();
+
+ public static final native boolean _GTK_WIDGET_HAS_DEFAULT(
+ int /* long */wid);
+
+ public static final boolean GTK_WIDGET_HAS_DEFAULT(int /* long */wid) {
+ lock.lock();
+ try {
+ return _GTK_WIDGET_HAS_DEFAULT(wid);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _GTK_WIDGET_MAPPED(int /*long*/ wid);
-public static final boolean GTK_WIDGET_MAPPED(int /*long*/ wid) {
- lock.lock();
- try {
- return _GTK_WIDGET_MAPPED(wid);
- } finally {
- lock.unlock();
+
+ public static final native boolean _GTK_WIDGET_HAS_FOCUS(int /* long */wid);
+
+ public static final boolean GTK_WIDGET_HAS_FOCUS(int /* long */wid) {
+ lock.lock();
+ try {
+ return _GTK_WIDGET_HAS_FOCUS(wid);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _GTK_WIDGET_SENSITIVE(int /*long*/ wid);
-public static final boolean GTK_WIDGET_SENSITIVE(int /*long*/ wid) {
- lock.lock();
- try {
- return _GTK_WIDGET_SENSITIVE(wid);
- } finally {
- lock.unlock();
+
+ public static final native boolean _GTK_WIDGET_MAPPED(int /* long */wid);
+
+ public static final boolean GTK_WIDGET_MAPPED(int /* long */wid) {
+ lock.lock();
+ try {
+ return _GTK_WIDGET_MAPPED(wid);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native void _GTK_WIDGET_SET_FLAGS(int /*long*/ wid, int flag);
-public static final void GTK_WIDGET_SET_FLAGS(int /*long*/ wid, int flag) {
- lock.lock();
- try {
- _GTK_WIDGET_SET_FLAGS(wid, flag);
- } finally {
- lock.unlock();
+
+ public static final native boolean _GTK_WIDGET_SENSITIVE(int /* long */wid);
+
+ public static final boolean GTK_WIDGET_SENSITIVE(int /* long */wid) {
+ lock.lock();
+ try {
+ return _GTK_WIDGET_SENSITIVE(wid);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native void _GTK_WIDGET_UNSET_FLAGS(int /*long*/ wid, int flag);
-public static final void GTK_WIDGET_UNSET_FLAGS(int /*long*/ wid, int flag) {
- lock.lock();
- try {
- _GTK_WIDGET_UNSET_FLAGS(wid, flag);
- } finally {
- lock.unlock();
+
+ public static final native void _GTK_WIDGET_SET_FLAGS(int /* long */wid,
+ int flag);
+
+ public static final void GTK_WIDGET_SET_FLAGS(int /* long */wid, int flag) {
+ lock.lock();
+ try {
+ _GTK_WIDGET_SET_FLAGS(wid, flag);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _GTK_WIDGET_VISIBLE(int /*long*/ wid);
-public static final boolean GTK_WIDGET_VISIBLE(int /*long*/ wid) {
- lock.lock();
- try {
- return _GTK_WIDGET_VISIBLE(wid);
- } finally {
- lock.unlock();
+
+ public static final native void _GTK_WIDGET_UNSET_FLAGS(int /* long */wid,
+ int flag);
+
+ public static final void GTK_WIDGET_UNSET_FLAGS(int /* long */wid, int flag) {
+ lock.lock();
+ try {
+ _GTK_WIDGET_UNSET_FLAGS(wid, flag);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _G_OBJECT_CLASS (int /*long*/ klass);
-public static final int /*long*/ G_OBJECT_CLASS (int /*long*/ klass) {
- lock.lock();
- try {
- return _G_OBJECT_CLASS(klass);
- } finally {
- lock.unlock();
+
+ public static final native boolean _GTK_WIDGET_VISIBLE(int /* long */wid);
+
+ public static final boolean GTK_WIDGET_VISIBLE(int /* long */wid) {
+ lock.lock();
+ try {
+ return _GTK_WIDGET_VISIBLE(wid);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _G_OBJECT_GET_CLASS (int /*long*/ object);
-public static final int /*long*/ G_OBJECT_GET_CLASS (int /*long*/ object) {
- lock.lock();
- try {
- return _G_OBJECT_GET_CLASS(object);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_G_OBJECT_CLASS(int /* long */klass);
+
+ public static final int /* long */G_OBJECT_CLASS(int /* long */klass) {
+ lock.lock();
+ try {
+ return _G_OBJECT_CLASS(klass);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _G_OBJECT_TYPE_NAME (int /*long*/ object);
-public static final int /*long*/ G_OBJECT_TYPE_NAME (int /*long*/ object) {
- lock.lock();
- try {
- return _G_OBJECT_TYPE_NAME(object);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_G_OBJECT_GET_CLASS(
+ int /* long */object);
+
+ public static final int /* long */G_OBJECT_GET_CLASS(int /* long */object) {
+ lock.lock();
+ try {
+ return _G_OBJECT_GET_CLASS(object);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _G_TYPE_CHECK_INSTANCE_TYPE (int /*long*/ instance, int /*long*/ type);
-public static final boolean G_TYPE_CHECK_INSTANCE_TYPE (int /*long*/ instance, int /*long*/ type) {
- lock.lock();
- try {
- return _G_TYPE_CHECK_INSTANCE_TYPE(instance, type);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_G_OBJECT_TYPE_NAME(
+ int /* long */object);
+
+ public static final int /* long */G_OBJECT_TYPE_NAME(int /* long */object) {
+ lock.lock();
+ try {
+ return _G_OBJECT_TYPE_NAME(object);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=const */
-public static final native int /*long*/ G_TYPE_BOOLEAN();
-/** @method flags=const */
-public static final native int /*long*/ G_TYPE_DOUBLE();
-/** @method flags=const */
-public static final native int /*long*/ G_TYPE_FLOAT();
-/** @method flags=const */
-public static final native int /*long*/ G_TYPE_INT();
-/** @method flags=const */
-public static final native int /*long*/ G_TYPE_INT64();
-public static final native int /*long*/ G_VALUE_TYPE(int /*long*/ value);
-public static final native int /*long*/ _G_OBJECT_TYPE (int /*long*/ instance);
-public static final int /*long*/ G_OBJECT_TYPE (int /*long*/ instance) {
- lock.lock();
- try {
- return _G_OBJECT_TYPE(instance);
- } finally {
- lock.unlock();
+
+ public static final native boolean _G_TYPE_CHECK_INSTANCE_TYPE(
+ int /* long */instance, int /* long */type);
+
+ public static final boolean G_TYPE_CHECK_INSTANCE_TYPE(
+ int /* long */instance, int /* long */type) {
+ lock.lock();
+ try {
+ return _G_TYPE_CHECK_INSTANCE_TYPE(instance, type);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=const */
-public static final native int /*long*/ _G_TYPE_STRING();
-public static final int /*long*/ G_TYPE_STRING() {
- lock.lock();
- try {
- return _G_TYPE_STRING();
- } finally {
- lock.unlock();
+
+ /** @method flags=const */
+ public static final native int /* long */G_TYPE_BOOLEAN();
+
+ /** @method flags=const */
+ public static final native int /* long */G_TYPE_DOUBLE();
+
+ /** @method flags=const */
+ public static final native int /* long */G_TYPE_FLOAT();
+
+ /** @method flags=const */
+ public static final native int /* long */G_TYPE_INT();
+
+ /** @method flags=const */
+ public static final native int /* long */G_TYPE_INT64();
+
+ public static final native int /* long */G_VALUE_TYPE(int /* long */value);
+
+ public static final native int /* long */_G_OBJECT_TYPE(
+ int /* long */instance);
+
+ public static final int /* long */G_OBJECT_TYPE(int /* long */instance) {
+ lock.lock();
+ try {
+ return _G_OBJECT_TYPE(instance);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int _PANGO_PIXELS(int dimension);
-public static final int PANGO_PIXELS(int dimension) {
- lock.lock();
- try {
- return _PANGO_PIXELS(dimension);
- } finally {
- lock.unlock();
+
+ /** @method flags=const */
+ public static final native int /* long */_G_TYPE_STRING();
+
+ public static final int /* long */G_TYPE_STRING() {
+ lock.lock();
+ try {
+ return _G_TYPE_STRING();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=const */
-public static final native int /*long*/ _PANGO_TYPE_FONT_DESCRIPTION();
-public static final int /*long*/ PANGO_TYPE_FONT_DESCRIPTION() {
- lock.lock();
- try {
- return _PANGO_TYPE_FONT_DESCRIPTION();
- } finally {
- lock.unlock();
+
+ public static final native int _PANGO_PIXELS(int dimension);
+
+ public static final int PANGO_PIXELS(int dimension) {
+ lock.lock();
+ try {
+ return _PANGO_PIXELS(dimension);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=const */
-public static final native int /*long*/ _PANGO_TYPE_LAYOUT();
-public static final int /*long*/ PANGO_TYPE_LAYOUT() {
- lock.lock();
- try {
- return _PANGO_TYPE_LAYOUT();
- } finally {
- lock.unlock();
+
+ /** @method flags=const */
+ public static final native int /* long */_PANGO_TYPE_FONT_DESCRIPTION();
+
+ public static final int /* long */PANGO_TYPE_FONT_DESCRIPTION() {
+ lock.lock();
+ try {
+ return _PANGO_TYPE_FONT_DESCRIPTION();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param handle cast=(void *) */
-public static final native int _dlclose(int /*long*/ handle);
-public static final int dlclose(int /*long*/ handle) {
- lock.lock();
- try {
- return _dlclose(handle);
- } finally {
- lock.unlock();
+
+ /** @method flags=const */
+ public static final native int /* long */_PANGO_TYPE_LAYOUT();
+
+ public static final int /* long */PANGO_TYPE_LAYOUT() {
+ lock.lock();
+ try {
+ return _PANGO_TYPE_LAYOUT();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param filename cast=(const char *) */
-public static final native int /*long*/ _dlopen(byte[] filename, int flag);
-public static final int /*long*/ dlopen(byte[] filename, int flag) {
- lock.lock();
- try {
- return _dlopen(filename, flag);
- } finally {
- lock.unlock();
+
+ /**
+ * @param handle
+ * cast=(void *)
+ */
+ public static final native int _dlclose(int /* long */handle);
+
+ public static final int dlclose(int /* long */handle) {
+ lock.lock();
+ try {
+ return _dlclose(handle);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param handle cast=(void *)
- * @param symbol cast=(const char *)
- */
-public static final native int /*long*/ _dlsym(int /*long*/ handle, byte[] symbol);
-public static final int /*long*/ dlsym(int /*long*/ handle, byte[] symbol) {
- lock.lock();
- try {
- return _dlsym(handle, symbol);
- } finally {
- lock.unlock();
+
+ /**
+ * @param filename
+ * cast=(const char *)
+ */
+ public static final native int /* long */_dlopen(byte[] filename, int flag);
+
+ public static final int /* long */dlopen(byte[] filename, int flag) {
+ lock.lock();
+ try {
+ return _dlopen(filename, flag);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_app_info_create_from_commandline(byte[] commandline, byte[] applName, int /*long*/ flags, int /*long*/ error);
-public static final int /*long*/ g_app_info_create_from_commandline(byte[] commandline, byte[] applName, int /*long*/ flags, int /*long*/ error) {
- lock.lock();
- try {
- return _g_app_info_create_from_commandline(commandline, applName, flags, error);
- } finally {
- lock.unlock();
+
+ /**
+ * @param handle
+ * cast=(void *)
+ * @param symbol
+ * cast=(const char *)
+ */
+ public static final native int /* long */_dlsym(int /* long */handle,
+ byte[] symbol);
+
+ public static final int /* long */dlsym(int /* long */handle, byte[] symbol) {
+ lock.lock();
+ try {
+ return _dlsym(handle, symbol);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_app_info_get_all();
-public static final int /*long*/ g_app_info_get_all() {
- lock.lock();
- try {
- return _g_app_info_get_all();
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_app_info_create_from_commandline(
+ byte[] commandline, byte[] applName, int /* long */flags,
+ int /* long */error);
+
+ public static final int /* long */g_app_info_create_from_commandline(
+ byte[] commandline, byte[] applName, int /* long */flags,
+ int /* long */error) {
+ lock.lock();
+ try {
+ return _g_app_info_create_from_commandline(commandline, applName,
+ flags, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_app_info_get_executable(int /*long*/ appInfo);
-public static final int /*long*/ g_app_info_get_executable(int /*long*/ appInfo) {
- lock.lock();
- try {
- return _g_app_info_get_executable(appInfo);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_app_info_get_all();
+
+ public static final int /* long */g_app_info_get_all() {
+ lock.lock();
+ try {
+ return _g_app_info_get_all();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_app_info_get_icon(int /*long*/ appInfo);
-public static final int /*long*/ g_app_info_get_icon(int /*long*/ appInfo) {
- lock.lock();
- try {
- return _g_app_info_get_icon(appInfo);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_app_info_get_executable(
+ int /* long */appInfo);
+
+ public static final int /* long */g_app_info_get_executable(
+ int /* long */appInfo) {
+ lock.lock();
+ try {
+ return _g_app_info_get_executable(appInfo);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_app_info_get_id(int /*long*/ appInfo);
-public static final int /*long*/ g_app_info_get_id(int /*long*/ appInfo) {
- lock.lock();
- try {
- return _g_app_info_get_id(appInfo);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_app_info_get_icon(
+ int /* long */appInfo);
+
+ public static final int /* long */g_app_info_get_icon(int /* long */appInfo) {
+ lock.lock();
+ try {
+ return _g_app_info_get_icon(appInfo);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_app_info_get_name(int /*long*/ appInfo);
-public static final int /*long*/ g_app_info_get_name(int /*long*/ appInfo) {
- lock.lock();
- try {
- return _g_app_info_get_name(appInfo);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_app_info_get_id(
+ int /* long */appInfo);
+
+ public static final int /* long */g_app_info_get_id(int /* long */appInfo) {
+ lock.lock();
+ try {
+ return _g_app_info_get_id(appInfo);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native boolean _g_app_info_launch(int /*long*/ appInfo, int /*long*/ list, int /*long*/ launchContext, int /*long*/ error);
-public static final boolean g_app_info_launch(int /*long*/ appInfo, int /*long*/ list, int /*long*/ launchContext, int /*long*/ error) {
- lock.lock();
- try {
- return _g_app_info_launch(appInfo, list, launchContext, error);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_app_info_get_name(
+ int /* long */appInfo);
+
+ public static final int /* long */g_app_info_get_name(int /* long */appInfo) {
+ lock.lock();
+ try {
+ return _g_app_info_get_name(appInfo);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_app_info_get_default_for_type(byte[] mimeType, boolean mustSupportURIs);
-public static final int /*long*/ g_app_info_get_default_for_type(byte[] mimeType, boolean mustSupportURIs) {
- lock.lock();
- try {
- return _g_app_info_get_default_for_type(mimeType, mustSupportURIs);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native boolean _g_app_info_launch(int /* long */appInfo,
+ int /* long */list, int /* long */launchContext, int /* long */error);
+
+ public static final boolean g_app_info_launch(int /* long */appInfo,
+ int /* long */list, int /* long */launchContext, int /* long */error) {
+ lock.lock();
+ try {
+ return _g_app_info_launch(appInfo, list, launchContext, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native boolean _g_app_info_launch_default_for_uri(int /*long*/ uri, int /*long*/ launchContext, int /*long*/ error);
-public static final boolean g_app_info_launch_default_for_uri(int /*long*/ appInfo, int /*long*/ launchContext, int /*long*/ error) {
- lock.lock();
- try {
- return _g_app_info_launch_default_for_uri(appInfo, launchContext, error);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_app_info_get_default_for_type(
+ byte[] mimeType, boolean mustSupportURIs);
+
+ public static final int /* long */g_app_info_get_default_for_type(
+ byte[] mimeType, boolean mustSupportURIs) {
+ lock.lock();
+ try {
+ return _g_app_info_get_default_for_type(mimeType, mustSupportURIs);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native boolean _g_app_info_should_show(int /*long*/ appInfo);
-public static final boolean g_app_info_should_show(int /*long*/ appInfo) {
- lock.lock();
- try {
- return _g_app_info_should_show(appInfo);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native boolean _g_app_info_launch_default_for_uri(
+ int /* long */uri, int /* long */launchContext, int /* long */error);
+
+ public static final boolean g_app_info_launch_default_for_uri(
+ int /* long */appInfo, int /* long */launchContext,
+ int /* long */error) {
+ lock.lock();
+ try {
+ return _g_app_info_launch_default_for_uri(appInfo, launchContext,
+ error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native boolean _g_app_info_supports_uris(int /*long*/ appInfo);
-public static final boolean g_app_info_supports_uris(int /*long*/ appInfo) {
- lock.lock();
- try {
- return _g_app_info_supports_uris(appInfo);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native boolean _g_app_info_should_show(
+ int /* long */appInfo);
+
+ public static final boolean g_app_info_should_show(int /* long */appInfo) {
+ lock.lock();
+ try {
+ return _g_app_info_should_show(appInfo);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_data_input_stream_new(int /*long*/ input_stream);
-public static final int /*long*/ g_data_input_stream_new(int /*long*/ input_stream) {
- lock.lock();
- try {
- return _g_data_input_stream_new(input_stream);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native boolean _g_app_info_supports_uris(
+ int /* long */appInfo);
+
+ public static final boolean g_app_info_supports_uris(int /* long */appInfo) {
+ lock.lock();
+ try {
+ return _g_app_info_supports_uris(appInfo);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_data_input_stream_read_line(int /*long*/ stream, int[] count, int /*long*/ cancellable, int /*long*/ error);
-public static final int /*long*/ g_data_input_stream_read_line(int /*long*/ stream, int[] count, int /*long*/ cancellable, int /*long*/ error) {
- lock.lock();
- try {
- return _g_data_input_stream_read_line(stream, count, cancellable, error);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_data_input_stream_new(
+ int /* long */input_stream);
+
+ public static final int /* long */g_data_input_stream_new(
+ int /* long */input_stream) {
+ lock.lock();
+ try {
+ return _g_data_input_stream_new(input_stream);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native boolean _g_content_type_equals(int /*long*/ type1, byte[] type2);
-public static final boolean g_content_type_equals(int /*long*/ type1, byte[] type2) {
- lock.lock();
- try {
- return _g_content_type_equals(type1, type2);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_data_input_stream_read_line(
+ int /* long */stream, int[] count, int /* long */cancellable,
+ int /* long */error);
+
+ public static final int /* long */g_data_input_stream_read_line(
+ int /* long */stream, int[] count, int /* long */cancellable,
+ int /* long */error) {
+ lock.lock();
+ try {
+ return _g_data_input_stream_read_line(stream, count, cancellable,
+ error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native boolean _g_content_type_is_a(int /*long*/ type, byte[] supertype);
-public static final boolean g_content_type_is_a(int /*long*/ type, byte[] supertype) {
- lock.lock();
- try {
- return _g_content_type_is_a(type, supertype);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native boolean _g_content_type_equals(
+ int /* long */type1, byte[] type2);
+
+ public static final boolean g_content_type_equals(int /* long */type1,
+ byte[] type2) {
+ lock.lock();
+ try {
+ return _g_content_type_equals(type1, type2);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_content_type_get_mime_type(byte[] mime_type);
-public static final int /*long*/ g_content_type_get_mime_type(byte[] mime_type) {
- lock.lock();
- try {
- return _g_content_type_get_mime_type(mime_type);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native boolean _g_content_type_is_a(int /* long */type,
+ byte[] supertype);
+
+ public static final boolean g_content_type_is_a(int /* long */type,
+ byte[] supertype) {
+ lock.lock();
+ try {
+ return _g_content_type_is_a(type, supertype);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_content_types_get_registered();
-public static final int /*long*/ g_content_types_get_registered() {
- lock.lock();
- try {
- return _g_content_types_get_registered();
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_content_type_get_mime_type(
+ byte[] mime_type);
+
+ public static final int /* long */g_content_type_get_mime_type(
+ byte[] mime_type) {
+ lock.lock();
+ try {
+ return _g_content_type_get_mime_type(mime_type);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_desktop_app_info_new_from_filename(byte[] fileName);
-public static final int /*long*/ g_desktop_app_info_new_from_filename(byte[] fileName) {
- lock.lock();
- try {
- return _g_desktop_app_info_new_from_filename(fileName);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_content_types_get_registered();
+
+ public static final int /* long */g_content_types_get_registered() {
+ lock.lock();
+ try {
+ return _g_content_types_get_registered();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_file_info_get_content_type (int /*long*/ info);
-public static final int /*long*/ g_file_info_get_content_type (int /*long*/ info) {
- lock.lock();
- try {
- return _g_file_info_get_content_type (info);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_desktop_app_info_new_from_filename(
+ byte[] fileName);
+
+ public static final int /* long */g_desktop_app_info_new_from_filename(
+ byte[] fileName) {
+ lock.lock();
+ try {
+ return _g_desktop_app_info_new_from_filename(fileName);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_file_get_path(int /*long*/ file);
-public static final int /*long*/ g_file_get_path (int /*long*/ file) {
- lock.lock();
- try {
- return _g_file_get_path(file);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_file_info_get_content_type(
+ int /* long */info);
+
+ public static final int /* long */g_file_info_get_content_type(
+ int /* long */info) {
+ lock.lock();
+ try {
+ return _g_file_info_get_content_type(info);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_file_get_uri(int /*long*/ file);
-public static final int /*long*/ g_file_get_uri (int /*long*/ file) {
- lock.lock();
- try {
- return _g_file_get_uri(file);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_file_get_path(
+ int /* long */file);
+
+ public static final int /* long */g_file_get_path(int /* long */file) {
+ lock.lock();
+ try {
+ return _g_file_get_path(file);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _g_file_info_get_modification_time(int /*long*/ info, int /*long*/[] result);
-public static final void g_file_info_get_modification_time(int /*long*/ info, int /*long*/[] result) {
- lock.lock();
- try {
- _g_file_info_get_modification_time(info, result);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_file_get_uri(int /* long */file);
+
+ public static final int /* long */g_file_get_uri(int /* long */file) {
+ lock.lock();
+ try {
+ return _g_file_get_uri(file);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_file_icon_get_file(int /*long*/ icon);
-public static final int /*long*/ g_file_icon_get_file(int /*long*/ icon) {
- lock.lock();
- try {
- return _g_file_icon_get_file(icon);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _g_file_info_get_modification_time(
+ int /* long */info, int /* long */[] result);
+
+ public static final void g_file_info_get_modification_time(
+ int /* long */info, int /* long */[] result) {
+ lock.lock();
+ try {
+ _g_file_info_get_modification_time(info, result);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_file_new_for_path(byte[] fileName);
-public static final int /*long*/ g_file_new_for_path(byte[] fileName) {
- lock.lock();
- try {
- return _g_file_new_for_path(fileName);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_file_icon_get_file(
+ int /* long */icon);
+
+ public static final int /* long */g_file_icon_get_file(int /* long */icon) {
+ lock.lock();
+ try {
+ return _g_file_icon_get_file(icon);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_file_new_for_commandline_arg(byte[] fileName);
-public static final int /*long*/ g_file_new_for_commandline_arg(byte[] fileName) {
- lock.lock();
- try {
- return _g_file_new_for_commandline_arg(fileName);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_file_new_for_path(
+ byte[] fileName);
+
+ public static final int /* long */g_file_new_for_path(byte[] fileName) {
+ lock.lock();
+ try {
+ return _g_file_new_for_path(fileName);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_file_new_for_uri(byte[] fileName);
-public static final int /*long*/ g_file_new_for_uri(byte[] fileName) {
- lock.lock();
- try {
- return _g_file_new_for_uri(fileName);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_file_new_for_commandline_arg(
+ byte[] fileName);
+
+ public static final int /* long */g_file_new_for_commandline_arg(
+ byte[] fileName) {
+ lock.lock();
+ try {
+ return _g_file_new_for_commandline_arg(fileName);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_file_query_info (int /*long*/ file, byte[] attributes, int /*long*/ flags, int /*long*/ cancellable, int /*long*/ error);
-public static final int /*long*/ g_file_query_info (int /*long*/ file,byte[] attributes, int /*long*/ flags, int /*long*/ cancellable, int /*long*/ error) {
- lock.lock();
- try {
- return _g_file_query_info (file, attributes, flags, cancellable, error);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_file_new_for_uri(
+ byte[] fileName);
+
+ public static final int /* long */g_file_new_for_uri(byte[] fileName) {
+ lock.lock();
+ try {
+ return _g_file_new_for_uri(fileName);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_file_read(int /*long*/ file, int /*long*/ cancellable, int /*long*/ error);
-public static final int /*long*/ g_file_read(int /*long*/ file, int /*long*/ cancellable, int /*long*/ error) {
- lock.lock();
- try {
- return _g_file_read(file, cancellable, error);
- } finally {
- lock.unlock();
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_file_query_info(
+ int /* long */file, byte[] attributes, int /* long */flags,
+ int /* long */cancellable, int /* long */error);
+
+ public static final int /* long */g_file_query_info(int /* long */file,
+ byte[] attributes, int /* long */flags, int /* long */cancellable,
+ int /* long */error) {
+ lock.lock();
+ try {
+ return _g_file_query_info(file, attributes, flags, cancellable,
+ error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native boolean /*long*/ _g_file_test(byte[] file, int test);
-public static final boolean /*long*/ g_file_test(byte[] file, int test) {
- lock.lock();
- try {
- return _g_file_test(file, test);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_file_read(int /* long */file,
+ int /* long */cancellable, int /* long */error);
+
+ public static final int /* long */g_file_read(int /* long */file,
+ int /* long */cancellable, int /* long */error) {
+ lock.lock();
+ try {
+ return _g_file_read(file, cancellable, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_icon_to_string(int /*long*/ icon);
-public static final int /*long*/ g_icon_to_string (int /*long*/ icon) {
- lock.lock();
- try {
- return _g_icon_to_string(icon);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native boolean /* long */_g_file_test(byte[] file,
+ int test);
+
+ public static final boolean /* long */g_file_test(byte[] file, int test) {
+ lock.lock();
+ try {
+ return _g_file_test(file, test);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _g_icon_new_for_string(byte[] str, int /*long*/ error[]);
-public static final int /*long*/ g_icon_new_for_string (byte[] str, int /*long*/ error[]) {
- lock.lock();
- try {
- return _g_icon_new_for_string(str, error);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_icon_to_string(
+ int /* long */icon);
+
+ public static final int /* long */g_icon_to_string(int /* long */icon) {
+ lock.lock();
+ try {
+ return _g_icon_to_string(icon);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param signal_id cast=(guint)
- * @param detail cast=(GQuark)
- * @param hook_func cast=(GSignalEmissionHook)
- * @param hook_data cast=(gpointer)
- * @param data_destroy cast=(GDestroyNotify)
- */
-public static final native int /*long*/ _g_signal_add_emission_hook(int signal_id, int detail, int /*long*/ hook_func, int /*long*/ hook_data, int /*long*/ data_destroy);
-public static final int /*long*/ g_signal_add_emission_hook(int signal_id, int detail, int /*long*/ hook_func, int /*long*/ hook_data, int /*long*/ data_destroy) {
- lock.lock();
- try {
- return _g_signal_add_emission_hook(signal_id, detail, hook_func, hook_data, data_destroy);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_g_icon_new_for_string(
+ byte[] str, int /* long */error[]);
+
+ public static final int /* long */g_icon_new_for_string(byte[] str,
+ int /* long */error[]) {
+ lock.lock();
+ try {
+ return _g_icon_new_for_string(str, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param signal_id cast=(guint)
- * @param hook_id cast=(gulong)
- */
-public static final native void _g_signal_remove_emission_hook(int signal_id, int /*long*/ hook_id);
-public static final void g_signal_remove_emission_hook(int signal_id, int /*long*/ hook_id) {
- lock.lock();
- try {
- _g_signal_remove_emission_hook (signal_id, hook_id);
- } finally {
- lock.unlock();
+
+ /**
+ * @param signal_id
+ * cast=(guint)
+ * @param detail
+ * cast=(GQuark)
+ * @param hook_func
+ * cast=(GSignalEmissionHook)
+ * @param hook_data
+ * cast=(gpointer)
+ * @param data_destroy
+ * cast=(GDestroyNotify)
+ */
+ public static final native int /* long */_g_signal_add_emission_hook(
+ int signal_id, int detail, int /* long */hook_func,
+ int /* long */hook_data, int /* long */data_destroy);
+
+ public static final int /* long */g_signal_add_emission_hook(int signal_id,
+ int detail, int /* long */hook_func, int /* long */hook_data,
+ int /* long */data_destroy) {
+ lock.lock();
+ try {
+ return _g_signal_add_emission_hook(signal_id, detail, hook_func,
+ hook_data, data_destroy);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param callback_func cast=(GCallback)
- * @param user_data cast=(gpointer)
- * @param destroy_data cast=(GClosureNotify)
- */
-public static final native int /*long*/ _g_cclosure_new(int /*long*/ callback_func, int /*long*/ user_data, int /*long*/ destroy_data);
-public static final int /*long*/ g_cclosure_new(int /*long*/ callback_func, int /*long*/ user_data, int /*long*/ destroy_data) {
- lock.lock();
- try {
- return _g_cclosure_new(callback_func, user_data, destroy_data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param signal_id
+ * cast=(guint)
+ * @param hook_id
+ * cast=(gulong)
+ */
+ public static final native void _g_signal_remove_emission_hook(
+ int signal_id, int /* long */hook_id);
+
+ public static final void g_signal_remove_emission_hook(int signal_id,
+ int /* long */hook_id) {
+ lock.lock();
+ try {
+ _g_signal_remove_emission_hook(signal_id, hook_id);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param closure cast=(GClosure *) */
-public static final native int /*long*/ _g_closure_ref(int /*long*/ closure);
-public static final int /*long*/ g_closure_ref(int /*long*/ closure) {
- lock.lock();
- try {
- return _g_closure_ref(closure);
- } finally {
- lock.unlock();
+
+ /**
+ * @param callback_func
+ * cast=(GCallback)
+ * @param user_data
+ * cast=(gpointer)
+ * @param destroy_data
+ * cast=(GClosureNotify)
+ */
+ public static final native int /* long */_g_cclosure_new(
+ int /* long */callback_func, int /* long */user_data,
+ int /* long */destroy_data);
+
+ public static final int /* long */g_cclosure_new(
+ int /* long */callback_func, int /* long */user_data,
+ int /* long */destroy_data) {
+ lock.lock();
+ try {
+ return _g_cclosure_new(callback_func, user_data, destroy_data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param closure cast=(GClosure *) */
-public static final native void _g_closure_unref(int /*long*/ closure);
-public static final void g_closure_unref(int /*long*/ closure) {
- lock.lock();
- try {
- _g_closure_unref(closure);
- } finally {
- lock.unlock();
+
+ /**
+ * @param closure
+ * cast=(GClosure *)
+ */
+ public static final native int /* long */_g_closure_ref(
+ int /* long */closure);
+
+ public static final int /* long */g_closure_ref(int /* long */closure) {
+ lock.lock();
+ try {
+ return _g_closure_ref(closure);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param context cast=(GMainContext *) */
-public static final native boolean _g_main_context_acquire(int /*long*/ context);
-public static final boolean g_main_context_acquire(int /*long*/ context) {
- lock.lock();
- try {
- return _g_main_context_acquire(context);
- } finally {
- lock.unlock();
+
+ /**
+ * @param closure
+ * cast=(GClosure *)
+ */
+ public static final native void _g_closure_unref(int /* long */closure);
+
+ public static final void g_closure_unref(int /* long */closure) {
+ lock.lock();
+ try {
+ _g_closure_unref(closure);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param context cast=(GMainContext *)
- * @param fds cast=(GPollFD *)
- */
-public static final native int _g_main_context_check(int /*long*/ context, int max_priority, int /*long*/ fds, int n_fds);
-public static final int g_main_context_check(int /*long*/ context, int max_priority, int /*long*/ fds, int n_fds) {
- lock.lock();
- try {
- return _g_main_context_check(context, max_priority, fds, n_fds);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GMainContext *)
+ */
+ public static final native boolean _g_main_context_acquire(
+ int /* long */context);
+
+ public static final boolean g_main_context_acquire(int /* long */context) {
+ lock.lock();
+ try {
+ return _g_main_context_acquire(context);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _g_main_context_default();
-public static final int /*long*/ g_main_context_default() {
- lock.lock();
- try {
- return _g_main_context_default();
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GMainContext *)
+ * @param fds
+ * cast=(GPollFD *)
+ */
+ public static final native int _g_main_context_check(int /* long */context,
+ int max_priority, int /* long */fds, int n_fds);
+
+ public static final int g_main_context_check(int /* long */context,
+ int max_priority, int /* long */fds, int n_fds) {
+ lock.lock();
+ try {
+ return _g_main_context_check(context, max_priority, fds, n_fds);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param context cast=(GMainContext *) */
-public static final native boolean _g_main_context_iteration(int /*long*/ context, boolean may_block);
-public static final boolean g_main_context_iteration(int /*long*/ context, boolean may_block) {
- lock.lock();
- try {
- return _g_main_context_iteration(context, may_block);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_g_main_context_default();
+
+ public static final int /* long */g_main_context_default() {
+ lock.lock();
+ try {
+ return _g_main_context_default();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param context cast=(GMainContext *) */
-public static final native boolean _g_main_context_pending(int /*long*/ context);
-public static final boolean g_main_context_pending(int /*long*/ context) {
- lock.lock();
- try {
- return _g_main_context_pending(context);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GMainContext *)
+ */
+ public static final native boolean _g_main_context_iteration(
+ int /* long */context, boolean may_block);
+
+ public static final boolean g_main_context_iteration(int /* long */context,
+ boolean may_block) {
+ lock.lock();
+ try {
+ return _g_main_context_iteration(context, may_block);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param context cast=(GMainContext *) */
-public static final native int /*long*/ _g_main_context_get_poll_func(int /*long*/ context);
-public static final int /*long*/ g_main_context_get_poll_func(int /*long*/ context) {
- lock.lock();
- try {
- return _g_main_context_get_poll_func(context);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GMainContext *)
+ */
+ public static final native boolean _g_main_context_pending(
+ int /* long */context);
+
+ public static final boolean g_main_context_pending(int /* long */context) {
+ lock.lock();
+ try {
+ return _g_main_context_pending(context);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param context cast=(GMainContext *) */
-public static final native boolean _g_main_context_prepare(int /*long*/ context, int[] priority);
-public static final boolean g_main_context_prepare(int /*long*/ context, int[] priority) {
- lock.lock();
- try {
- return _g_main_context_prepare(context, priority);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GMainContext *)
+ */
+ public static final native int /* long */_g_main_context_get_poll_func(
+ int /* long */context);
+
+ public static final int /* long */g_main_context_get_poll_func(
+ int /* long */context) {
+ lock.lock();
+ try {
+ return _g_main_context_get_poll_func(context);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param context cast=(GMainContext *)
- * @param fds cast=(GPollFD *)
- */
-public static final native int _g_main_context_query(int /*long*/ context, int max_priority, int[] timeout_, int /*long*/ fds, int n_fds);
-public static final int g_main_context_query(int /*long*/ context, int max_priority, int[] timeout_, int /*long*/ fds, int n_fds) {
- lock.lock();
- try {
- return _g_main_context_query(context, max_priority, timeout_, fds, n_fds);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GMainContext *)
+ */
+ public static final native boolean _g_main_context_prepare(
+ int /* long */context, int[] priority);
+
+ public static final boolean g_main_context_prepare(int /* long */context,
+ int[] priority) {
+ lock.lock();
+ try {
+ return _g_main_context_prepare(context, priority);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param context cast=(GMainContext *) */
-public static final native void _g_main_context_release(int /*long*/ context);
-public static final void g_main_context_release(int /*long*/ context) {
- lock.lock();
- try {
- _g_main_context_release(context);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GMainContext *)
+ * @param fds
+ * cast=(GPollFD *)
+ */
+ public static final native int _g_main_context_query(int /* long */context,
+ int max_priority, int[] timeout_, int /* long */fds, int n_fds);
+
+ public static final int g_main_context_query(int /* long */context,
+ int max_priority, int[] timeout_, int /* long */fds, int n_fds) {
+ lock.lock();
+ try {
+ return _g_main_context_query(context, max_priority, timeout_, fds,
+ n_fds);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param context cast=(GMainContext *) */
-public static final native void g_main_context_wakeup(int /*long*/ context);
-/**
- * @param opsysstring cast=(const gchar *)
- * @param len cast=(gssize)
- * @param bytes_read cast=(gsize *)
- * @param bytes_written cast=(gsize *)
- * @param error cast=(GError **)
- */
-public static final native int /*long*/ _g_filename_to_utf8(int /*long*/ opsysstring, int /*long*/ len, int /*long*/[] bytes_read, int /*long*/[] bytes_written, int /*long*/[] error);
-public static final int /*long*/ g_filename_to_utf8(int /*long*/ opsysstring, int /*long*/ len, int /*long*/[] bytes_read, int /*long*/[] bytes_written, int /*long*/[] error) {
- lock.lock();
- try {
- return _g_filename_to_utf8(opsysstring, len, bytes_read, bytes_written, error);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GMainContext *)
+ */
+ public static final native void _g_main_context_release(
+ int /* long */context);
+
+ public static final void g_main_context_release(int /* long */context) {
+ lock.lock();
+ try {
+ _g_main_context_release(context);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param filename cast=(const char *)
- * @param hostname cast=(const char *)
- * @param error cast=(GError **)
- */
-public static final native int /*long*/ _g_filename_to_uri(int /*long*/ filename, int /*long*/ hostname, int /*long*/[] error);
-public static final int /*long*/ g_filename_to_uri(int /*long*/ filename, int /*long*/ hostname, int /*long*/[] error) {
- lock.lock();
- try {
- return _g_filename_to_uri(filename, hostname, error);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GMainContext *)
+ */
+ public static final native void g_main_context_wakeup(int /* long */context);
+
+ /**
+ * @param opsysstring
+ * cast=(const gchar *)
+ * @param len
+ * cast=(gssize)
+ * @param bytes_read
+ * cast=(gsize *)
+ * @param bytes_written
+ * cast=(gsize *)
+ * @param error
+ * cast=(GError **)
+ */
+ public static final native int /* long */_g_filename_to_utf8(
+ int /* long */opsysstring, int /* long */len,
+ int /* long */[] bytes_read, int /* long */[] bytes_written,
+ int /* long */[] error);
+
+ public static final int /* long */g_filename_to_utf8(
+ int /* long */opsysstring, int /* long */len,
+ int /* long */[] bytes_read, int /* long */[] bytes_written,
+ int /* long */[] error) {
+ lock.lock();
+ try {
+ return _g_filename_to_utf8(opsysstring, len, bytes_read,
+ bytes_written, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param opsysstring cast=(const gchar *)
- * @param len cast=(gssize)
- * @param bytes_read cast=(gsize *)
- * @param bytes_written cast=(gsize *)
- * @param error cast=(GError **)
- */
-public static final native int /*long*/ _g_filename_from_utf8(int /*long*/ opsysstring, int /*long*/ len, int /*long*/[] bytes_read, int /*long*/[] bytes_written, int /*long*/[] error);
-public static final int /*long*/ g_filename_from_utf8(int /*long*/ opsysstring, int /*long*/ len, int /*long*/[] bytes_read, int /*long*/[] bytes_written, int /*long*/[] error) {
- lock.lock();
- try {
- return _g_filename_from_utf8(opsysstring, len, bytes_read, bytes_written, error);
- } finally {
- lock.unlock();
+
+ /**
+ * @param filename
+ * cast=(const char *)
+ * @param hostname
+ * cast=(const char *)
+ * @param error
+ * cast=(GError **)
+ */
+ public static final native int /* long */_g_filename_to_uri(
+ int /* long */filename, int /* long */hostname,
+ int /* long */[] error);
+
+ public static final int /* long */g_filename_to_uri(int /* long */filename,
+ int /* long */hostname, int /* long */[] error) {
+ lock.lock();
+ try {
+ return _g_filename_to_uri(filename, hostname, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param uri cast=(const char *)
- * @param hostname cast=(char **)
- * @param error cast=(GError **)
- */
-public static final native int /*long*/ _g_filename_from_uri(int /*long*/ uri, int /*long*/[] hostname, int /*long*/[] error);
-public static final int /*long*/ g_filename_from_uri(int /*long*/ uri, int /*long*/[] hostname, int /*long*/[] error) {
- lock.lock();
- try {
- return _g_filename_from_uri(uri, hostname, error);
- } finally {
- lock.unlock();
+
+ /**
+ * @param opsysstring
+ * cast=(const gchar *)
+ * @param len
+ * cast=(gssize)
+ * @param bytes_read
+ * cast=(gsize *)
+ * @param bytes_written
+ * cast=(gsize *)
+ * @param error
+ * cast=(GError **)
+ */
+ public static final native int /* long */_g_filename_from_utf8(
+ int /* long */opsysstring, int /* long */len,
+ int /* long */[] bytes_read, int /* long */[] bytes_written,
+ int /* long */[] error);
+
+ public static final int /* long */g_filename_from_utf8(
+ int /* long */opsysstring, int /* long */len,
+ int /* long */[] bytes_read, int /* long */[] bytes_written,
+ int /* long */[] error) {
+ lock.lock();
+ try {
+ return _g_filename_from_utf8(opsysstring, len, bytes_read,
+ bytes_written, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param mem cast=(gpointer) */
-public static final native void _g_free(int /*long*/ mem);
-public static final void g_free(int /*long*/ mem) {
- lock.lock();
- try {
- _g_free(mem);
- } finally {
- lock.unlock();
+
+ /**
+ * @param uri
+ * cast=(const char *)
+ * @param hostname
+ * cast=(char **)
+ * @param error
+ * cast=(GError **)
+ */
+ public static final native int /* long */_g_filename_from_uri(
+ int /* long */uri, int /* long */[] hostname,
+ int /* long */[] error);
+
+ public static final int /* long */g_filename_from_uri(int /* long */uri,
+ int /* long */[] hostname, int /* long */[] error) {
+ lock.lock();
+ try {
+ return _g_filename_from_uri(uri, hostname, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param function cast=(GSourceFunc)
- * @param data cast=(gpointer)
- */
-public static final native int _g_idle_add(int /*long*/ function, int /*long*/ data);
-public static final int g_idle_add(int /*long*/ function, int /*long*/ data) {
- lock.lock();
- try {
- return _g_idle_add(function, data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param mem
+ * cast=(gpointer)
+ */
+ public static final native void _g_free(int /* long */mem);
+
+ public static final void g_free(int /* long */mem) {
+ lock.lock();
+ try {
+ _g_free(mem);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param list cast=(GList *)
- * @param data cast=(gpointer)
- */
-public static final native int /*long*/ _g_list_append(int /*long*/ list, int /*long*/ data);
-public static final int /*long*/ g_list_append(int /*long*/ list, int /*long*/ data) {
- lock.lock();
- try {
- return _g_list_append(list, data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param function
+ * cast=(GSourceFunc)
+ * @param data
+ * cast=(gpointer)
+ */
+ public static final native int _g_idle_add(int /* long */function,
+ int /* long */data);
+
+ public static final int g_idle_add(int /* long */function,
+ int /* long */data) {
+ lock.lock();
+ try {
+ return _g_idle_add(function, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param list cast=(GList *) */
-public static final native int /*long*/ _g_list_data(int /*long*/ list);
-public static final int /*long*/ g_list_data(int /*long*/ list) {
- lock.lock();
- try {
- return _g_list_data(list);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(GList *)
+ * @param data
+ * cast=(gpointer)
+ */
+ public static final native int /* long */_g_list_append(int /* long */list,
+ int /* long */data);
+
+ public static final int /* long */g_list_append(int /* long */list,
+ int /* long */data) {
+ lock.lock();
+ try {
+ return _g_list_append(list, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param list cast=(GList *) */
-public static final native void _g_list_free(int /*long*/ list);
-public static final void g_list_free(int /*long*/ list) {
- lock.lock();
- try {
- _g_list_free(list);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(GList *)
+ */
+ public static final native int /* long */_g_list_data(int /* long */list);
+
+ public static final int /* long */g_list_data(int /* long */list) {
+ lock.lock();
+ try {
+ return _g_list_data(list);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param list cast=(GList *) */
-public static final native void _g_list_free_1(int /*long*/ list);
-public static final void g_list_free_1(int /*long*/ list) {
- lock.lock();
- try {
- _g_list_free_1(list);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(GList *)
+ */
+ public static final native void _g_list_free(int /* long */list);
+
+ public static final void g_list_free(int /* long */list) {
+ lock.lock();
+ try {
+ _g_list_free(list);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param list cast=(GList *)
- */
-public static final native int /*long*/ _g_list_last(int /*long*/ list);
-public static final int /*long*/ g_list_last(int /*long*/ list) {
- lock.lock();
- try {
- return _g_list_last(list);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(GList *)
+ */
+ public static final native void _g_list_free_1(int /* long */list);
+
+ public static final void g_list_free_1(int /* long */list) {
+ lock.lock();
+ try {
+ _g_list_free_1(list);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param list cast=(GList *) */
-public static final native int _g_list_length(int /*long*/ list);
-public static final int g_list_length(int /*long*/ list) {
- lock.lock();
- try {
- return _g_list_length(list);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(GList *)
+ */
+ public static final native int /* long */_g_list_last(int /* long */list);
+
+ public static final int /* long */g_list_last(int /* long */list) {
+ lock.lock();
+ try {
+ return _g_list_last(list);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param list cast=(GList *)
- * @param llist cast=(GList *)
- */
-public static final native void _g_list_set_next(int /*long*/ list, int /*long*/ llist);
-public static final void g_list_set_next(int /*long*/ list, int /*long*/ llist) {
- lock.lock();
- try {
- _g_list_set_next(list, llist);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(GList *)
+ */
+ public static final native int _g_list_length(int /* long */list);
+
+ public static final int g_list_length(int /* long */list) {
+ lock.lock();
+ try {
+ return _g_list_length(list);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _g_list_next(int /*long*/ list);
-public static final int /*long*/ g_list_next(int /*long*/ list) {
- lock.lock();
- try {
- return _g_list_next(list);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(GList *)
+ * @param llist
+ * cast=(GList *)
+ */
+ public static final native void _g_list_set_next(int /* long */list,
+ int /* long */llist);
+
+ public static final void g_list_set_next(int /* long */list,
+ int /* long */llist) {
+ lock.lock();
+ try {
+ _g_list_set_next(list, llist);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param list cast=(GList *)
- * @param n cast=(guint)
- */
-public static final native int /*long*/ _g_list_nth(int /*long*/ list, int n);
-public static final int /*long*/ g_list_nth(int /*long*/ list, int n) {
- lock.lock();
- try {
- return _g_list_nth(list, n);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_g_list_next(int /* long */list);
+
+ public static final int /* long */g_list_next(int /* long */list) {
+ lock.lock();
+ try {
+ return _g_list_next(list);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param list cast=(GList *)
- * @param n cast=(guint)
- */
-public static final native int /*long*/ _g_list_nth_data(int /*long*/ list, int n);
-public static final int /*long*/ g_list_nth_data(int /*long*/ list, int n) {
- lock.lock();
- try {
- return _g_list_nth_data(list, n);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(GList *)
+ * @param n
+ * cast=(guint)
+ */
+ public static final native int /* long */_g_list_nth(int /* long */list,
+ int n);
+
+ public static final int /* long */g_list_nth(int /* long */list, int n) {
+ lock.lock();
+ try {
+ return _g_list_nth(list, n);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param list cast=(GList *)
- * @param data cast=(gpointer)
- */
-public static final native int /*long*/ _g_list_prepend(int /*long*/ list, int /*long*/ data);
-public static final int /*long*/ g_list_prepend(int /*long*/ list, int /*long*/ data) {
- lock.lock();
- try {
- return _g_list_prepend(list, data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(GList *)
+ * @param n
+ * cast=(guint)
+ */
+ public static final native int /* long */_g_list_nth_data(
+ int /* long */list, int n);
+
+ public static final int /* long */g_list_nth_data(int /* long */list, int n) {
+ lock.lock();
+ try {
+ return _g_list_nth_data(list, n);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param list cast=(GList *)
- * @param llist cast=(GList *)
- */
-public static final native void _g_list_set_previous(int /*long*/ list, int /*long*/ llist);
-public static final void g_list_set_previous(int /*long*/ list, int /*long*/ llist) {
- lock.lock();
- try {
- _g_list_set_previous(list, llist);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(GList *)
+ * @param data
+ * cast=(gpointer)
+ */
+ public static final native int /* long */_g_list_prepend(int /* long */list,
+ int /* long */data);
+
+ public static final int /* long */g_list_prepend(int /* long */list,
+ int /* long */data) {
+ lock.lock();
+ try {
+ return _g_list_prepend(list, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _g_list_previous(int /*long*/ list);
-public static final int /*long*/ g_list_previous(int /*long*/ list) {
- lock.lock();
- try {
- return _g_list_previous(list);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(GList *)
+ * @param llist
+ * cast=(GList *)
+ */
+ public static final native void _g_list_set_previous(int /* long */list,
+ int /* long */llist);
+
+ public static final void g_list_set_previous(int /* long */list,
+ int /* long */llist) {
+ lock.lock();
+ try {
+ _g_list_set_previous(list, llist);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param list cast=(GList *)
- * @param link cast=(GList *)
- */
-public static final native int /*long*/ _g_list_remove_link(int /*long*/ list, int /*long*/ link);
-public static final int /*long*/ g_list_remove_link(int /*long*/ list, int /*long*/ link) {
- lock.lock();
- try {
- return _g_list_remove_link(list, link);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_g_list_previous(
+ int /* long */list);
+
+ public static final int /* long */g_list_previous(int /* long */list) {
+ lock.lock();
+ try {
+ return _g_list_previous(list);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param list cast=(GList *) */
-public static final native int /*long*/ _g_list_reverse(int /*long*/ list);
-public static final int /*long*/ g_list_reverse(int /*long*/ list) {
- lock.lock();
- try {
- return _g_list_reverse(list);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(GList *)
+ * @param link
+ * cast=(GList *)
+ */
+ public static final native int /* long */_g_list_remove_link(
+ int /* long */list, int /* long */link);
+
+ public static final int /* long */g_list_remove_link(int /* long */list,
+ int /* long */link) {
+ lock.lock();
+ try {
+ return _g_list_remove_link(list, link);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param utf8string cast=(const gchar *)
- * @param len cast=(gssize)
- * @param bytes_read cast=(gsize *)
- * @param bytes_written cast=(gsize *)
- * @param error cast=(GError **)
- */
-public static final native int /*long*/ _g_locale_from_utf8(int /*long*/ utf8string, int /*long*/ len, int /*long*/[] bytes_read, int /*long*/[] bytes_written, int /*long*/[] error);
-public static final int /*long*/ g_locale_from_utf8(int /*long*/ utf8string, int /*long*/ len, int /*long*/[] bytes_read, int /*long*/[] bytes_written, int /*long*/[] error) {
- lock.lock();
- try {
- return _g_locale_from_utf8(utf8string, len, bytes_read, bytes_written, error);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(GList *)
+ */
+ public static final native int /* long */_g_list_reverse(int /* long */list);
+
+ public static final int /* long */g_list_reverse(int /* long */list) {
+ lock.lock();
+ try {
+ return _g_list_reverse(list);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param opsysstring cast=(const gchar *)
- * @param len cast=(gssize)
- * @param bytes_read cast=(gsize *)
- * @param bytes_written cast=(gsize *)
- * @param error cast=(GError **)
- */
-public static final native int /*long*/ _g_locale_to_utf8(int /*long*/ opsysstring, int /*long*/ len, int /*long*/[] bytes_read, int /*long*/[] bytes_written, int /*long*/[] error);
-public static final int /*long*/ g_locale_to_utf8(int /*long*/ opsysstring, int /*long*/ len, int /*long*/[] bytes_read, int /*long*/[] bytes_written, int /*long*/[] error) {
- lock.lock();
- try {
- return _g_locale_to_utf8(opsysstring, len, bytes_read, bytes_written, error);
- } finally {
- lock.unlock();
+
+ /**
+ * @param utf8string
+ * cast=(const gchar *)
+ * @param len
+ * cast=(gssize)
+ * @param bytes_read
+ * cast=(gsize *)
+ * @param bytes_written
+ * cast=(gsize *)
+ * @param error
+ * cast=(GError **)
+ */
+ public static final native int /* long */_g_locale_from_utf8(
+ int /* long */utf8string, int /* long */len,
+ int /* long */[] bytes_read, int /* long */[] bytes_written,
+ int /* long */[] error);
+
+ public static final int /* long */g_locale_from_utf8(
+ int /* long */utf8string, int /* long */len,
+ int /* long */[] bytes_read, int /* long */[] bytes_written,
+ int /* long */[] error) {
+ lock.lock();
+ try {
+ return _g_locale_from_utf8(utf8string, len, bytes_read,
+ bytes_written, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param log_domain cast=(gchar *)
- * @param log_levels cast=(GLogLevelFlags)
- * @param message cast=(gchar *)
- * @param unused_data cast=(gpointer)
- */
-public static final native void _g_log_default_handler(int /*long*/ log_domain, int log_levels, int /*long*/ message, int /*long*/ unused_data);
-public static final void g_log_default_handler(int /*long*/ log_domain, int log_levels, int /*long*/ message, int /*long*/ unused_data) {
- lock.lock();
- try {
- _g_log_default_handler(log_domain, log_levels, message, unused_data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param opsysstring
+ * cast=(const gchar *)
+ * @param len
+ * cast=(gssize)
+ * @param bytes_read
+ * cast=(gsize *)
+ * @param bytes_written
+ * cast=(gsize *)
+ * @param error
+ * cast=(GError **)
+ */
+ public static final native int /* long */_g_locale_to_utf8(
+ int /* long */opsysstring, int /* long */len,
+ int /* long */[] bytes_read, int /* long */[] bytes_written,
+ int /* long */[] error);
+
+ public static final int /* long */g_locale_to_utf8(
+ int /* long */opsysstring, int /* long */len,
+ int /* long */[] bytes_read, int /* long */[] bytes_written,
+ int /* long */[] error) {
+ lock.lock();
+ try {
+ return _g_locale_to_utf8(opsysstring, len, bytes_read,
+ bytes_written, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param log_domain cast=(gchar *),flags=no_out
- * @param handler_id cast=(gint)
- */
-public static final native void _g_log_remove_handler(byte[] log_domain, int handler_id);
-public static final void g_log_remove_handler(byte[] log_domain, int handler_id) {
- lock.lock();
- try {
- _g_log_remove_handler(log_domain, handler_id);
- } finally {
- lock.unlock();
+
+ /**
+ * @param log_domain
+ * cast=(gchar *)
+ * @param log_levels
+ * cast=(GLogLevelFlags)
+ * @param message
+ * cast=(gchar *)
+ * @param unused_data
+ * cast=(gpointer)
+ */
+ public static final native void _g_log_default_handler(
+ int /* long */log_domain, int log_levels, int /* long */message,
+ int /* long */unused_data);
+
+ public static final void g_log_default_handler(int /* long */log_domain,
+ int log_levels, int /* long */message, int /* long */unused_data) {
+ lock.lock();
+ try {
+ _g_log_default_handler(log_domain, log_levels, message, unused_data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param log_domain cast=(gchar *),flags=no_out
- * @param log_levels cast=(GLogLevelFlags)
- * @param log_func cast=(GLogFunc)
- * @param user_data cast=(gpointer)
- */
-public static final native int _g_log_set_handler(byte[] log_domain, int log_levels, int /*long*/ log_func, int /*long*/ user_data);
-public static final int g_log_set_handler(byte[] log_domain, int log_levels, int /*long*/ log_func, int /*long*/ user_data) {
- lock.lock();
- try {
- return _g_log_set_handler(log_domain, log_levels, log_func, user_data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param log_domain
+ * cast=(gchar *),flags=no_out
+ * @param handler_id
+ * cast=(gint)
+ */
+ public static final native void _g_log_remove_handler(byte[] log_domain,
+ int handler_id);
+
+ public static final void g_log_remove_handler(byte[] log_domain,
+ int handler_id) {
+ lock.lock();
+ try {
+ _g_log_remove_handler(log_domain, handler_id);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param size cast=(gulong) */
-public static final native int /*long*/ _g_malloc(int /*long*/ size);
-public static final int /*long*/ g_malloc(int /*long*/ size) {
- lock.lock();
- try {
- return _g_malloc(size);
- } finally {
- lock.unlock();
+
+ /**
+ * @param log_domain
+ * cast=(gchar *),flags=no_out
+ * @param log_levels
+ * cast=(GLogLevelFlags)
+ * @param log_func
+ * cast=(GLogFunc)
+ * @param user_data
+ * cast=(gpointer)
+ */
+ public static final native int _g_log_set_handler(byte[] log_domain,
+ int log_levels, int /* long */log_func, int /* long */user_data);
+
+ public static final int g_log_set_handler(byte[] log_domain,
+ int log_levels, int /* long */log_func, int /* long */user_data) {
+ lock.lock();
+ try {
+ return _g_log_set_handler(log_domain, log_levels, log_func,
+ user_data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param object cast=(GObject *)
- * @param first_property_name cast=(const gchar *),flags=no_out
- * @param terminator cast=(const gchar *),flags=sentinel
- */
-public static final native void _g_object_get(int /*long*/ object, byte[] first_property_name, int[] value, int /*long*/ terminator);
-public static final void g_object_get(int /*long*/ object, byte[] first_property_name, int[] value, int /*long*/ terminator) {
- lock.lock();
- try {
- _g_object_get(object, first_property_name, value, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param size
+ * cast=(gulong)
+ */
+ public static final native int /* long */_g_malloc(int /* long */size);
+
+ public static final int /* long */g_malloc(int /* long */size) {
+ lock.lock();
+ try {
+ return _g_malloc(size);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param object cast=(GObject *)
- * @param first_property_name cast=(const gchar *),flags=no_out
- * @param terminator cast=(const gchar *),flags=sentinel
- */
-public static final native void _g_object_get(int /*long*/ object, byte[] first_property_name, long[] value, int /*long*/ terminator);
-public static final void g_object_get(int /*long*/ object, byte[] first_property_name, long[] value, int /*long*/ terminator) {
- lock.lock();
- try {
- _g_object_get(object, first_property_name, value, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param object
+ * cast=(GObject *)
+ * @param first_property_name
+ * cast=(const gchar *),flags=no_out
+ * @param terminator
+ * cast=(const gchar *),flags=sentinel
+ */
+ public static final native void _g_object_get(int /* long */object,
+ byte[] first_property_name, int[] value, int /* long */terminator);
+
+ public static final void g_object_get(int /* long */object,
+ byte[] first_property_name, int[] value, int /* long */terminator) {
+ lock.lock();
+ try {
+ _g_object_get(object, first_property_name, value, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param object cast=(GObject *)
- * @param quark cast=(GQuark)
- */
-public static final native int /*long*/ _g_object_get_qdata(int /*long*/ object, int quark);
-public static final int /*long*/ g_object_get_qdata(int /*long*/ object, int quark) {
- lock.lock();
- try {
- return _g_object_get_qdata(object, quark);
- } finally {
- lock.unlock();
+
+ /**
+ * @param object
+ * cast=(GObject *)
+ * @param first_property_name
+ * cast=(const gchar *),flags=no_out
+ * @param terminator
+ * cast=(const gchar *),flags=sentinel
+ */
+ public static final native void _g_object_get(int /* long */object,
+ byte[] first_property_name, long[] value, int /* long */terminator);
+
+ public static final void g_object_get(int /* long */object,
+ byte[] first_property_name, long[] value, int /* long */terminator) {
+ lock.lock();
+ try {
+ _g_object_get(object, first_property_name, value, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param type cast=(GType)
- * @param first_property_name cast=(const gchar *)
- */
-public static final native int /*long*/ _g_object_new (int /*long*/ type, int /*long*/ first_property_name);
-public static final int /*long*/ g_object_new (int /*long*/ type, int /*long*/ first_property_name) {
- lock.lock();
- try {
- return _g_object_new(type, first_property_name);
- } finally {
- lock.unlock();
+
+ /**
+ * @param object
+ * cast=(GObject *)
+ * @param quark
+ * cast=(GQuark)
+ */
+ public static final native int /* long */_g_object_get_qdata(
+ int /* long */object, int quark);
+
+ public static final int /* long */g_object_get_qdata(int /* long */object,
+ int quark) {
+ lock.lock();
+ try {
+ return _g_object_get_qdata(object, quark);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param object cast=(GObject *)
- * @param property_name cast=(const gchar *)
- */
-public static final native void _g_object_notify (int /*long*/ object, byte[] property_name);
-public static final void g_object_notify (int /*long*/ object, byte[] property_name) {
- lock.lock();
- try {
- _g_object_notify(object, property_name);
- } finally {
- lock.unlock();
+
+ /**
+ * @param type
+ * cast=(GType)
+ * @param first_property_name
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_g_object_new(int /* long */type,
+ int /* long */first_property_name);
+
+ public static final int /* long */g_object_new(int /* long */type,
+ int /* long */first_property_name) {
+ lock.lock();
+ try {
+ return _g_object_new(type, first_property_name);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param object cast=(gpointer) */
-public static final native int /*long*/ _g_object_ref(int /*long*/ object);
-public static final int /*long*/ g_object_ref(int /*long*/ object) {
- lock.lock();
- try {
- return _g_object_ref(object);
- } finally {
- lock.unlock();
+
+ /**
+ * @param object
+ * cast=(GObject *)
+ * @param property_name
+ * cast=(const gchar *)
+ */
+ public static final native void _g_object_notify(int /* long */object,
+ byte[] property_name);
+
+ public static final void g_object_notify(int /* long */object,
+ byte[] property_name) {
+ lock.lock();
+ try {
+ _g_object_notify(object, property_name);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param object cast=(gpointer)
- * @param first_property_name cast=(const gchar *),flags=no_out
- * @param terminator cast=(const gchar *),flags=sentinel
- */
-public static final native void _g_object_set(int /*long*/ object, byte[] first_property_name, boolean data, int /*long*/ terminator);
-public static final void g_object_set(int /*long*/ object, byte[] first_property_name, boolean data, int /*long*/ terminator) {
- lock.lock();
- try {
- _g_object_set(object, first_property_name, data, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param object
+ * cast=(gpointer)
+ */
+ public static final native int /* long */_g_object_ref(
+ int /* long */object);
+
+ public static final int /* long */g_object_ref(int /* long */object) {
+ lock.lock();
+ try {
+ return _g_object_ref(object);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param object cast=(gpointer)
- * @param first_property_name cast=(const gchar *),flags=no_out
- * @param terminator cast=(const gchar *),flags=sentinel
- */
-public static final native void _g_object_set(int /*long*/ object, byte[] first_property_name, byte[] data, int /*long*/ terminator);
-public static final void g_object_set(int /*long*/ object, byte[] first_property_name, byte[] data, int /*long*/ terminator) {
- lock.lock();
- try {
- _g_object_set(object, first_property_name, data, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param object
+ * cast=(gpointer)
+ * @param first_property_name
+ * cast=(const gchar *),flags=no_out
+ * @param terminator
+ * cast=(const gchar *),flags=sentinel
+ */
+ public static final native void _g_object_set(int /* long */object,
+ byte[] first_property_name, boolean data, int /* long */terminator);
+
+ public static final void g_object_set(int /* long */object,
+ byte[] first_property_name, boolean data, int /* long */terminator) {
+ lock.lock();
+ try {
+ _g_object_set(object, first_property_name, data, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param object cast=(gpointer)
- * @param first_property_name cast=(const gchar *)
- * @param terminator cast=(const gchar *),flags=sentinel
- */
-public static final native void _g_object_set(int /*long*/ object, byte[] first_property_name, GdkColor data, int /*long*/ terminator);
-public static final void g_object_set(int /*long*/ object, byte[] first_property_name, GdkColor data, int /*long*/ terminator) {
- lock.lock();
- try {
- _g_object_set(object, first_property_name, data, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param object
+ * cast=(gpointer)
+ * @param first_property_name
+ * cast=(const gchar *),flags=no_out
+ * @param terminator
+ * cast=(const gchar *),flags=sentinel
+ */
+ public static final native void _g_object_set(int /* long */object,
+ byte[] first_property_name, byte[] data, int /* long */terminator);
+
+ public static final void g_object_set(int /* long */object,
+ byte[] first_property_name, byte[] data, int /* long */terminator) {
+ lock.lock();
+ try {
+ _g_object_set(object, first_property_name, data, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param object cast=(gpointer)
- * @param first_property_name cast=(const gchar *),flags=no_out
- * @param terminator cast=(const gchar *),flags=sentinel
- */
-public static final native void _g_object_set(int /*long*/ object, byte[] first_property_name, int data, int /*long*/ terminator);
-public static final void g_object_set(int /*long*/ object, byte[] first_property_name, int data, int /*long*/ terminator) {
- lock.lock();
- try {
- _g_object_set(object, first_property_name, data, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param object
+ * cast=(gpointer)
+ * @param first_property_name
+ * cast=(const gchar *)
+ * @param terminator
+ * cast=(const gchar *),flags=sentinel
+ */
+ public static final native void _g_object_set(int /* long */object,
+ byte[] first_property_name, GdkColor data,
+ int /* long */terminator);
+
+ public static final void g_object_set(int /* long */object,
+ byte[] first_property_name, GdkColor data,
+ int /* long */terminator) {
+ lock.lock();
+ try {
+ _g_object_set(object, first_property_name, data, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param object cast=(gpointer)
- * @param first_property_name cast=(const gchar *),flags=no_out
- * @param terminator cast=(const gchar *),flags=sentinel
- */
-public static final native void _g_object_set(int /*long*/ object, byte[] first_property_name, float data, int /*long*/ terminator);
-public static final void g_object_set(int /*long*/ object, byte[] first_property_name, float data, int /*long*/ terminator) {
- lock.lock();
- try {
- _g_object_set(object, first_property_name, data, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param object
+ * cast=(gpointer)
+ * @param first_property_name
+ * cast=(const gchar *),flags=no_out
+ * @param terminator
+ * cast=(const gchar *),flags=sentinel
+ */
+ public static final native void _g_object_set(int /* long */object,
+ byte[] first_property_name, int data, int /* long */terminator);
+
+ public static final void g_object_set(int /* long */object,
+ byte[] first_property_name, int data, int /* long */terminator) {
+ lock.lock();
+ try {
+ _g_object_set(object, first_property_name, data, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param object cast=(gpointer)
- * @param first_property_name cast=(const gchar *),flags=no_out
- * @param terminator cast=(const gchar *),flags=sentinel
- */
-public static final native void _g_object_set(int /*long*/ object, byte[] first_property_name, long data, int /*long*/ terminator);
-public static final void g_object_set(int /*long*/ object, byte[] first_property_name, long data, int /*long*/ terminator) {
- lock.lock();
- try {
- _g_object_set(object, first_property_name, data, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param object
+ * cast=(gpointer)
+ * @param first_property_name
+ * cast=(const gchar *),flags=no_out
+ * @param terminator
+ * cast=(const gchar *),flags=sentinel
+ */
+ public static final native void _g_object_set(int /* long */object,
+ byte[] first_property_name, float data, int /* long */terminator);
+
+ public static final void g_object_set(int /* long */object,
+ byte[] first_property_name, float data, int /* long */terminator) {
+ lock.lock();
+ try {
+ _g_object_set(object, first_property_name, data, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param object cast=(GObject *)
- * @param quark cast=(GQuark)
- * @param data cast=(gpointer)
- */
-public static final native void _g_object_set_qdata(int /*long*/ object, int quark, int /*long*/ data);
-public static final void g_object_set_qdata(int /*long*/ object, int quark, int /*long*/ data) {
- lock.lock();
- try {
- _g_object_set_qdata(object, quark, data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param object
+ * cast=(gpointer)
+ * @param first_property_name
+ * cast=(const gchar *),flags=no_out
+ * @param terminator
+ * cast=(const gchar *),flags=sentinel
+ */
+ public static final native void _g_object_set(int /* long */object,
+ byte[] first_property_name, long data, int /* long */terminator);
+
+ public static final void g_object_set(int /* long */object,
+ byte[] first_property_name, long data, int /* long */terminator) {
+ lock.lock();
+ try {
+ _g_object_set(object, first_property_name, data, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param object cast=(gpointer) */
-public static final native void _g_object_unref(int /*long*/ object);
-public static final void g_object_unref(int /*long*/ object) {
- lock.lock();
- try {
- _g_object_unref(object);
- } finally {
- lock.unlock();
+
+ /**
+ * @param object
+ * cast=(GObject *)
+ * @param quark
+ * cast=(GQuark)
+ * @param data
+ * cast=(gpointer)
+ */
+ public static final native void _g_object_set_qdata(int /* long */object,
+ int quark, int /* long */data);
+
+ public static final void g_object_set_qdata(int /* long */object,
+ int quark, int /* long */data) {
+ lock.lock();
+ try {
+ _g_object_set_qdata(object, quark, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param string cast=(const gchar *),flags=no_out */
-public static final native int _g_quark_from_string(byte[] string);
-public static final int g_quark_from_string(byte[] string) {
- lock.lock();
- try {
- return _g_quark_from_string(string);
- } finally {
- lock.unlock();
+
+ /**
+ * @param object
+ * cast=(gpointer)
+ */
+ public static final native void _g_object_unref(int /* long */object);
+
+ public static final void g_object_unref(int /* long */object) {
+ lock.lock();
+ try {
+ _g_object_unref(object);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param prgname cast=(const gchar *),flags=no_out */
-public static final native void _g_set_prgname(byte[] prgname);
-public static final void g_set_prgname(byte[] prgname) {
- lock.lock();
- try {
- _g_set_prgname(prgname);
- } finally {
- lock.unlock();
+
+ /**
+ * @param string
+ * cast=(const gchar *),flags=no_out
+ */
+ public static final native int _g_quark_from_string(byte[] string);
+
+ public static final int g_quark_from_string(byte[] string) {
+ lock.lock();
+ try {
+ return _g_quark_from_string(string);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param instance cast=(gpointer)
- * @param detailed_signal cast=(const gchar *),flags=no_out
- * @param proc cast=(GCallback)
- * @param data cast=(gpointer)
- */
-public static final native int _g_signal_connect(int /*long*/ instance, byte[] detailed_signal, int /*long*/ proc, int /*long*/ data);
-public static final int g_signal_connect(int /*long*/ instance, byte[] detailed_signal, int /*long*/ proc, int /*long*/ data) {
- lock.lock();
- try {
- return _g_signal_connect(instance, detailed_signal, proc, data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param prgname
+ * cast=(const gchar *),flags=no_out
+ */
+ public static final native void _g_set_prgname(byte[] prgname);
+
+ public static final void g_set_prgname(byte[] prgname) {
+ lock.lock();
+ try {
+ _g_set_prgname(prgname);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param instance cast=(gpointer)
- * @param detailed_signal cast=(const gchar *)
- * @param closure cast=(GClosure *)
- * @param after cast=(gboolean)
- */
-public static final native int _g_signal_connect_closure(int /*long*/ instance, byte[] detailed_signal, int /*long*/ closure, boolean after);
-public static final int g_signal_connect_closure(int /*long*/ instance, byte[] detailed_signal, int /*long*/ closure, boolean after) {
- lock.lock();
- try {
- return _g_signal_connect_closure(instance, detailed_signal, closure, after);
- } finally {
- lock.unlock();
+
+ /**
+ * @param instance
+ * cast=(gpointer)
+ * @param detailed_signal
+ * cast=(const gchar *),flags=no_out
+ * @param proc
+ * cast=(GCallback)
+ * @param data
+ * cast=(gpointer)
+ */
+ public static final native int _g_signal_connect(int /* long */instance,
+ byte[] detailed_signal, int /* long */proc, int /* long */data);
+
+ public static final int g_signal_connect(int /* long */instance,
+ byte[] detailed_signal, int /* long */proc, int /* long */data) {
+ lock.lock();
+ try {
+ return _g_signal_connect(instance, detailed_signal, proc, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param instance cast=(gpointer)
- * @param signal_id cast=(guint)
- * @param detail cast=(GQuark)
- * @param closure cast=(GClosure *)
- * @param after cast=(gboolean)
- */
-public static final native int _g_signal_connect_closure_by_id(int /*long*/ instance, int signal_id, int detail, int /*long*/ closure, boolean after);
-public static final int g_signal_connect_closure_by_id(int /*long*/ instance, int signal_id, int detail, int /*long*/ closure, boolean after) {
- lock.lock();
- try {
- return _g_signal_connect_closure_by_id(instance, signal_id, detail, closure, after);
- } finally {
- lock.unlock();
+
+ /**
+ * @param instance
+ * cast=(gpointer)
+ * @param detailed_signal
+ * cast=(const gchar *)
+ * @param closure
+ * cast=(GClosure *)
+ * @param after
+ * cast=(gboolean)
+ */
+ public static final native int _g_signal_connect_closure(
+ int /* long */instance, byte[] detailed_signal,
+ int /* long */closure, boolean after);
+
+ public static final int g_signal_connect_closure(int /* long */instance,
+ byte[] detailed_signal, int /* long */closure, boolean after) {
+ lock.lock();
+ try {
+ return _g_signal_connect_closure(instance, detailed_signal,
+ closure, after);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param instance cast=(gpointer)
- * @param detailed_signal cast=(const gchar *),flags=no_out
- * @param proc cast=(GCallback)
- * @param data cast=(gpointer)
- */
-public static final native int _g_signal_connect_after(int /*long*/ instance, byte[] detailed_signal, int /*long*/ proc, int /*long*/ data);
-public static final int g_signal_connect_after(int /*long*/ instance, byte[] detailed_signal, int /*long*/ proc, int /*long*/ data) {
- lock.lock();
- try {
- return _g_signal_connect_after(instance, detailed_signal, proc, data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param instance
+ * cast=(gpointer)
+ * @param signal_id
+ * cast=(guint)
+ * @param detail
+ * cast=(GQuark)
+ * @param closure
+ * cast=(GClosure *)
+ * @param after
+ * cast=(gboolean)
+ */
+ public static final native int _g_signal_connect_closure_by_id(
+ int /* long */instance, int signal_id, int detail,
+ int /* long */closure, boolean after);
+
+ public static final int g_signal_connect_closure_by_id(
+ int /* long */instance, int signal_id, int detail,
+ int /* long */closure, boolean after) {
+ lock.lock();
+ try {
+ return _g_signal_connect_closure_by_id(instance, signal_id, detail,
+ closure, after);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param instance cast=(gpointer)
- * @param detailed_signal cast=(const gchar *),flags=no_out
- */
-public static final native void _g_signal_emit_by_name(int /*long*/ instance, byte[] detailed_signal);
-public static final void g_signal_emit_by_name(int /*long*/ instance, byte[] detailed_signal) {
- lock.lock();
- try {
- _g_signal_emit_by_name(instance, detailed_signal);
- } finally {
- lock.unlock();
+
+ /**
+ * @param instance
+ * cast=(gpointer)
+ * @param detailed_signal
+ * cast=(const gchar *),flags=no_out
+ * @param proc
+ * cast=(GCallback)
+ * @param data
+ * cast=(gpointer)
+ */
+ public static final native int _g_signal_connect_after(
+ int /* long */instance, byte[] detailed_signal, int /* long */proc,
+ int /* long */data);
+
+ public static final int g_signal_connect_after(int /* long */instance,
+ byte[] detailed_signal, int /* long */proc, int /* long */data) {
+ lock.lock();
+ try {
+ return _g_signal_connect_after(instance, detailed_signal, proc,
+ data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param instance cast=(gpointer)
- * @param detailed_signal cast=(const gchar *),flags=no_out
- */
-public static final native void _g_signal_emit_by_name(int /*long*/ instance, byte[] detailed_signal, int /*long*/ data);
-public static final void g_signal_emit_by_name(int /*long*/ instance, byte[] detailed_signal, int /*long*/ data) {
- lock.lock();
- try {
- _g_signal_emit_by_name(instance, detailed_signal, data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param instance
+ * cast=(gpointer)
+ * @param detailed_signal
+ * cast=(const gchar *),flags=no_out
+ */
+ public static final native void _g_signal_emit_by_name(
+ int /* long */instance, byte[] detailed_signal);
+
+ public static final void g_signal_emit_by_name(int /* long */instance,
+ byte[] detailed_signal) {
+ lock.lock();
+ try {
+ _g_signal_emit_by_name(instance, detailed_signal);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param instance cast=(gpointer)
- * @param detailed_signal cast=(const gchar *),flags=no_out
- */
-public static final native void _g_signal_emit_by_name(int /*long*/ instance, byte[] detailed_signal, GdkRectangle data);
-public static final void g_signal_emit_by_name(int /*long*/ instance, byte[] detailed_signal, GdkRectangle data) {
- lock.lock();
- try {
- _g_signal_emit_by_name(instance, detailed_signal, data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param instance
+ * cast=(gpointer)
+ * @param detailed_signal
+ * cast=(const gchar *),flags=no_out
+ */
+ public static final native void _g_signal_emit_by_name(
+ int /* long */instance, byte[] detailed_signal, int /* long */data);
+
+ public static final void g_signal_emit_by_name(int /* long */instance,
+ byte[] detailed_signal, int /* long */data) {
+ lock.lock();
+ try {
+ _g_signal_emit_by_name(instance, detailed_signal, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param instance cast=(gpointer)
- * @param detailed_signal cast=(const gchar *),flags=no_out
- */
-public static final native void _g_signal_emit_by_name(int /*long*/ instance, byte[] detailed_signal, int /*long*/ data1, int /*long*/ data2);
-public static final void g_signal_emit_by_name(int /*long*/ instance, byte[] detailed_signal, int /*long*/ data1, int /*long*/ data2) {
- lock.lock();
- try {
- _g_signal_emit_by_name(instance, detailed_signal, data1, data2);
- } finally {
- lock.unlock();
+
+ /**
+ * @param instance
+ * cast=(gpointer)
+ * @param detailed_signal
+ * cast=(const gchar *),flags=no_out
+ */
+ public static final native void _g_signal_emit_by_name(
+ int /* long */instance, byte[] detailed_signal, GdkRectangle data);
+
+ public static final void g_signal_emit_by_name(int /* long */instance,
+ byte[] detailed_signal, GdkRectangle data) {
+ lock.lock();
+ try {
+ _g_signal_emit_by_name(instance, detailed_signal, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param instance cast=(gpointer)
- * @param detailed_signal cast=(const gchar *),flags=no_out
- */
-public static final native void _g_signal_emit_by_name(int /*long*/ instance, byte[] detailed_signal, byte [] data);
-public static final void g_signal_emit_by_name(int /*long*/ instance, byte[] detailed_signal, byte [] data) {
- lock.lock();
- try {
- _g_signal_emit_by_name(instance, detailed_signal, data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param instance
+ * cast=(gpointer)
+ * @param detailed_signal
+ * cast=(const gchar *),flags=no_out
+ */
+ public static final native void _g_signal_emit_by_name(
+ int /* long */instance, byte[] detailed_signal,
+ int /* long */data1, int /* long */data2);
+
+ public static final void g_signal_emit_by_name(int /* long */instance,
+ byte[] detailed_signal, int /* long */data1, int /* long */data2) {
+ lock.lock();
+ try {
+ _g_signal_emit_by_name(instance, detailed_signal, data1, data2);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param instance cast=(gpointer)
- * @param handler_id cast=(gulong)
- */
-public static final native void _g_signal_handler_disconnect(int /*long*/ instance, int handler_id);
-public static final void g_signal_handler_disconnect(int /*long*/ instance, int handler_id) {
- lock.lock();
- try {
- _g_signal_handler_disconnect(instance, handler_id);
- } finally {
- lock.unlock();
+
+ /**
+ * @param instance
+ * cast=(gpointer)
+ * @param detailed_signal
+ * cast=(const gchar *),flags=no_out
+ */
+ public static final native void _g_signal_emit_by_name(
+ int /* long */instance, byte[] detailed_signal, byte[] data);
+
+ public static final void g_signal_emit_by_name(int /* long */instance,
+ byte[] detailed_signal, byte[] data) {
+ lock.lock();
+ try {
+ _g_signal_emit_by_name(instance, detailed_signal, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param instance cast=(gpointer)
- * @param detail cast=(GQuark)
- * @param closure cast=(GClosure *)
- * @param func cast=(gpointer)
- * @param data cast=(gpointer)
- */
-public static final native int _g_signal_handler_find(int /*long*/ instance, int mask, int signal_id, int detail, int /*long*/ closure, int /*long*/ func, int /*long*/ data);
-public static final int g_signal_handler_find(int /*long*/ instance, int mask, int signal_id, int detail, int /*long*/ closure, int /*long*/ func, int /*long*/ data) {
- lock.lock();
- try {
- return _g_signal_handler_find(instance, mask, signal_id, detail, closure, func, data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param instance
+ * cast=(gpointer)
+ * @param handler_id
+ * cast=(gulong)
+ */
+ public static final native void _g_signal_handler_disconnect(
+ int /* long */instance, int handler_id);
+
+ public static final void g_signal_handler_disconnect(int /* long */instance,
+ int handler_id) {
+ lock.lock();
+ try {
+ _g_signal_handler_disconnect(instance, handler_id);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param instance cast=(gpointer)
- * @param mask cast=(GSignalMatchType)
- * @param signal_id cast=(guint)
- * @param detail cast=(GQuark)
- * @param closure cast=(GClosure *)
- * @param func cast=(gpointer)
- * @param data cast=(gpointer)
- */
-public static final native int _g_signal_handlers_block_matched(int /*long*/ instance, int mask, int signal_id, int detail, int /*long*/ closure, int /*long*/ func, int /*long*/ data);
-public static final int g_signal_handlers_block_matched(int /*long*/ instance, int mask, int signal_id, int detail, int /*long*/ closure, int /*long*/ func, int /*long*/ data) {
- lock.lock();
- try {
- return _g_signal_handlers_block_matched(instance, mask, signal_id, detail, closure, func, data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param instance
+ * cast=(gpointer)
+ * @param detail
+ * cast=(GQuark)
+ * @param closure
+ * cast=(GClosure *)
+ * @param func
+ * cast=(gpointer)
+ * @param data
+ * cast=(gpointer)
+ */
+ public static final native int _g_signal_handler_find(int /* long */instance,
+ int mask, int signal_id, int detail, int /* long */closure,
+ int /* long */func, int /* long */data);
+
+ public static final int g_signal_handler_find(int /* long */instance,
+ int mask, int signal_id, int detail, int /* long */closure,
+ int /* long */func, int /* long */data) {
+ lock.lock();
+ try {
+ return _g_signal_handler_find(instance, mask, signal_id, detail,
+ closure, func, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param instance cast=(gpointer)
- * @param mask cast=(GSignalMatchType)
- * @param signal_id cast=(guint)
- * @param detail cast=(GQuark)
- * @param closure cast=(GClosure *)
- * @param func cast=(gpointer)
- * @param data cast=(gpointer)
- */
-public static final native int _g_signal_handlers_disconnect_matched(int /*long*/ instance, int mask, int signal_id, int detail, int /*long*/ closure, int /*long*/ func, int /*long*/ data);
-public static final int g_signal_handlers_disconnect_matched(int /*long*/ instance, int mask, int signal_id, int detail, int /*long*/ closure, int /*long*/ func, int /*long*/ data) {
- lock.lock();
- try {
- return _g_signal_handlers_disconnect_matched(instance, mask, signal_id, detail, closure, func, data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param instance
+ * cast=(gpointer)
+ * @param mask
+ * cast=(GSignalMatchType)
+ * @param signal_id
+ * cast=(guint)
+ * @param detail
+ * cast=(GQuark)
+ * @param closure
+ * cast=(GClosure *)
+ * @param func
+ * cast=(gpointer)
+ * @param data
+ * cast=(gpointer)
+ */
+ public static final native int _g_signal_handlers_block_matched(
+ int /* long */instance, int mask, int signal_id, int detail,
+ int /* long */closure, int /* long */func, int /* long */data);
+
+ public static final int g_signal_handlers_block_matched(
+ int /* long */instance, int mask, int signal_id, int detail,
+ int /* long */closure, int /* long */func, int /* long */data) {
+ lock.lock();
+ try {
+ return _g_signal_handlers_block_matched(instance, mask, signal_id,
+ detail, closure, func, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param instance cast=(gpointer)
- * @param mask cast=(GSignalMatchType)
- * @param signal_id cast=(guint)
- * @param detail cast=(GQuark)
- * @param closure cast=(GClosure *)
- * @param func cast=(gpointer)
- * @param data cast=(gpointer)
- */
-public static final native int _g_signal_handlers_unblock_matched(int /*long*/ instance, int mask, int signal_id, int detail, int /*long*/ closure, int /*long*/ func, int /*long*/ data);
-public static final int g_signal_handlers_unblock_matched(int /*long*/ instance, int mask, int signal_id, int detail, int /*long*/ closure, int /*long*/ func, int /*long*/ data) {
- lock.lock();
- try {
- return _g_signal_handlers_unblock_matched(instance, mask, signal_id, detail, closure, func, data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param instance
+ * cast=(gpointer)
+ * @param mask
+ * cast=(GSignalMatchType)
+ * @param signal_id
+ * cast=(guint)
+ * @param detail
+ * cast=(GQuark)
+ * @param closure
+ * cast=(GClosure *)
+ * @param func
+ * cast=(gpointer)
+ * @param data
+ * cast=(gpointer)
+ */
+ public static final native int _g_signal_handlers_disconnect_matched(
+ int /* long */instance, int mask, int signal_id, int detail,
+ int /* long */closure, int /* long */func, int /* long */data);
+
+ public static final int g_signal_handlers_disconnect_matched(
+ int /* long */instance, int mask, int signal_id, int detail,
+ int /* long */closure, int /* long */func, int /* long */data) {
+ lock.lock();
+ try {
+ return _g_signal_handlers_disconnect_matched(instance, mask,
+ signal_id, detail, closure, func, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param name cast=(const gchar *),flags=no_out */
-public static final native int _g_signal_lookup (byte[] name, int /*long*/ itype);
-public static final int g_signal_lookup (byte[] name, int /*long*/ itype) {
- lock.lock();
- try {
- return _g_signal_lookup(name, itype);
- } finally {
- lock.unlock();
+
+ /**
+ * @param instance
+ * cast=(gpointer)
+ * @param mask
+ * cast=(GSignalMatchType)
+ * @param signal_id
+ * cast=(guint)
+ * @param detail
+ * cast=(GQuark)
+ * @param closure
+ * cast=(GClosure *)
+ * @param func
+ * cast=(gpointer)
+ * @param data
+ * cast=(gpointer)
+ */
+ public static final native int _g_signal_handlers_unblock_matched(
+ int /* long */instance, int mask, int signal_id, int detail,
+ int /* long */closure, int /* long */func, int /* long */data);
+
+ public static final int g_signal_handlers_unblock_matched(
+ int /* long */instance, int mask, int signal_id, int detail,
+ int /* long */closure, int /* long */func, int /* long */data) {
+ lock.lock();
+ try {
+ return _g_signal_handlers_unblock_matched(instance, mask,
+ signal_id, detail, closure, func, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param instance cast=(gpointer)
- * @param detailed_signal cast=(const gchar *),flags=no_out
- */
-public static final native void _g_signal_stop_emission_by_name(int /*long*/ instance, byte[] detailed_signal);
-public static final void g_signal_stop_emission_by_name(int /*long*/ instance, byte[] detailed_signal) {
- lock.lock();
- try {
- _g_signal_stop_emission_by_name(instance, detailed_signal);
- } finally {
- lock.unlock();
+
+ /**
+ * @param name
+ * cast=(const gchar *),flags=no_out
+ */
+ public static final native int _g_signal_lookup(byte[] name,
+ int /* long */itype);
+
+ public static final int g_signal_lookup(byte[] name, int /* long */itype) {
+ lock.lock();
+ try {
+ return _g_signal_lookup(name, itype);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tag cast=(guint) */
-public static final native boolean /*long*/ _g_source_remove (int /*long*/ tag);
-public static final boolean /*long*/ g_source_remove (int /*long*/ tag) {
- lock.lock();
- try {
- return _g_source_remove(tag);
- } finally {
- lock.unlock();
+
+ /**
+ * @param instance
+ * cast=(gpointer)
+ * @param detailed_signal
+ * cast=(const gchar *),flags=no_out
+ */
+ public static final native void _g_signal_stop_emission_by_name(
+ int /* long */instance, byte[] detailed_signal);
+
+ public static final void g_signal_stop_emission_by_name(
+ int /* long */instance, byte[] detailed_signal) {
+ lock.lock();
+ try {
+ _g_signal_stop_emission_by_name(instance, detailed_signal);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param list cast=(GSList *)
- * @param data cast=(gpointer)
- */
-public static final native int /*long*/ _g_slist_append(int /*long*/ list, int /*long*/ data);
-public static final int /*long*/ g_slist_append(int /*long*/ list, int /*long*/ data) {
- lock.lock();
- try {
- return _g_slist_append(list, data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tag
+ * cast=(guint)
+ */
+ public static final native boolean /* long */_g_source_remove(
+ int /* long */tag);
+
+ public static final boolean /* long */g_source_remove(int /* long */tag) {
+ lock.lock();
+ try {
+ return _g_source_remove(tag);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param list cast=(GSList *) */
-public static final native int /*long*/ _g_slist_data (int /*long*/ list);
-public static final int /*long*/ g_slist_data (int /*long*/ list) {
- lock.lock();
- try {
- return _g_slist_data(list);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(GSList *)
+ * @param data
+ * cast=(gpointer)
+ */
+ public static final native int /* long */_g_slist_append(int /* long */list,
+ int /* long */data);
+
+ public static final int /* long */g_slist_append(int /* long */list,
+ int /* long */data) {
+ lock.lock();
+ try {
+ return _g_slist_append(list, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param list cast=(GSList *) */
-public static final native void _g_slist_free (int /*long*/ list);
-public static final void g_slist_free (int /*long*/ list) {
- lock.lock();
- try {
- _g_slist_free(list);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(GSList *)
+ */
+ public static final native int /* long */_g_slist_data(int /* long */list);
+
+ public static final int /* long */g_slist_data(int /* long */list) {
+ lock.lock();
+ try {
+ return _g_slist_data(list);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param list cast=(GSList *) */
-public static final native int /*long*/ _g_slist_next (int /*long*/ list);
-public static final int /*long*/ g_slist_next (int /*long*/ list) {
- lock.lock();
- try {
- return _g_slist_next(list);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(GSList *)
+ */
+ public static final native void _g_slist_free(int /* long */list);
+
+ public static final void g_slist_free(int /* long */list) {
+ lock.lock();
+ try {
+ _g_slist_free(list);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param list cast=(GSList *) */
-public static final native int _g_slist_length (int /*long*/ list);
-public static final int g_slist_length (int /*long*/ list) {
- lock.lock();
- try {
- return _g_slist_length(list);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(GSList *)
+ */
+ public static final native int /* long */_g_slist_next(int /* long */list);
+
+ public static final int /* long */g_slist_next(int /* long */list) {
+ lock.lock();
+ try {
+ return _g_slist_next(list);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param string_array cast=(gchar **) */
-public static final native void _g_strfreev(int /*long*/ string_array);
-public static final void g_strfreev(int /*long*/ string_array) {
- lock.lock();
- try {
- _g_strfreev(string_array);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(GSList *)
+ */
+ public static final native int _g_slist_length(int /* long */list);
+
+ public static final int g_slist_length(int /* long */list) {
+ lock.lock();
+ try {
+ return _g_slist_length(list);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=getter
- * @param string cast=(GString *)
- */
-public static final native int _GString_len(int /*long*/ string);
-public static final int GString_len(int /*long*/ string) {
- lock.lock();
- try {
- return _GString_len(string);
- } finally {
- lock.unlock();
+
+ /**
+ * @param string_array
+ * cast=(gchar **)
+ */
+ public static final native void _g_strfreev(int /* long */string_array);
+
+ public static final void g_strfreev(int /* long */string_array) {
+ lock.lock();
+ try {
+ _g_strfreev(string_array);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=getter
- * @param string cast=(GString *)
- */
-public static final native int /*long*/ _GString_str(int /*long*/ string);
-public static final int /*long*/ GString_str(int /*long*/ string) {
- lock.lock();
- try {
- return _GString_str(string);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=getter
+ * @param string
+ * cast=(GString *)
+ */
+ public static final native int _GString_len(int /* long */string);
+
+ public static final int GString_len(int /* long */string) {
+ lock.lock();
+ try {
+ return _GString_len(string);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param str cast=(const gchar *)
- * @param endptr cast=(gchar **)
- */
-public static final native double _g_strtod(int /*long*/ str, int /*long*/[] endptr);
-public static final double g_strtod(int /*long*/ str, int /*long*/[] endptr) {
- lock.lock();
- try {
- return _g_strtod(str, endptr);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=getter
+ * @param string
+ * cast=(GString *)
+ */
+ public static final native int /* long */_GString_str(
+ int /* long */string);
+
+ public static final int /* long */GString_str(int /* long */string) {
+ lock.lock();
+ try {
+ return _GString_str(string);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param instance_type cast=(GType)
- * @param interface_type cast=(GType)
- * @param info cast=(const GInterfaceInfo *)
- */
-public static final native void _g_type_add_interface_static (int /*long*/ instance_type, int /*long*/ interface_type, int /*long*/ info);
-public static final void g_type_add_interface_static (int /*long*/ instance_type, int /*long*/ interface_type, int /*long*/ info) {
- lock.lock();
- try {
- _g_type_add_interface_static(instance_type, interface_type, info);
- } finally {
- lock.unlock();
+
+ /**
+ * @param str
+ * cast=(const gchar *)
+ * @param endptr
+ * cast=(gchar **)
+ */
+ public static final native double _g_strtod(int /* long */str,
+ int /* long */[] endptr);
+
+ public static final double g_strtod(int /* long */str,
+ int /* long */[] endptr) {
+ lock.lock();
+ try {
+ return _g_strtod(str, endptr);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param g_class cast=(GType) */
-public static final native int /*long*/ _g_type_class_peek (int /*long*/ g_class);
-public static final int /*long*/ g_type_class_peek (int /*long*/ g_class) {
- lock.lock();
- try {
- return _g_type_class_peek(g_class);
- } finally {
- lock.unlock();
+
+ /**
+ * @param instance_type
+ * cast=(GType)
+ * @param interface_type
+ * cast=(GType)
+ * @param info
+ * cast=(const GInterfaceInfo *)
+ */
+ public static final native void _g_type_add_interface_static(
+ int /* long */instance_type, int /* long */interface_type,
+ int /* long */info);
+
+ public static final void g_type_add_interface_static(
+ int /* long */instance_type, int /* long */interface_type,
+ int /* long */info) {
+ lock.lock();
+ try {
+ _g_type_add_interface_static(instance_type, interface_type, info);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param g_class cast=(gpointer) */
-public static final native int /*long*/ _g_type_class_peek_parent (int /*long*/ g_class);
-public static final int /*long*/ g_type_class_peek_parent (int /*long*/ g_class) {
- lock.lock();
- try {
- return _g_type_class_peek_parent(g_class);
- } finally {
- lock.unlock();
+
+ /**
+ * @param g_class
+ * cast=(GType)
+ */
+ public static final native int /* long */_g_type_class_peek(
+ int /* long */g_class);
+
+ public static final int /* long */g_type_class_peek(int /* long */g_class) {
+ lock.lock();
+ try {
+ return _g_type_class_peek(g_class);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param g_class cast=(GType) */
-public static final native int /*long*/ _g_type_class_ref (int /*long*/ g_class);
-public static final int /*long*/ g_type_class_ref (int /*long*/ g_class) {
- lock.lock();
- try {
- return _g_type_class_ref(g_class);
- } finally {
- lock.unlock();
+
+ /**
+ * @param g_class
+ * cast=(gpointer)
+ */
+ public static final native int /* long */_g_type_class_peek_parent(
+ int /* long */g_class);
+
+ public static final int /* long */g_type_class_peek_parent(
+ int /* long */g_class) {
+ lock.lock();
+ try {
+ return _g_type_class_peek_parent(g_class);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param g_class cast=(gpointer) */
-public static final native void _g_type_class_unref (int /*long*/ g_class);
-public static final void g_type_class_unref (int /*long*/ g_class) {
- lock.lock();
- try {
- _g_type_class_unref(g_class);
- } finally {
- lock.unlock();
+
+ /**
+ * @param g_class
+ * cast=(GType)
+ */
+ public static final native int /* long */_g_type_class_ref(
+ int /* long */g_class);
+
+ public static final int /* long */g_type_class_ref(int /* long */g_class) {
+ lock.lock();
+ try {
+ return _g_type_class_ref(g_class);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param name cast=(const gchar *) */
-public static final native int /*long*/ _g_type_from_name (byte[] name);
-public static final int /*long*/ g_type_from_name (byte[] name) {
- lock.lock();
- try {
- return _g_type_from_name(name);
- } finally {
- lock.unlock();
+
+ /**
+ * @param g_class
+ * cast=(gpointer)
+ */
+ public static final native void _g_type_class_unref(int /* long */g_class);
+
+ public static final void g_type_class_unref(int /* long */g_class) {
+ lock.lock();
+ try {
+ _g_type_class_unref(g_class);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param iface cast=(gpointer) */
-public static final native int /*long*/ _g_type_interface_peek_parent (int /*long*/ iface);
-public static final int /*long*/ g_type_interface_peek_parent (int /*long*/ iface) {
- lock.lock();
- try {
- return _g_type_interface_peek_parent(iface);
- } finally {
- lock.unlock();
+
+ /**
+ * @param name
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_g_type_from_name(byte[] name);
+
+ public static final int /* long */g_type_from_name(byte[] name) {
+ lock.lock();
+ try {
+ return _g_type_from_name(name);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param type cast=(GType)
- * @param is_a_type cast=(GType)
- */
-public static final native boolean _g_type_is_a (int /*long*/ type, int /*long*/ is_a_type);
-public static final boolean g_type_is_a (int /*long*/ type, int /*long*/ is_a_type) {
- lock.lock();
- try {
- return _g_type_is_a(type, is_a_type);
- } finally {
- lock.unlock();
+
+ /**
+ * @param iface
+ * cast=(gpointer)
+ */
+ public static final native int /* long */_g_type_interface_peek_parent(
+ int /* long */iface);
+
+ public static final int /* long */g_type_interface_peek_parent(
+ int /* long */iface) {
+ lock.lock();
+ try {
+ return _g_type_interface_peek_parent(iface);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param handle cast=(GType) */
-public static final native int /*long*/ _g_type_name (int /*long*/ handle);
-public static final int /*long*/ g_type_name (int /*long*/ handle) {
- lock.lock();
- try {
- return _g_type_name(handle);
- } finally {
- lock.unlock();
+
+ /**
+ * @param type
+ * cast=(GType)
+ * @param is_a_type
+ * cast=(GType)
+ */
+ public static final native boolean _g_type_is_a(int /* long */type,
+ int /* long */is_a_type);
+
+ public static final boolean g_type_is_a(int /* long */type,
+ int /* long */is_a_type) {
+ lock.lock();
+ try {
+ return _g_type_is_a(type, is_a_type);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param type cast=(GType) */
-public static final native int /*long*/ _g_type_parent (int /*long*/ type);
-public static final int /*long*/ g_type_parent (int /*long*/ type) {
- lock.lock();
- try {
- return _g_type_parent(type);
- } finally {
- lock.unlock();
+
+ /**
+ * @param handle
+ * cast=(GType)
+ */
+ public static final native int /* long */_g_type_name(
+ int /* long */handle);
+
+ public static final int /* long */g_type_name(int /* long */handle) {
+ lock.lock();
+ try {
+ return _g_type_name(handle);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param type cast=(GType)
- * @param query cast=(GTypeQuery *)
- */
-public static final native void _g_type_query (int /*long*/ type, int /*long*/ query);
-public static final void g_type_query (int /*long*/ type, int /*long*/ query) {
- lock.lock();
- try {
- _g_type_query(type, query);
- } finally {
- lock.unlock();
+
+ /**
+ * @param type
+ * cast=(GType)
+ */
+ public static final native int /* long */_g_type_parent(int /* long */type);
+
+ public static final int /* long */g_type_parent(int /* long */type) {
+ lock.lock();
+ try {
+ return _g_type_parent(type);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param parent_type cast=(GType)
- * @param type_name cast=(const gchar *)
- * @param info cast=(const GTypeInfo *)
- * @param flags cast=(GTypeFlags)
- */
-public static final native int /*long*/ _g_type_register_static (int /*long*/ parent_type, byte[] type_name, int /*long*/ info, int flags);
-public static final int /*long*/ g_type_register_static (int /*long*/ parent_type, byte[] type_name, int /*long*/ info, int flags) {
- lock.lock();
- try {
- return _g_type_register_static(parent_type, type_name, info, flags);
- } finally {
- lock.unlock();
+
+ /**
+ * @param type
+ * cast=(GType)
+ * @param query
+ * cast=(GTypeQuery *)
+ */
+ public static final native void _g_type_query(int /* long */type,
+ int /* long */query);
+
+ public static final void g_type_query(int /* long */type, int /* long */query) {
+ lock.lock();
+ try {
+ _g_type_query(type, query);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param vtable cast=(GThreadFunctions *) */
-public static final native void _g_thread_init(int /*long*/ vtable);
-public static final void g_thread_init(int /*long*/ vtable) {
- lock.lock();
- try {
- _g_thread_init(vtable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param parent_type
+ * cast=(GType)
+ * @param type_name
+ * cast=(const gchar *)
+ * @param info
+ * cast=(const GTypeInfo *)
+ * @param flags
+ * cast=(GTypeFlags)
+ */
+ public static final native int /* long */_g_type_register_static(
+ int /* long */parent_type, byte[] type_name, int /* long */info,
+ int flags);
+
+ public static final int /* long */g_type_register_static(
+ int /* long */parent_type, byte[] type_name, int /* long */info,
+ int flags) {
+ lock.lock();
+ try {
+ return _g_type_register_static(parent_type, type_name, info, flags);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _g_thread_supported();
-public static final boolean g_thread_supported() {
- lock.lock();
- try {
- return _g_thread_supported();
- } finally {
- lock.unlock();
+
+ /**
+ * @param vtable
+ * cast=(GThreadFunctions *)
+ */
+ public static final native void _g_thread_init(int /* long */vtable);
+
+ public static final void g_thread_init(int /* long */vtable) {
+ lock.lock();
+ try {
+ _g_thread_init(vtable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param str cast=(const gunichar2 *),flags=no_out critical
- * @param len cast=(glong)
- * @param items_read cast=(glong *),flags=critical
- * @param items_written cast=(glong *),flags=critical
- * @param error cast=(GError **),flags=critical
- */
-public static final native int /*long*/ _g_utf16_to_utf8(char[] str, int /*long*/ len, int /*long*/[] items_read, int /*long*/[] items_written, int /*long*/[] error);
-public static final int /*long*/ g_utf16_to_utf8(char[] str, int /*long*/ len, int /*long*/[] items_read, int /*long*/[] items_written, int /*long*/[] error) {
- lock.lock();
- try {
- return _g_utf16_to_utf8(str, len, items_read, items_written, error);
- } finally {
- lock.unlock();
+
+ public static final native boolean _g_thread_supported();
+
+ public static final boolean g_thread_supported() {
+ lock.lock();
+ try {
+ return _g_thread_supported();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param str cast=(const gchar *) */
-public static final native int /*long*/ _g_utf8_offset_to_pointer(int /*long*/ str, int /*long*/ offset);
-public static final int /*long*/ g_utf8_offset_to_pointer(int /*long*/ str, int /*long*/ offset) {
- lock.lock();
- try {
- return _g_utf8_offset_to_pointer(str, offset);
- } finally {
- lock.unlock();
+
+ /**
+ * @param str
+ * cast=(const gunichar2 *),flags=no_out critical
+ * @param len
+ * cast=(glong)
+ * @param items_read
+ * cast=(glong *),flags=critical
+ * @param items_written
+ * cast=(glong *),flags=critical
+ * @param error
+ * cast=(GError **),flags=critical
+ */
+ public static final native int /* long */_g_utf16_to_utf8(char[] str,
+ int /* long */len, int /* long */[] items_read,
+ int /* long */[] items_written, int /* long */[] error);
+
+ public static final int /* long */g_utf16_to_utf8(char[] str,
+ int /* long */len, int /* long */[] items_read,
+ int /* long */[] items_written, int /* long */[] error) {
+ lock.lock();
+ try {
+ return _g_utf16_to_utf8(str, len, items_read, items_written, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param str cast=(const gchar *)
- * @param pos cast=(const gchar *)
- */
-public static final native int /*long*/ _g_utf8_pointer_to_offset(int /*long*/ str, int /*long*/ pos);
-public static final int /*long*/ g_utf8_pointer_to_offset(int /*long*/ str, int /*long*/ pos) {
- lock.lock();
- try {
- return _g_utf8_pointer_to_offset(str, pos);
- } finally {
- lock.unlock();
+
+ /**
+ * @param str
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_g_utf8_offset_to_pointer(
+ int /* long */str, int /* long */offset);
+
+ public static final int /* long */g_utf8_offset_to_pointer(
+ int /* long */str, int /* long */offset) {
+ lock.lock();
+ try {
+ return _g_utf8_offset_to_pointer(str, offset);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param str cast=(const gchar *) */
-public static final native int /*long*/ _g_utf16_offset_to_pointer(int /*long*/ str, int /*long*/ offset);
-public static final int /*long*/ g_utf16_offset_to_pointer(int /*long*/ str, int /*long*/ offset) {
- lock.lock();
- try {
- return _g_utf16_offset_to_pointer(str, offset);
- } finally {
- lock.unlock();
+
+ /**
+ * @param str
+ * cast=(const gchar *)
+ * @param pos
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_g_utf8_pointer_to_offset(
+ int /* long */str, int /* long */pos);
+
+ public static final int /* long */g_utf8_pointer_to_offset(
+ int /* long */str, int /* long */pos) {
+ lock.lock();
+ try {
+ return _g_utf8_pointer_to_offset(str, pos);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param str cast=(const gchar *)
- * @param pos cast=(const gchar *)
- */
-public static final native int /*long*/ _g_utf16_pointer_to_offset(int /*long*/ str, int /*long*/ pos);
-public static final int /*long*/ g_utf16_pointer_to_offset(int /*long*/ str, int /*long*/ pos) {
- lock.lock();
- try {
- return _g_utf16_pointer_to_offset(str, pos);
- } finally {
- lock.unlock();
+
+ /**
+ * @param str
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_g_utf16_offset_to_pointer(
+ int /* long */str, int /* long */offset);
+
+ public static final int /* long */g_utf16_offset_to_pointer(
+ int /* long */str, int /* long */offset) {
+ lock.lock();
+ try {
+ return _g_utf16_offset_to_pointer(str, offset);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param str cast=(const gchar *) */
-public static final native int /*long*/ _g_utf16_strlen(int /*long*/ str, int /*long*/ max);
-public static final int /*long*/ g_utf16_strlen(int /*long*/ str, int /*long*/ max) {
- lock.lock();
- try {
- return _g_utf16_strlen(str, max);
- } finally {
- lock.unlock();
+
+ /**
+ * @param str
+ * cast=(const gchar *)
+ * @param pos
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_g_utf16_pointer_to_offset(
+ int /* long */str, int /* long */pos);
+
+ public static final int /* long */g_utf16_pointer_to_offset(
+ int /* long */str, int /* long */pos) {
+ lock.lock();
+ try {
+ return _g_utf16_pointer_to_offset(str, pos);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param str cast=(const gchar *) */
-public static final native int /*long*/ _g_utf8_offset_to_utf16_offset(int /*long*/ str, int /*long*/ offset);
-public static final int /*long*/ g_utf8_offset_to_utf16_offset(int /*long*/ str, int /*long*/ offset) {
- lock.lock();
- try {
- return _g_utf8_offset_to_utf16_offset(str, offset);
- } finally {
- lock.unlock();
+
+ /**
+ * @param str
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_g_utf16_strlen(int /* long */str,
+ int /* long */max);
+
+ public static final int /* long */g_utf16_strlen(int /* long */str,
+ int /* long */max) {
+ lock.lock();
+ try {
+ return _g_utf16_strlen(str, max);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param str cast=(const gchar *) */
-public static final native int /*long*/ _g_utf16_offset_to_utf8_offset(int /*long*/ str, int /*long*/ offset);
-public static final int /*long*/ g_utf16_offset_to_utf8_offset(int /*long*/ str, int /*long*/ offset) {
- lock.lock();
- try {
- return _g_utf16_offset_to_utf8_offset(str, offset);
- } finally {
- lock.unlock();
+
+ /**
+ * @param str
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_g_utf8_offset_to_utf16_offset(
+ int /* long */str, int /* long */offset);
+
+ public static final int /* long */g_utf8_offset_to_utf16_offset(
+ int /* long */str, int /* long */offset) {
+ lock.lock();
+ try {
+ return _g_utf8_offset_to_utf16_offset(str, offset);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param str cast=(const gchar *) */
-public static final native int /*long*/ _g_utf8_strlen(int /*long*/ str, int /*long*/ max);
-public static final int /*long*/ g_utf8_strlen(int /*long*/ str, int /*long*/ max) {
- lock.lock();
- try {
- return _g_utf8_strlen(str, max);
- } finally {
- lock.unlock();
+
+ /**
+ * @param str
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_g_utf16_offset_to_utf8_offset(
+ int /* long */str, int /* long */offset);
+
+ public static final int /* long */g_utf16_offset_to_utf8_offset(
+ int /* long */str, int /* long */offset) {
+ lock.lock();
+ try {
+ return _g_utf16_offset_to_utf8_offset(str, offset);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param str cast=(const gchar *),flags=no_out critical
- * @param len cast=(glong)
- * @param items_read cast=(glong *),flags=critical
- * @param items_written cast=(glong *),flags=critical
- * @param error cast=(GError **),flags=critical
- */
-public static final native int /*long*/ _g_utf8_to_utf16(byte[] str, int /*long*/ len, int /*long*/[] items_read, int /*long*/[] items_written, int /*long*/[] error);
-public static final int /*long*/ g_utf8_to_utf16(byte[] str, int /*long*/ len, int /*long*/[] items_read, int /*long*/[] items_written, int /*long*/[] error) {
- lock.lock();
- try {
- return _g_utf8_to_utf16(str, len, items_read, items_written, error);
- } finally {
- lock.unlock();
+
+ /**
+ * @param str
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_g_utf8_strlen(int /* long */str,
+ int /* long */max);
+
+ public static final int /* long */g_utf8_strlen(int /* long */str,
+ int /* long */max) {
+ lock.lock();
+ try {
+ return _g_utf8_strlen(str, max);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param str cast=(const gchar *)
- * @param len cast=(glong)
- * @param items_read cast=(glong *),flags=critical
- * @param items_written cast=(glong *),flags=critical
- * @param error cast=(GError **),flags=critical
- */
-public static final native int /*long*/ _g_utf8_to_utf16(int /*long*/ str, int /*long*/ len, int /*long*/[] items_read, int /*long*/[] items_written, int /*long*/[] error);
-public static final int /*long*/ g_utf8_to_utf16(int /*long*/ str, int /*long*/ len, int /*long*/[] items_read, int /*long*/[] items_written, int /*long*/[] error) {
- lock.lock();
- try {
- return _g_utf8_to_utf16(str, len, items_read, items_written, error);
- } finally {
- lock.unlock();
+
+ /**
+ * @param str
+ * cast=(const gchar *),flags=no_out critical
+ * @param len
+ * cast=(glong)
+ * @param items_read
+ * cast=(glong *),flags=critical
+ * @param items_written
+ * cast=(glong *),flags=critical
+ * @param error
+ * cast=(GError **),flags=critical
+ */
+ public static final native int /* long */_g_utf8_to_utf16(byte[] str,
+ int /* long */len, int /* long */[] items_read,
+ int /* long */[] items_written, int /* long */[] error);
+
+ public static final int /* long */g_utf8_to_utf16(byte[] str,
+ int /* long */len, int /* long */[] items_read,
+ int /* long */[] items_written, int /* long */[] error) {
+ lock.lock();
+ try {
+ return _g_utf8_to_utf16(str, len, items_read, items_written, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param value cast=(GValue *)
- * @param type cast=(GType)
- */
-public static final native int /*long*/ g_value_init (int /*long*/ value, int /*long*/ type);
-/** @param value cast=(GValue *) */
-public static final native int g_value_get_int (int /*long*/ value);
-/** @param value cast=(GValue *) */
-public static final native void g_value_set_int (int /*long*/ value, int v);
-/** @param value cast=(GValue *) */
-public static final native double g_value_get_double (int /*long*/ value);
-/** @param value cast=(GValue *) */
-public static final native void g_value_set_double (int /*long*/ value, double v);
-/** @param value cast=(GValue *) */
-public static final native float g_value_get_float (int /*long*/ value);
-/** @param value cast=(GValue *) */
-public static final native void g_value_set_float (int /*long*/ value, float v);
-/** @param value cast=(GValue *) */
-public static final native long g_value_get_int64 (int /*long*/ value);
-/** @param value cast=(GValue *) */
-public static final native void g_value_set_int64 (int /*long*/ value, long v);
-/** @param value cast=(GValue *) */
-public static final native void g_value_unset (int /*long*/ value);
-/** @param value cast=(const GValue *) */
-public static final native int /*long*/ _g_value_peek_pointer (int /*long*/ value);
-public static final int /*long*/ g_value_peek_pointer (int /*long*/ value) {
- lock.lock();
- try {
- return _g_value_peek_pointer(value);
- } finally {
- lock.unlock();
+
+ /**
+ * @param str
+ * cast=(const gchar *)
+ * @param len
+ * cast=(glong)
+ * @param items_read
+ * cast=(glong *),flags=critical
+ * @param items_written
+ * cast=(glong *),flags=critical
+ * @param error
+ * cast=(GError **),flags=critical
+ */
+ public static final native int /* long */_g_utf8_to_utf16(
+ int /* long */str, int /* long */len,
+ int /* long */[] items_read, int /* long */[] items_written,
+ int /* long */[] error);
+
+ public static final int /* long */g_utf8_to_utf16(int /* long */str,
+ int /* long */len, int /* long */[] items_read,
+ int /* long */[] items_written, int /* long */[] error) {
+ lock.lock();
+ try {
+ return _g_utf8_to_utf16(str, len, items_read, items_written, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param atom_name cast=(const gchar *),flags=no_out critical */
-public static final native int /*long*/ _gdk_atom_intern(byte[] atom_name, boolean only_if_exists);
-public static final int /*long*/ gdk_atom_intern(byte[] atom_name, boolean only_if_exists) {
- lock.lock();
- try {
- return _gdk_atom_intern(atom_name, only_if_exists);
- } finally {
- lock.unlock();
+
+ /**
+ * @param value
+ * cast=(GValue *)
+ * @param type
+ * cast=(GType)
+ */
+ public static final native int /* long */g_value_init(
+ int /* long */value, int /* long */type);
+
+ /**
+ * @param value
+ * cast=(GValue *)
+ */
+ public static final native int g_value_get_int(int /* long */value);
+
+ /**
+ * @param value
+ * cast=(GValue *)
+ */
+ public static final native void g_value_set_int(int /* long */value, int v);
+
+ /**
+ * @param value
+ * cast=(GValue *)
+ */
+ public static final native double g_value_get_double(int /* long */value);
+
+ /**
+ * @param value
+ * cast=(GValue *)
+ */
+ public static final native void g_value_set_double(int /* long */value,
+ double v);
+
+ /**
+ * @param value
+ * cast=(GValue *)
+ */
+ public static final native float g_value_get_float(int /* long */value);
+
+ /**
+ * @param value
+ * cast=(GValue *)
+ */
+ public static final native void g_value_set_float(int /* long */value, float v);
+
+ /**
+ * @param value
+ * cast=(GValue *)
+ */
+ public static final native long g_value_get_int64(int /* long */value);
+
+ /**
+ * @param value
+ * cast=(GValue *)
+ */
+ public static final native void g_value_set_int64(int /* long */value, long v);
+
+ /**
+ * @param value
+ * cast=(GValue *)
+ */
+ public static final native void g_value_unset(int /* long */value);
+
+ /**
+ * @param value
+ * cast=(const GValue *)
+ */
+ public static final native int /* long */_g_value_peek_pointer(
+ int /* long */value);
+
+ public static final int /* long */g_value_peek_pointer(int /* long */value) {
+ lock.lock();
+ try {
+ return _g_value_peek_pointer(value);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param atom cast=(GdkAtom) */
-public static final native int /*long*/ _gdk_atom_name(int /*long*/ atom);
-public static final int /*long*/ gdk_atom_name(int /*long*/ atom) {
- lock.lock();
- try {
- return _gdk_atom_name(atom);
- } finally {
- lock.unlock();
+
+ /**
+ * @param atom_name
+ * cast=(const gchar *),flags=no_out critical
+ */
+ public static final native int /* long */_gdk_atom_intern(
+ byte[] atom_name, boolean only_if_exists);
+
+ public static final int /* long */gdk_atom_intern(byte[] atom_name,
+ boolean only_if_exists) {
+ lock.lock();
+ try {
+ return _gdk_atom_intern(atom_name, only_if_exists);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native void _gdk_beep();
-public static final void gdk_beep() {
- lock.lock();
- try {
- _gdk_beep();
- } finally {
- lock.unlock();
+
+ /**
+ * @param atom
+ * cast=(GdkAtom)
+ */
+ public static final native int /* long */_gdk_atom_name(int /* long */atom);
+
+ public static final int /* long */gdk_atom_name(int /* long */atom) {
+ lock.lock();
+ try {
+ return _gdk_atom_name(atom);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param data cast=(const gchar *),flags=no_out critical
- * @param width cast=(gint)
- * @param height cast=(gint)
- */
-public static final native int /*long*/ _gdk_bitmap_create_from_data(int /*long*/ window, byte[] data, int width, int height);
-public static final int /*long*/ gdk_bitmap_create_from_data(int /*long*/ window, byte[] data, int width, int height) {
- lock.lock();
- try {
- return _gdk_bitmap_create_from_data(window, data, width, height);
- } finally {
- lock.unlock();
+
+ public static final native void _gdk_beep();
+
+ public static final void gdk_beep() {
+ lock.lock();
+ try {
+ _gdk_beep();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gdk_cairo_create(int /*long*/ drawable);
-public static final int /*long*/ gdk_cairo_create(int /*long*/ drawable) {
- lock.lock();
- try {
- return _gdk_cairo_create(drawable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param data
+ * cast=(const gchar *),flags=no_out critical
+ * @param width
+ * cast=(gint)
+ * @param height
+ * cast=(gint)
+ */
+ public static final native int /* long */_gdk_bitmap_create_from_data(
+ int /* long */window, byte[] data, int width, int height);
+
+ public static final int /* long */gdk_bitmap_create_from_data(
+ int /* long */window, byte[] data, int width, int height) {
+ lock.lock();
+ try {
+ return _gdk_bitmap_create_from_data(window, data, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gdk_cairo_region(int /*long*/ cairo, int /*long*/ region);
-public static final void gdk_cairo_region(int /*long*/ cairo, int /*long*/ region) {
- lock.lock();
- try {
- _gdk_cairo_region(cairo, region);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gdk_cairo_create(
+ int /* long */drawable);
+
+ public static final int /* long */gdk_cairo_create(int /* long */drawable) {
+ lock.lock();
+ try {
+ return _gdk_cairo_create(drawable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gdk_cairo_reset_clip(int /*long*/ cairo, int /*long*/ drawable);
-public static final void gdk_cairo_reset_clip(int /*long*/ cairo, int /*long*/ drawable) {
- lock.lock();
- try {
- _gdk_cairo_reset_clip(cairo, drawable);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gdk_cairo_region(int /* long */cairo,
+ int /* long */region);
+
+ public static final void gdk_cairo_region(int /* long */cairo,
+ int /* long */region) {
+ lock.lock();
+ try {
+ _gdk_cairo_region(cairo, region);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gdk_cairo_set_source_color(int /*long*/ cairo, GdkColor color);
-public static final void gdk_cairo_set_source_color(int /*long*/ cairo, GdkColor color) {
- lock.lock();
- try {
- _gdk_cairo_set_source_color(cairo, color);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gdk_cairo_reset_clip(int /* long */cairo,
+ int /* long */drawable);
+
+ public static final void gdk_cairo_reset_clip(int /* long */cairo,
+ int /* long */drawable) {
+ lock.lock();
+ try {
+ _gdk_cairo_reset_clip(cairo, drawable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param colormap cast=(GdkColormap *)
- * @param color cast=(GdkColor *),flags=no_in
- */
-public static final native boolean _gdk_color_white(int /*long*/ colormap, GdkColor color);
-public static final boolean gdk_color_white(int /*long*/ colormap, GdkColor color) {
- lock.lock();
- try {
- return _gdk_color_white(colormap, color);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gdk_cairo_set_source_color(
+ int /* long */cairo, GdkColor color);
+
+ public static final void gdk_cairo_set_source_color(int /* long */cairo,
+ GdkColor color) {
+ lock.lock();
+ try {
+ _gdk_cairo_set_source_color(cairo, color);
+ } finally {
+ lock.unlock();
+ }
+ }
+ /** @param color cast=(GdkColor *) */
+ public static final native void _gdk_color_free(int /*long*/ color);
+ public static final void gdk_color_free(int /*long*/ color) {
+ lock.lock();
+ try {
+ _gdk_color_free(color);
+ } finally {
+ lock.unlock();
+ }
+ }
+ /**
+ * @param colormap
+ * cast=(GdkColormap *)
+ * @param color
+ * cast=(GdkColor *),flags=no_in
+ */
+ public static final native boolean _gdk_color_white(int /* long */colormap,
+ GdkColor color);
+
+ public static final boolean gdk_color_white(int /* long */colormap,
+ GdkColor color) {
+ lock.lock();
+ try {
+ return _gdk_color_white(colormap, color);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param colormap cast=(GdkColormap *)
- * @param color cast=(GdkColor *)
- * @param writeable cast=(gboolean)
- * @param best_match cast=(gboolean)
- */
-public static final native boolean _gdk_colormap_alloc_color(int /*long*/ colormap, GdkColor color, boolean writeable, boolean best_match);
-public static final boolean gdk_colormap_alloc_color(int /*long*/ colormap, GdkColor color, boolean writeable, boolean best_match) {
- lock.lock();
- try {
- return _gdk_colormap_alloc_color(colormap, color, writeable, best_match);
- } finally {
- lock.unlock();
+
+ /**
+ * @param colormap
+ * cast=(GdkColormap *)
+ * @param color
+ * cast=(GdkColor *)
+ * @param writeable
+ * cast=(gboolean)
+ * @param best_match
+ * cast=(gboolean)
+ */
+ public static final native boolean _gdk_colormap_alloc_color(
+ int /* long */colormap, GdkColor color, boolean writeable,
+ boolean best_match);
+
+ public static final boolean gdk_colormap_alloc_color(int /* long */colormap,
+ GdkColor color, boolean writeable, boolean best_match) {
+ lock.lock();
+ try {
+ return _gdk_colormap_alloc_color(colormap, color, writeable,
+ best_match);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param colormap cast=(GdkColormap *)
- * @param colors cast=(GdkColor *),flags=no_out
- * @param ncolors cast=(gint)
- */
-public static final native void _gdk_colormap_free_colors(int /*long*/ colormap, GdkColor colors, int ncolors);
-public static final void gdk_colormap_free_colors(int /*long*/ colormap, GdkColor colors, int ncolors) {
- lock.lock();
- try {
- _gdk_colormap_free_colors(colormap, colors, ncolors);
- } finally {
- lock.unlock();
+
+ /**
+ * @param colormap
+ * cast=(GdkColormap *)
+ * @param colors
+ * cast=(GdkColor *),flags=no_out
+ * @param ncolors
+ * cast=(gint)
+ */
+ public static final native void _gdk_colormap_free_colors(
+ int /* long */colormap, GdkColor colors, int ncolors);
+
+ public static final void gdk_colormap_free_colors(int /* long */colormap,
+ GdkColor colors, int ncolors) {
+ lock.lock();
+ try {
+ _gdk_colormap_free_colors(colormap, colors, ncolors);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gdk_colormap_get_system();
-public static final int /*long*/ gdk_colormap_get_system() {
- lock.lock();
- try {
- return _gdk_colormap_get_system();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gdk_colormap_get_system();
+
+ public static final int /* long */gdk_colormap_get_system() {
+ lock.lock();
+ try {
+ return _gdk_colormap_get_system();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param colormap cast=(GdkColormap *)
- * @param pixel cast=(gulong)
- * @param result cast=(GdkColor *)
- */
-public static final native void _gdk_colormap_query_color(int /*long*/ colormap, int /*long*/ pixel, GdkColor result);
-public static final void gdk_colormap_query_color(int /*long*/ colormap, int /*long*/ pixel, GdkColor result) {
- lock.lock();
- try {
- _gdk_colormap_query_color(colormap, pixel, result);
- } finally {
- lock.unlock();
+
+ /**
+ * @param colormap
+ * cast=(GdkColormap *)
+ * @param pixel
+ * cast=(gulong)
+ * @param result
+ * cast=(GdkColor *)
+ */
+ public static final native void _gdk_colormap_query_color(
+ int /* long */colormap, int /* long */pixel, GdkColor result);
+
+ public static final void gdk_colormap_query_color(int /* long */colormap,
+ int /* long */pixel, GdkColor result) {
+ lock.lock();
+ try {
+ _gdk_colormap_query_color(colormap, pixel, result);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param cursor cast=(GdkCursor *) */
-public static final native void _gdk_cursor_destroy(int /*long*/ cursor);
-public static final void gdk_cursor_destroy(int /*long*/ cursor) {
- lock.lock();
- try {
- _gdk_cursor_destroy(cursor);
- } finally {
- lock.unlock();
+
+ /**
+ * @param cursor
+ * cast=(GdkCursor *)
+ */
+ public static final native void _gdk_cursor_destroy(int /* long */cursor);
+
+ public static final void gdk_cursor_destroy(int /* long */cursor) {
+ lock.lock();
+ try {
+ _gdk_cursor_destroy(cursor);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param cursor_type cast=(GdkCursorType) */
-public static final native int /*long*/ _gdk_cursor_new(int /*long*/ cursor_type);
-public static final int /*long*/ gdk_cursor_new(int /*long*/ cursor_type) {
- lock.lock();
- try {
- return _gdk_cursor_new(cursor_type);
- } finally {
- lock.unlock();
+
+ /**
+ * @param cursor_type
+ * cast=(GdkCursorType)
+ */
+ public static final native int /* long */_gdk_cursor_new(
+ int /* long */cursor_type);
+
+ public static final int /* long */gdk_cursor_new(int /* long */cursor_type) {
+ lock.lock();
+ try {
+ return _gdk_cursor_new(cursor_type);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param source cast=(GdkPixmap *)
- * @param mask cast=(GdkPixmap *)
- * @param fg cast=(GdkColor *),flags=no_out
- * @param bg cast=(GdkColor *),flags=no_out
- * @param x cast=(gint)
- * @param y cast=(gint)
- */
-public static final native int /*long*/ _gdk_cursor_new_from_pixmap(int /*long*/ source, int /*long*/ mask, GdkColor fg, GdkColor bg, int x, int y);
-public static final int /*long*/ gdk_cursor_new_from_pixmap(int /*long*/ source, int /*long*/ mask, GdkColor fg, GdkColor bg, int x, int y) {
- lock.lock();
- try {
- return _gdk_cursor_new_from_pixmap(source, mask, fg, bg, x, y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param source
+ * cast=(GdkPixmap *)
+ * @param mask
+ * cast=(GdkPixmap *)
+ * @param fg
+ * cast=(GdkColor *),flags=no_out
+ * @param bg
+ * cast=(GdkColor *),flags=no_out
+ * @param x
+ * cast=(gint)
+ * @param y
+ * cast=(gint)
+ */
+ public static final native int /* long */_gdk_cursor_new_from_pixmap(
+ int /* long */source, int /* long */mask, GdkColor fg, GdkColor bg,
+ int x, int y);
+
+ public static final int /* long */gdk_cursor_new_from_pixmap(
+ int /* long */source, int /* long */mask, GdkColor fg, GdkColor bg,
+ int x, int y) {
+ lock.lock();
+ try {
+ return _gdk_cursor_new_from_pixmap(source, mask, fg, bg, x, y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gdk_cursor_new_from_pixbuf(int /*long*/ display, int /*long*/ pixbuf, int x, int y);
-public static final int /*long*/ gdk_cursor_new_from_pixbuf(int /*long*/ display, int /*long*/ pixbuf, int x, int y) {
- lock.lock();
- try {
- return _gdk_cursor_new_from_pixbuf(display, pixbuf, x, y);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gdk_cursor_new_from_pixbuf(
+ int /* long */display, int /* long */pixbuf, int x, int y);
+
+ public static final int /* long */gdk_cursor_new_from_pixbuf(
+ int /* long */display, int /* long */pixbuf, int x, int y) {
+ lock.lock();
+ try {
+ return _gdk_cursor_new_from_pixbuf(display, pixbuf, x, y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gdk_display_get_default();
-public static final int /*long*/ gdk_display_get_default() {
- lock.lock();
- try {
- return _gdk_display_get_default();
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gdk_display_get_default();
+
+ public static final int /* long */gdk_display_get_default() {
+ lock.lock();
+ try {
+ return _gdk_display_get_default();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native boolean _gdk_display_supports_cursor_color(int /*long*/ display);
-public static final boolean gdk_display_supports_cursor_color(int /*long*/ display) {
- lock.lock();
- try {
- return _gdk_display_supports_cursor_color(display);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native boolean _gdk_display_supports_cursor_color(
+ int /* long */display);
+
+ public static final boolean gdk_display_supports_cursor_color(
+ int /* long */display) {
+ lock.lock();
+ try {
+ return _gdk_display_supports_cursor_color(display);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param context cast=(GdkDragContext *)
- * @param action cast=(GdkDragAction)
- * @param time cast=(guint32)
- */
-public static final native void _gdk_drag_status(int /*long*/ context, int action, int time);
-public static final void gdk_drag_status(int /*long*/ context, int action, int time) {
- lock.lock();
- try {
- _gdk_drag_status(context, action, time);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GdkDragContext *)
+ * @param action
+ * cast=(GdkDragAction)
+ * @param time
+ * cast=(guint32)
+ */
+ public static final native void _gdk_drag_status(int /* long */context,
+ int action, int time);
+
+ public static final void gdk_drag_status(int /* long */context, int action,
+ int time) {
+ lock.lock();
+ try {
+ _gdk_drag_status(context, action, time);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param drawable cast=(GdkDrawable *)
- * @param gc cast=(GdkGC *)
- * @param filled cast=(gint)
- * @param x cast=(gint)
- * @param y cast=(gint)
- * @param width cast=(gint)
- * @param height cast=(gint)
- * @param angle1 cast=(gint)
- * @param angle2 cast=(gint)
- */
-public static final native void _gdk_draw_arc(int /*long*/ drawable, int /*long*/ gc, int filled, int x, int y, int width, int height, int angle1, int angle2);
-public static final void gdk_draw_arc(int /*long*/ drawable, int /*long*/ gc, int filled, int x, int y, int width, int height, int angle1, int angle2) {
- lock.lock();
- try {
- _gdk_draw_arc(drawable, gc, filled, x, y, width, height, angle1, angle2);
- } finally {
- lock.unlock();
+
+ /**
+ * @param drawable
+ * cast=(GdkDrawable *)
+ * @param gc
+ * cast=(GdkGC *)
+ * @param filled
+ * cast=(gint)
+ * @param x
+ * cast=(gint)
+ * @param y
+ * cast=(gint)
+ * @param width
+ * cast=(gint)
+ * @param height
+ * cast=(gint)
+ * @param angle1
+ * cast=(gint)
+ * @param angle2
+ * cast=(gint)
+ */
+ public static final native void _gdk_draw_arc(int /* long */drawable,
+ int /* long */gc, int filled, int x, int y, int width, int height,
+ int angle1, int angle2);
+
+ public static final void gdk_draw_arc(int /* long */drawable,
+ int /* long */gc, int filled, int x, int y, int width, int height,
+ int angle1, int angle2) {
+ lock.lock();
+ try {
+ _gdk_draw_arc(drawable, gc, filled, x, y, width, height, angle1,
+ angle2);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param drawable cast=(GdkDrawable *)
- * @param gc cast=(GdkGC *)
- * @param src cast=(GdkDrawable *)
- * @param xsrc cast=(gint)
- * @param ysrc cast=(gint)
- * @param xdest cast=(gint)
- * @param ydest cast=(gint)
- * @param width cast=(gint)
- * @param height cast=(gint)
- */
-public static final native void _gdk_draw_drawable(int /*long*/ drawable, int /*long*/ gc, int /*long*/ src, int xsrc, int ysrc, int xdest, int ydest, int width, int height);
-public static final void gdk_draw_drawable(int /*long*/ drawable, int /*long*/ gc, int /*long*/ src, int xsrc, int ysrc, int xdest, int ydest, int width, int height) {
- lock.lock();
- try {
- _gdk_draw_drawable(drawable, gc, src, xsrc, ysrc, xdest, ydest, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param drawable
+ * cast=(GdkDrawable *)
+ * @param gc
+ * cast=(GdkGC *)
+ * @param src
+ * cast=(GdkDrawable *)
+ * @param xsrc
+ * cast=(gint)
+ * @param ysrc
+ * cast=(gint)
+ * @param xdest
+ * cast=(gint)
+ * @param ydest
+ * cast=(gint)
+ * @param width
+ * cast=(gint)
+ * @param height
+ * cast=(gint)
+ */
+ public static final native void _gdk_draw_drawable(int /* long */drawable,
+ int /* long */gc, int /* long */src, int xsrc, int ysrc, int xdest,
+ int ydest, int width, int height);
+
+ public static final void gdk_draw_drawable(int /* long */drawable,
+ int /* long */gc, int /* long */src, int xsrc, int ysrc, int xdest,
+ int ydest, int width, int height) {
+ lock.lock();
+ try {
+ _gdk_draw_drawable(drawable, gc, src, xsrc, ysrc, xdest, ydest,
+ width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param drawable cast=(GdkDrawable *)
- * @param gc cast=(GdkGC *)
- * @param image cast=(GdkImage *)
- */
-public static final native void _gdk_draw_image(int /*long*/ drawable, int /*long*/ gc, int /*long*/ image, int xsrc, int ysrc, int xdest, int ydest, int width, int height);
-public static final void gdk_draw_image(int /*long*/ drawable, int /*long*/ gc, int /*long*/ image, int xsrc, int ysrc, int xdest, int ydest, int width, int height) {
- lock.lock();
- try {
- _gdk_draw_image(drawable, gc, image, xsrc, ysrc, xdest, ydest, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param drawable
+ * cast=(GdkDrawable *)
+ * @param gc
+ * cast=(GdkGC *)
+ * @param image
+ * cast=(GdkImage *)
+ */
+ public static final native void _gdk_draw_image(int /* long */drawable,
+ int /* long */gc, int /* long */image, int xsrc, int ysrc, int xdest,
+ int ydest, int width, int height);
+
+ public static final void gdk_draw_image(int /* long */drawable,
+ int /* long */gc, int /* long */image, int xsrc, int ysrc, int xdest,
+ int ydest, int width, int height) {
+ lock.lock();
+ try {
+ _gdk_draw_image(drawable, gc, image, xsrc, ysrc, xdest, ydest,
+ width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param drawable cast=(GdkDrawable *)
- * @param gc cast=(GdkGC *)
- * @param x cast=(gint)
- * @param y cast=(gint)
- * @param layout cast=(PangoLayout *)
- */
-public static final native void _gdk_draw_layout(int /*long*/ drawable, int /*long*/ gc, int x, int y, int /*long*/ layout);
-public static final void gdk_draw_layout(int /*long*/ drawable, int /*long*/ gc, int x, int y, int /*long*/ layout) {
- lock.lock();
- try {
- _gdk_draw_layout(drawable, gc, x, y, layout);
- } finally {
- lock.unlock();
+
+ /**
+ * @param drawable
+ * cast=(GdkDrawable *)
+ * @param gc
+ * cast=(GdkGC *)
+ * @param x
+ * cast=(gint)
+ * @param y
+ * cast=(gint)
+ * @param layout
+ * cast=(PangoLayout *)
+ */
+ public static final native void _gdk_draw_layout(int /* long */drawable,
+ int /* long */gc, int x, int y, int /* long */layout);
+
+ public static final void gdk_draw_layout(int /* long */drawable,
+ int /* long */gc, int x, int y, int /* long */layout) {
+ lock.lock();
+ try {
+ _gdk_draw_layout(drawable, gc, x, y, layout);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param drawable cast=(GdkDrawable *)
- * @param gc cast=(GdkGC *)
- * @param x cast=(gint)
- * @param y cast=(gint)
- * @param layout cast=(PangoLayout *)
- * @param foreground flags=no_out
- * @param background flags=no_out
- */
-public static final native void _gdk_draw_layout_with_colors(int /*long*/ drawable, int /*long*/ gc, int x, int y, int /*long*/ layout, GdkColor foreground, GdkColor background);
-public static final void gdk_draw_layout_with_colors(int /*long*/ drawable, int /*long*/ gc, int x, int y, int /*long*/ layout, GdkColor foreground, GdkColor background) {
- lock.lock();
- try {
- _gdk_draw_layout_with_colors(drawable, gc, x, y, layout, foreground, background);
- } finally {
- lock.unlock();
+
+ /**
+ * @param drawable
+ * cast=(GdkDrawable *)
+ * @param gc
+ * cast=(GdkGC *)
+ * @param x
+ * cast=(gint)
+ * @param y
+ * cast=(gint)
+ * @param layout
+ * cast=(PangoLayout *)
+ * @param foreground
+ * flags=no_out
+ * @param background
+ * flags=no_out
+ */
+ public static final native void _gdk_draw_layout_with_colors(
+ int /* long */drawable, int /* long */gc, int x, int y,
+ int /* long */layout, GdkColor foreground, GdkColor background);
+
+ public static final void gdk_draw_layout_with_colors(int /* long */drawable,
+ int /* long */gc, int x, int y, int /* long */layout,
+ GdkColor foreground, GdkColor background) {
+ lock.lock();
+ try {
+ _gdk_draw_layout_with_colors(drawable, gc, x, y, layout,
+ foreground, background);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param drawable cast=(GdkDrawable *)
- * @param gc cast=(GdkGC *)
- * @param x1 cast=(gint)
- * @param y1 cast=(gint)
- * @param x2 cast=(gint)
- * @param y2 cast=(gint)
- */
-public static final native void _gdk_draw_line(int /*long*/ drawable, int /*long*/ gc, int x1, int y1, int x2, int y2);
-public static final void gdk_draw_line(int /*long*/ drawable, int /*long*/ gc, int x1, int y1, int x2, int y2) {
- lock.lock();
- try {
- _gdk_draw_line(drawable, gc, x1, y1, x2, y2);
- } finally {
- lock.unlock();
+
+ /**
+ * @param drawable
+ * cast=(GdkDrawable *)
+ * @param gc
+ * cast=(GdkGC *)
+ * @param x1
+ * cast=(gint)
+ * @param y1
+ * cast=(gint)
+ * @param x2
+ * cast=(gint)
+ * @param y2
+ * cast=(gint)
+ */
+ public static final native void _gdk_draw_line(int /* long */drawable,
+ int /* long */gc, int x1, int y1, int x2, int y2);
+
+ public static final void gdk_draw_line(int /* long */drawable,
+ int /* long */gc, int x1, int y1, int x2, int y2) {
+ lock.lock();
+ try {
+ _gdk_draw_line(drawable, gc, x1, y1, x2, y2);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param drawable cast=(GdkDrawable *)
- * @param gc cast=(GdkGC *)
- * @param points cast=(GdkPoint *),flags=no_out critical
- * @param npoints cast=(gint)
- */
-public static final native void _gdk_draw_lines(int /*long*/ drawable, int /*long*/ gc, int[] points, int npoints);
-public static final void gdk_draw_lines(int /*long*/ drawable, int /*long*/ gc, int[] points, int npoints) {
- lock.lock();
- try {
- _gdk_draw_lines(drawable, gc, points, npoints);
- } finally {
- lock.unlock();
+
+ /**
+ * @param drawable
+ * cast=(GdkDrawable *)
+ * @param gc
+ * cast=(GdkGC *)
+ * @param points
+ * cast=(GdkPoint *),flags=no_out critical
+ * @param npoints
+ * cast=(gint)
+ */
+ public static final native void _gdk_draw_lines(int /* long */drawable,
+ int /* long */gc, int[] points, int npoints);
+
+ public static final void gdk_draw_lines(int /* long */drawable,
+ int /* long */gc, int[] points, int npoints) {
+ lock.lock();
+ try {
+ _gdk_draw_lines(drawable, gc, points, npoints);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param drawable cast=(GdkDrawable *)
- * @param gc cast=(GdkGC *)
- * @param pixbuf cast=(GdkPixbuf *)
- * @param xsrc cast=(gint)
- * @param ysrc cast=(gint)
- * @param xdest cast=(gint)
- * @param ydest cast=(gint)
- * @param width cast=(gint)
- * @param height cast=(gint)
- * @param dither cast=(GdkRgbDither)
- * @param x_dither cast=(gint)
- * @param y_dither cast=(gint)
- */
-public static final native void _gdk_draw_pixbuf(int /*long*/ drawable, int /*long*/ gc, int /*long*/ pixbuf, int xsrc, int ysrc, int xdest, int ydest, int width, int height, int dither, int x_dither, int y_dither);
-public static final void gdk_draw_pixbuf(int /*long*/ drawable, int /*long*/ gc, int /*long*/ pixbuf, int xsrc, int ysrc, int xdest, int ydest, int width, int height, int dither, int x_dither, int y_dither) {
- lock.lock();
- try {
- _gdk_draw_pixbuf(drawable, gc, pixbuf, xsrc, ysrc, xdest, ydest, width, height, dither, x_dither, y_dither);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param drawable
+ * cast=(GdkDrawable *)
+ * @param gc
+ * cast=(GdkGC *)
+ * @param pixbuf
+ * cast=(GdkPixbuf *)
+ * @param xsrc
+ * cast=(gint)
+ * @param ysrc
+ * cast=(gint)
+ * @param xdest
+ * cast=(gint)
+ * @param ydest
+ * cast=(gint)
+ * @param width
+ * cast=(gint)
+ * @param height
+ * cast=(gint)
+ * @param dither
+ * cast=(GdkRgbDither)
+ * @param x_dither
+ * cast=(gint)
+ * @param y_dither
+ * cast=(gint)
+ */
+ public static final native void _gdk_draw_pixbuf(int /* long */drawable,
+ int /* long */gc, int /* long */pixbuf, int xsrc, int ysrc,
+ int xdest, int ydest, int width, int height, int dither,
+ int x_dither, int y_dither);
+
+ public static final void gdk_draw_pixbuf(int /* long */drawable,
+ int /* long */gc, int /* long */pixbuf, int xsrc, int ysrc,
+ int xdest, int ydest, int width, int height, int dither,
+ int x_dither, int y_dither) {
+ lock.lock();
+ try {
+ _gdk_draw_pixbuf(drawable, gc, pixbuf, xsrc, ysrc, xdest, ydest,
+ width, height, dither, x_dither, y_dither);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param drawable cast=(GdkDrawable *)
- * @param gc cast=(GdkGC *)
- */
-public static final native void _gdk_draw_point(int /*long*/ drawable, int /*long*/ gc, int x, int y);
-public static final void gdk_draw_point(int /*long*/ drawable, int /*long*/ gc, int x, int y) {
- lock.lock();
- try {
- _gdk_draw_point(drawable, gc, x, y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param drawable
+ * cast=(GdkDrawable *)
+ * @param gc
+ * cast=(GdkGC *)
+ */
+ public static final native void _gdk_draw_point(int /* long */drawable,
+ int /* long */gc, int x, int y);
+
+ public static final void gdk_draw_point(int /* long */drawable,
+ int /* long */gc, int x, int y) {
+ lock.lock();
+ try {
+ _gdk_draw_point(drawable, gc, x, y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param drawable cast=(GdkDrawable *)
- * @param gc cast=(GdkGC *)
- * @param filled cast=(gint)
- * @param points cast=(GdkPoint *),flags=no_out critical
- * @param npoints cast=(gint)
- */
-public static final native void _gdk_draw_polygon(int /*long*/ drawable, int /*long*/ gc, int filled, int[] points, int npoints);
-public static final void gdk_draw_polygon(int /*long*/ drawable, int /*long*/ gc, int filled, int[] points, int npoints) {
- lock.lock();
- try {
- _gdk_draw_polygon(drawable, gc, filled, points, npoints);
- } finally {
- lock.unlock();
+
+ /**
+ * @param drawable
+ * cast=(GdkDrawable *)
+ * @param gc
+ * cast=(GdkGC *)
+ * @param filled
+ * cast=(gint)
+ * @param points
+ * cast=(GdkPoint *),flags=no_out critical
+ * @param npoints
+ * cast=(gint)
+ */
+ public static final native void _gdk_draw_polygon(int /* long */drawable,
+ int /* long */gc, int filled, int[] points, int npoints);
+
+ public static final void gdk_draw_polygon(int /* long */drawable,
+ int /* long */gc, int filled, int[] points, int npoints) {
+ lock.lock();
+ try {
+ _gdk_draw_polygon(drawable, gc, filled, points, npoints);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param drawable cast=(GdkDrawable *)
- * @param gc cast=(GdkGC *)
- * @param filled cast=(gint)
- * @param x cast=(gint)
- * @param y cast=(gint)
- * @param width cast=(gint)
- * @param height cast=(gint)
- */
-public static final native void _gdk_draw_rectangle(int /*long*/ drawable, int /*long*/ gc, int filled, int x, int y, int width, int height);
-public static final void gdk_draw_rectangle(int /*long*/ drawable, int /*long*/ gc, int filled, int x, int y, int width, int height) {
- lock.lock();
- try {
- _gdk_draw_rectangle(drawable, gc, filled, x, y, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param drawable
+ * cast=(GdkDrawable *)
+ * @param gc
+ * cast=(GdkGC *)
+ * @param filled
+ * cast=(gint)
+ * @param x
+ * cast=(gint)
+ * @param y
+ * cast=(gint)
+ * @param width
+ * cast=(gint)
+ * @param height
+ * cast=(gint)
+ */
+ public static final native void _gdk_draw_rectangle(int /* long */drawable,
+ int /* long */gc, int filled, int x, int y, int width, int height);
+
+ public static final void gdk_draw_rectangle(int /* long */drawable,
+ int /* long */gc, int filled, int x, int y, int width, int height) {
+ lock.lock();
+ try {
+ _gdk_draw_rectangle(drawable, gc, filled, x, y, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param drawable cast=(GdkDrawable *) */
-public static final native int _gdk_drawable_get_depth(int /*long*/ drawable);
-public static final int gdk_drawable_get_depth(int /*long*/ drawable) {
- lock.lock();
- try {
- return _gdk_drawable_get_depth(drawable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param drawable
+ * cast=(GdkDrawable *)
+ */
+ public static final native int _gdk_drawable_get_depth(
+ int /* long */drawable);
+
+ public static final int gdk_drawable_get_depth(int /* long */drawable) {
+ lock.lock();
+ try {
+ return _gdk_drawable_get_depth(drawable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param drawable cast=(GdkDrawable *)
- * @param x cast=(gint)
- * @param y cast=(gint)
- * @param width cast=(gint)
- * @param height cast=(gint)
- */
-public static final native int /*long*/ _gdk_drawable_get_image(int /*long*/ drawable, int x, int y, int width, int height);
-public static final int /*long*/ gdk_drawable_get_image(int /*long*/ drawable, int x, int y, int width, int height) {
- lock.lock();
- try {
- return _gdk_drawable_get_image(drawable, x, y, width, height);
- } finally {
- lock.unlock();
+ /**
+ * @param drawable
+ * cast=(GdkDrawable *)
+ * @param x
+ * cast=(gint)
+ * @param y
+ * cast=(gint)
+ * @param width
+ * cast=(gint)
+ * @param height
+ * cast=(gint)
+ */
+ public static final native int /* long */_gdk_drawable_get_image(
+ int /* long */drawable, int x, int y, int width, int height);
+
+ public static final int /* long */gdk_drawable_get_image(
+ int /* long */drawable, int x, int y, int width, int height) {
+ lock.lock();
+ try {
+ return _gdk_drawable_get_image(drawable, x, y, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param drawable cast=(GdkDrawable *)
- * @param width cast=(gint *),flags=no_in critical
- * @param height cast=(gint *),flags=no_in critical
- */
-public static final native void _gdk_drawable_get_size(int /*long*/ drawable, int[] width, int[] height);
-public static final void gdk_drawable_get_size(int /*long*/ drawable, int[] width, int[] height) {
- lock.lock();
- try {
- _gdk_drawable_get_size(drawable, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param drawable
+ * cast=(GdkDrawable *)
+ * @param width
+ * cast=(gint *),flags=no_in critical
+ * @param height
+ * cast=(gint *),flags=no_in critical
+ */
+ public static final native void _gdk_drawable_get_size(
+ int /* long */drawable, int[] width, int[] height);
+
+ public static final void gdk_drawable_get_size(int /* long */drawable,
+ int[] width, int[] height) {
+ lock.lock();
+ try {
+ _gdk_drawable_get_size(drawable, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param drawable cast=(GdkDrawable *) */
-public static final native int /*long*/ _gdk_drawable_get_visible_region(int /*long*/ drawable);
-public static final int /*long*/ gdk_drawable_get_visible_region(int /*long*/ drawable) {
- lock.lock();
- try {
- return _gdk_drawable_get_visible_region(drawable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param drawable
+ * cast=(GdkDrawable *)
+ */
+ public static final native int /* long */_gdk_drawable_get_visible_region(
+ int /* long */drawable);
+
+ public static final int /* long */gdk_drawable_get_visible_region(
+ int /* long */drawable) {
+ lock.lock();
+ try {
+ return _gdk_drawable_get_visible_region(drawable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param event cast=(GdkEvent *) */
-public static final native int /*long*/ _gdk_event_copy(int /*long*/ event);
-public static final int /*long*/ gdk_event_copy(int /*long*/ event) {
- lock.lock();
- try {
- return _gdk_event_copy(event);
- } finally {
- lock.unlock();
+
+ /**
+ * @param event
+ * cast=(GdkEvent *)
+ */
+ public static final native int /* long */_gdk_event_copy(int /* long */event);
+
+ public static final int /* long */gdk_event_copy(int /* long */event) {
+ lock.lock();
+ try {
+ return _gdk_event_copy(event);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param event cast=(GdkEvent *) */
-public static final native void _gdk_event_free(int /*long*/ event);
-public static final void gdk_event_free(int /*long*/ event) {
- lock.lock();
- try {
- _gdk_event_free(event);
- } finally {
- lock.unlock();
+
+ /**
+ * @param event
+ * cast=(GdkEvent *)
+ */
+ public static final native void _gdk_event_free(int /* long */event);
+
+ public static final void gdk_event_free(int /* long */event) {
+ lock.lock();
+ try {
+ _gdk_event_free(event);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gdk_event_get();
-public static final int /*long*/ gdk_event_get() {
- lock.lock();
- try {
- return _gdk_event_get();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gdk_event_get();
+
+ public static final int /* long */gdk_event_get() {
+ lock.lock();
+ try {
+ return _gdk_event_get();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param event cast=(GdkEvent *)
- * @param px cast=(gdouble *)
- * @param py cast=(gdouble *)
- */
-public static final native boolean _gdk_event_get_root_coords(int /*long*/ event, double[] px, double[] py);
-public static final boolean gdk_event_get_root_coords(int /*long*/ event, double[] px, double[] py) {
- lock.lock();
- try {
- return _gdk_event_get_root_coords(event, px, py);
- } finally {
- lock.unlock();
+
+ /**
+ * @param event
+ * cast=(GdkEvent *)
+ * @param px
+ * cast=(gdouble *)
+ * @param py
+ * cast=(gdouble *)
+ */
+ public static final native boolean _gdk_event_get_root_coords(
+ int /* long */event, double[] px, double[] py);
+
+ public static final boolean gdk_event_get_root_coords(int /* long */event,
+ double[] px, double[] py) {
+ lock.lock();
+ try {
+ return _gdk_event_get_root_coords(event, px, py);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param event cast=(GdkEvent *)
- * @param px cast=(gdouble *)
- * @param py cast=(gdouble *)
- */
-public static final native boolean _gdk_event_get_coords(int /*long*/ event, double[] px, double[] py);
-public static final boolean gdk_event_get_coords(int /*long*/ event, double[] px, double[] py) {
- lock.lock();
- try {
- return _gdk_event_get_coords(event, px, py);
- } finally {
- lock.unlock();
+
+ /**
+ * @param event
+ * cast=(GdkEvent *)
+ * @param px
+ * cast=(gdouble *)
+ * @param py
+ * cast=(gdouble *)
+ */
+ public static final native boolean _gdk_event_get_coords(
+ int /* long */event, double[] px, double[] py);
+
+ public static final boolean gdk_event_get_coords(int /* long */event,
+ double[] px, double[] py) {
+ lock.lock();
+ try {
+ return _gdk_event_get_coords(event, px, py);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native int /*long*/ _gdk_event_get_graphics_expose(int /*long*/ window);
-public static final int /*long*/ gdk_event_get_graphics_expose(int /*long*/ window) {
- lock.lock();
- try {
- return _gdk_event_get_graphics_expose(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native int /* long */_gdk_event_get_graphics_expose(
+ int /* long */window);
+
+ public static final int /* long */gdk_event_get_graphics_expose(
+ int /* long */window) {
+ lock.lock();
+ try {
+ return _gdk_event_get_graphics_expose(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param event cast=(GdkEvent *)
- * @param pmod cast=(GdkModifierType *)
- */
-public static final native boolean _gdk_event_get_state(int /*long*/ event, int[] pmod);
-public static final boolean gdk_event_get_state(int /*long*/ event, int[] pmod) {
- lock.lock();
- try {
- return _gdk_event_get_state(event, pmod);
- } finally {
- lock.unlock();
+
+ /**
+ * @param event
+ * cast=(GdkEvent *)
+ * @param pmod
+ * cast=(GdkModifierType *)
+ */
+ public static final native boolean _gdk_event_get_state(
+ int /* long */event, int[] pmod);
+
+ public static final boolean gdk_event_get_state(int /* long */event,
+ int[] pmod) {
+ lock.lock();
+ try {
+ return _gdk_event_get_state(event, pmod);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param event cast=(GdkEvent *) */
-public static final native int _gdk_event_get_time(int /*long*/ event);
-public static final int gdk_event_get_time(int /*long*/ event) {
- lock.lock();
- try {
- return _gdk_event_get_time(event);
- } finally {
- lock.unlock();
+
+ /**
+ * @param event
+ * cast=(GdkEvent *)
+ */
+ public static final native int _gdk_event_get_time(int /* long */event);
+
+ public static final int gdk_event_get_time(int /* long */event) {
+ lock.lock();
+ try {
+ return _gdk_event_get_time(event);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param func cast=(GdkEventFunc)
- * @param data cast=(gpointer)
- * @param notify cast=(GDestroyNotify)
- */
-public static final native void _gdk_event_handler_set(int /*long*/ func, int /*long*/ data, int /*long*/ notify);
-public static final void gdk_event_handler_set(int /*long*/ func, int /*long*/ data, int /*long*/ notify) {
- lock.lock();
- try {
- _gdk_event_handler_set(func, data, notify);
- } finally {
- lock.unlock();
+
+ /**
+ * @param func
+ * cast=(GdkEventFunc)
+ * @param data
+ * cast=(gpointer)
+ * @param notify
+ * cast=(GDestroyNotify)
+ */
+ public static final native void _gdk_event_handler_set(int /* long */func,
+ int /* long */data, int /* long */notify);
+
+ public static final void gdk_event_handler_set(int /* long */func,
+ int /* long */data, int /* long */notify) {
+ lock.lock();
+ try {
+ _gdk_event_handler_set(func, data, notify);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gdk_event_new(int type);
-public static final int /*long*/ gdk_event_new(int type) {
- lock.lock();
- try {
- return _gdk_event_new(type);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gdk_event_new(int type);
+
+ public static final int /* long */gdk_event_new(int type) {
+ lock.lock();
+ try {
+ return _gdk_event_new(type);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gdk_event_peek();
-public static final int /*long*/ gdk_event_peek() {
- lock.lock();
- try {
- return _gdk_event_peek();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gdk_event_peek();
+
+ public static final int /* long */gdk_event_peek() {
+ lock.lock();
+ try {
+ return _gdk_event_peek();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param event cast=(GdkEvent *) */
-public static final native void _gdk_event_put(int /*long*/ event);
-public static final void gdk_event_put(int /*long*/ event) {
- lock.lock();
- try {
- _gdk_event_put(event);
- } finally {
- lock.unlock();
+
+ /**
+ * @param event
+ * cast=(GdkEvent *)
+ */
+ public static final native void _gdk_event_put(int /* long */event);
+
+ public static final void gdk_event_put(int /* long */event) {
+ lock.lock();
+ try {
+ _gdk_event_put(event);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native void _gdk_error_trap_push();
-public static final void gdk_error_trap_push() {
- lock.lock();
- try {
- _gdk_error_trap_push();
- } finally {
- lock.unlock();
+
+ public static final native void _gdk_error_trap_push();
+
+ public static final void gdk_error_trap_push() {
+ lock.lock();
+ try {
+ _gdk_error_trap_push();
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int _gdk_error_trap_pop();
-public static final int gdk_error_trap_pop() {
- lock.lock();
- try {
- return _gdk_error_trap_pop();
- } finally {
- lock.unlock();
+
+ public static final native int _gdk_error_trap_pop();
+
+ public static final int gdk_error_trap_pop() {
+ lock.lock();
+ try {
+ return _gdk_error_trap_pop();
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native void _gdk_flush();
-public static final void gdk_flush() {
- lock.lock();
- try {
- _gdk_flush();
- } finally {
- lock.unlock();
+
+ public static final native void _gdk_flush();
+
+ public static final void gdk_flush() {
+ lock.lock();
+ try {
+ _gdk_flush();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param list cast=(gchar **) */
-public static final native void _gdk_free_text_list(int /*long*/ list);
-public static final void gdk_free_text_list(int /*long*/ list) {
- lock.lock();
- try {
- _gdk_free_text_list(list);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(gchar **)
+ */
+ public static final native void _gdk_free_text_list(int /* long */list);
+
+ public static final void gdk_free_text_list(int /* long */list) {
+ lock.lock();
+ try {
+ _gdk_free_text_list(list);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param gc cast=(GdkGC *)
- * @param values cast=(GdkGCValues *),flags=no_in
- */
-public static final native void _gdk_gc_get_values(int /*long*/ gc, GdkGCValues values);
-public static final void gdk_gc_get_values(int /*long*/ gc, GdkGCValues values) {
- lock.lock();
- try {
- _gdk_gc_get_values(gc, values);
- } finally {
- lock.unlock();
+
+ /**
+ * @param gc
+ * cast=(GdkGC *)
+ * @param values
+ * cast=(GdkGCValues *),flags=no_in
+ */
+ public static final native void _gdk_gc_get_values(int /* long */gc,
+ GdkGCValues values);
+
+ public static final void gdk_gc_get_values(int /* long */gc,
+ GdkGCValues values) {
+ lock.lock();
+ try {
+ _gdk_gc_get_values(gc, values);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkDrawable *) */
-public static final native int /*long*/ _gdk_gc_new(int /*long*/ window);
-public static final int /*long*/ gdk_gc_new(int /*long*/ window) {
- lock.lock();
- try {
- return _gdk_gc_new(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkDrawable *)
+ */
+ public static final native int /* long */_gdk_gc_new(int /* long */window);
+
+ public static final int /* long */gdk_gc_new(int /* long */window) {
+ lock.lock();
+ try {
+ return _gdk_gc_new(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param gc cast=(GdkGC *)
- * @param color cast=(GdkColor *),flags=no_out
- */
-public static final native void _gdk_gc_set_background(int /*long*/ gc, GdkColor color);
-public static final void gdk_gc_set_background(int /*long*/ gc, GdkColor color) {
- lock.lock();
- try {
- _gdk_gc_set_background(gc, color);
- } finally {
- lock.unlock();
+
+ /**
+ * @param gc
+ * cast=(GdkGC *)
+ * @param color
+ * cast=(GdkColor *),flags=no_out
+ */
+ public static final native void _gdk_gc_set_background(int /* long */gc,
+ GdkColor color);
+
+ public static final void gdk_gc_set_background(int /* long */gc,
+ GdkColor color) {
+ lock.lock();
+ try {
+ _gdk_gc_set_background(gc, color);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param gc cast=(GdkGC *)
- * @param mask cast=(GdkBitmap *)
- */
-public static final native void _gdk_gc_set_clip_mask(int /*long*/ gc, int /*long*/ mask);
-public static final void gdk_gc_set_clip_mask(int /*long*/ gc, int /*long*/ mask) {
- lock.lock();
- try {
- _gdk_gc_set_clip_mask(gc, mask);
- } finally {
- lock.unlock();
+
+ /**
+ * @param gc
+ * cast=(GdkGC *)
+ * @param mask
+ * cast=(GdkBitmap *)
+ */
+ public static final native void _gdk_gc_set_clip_mask(int /* long */gc,
+ int /* long */mask);
+
+ public static final void gdk_gc_set_clip_mask(int /* long */gc,
+ int /* long */mask) {
+ lock.lock();
+ try {
+ _gdk_gc_set_clip_mask(gc, mask);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param gc cast=(GdkGC *)
- * @param x cast=(gint)
- * @param y cast=(gint)
- */
-public static final native void _gdk_gc_set_clip_origin(int /*long*/ gc, int x, int y);
-public static final void gdk_gc_set_clip_origin(int /*long*/ gc, int x, int y) {
- lock.lock();
- try {
- _gdk_gc_set_clip_origin(gc, x, y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param gc
+ * cast=(GdkGC *)
+ * @param x
+ * cast=(gint)
+ * @param y
+ * cast=(gint)
+ */
+ public static final native void _gdk_gc_set_clip_origin(int /* long */gc,
+ int x, int y);
+
+ public static final void gdk_gc_set_clip_origin(int /* long */gc, int x,
+ int y) {
+ lock.lock();
+ try {
+ _gdk_gc_set_clip_origin(gc, x, y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param gc cast=(GdkGC *)
- * @param rectangle cast=(GdkRectangle *),flags=no_out
- */
-public static final native void _gdk_gc_set_clip_rectangle(int /*long*/ gc, GdkRectangle rectangle);
-public static final void gdk_gc_set_clip_rectangle(int /*long*/ gc, GdkRectangle rectangle) {
- lock.lock();
- try {
- _gdk_gc_set_clip_rectangle(gc, rectangle);
- } finally {
- lock.unlock();
+
+ /**
+ * @param gc
+ * cast=(GdkGC *)
+ * @param rectangle
+ * cast=(GdkRectangle *),flags=no_out
+ */
+ public static final native void _gdk_gc_set_clip_rectangle(
+ int /* long */gc, GdkRectangle rectangle);
+
+ public static final void gdk_gc_set_clip_rectangle(int /* long */gc,
+ GdkRectangle rectangle) {
+ lock.lock();
+ try {
+ _gdk_gc_set_clip_rectangle(gc, rectangle);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param gc cast=(GdkGC *)
- * @param region cast=(GdkRegion *)
- */
-public static final native void _gdk_gc_set_clip_region(int /*long*/ gc, int /*long*/ region);
-public static final void gdk_gc_set_clip_region(int /*long*/ gc, int /*long*/ region) {
- lock.lock();
- try {
- _gdk_gc_set_clip_region(gc, region);
- } finally {
- lock.unlock();
+
+ /**
+ * @param gc
+ * cast=(GdkGC *)
+ * @param region
+ * cast=(GdkRegion *)
+ */
+ public static final native void _gdk_gc_set_clip_region(int /* long */gc,
+ int /* long */region);
+
+ public static final void gdk_gc_set_clip_region(int /* long */gc,
+ int /* long */region) {
+ lock.lock();
+ try {
+ _gdk_gc_set_clip_region(gc, region);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param gc cast=(GdkGC *)
- * @param dash_offset cast=(gint)
- * @param dash_list cast=(gint8 *),flags=no_out critical
- * @param n cast=(gint)
- */
-public static final native void _gdk_gc_set_dashes(int /*long*/ gc, int dash_offset, byte[] dash_list, int n);
-public static final void gdk_gc_set_dashes(int /*long*/ gc, int dash_offset, byte[] dash_list, int n) {
- lock.lock();
- try {
- _gdk_gc_set_dashes(gc, dash_offset, dash_list, n);
- } finally {
- lock.unlock();
+
+ /**
+ * @param gc
+ * cast=(GdkGC *)
+ * @param dash_offset
+ * cast=(gint)
+ * @param dash_list
+ * cast=(gint8 *),flags=no_out critical
+ * @param n
+ * cast=(gint)
+ */
+ public static final native void _gdk_gc_set_dashes(int /* long */gc,
+ int dash_offset, byte[] dash_list, int n);
+
+ public static final void gdk_gc_set_dashes(int /* long */gc,
+ int dash_offset, byte[] dash_list, int n) {
+ lock.lock();
+ try {
+ _gdk_gc_set_dashes(gc, dash_offset, dash_list, n);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param gc cast=(GdkGC *)
- * @param exposures cast=(gboolean)
- */
-public static final native void _gdk_gc_set_exposures(int /*long*/ gc, boolean exposures);
-public static final void gdk_gc_set_exposures(int /*long*/ gc, boolean exposures) {
- lock.lock();
- try {
- _gdk_gc_set_exposures(gc, exposures);
- } finally {
- lock.unlock();
+
+ /**
+ * @param gc
+ * cast=(GdkGC *)
+ * @param exposures
+ * cast=(gboolean)
+ */
+ public static final native void _gdk_gc_set_exposures(int /* long */gc,
+ boolean exposures);
+
+ public static final void gdk_gc_set_exposures(int /* long */gc,
+ boolean exposures) {
+ lock.lock();
+ try {
+ _gdk_gc_set_exposures(gc, exposures);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param gc cast=(GdkGC *)
- * @param fill cast=(GdkFill)
- */
-public static final native void _gdk_gc_set_fill(int /*long*/ gc, int fill);
-public static final void gdk_gc_set_fill(int /*long*/ gc, int fill) {
- lock.lock();
- try {
- _gdk_gc_set_fill(gc, fill);
- } finally {
- lock.unlock();
+
+ /**
+ * @param gc
+ * cast=(GdkGC *)
+ * @param fill
+ * cast=(GdkFill)
+ */
+ public static final native void _gdk_gc_set_fill(int /* long */gc, int fill);
+
+ public static final void gdk_gc_set_fill(int /* long */gc, int fill) {
+ lock.lock();
+ try {
+ _gdk_gc_set_fill(gc, fill);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param gc cast=(GdkGC *)
- * @param color cast=(GdkColor *),flags=no_out
- */
-public static final native void _gdk_gc_set_foreground(int /*long*/ gc, GdkColor color);
-public static final void gdk_gc_set_foreground(int /*long*/ gc, GdkColor color) {
- lock.lock();
- try {
- _gdk_gc_set_foreground(gc, color);
- } finally {
- lock.unlock();
+
+ /**
+ * @param gc
+ * cast=(GdkGC *)
+ * @param color
+ * cast=(GdkColor *),flags=no_out
+ */
+ public static final native void _gdk_gc_set_foreground(int /* long */gc,
+ GdkColor color);
+
+ public static final void gdk_gc_set_foreground(int /* long */gc,
+ GdkColor color) {
+ lock.lock();
+ try {
+ _gdk_gc_set_foreground(gc, color);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param gc cast=(GdkGC *)
- * @param function cast=(GdkFunction)
- */
-public static final native void _gdk_gc_set_function(int /*long*/ gc, int /*long*/ function);
-public static final void gdk_gc_set_function(int /*long*/ gc, int /*long*/ function) {
- lock.lock();
- try {
- _gdk_gc_set_function(gc, function);
- } finally {
- lock.unlock();
+
+ /**
+ * @param gc
+ * cast=(GdkGC *)
+ * @param function
+ * cast=(GdkFunction)
+ */
+ public static final native void _gdk_gc_set_function(int /* long */gc,
+ int /* long */function);
+
+ public static final void gdk_gc_set_function(int /* long */gc,
+ int /* long */function) {
+ lock.lock();
+ try {
+ _gdk_gc_set_function(gc, function);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param gc cast=(GdkGC *)
- * @param line_width cast=(gint)
- * @param line_style cast=(GdkLineStyle)
- * @param cap_style cast=(GdkCapStyle)
- * @param join_style cast=(GdkJoinStyle)
- */
-public static final native void _gdk_gc_set_line_attributes(int /*long*/ gc, int line_width, int line_style, int cap_style, int join_style);
-public static final void gdk_gc_set_line_attributes(int /*long*/ gc, int line_width, int line_style, int cap_style, int join_style) {
- lock.lock();
- try {
- _gdk_gc_set_line_attributes(gc, line_width, line_style, cap_style, join_style);
- } finally {
- lock.unlock();
+
+ /**
+ * @param gc
+ * cast=(GdkGC *)
+ * @param line_width
+ * cast=(gint)
+ * @param line_style
+ * cast=(GdkLineStyle)
+ * @param cap_style
+ * cast=(GdkCapStyle)
+ * @param join_style
+ * cast=(GdkJoinStyle)
+ */
+ public static final native void _gdk_gc_set_line_attributes(
+ int /* long */gc, int line_width, int line_style, int cap_style,
+ int join_style);
+
+ public static final void gdk_gc_set_line_attributes(int /* long */gc,
+ int line_width, int line_style, int cap_style, int join_style) {
+ lock.lock();
+ try {
+ _gdk_gc_set_line_attributes(gc, line_width, line_style, cap_style,
+ join_style);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param gc cast=(GdkGC *)
- * @param stipple cast=(GdkPixmap *)
- */
-public static final native void _gdk_gc_set_stipple(int /*long*/ gc, int /*long*/ stipple);
-public static final void gdk_gc_set_stipple(int /*long*/ gc, int /*long*/ stipple) {
- lock.lock();
- try {
- _gdk_gc_set_stipple(gc, stipple);
- } finally {
- lock.unlock();
+
+ /**
+ * @param gc
+ * cast=(GdkGC *)
+ * @param stipple
+ * cast=(GdkPixmap *)
+ */
+ public static final native void _gdk_gc_set_stipple(int /* long */gc,
+ int /* long */stipple);
+
+ public static final void gdk_gc_set_stipple(int /* long */gc,
+ int /* long */stipple) {
+ lock.lock();
+ try {
+ _gdk_gc_set_stipple(gc, stipple);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param gc cast=(GdkGC *)
- * @param mode cast=(GdkSubwindowMode)
- */
-public static final native void _gdk_gc_set_subwindow(int /*long*/ gc, int /*long*/ mode);
-public static final void gdk_gc_set_subwindow(int /*long*/ gc, int /*long*/ mode) {
- lock.lock();
- try {
- _gdk_gc_set_subwindow(gc, mode);
- } finally {
- lock.unlock();
+
+ /**
+ * @param gc
+ * cast=(GdkGC *)
+ * @param mode
+ * cast=(GdkSubwindowMode)
+ */
+ public static final native void _gdk_gc_set_subwindow(int /* long */gc,
+ int /* long */mode);
+
+ public static final void gdk_gc_set_subwindow(int /* long */gc,
+ int /* long */mode) {
+ lock.lock();
+ try {
+ _gdk_gc_set_subwindow(gc, mode);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param gc cast=(GdkGC *)
- * @param tile cast=(GdkPixmap *)
- */
-public static final native void _gdk_gc_set_tile(int /*long*/ gc, int /*long*/ tile);
-public static final void gdk_gc_set_tile(int /*long*/ gc, int /*long*/ tile) {
- lock.lock();
- try {
- _gdk_gc_set_tile(gc, tile);
- } finally {
- lock.unlock();
+
+ /**
+ * @param gc
+ * cast=(GdkGC *)
+ * @param tile
+ * cast=(GdkPixmap *)
+ */
+ public static final native void _gdk_gc_set_tile(int /* long */gc,
+ int /* long */tile);
+
+ public static final void gdk_gc_set_tile(int /* long */gc, int /* long */tile) {
+ lock.lock();
+ try {
+ _gdk_gc_set_tile(gc, tile);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param gc cast=(GdkGC *) */
-public static final native void _gdk_gc_set_ts_origin(int /*long*/ gc, int x, int y);
-public static final void gdk_gc_set_ts_origin(int /*long*/ gc, int x, int y) {
- lock.lock();
- try {
- _gdk_gc_set_ts_origin(gc, x, y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param gc
+ * cast=(GdkGC *)
+ */
+ public static final native void _gdk_gc_set_ts_origin(int /* long */gc,
+ int x, int y);
+
+ public static final void gdk_gc_set_ts_origin(int /* long */gc, int x, int y) {
+ lock.lock();
+ try {
+ _gdk_gc_set_ts_origin(gc, x, y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param gc cast=(GdkGC *)
- * @param values cast=(GdkGCValues *),flags=no_out
- * @param values_mask cast=(GdkGCValuesMask)
- */
-public static final native void _gdk_gc_set_values(int /*long*/ gc, GdkGCValues values, int values_mask);
-public static final void gdk_gc_set_values(int /*long*/ gc, GdkGCValues values, int values_mask) {
- lock.lock();
- try {
- _gdk_gc_set_values(gc, values, values_mask);
- } finally {
- lock.unlock();
+
+ /**
+ * @param gc
+ * cast=(GdkGC *)
+ * @param values
+ * cast=(GdkGCValues *),flags=no_out
+ * @param values_mask
+ * cast=(GdkGCValuesMask)
+ */
+ public static final native void _gdk_gc_set_values(int /* long */gc,
+ GdkGCValues values, int values_mask);
+
+ public static final void gdk_gc_set_values(int /* long */gc,
+ GdkGCValues values, int values_mask) {
+ lock.lock();
+ try {
+ _gdk_gc_set_values(gc, values, values_mask);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native void _gdk_keyboard_ungrab(int time);
-public static final void gdk_keyboard_ungrab(int time) {
- lock.lock();
- try {
- _gdk_keyboard_ungrab(time);
- } finally {
- lock.unlock();
+
+ public static final native void _gdk_keyboard_ungrab(int time);
+
+ public static final void gdk_keyboard_ungrab(int time) {
+ lock.lock();
+ try {
+ _gdk_keyboard_ungrab(time);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gdk_keymap_get_default();
-public static final int /*long*/ gdk_keymap_get_default() {
- lock.lock();
- try {
- return _gdk_keymap_get_default();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gdk_keymap_get_default();
+
+ public static final int /* long */gdk_keymap_get_default() {
+ lock.lock();
+ try {
+ return _gdk_keymap_get_default();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param keymap cast=(GdkKeymap*)
- * @param state cast=(GdkModifierType)
- * @param keyval cast=(guint*)
- * @param effective_group cast=(gint*)
- * @param level cast=(gint*)
- * @param consumed_modifiers cast=(GdkModifierType *)
- */
-public static final native boolean _gdk_keymap_translate_keyboard_state (int /*long*/ keymap, int hardware_keycode, int state, int group, int[] keyval, int[] effective_group, int[] level, int[] consumed_modifiers);
-public static final boolean gdk_keymap_translate_keyboard_state (int /*long*/ keymap, int hardware_keycode, int state, int group, int[] keyval, int[] effective_group, int[] level, int[] consumed_modifiers) {
- lock.lock();
- try {
- return _gdk_keymap_translate_keyboard_state(keymap, hardware_keycode, state, group, keyval, effective_group, level, consumed_modifiers);
- } finally {
- lock.unlock();
+
+ /**
+ * @param keymap
+ * cast=(GdkKeymap*)
+ * @param state
+ * cast=(GdkModifierType)
+ * @param keyval
+ * cast=(guint*)
+ * @param effective_group
+ * cast=(gint*)
+ * @param level
+ * cast=(gint*)
+ * @param consumed_modifiers
+ * cast=(GdkModifierType *)
+ */
+ public static final native boolean _gdk_keymap_translate_keyboard_state(
+ int /* long */keymap, int hardware_keycode, int state, int group,
+ int[] keyval, int[] effective_group, int[] level,
+ int[] consumed_modifiers);
+
+ public static final boolean gdk_keymap_translate_keyboard_state(
+ int /* long */keymap, int hardware_keycode, int state, int group,
+ int[] keyval, int[] effective_group, int[] level,
+ int[] consumed_modifiers) {
+ lock.lock();
+ try {
+ return _gdk_keymap_translate_keyboard_state(keymap,
+ hardware_keycode, state, group, keyval, effective_group,
+ level, consumed_modifiers);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int _gdk_keyval_to_lower(int keyval);
-public static final int gdk_keyval_to_lower(int keyval) {
- lock.lock();
- try {
- return _gdk_keyval_to_lower(keyval);
- } finally {
- lock.unlock();
+
+ public static final native int _gdk_keyval_to_lower(int keyval);
+
+ public static final int gdk_keyval_to_lower(int keyval) {
+ lock.lock();
+ try {
+ return _gdk_keyval_to_lower(keyval);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int _gdk_keyval_to_unicode(int keyval);
-public static final int gdk_keyval_to_unicode(int keyval) {
- lock.lock();
- try {
- return _gdk_keyval_to_unicode(keyval);
- } finally {
- lock.unlock();
+
+ public static final native int _gdk_keyval_to_unicode(int keyval);
+
+ public static final int gdk_keyval_to_unicode(int keyval) {
+ lock.lock();
+ try {
+ return _gdk_keyval_to_unicode(keyval);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gdk_pango_attr_embossed_new(boolean embossed);
-public static final int /*long*/ gdk_pango_attr_embossed_new(boolean embossed) {
- lock.lock();
- try {
- return _gdk_pango_attr_embossed_new(embossed);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gdk_pango_attr_embossed_new(
+ boolean embossed);
+
+ public static final int /* long */gdk_pango_attr_embossed_new(
+ boolean embossed) {
+ lock.lock();
+ try {
+ return _gdk_pango_attr_embossed_new(embossed);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gdk_pango_context_get();
-public static final int /*long*/ gdk_pango_context_get() {
- lock.lock();
- try {
- return _gdk_pango_context_get();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gdk_pango_context_get();
+
+ public static final int /* long */gdk_pango_context_get() {
+ lock.lock();
+ try {
+ return _gdk_pango_context_get();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param context cast=(PangoContext *)
- * @param colormap cast=(GdkColormap *)
- */
-public static final native void _gdk_pango_context_set_colormap(int /*long*/ context, int /*long*/ colormap);
-public static final void gdk_pango_context_set_colormap(int /*long*/ context, int /*long*/ colormap) {
- lock.lock();
- try {
- _gdk_pango_context_set_colormap(context, colormap);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(PangoContext *)
+ * @param colormap
+ * cast=(GdkColormap *)
+ */
+ public static final native void _gdk_pango_context_set_colormap(
+ int /* long */context, int /* long */colormap);
+
+ public static final void gdk_pango_context_set_colormap(
+ int /* long */context, int /* long */colormap) {
+ lock.lock();
+ try {
+ _gdk_pango_context_set_colormap(context, colormap);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout *) */
-public static final native int /*long*/ _gdk_pango_layout_get_clip_region(int /*long*/ layout, int x_origin, int y_origin, int[] index_ranges, int n_ranges);
-public static final int /*long*/ gdk_pango_layout_get_clip_region(int /*long*/ layout, int x_origin, int y_origin, int[] index_ranges, int n_ranges) {
- lock.lock();
- try {
- return _gdk_pango_layout_get_clip_region(layout, x_origin, y_origin, index_ranges, n_ranges);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout *)
+ */
+ public static final native int /* long */_gdk_pango_layout_get_clip_region(
+ int /* long */layout, int x_origin, int y_origin,
+ int[] index_ranges, int n_ranges);
+
+ public static final int /* long */gdk_pango_layout_get_clip_region(
+ int /* long */layout, int x_origin, int y_origin,
+ int[] index_ranges, int n_ranges) {
+ lock.lock();
+ try {
+ return _gdk_pango_layout_get_clip_region(layout, x_origin,
+ y_origin, index_ranges, n_ranges);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param src_pixbuf cast=(GdkPixbuf *)
- * @param dest_pixbuf cast=(GdkPixbuf *)
- */
-public static final native void _gdk_pixbuf_copy_area(int /*long*/ src_pixbuf, int src_x, int src_y, int width, int height, int /*long*/ dest_pixbuf, int dest_x, int dest_y);
-public static final void gdk_pixbuf_copy_area(int /*long*/ src_pixbuf, int src_x, int src_y, int width, int height, int /*long*/ dest_pixbuf, int dest_x, int dest_y) {
- lock.lock();
- try {
- _gdk_pixbuf_copy_area(src_pixbuf, src_x, src_y, width, height, dest_pixbuf, dest_x, dest_y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param src_pixbuf
+ * cast=(GdkPixbuf *)
+ * @param dest_pixbuf
+ * cast=(GdkPixbuf *)
+ */
+ public static final native void _gdk_pixbuf_copy_area(
+ int /* long */src_pixbuf, int src_x, int src_y, int width,
+ int height, int /* long */dest_pixbuf, int dest_x, int dest_y);
+
+ public static final void gdk_pixbuf_copy_area(int /* long */src_pixbuf,
+ int src_x, int src_y, int width, int height,
+ int /* long */dest_pixbuf, int dest_x, int dest_y) {
+ lock.lock();
+ try {
+ _gdk_pixbuf_copy_area(src_pixbuf, src_x, src_y, width, height,
+ dest_pixbuf, dest_x, dest_y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param dest cast=(GdkPixbuf *)
- * @param src cast=(GdkDrawable *)
- * @param cmap cast=(GdkColormap *)
- */
-public static final native int /*long*/ _gdk_pixbuf_get_from_drawable(int /*long*/ dest, int /*long*/ src, int /*long*/ cmap, int src_x, int src_y, int dest_x, int dest_y, int width, int height);
-public static final int /*long*/ gdk_pixbuf_get_from_drawable(int /*long*/ dest, int /*long*/ src, int /*long*/ cmap, int src_x, int src_y, int dest_x, int dest_y, int width, int height) {
- lock.lock();
- try {
- return _gdk_pixbuf_get_from_drawable(dest, src, cmap, src_x, src_y, dest_x, dest_y, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param dest
+ * cast=(GdkPixbuf *)
+ * @param src
+ * cast=(GdkDrawable *)
+ * @param cmap
+ * cast=(GdkColormap *)
+ */
+ public static final native int /* long */_gdk_pixbuf_get_from_drawable(
+ int /* long */dest, int /* long */src, int /* long */cmap,
+ int src_x, int src_y, int dest_x, int dest_y, int width, int height);
+
+ public static final int /* long */gdk_pixbuf_get_from_drawable(
+ int /* long */dest, int /* long */src, int /* long */cmap,
+ int src_x, int src_y, int dest_x, int dest_y, int width, int height) {
+ lock.lock();
+ try {
+ return _gdk_pixbuf_get_from_drawable(dest, src, cmap, src_x, src_y,
+ dest_x, dest_y, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param pixbuf cast=(const GdkPixbuf *) */
-public static final native boolean _gdk_pixbuf_get_has_alpha(int /*long*/ pixbuf);
-public static final boolean gdk_pixbuf_get_has_alpha(int /*long*/ pixbuf) {
- lock.lock();
- try {
- return _gdk_pixbuf_get_has_alpha(pixbuf);
- } finally {
- lock.unlock();
+
+ /**
+ * @param pixbuf
+ * cast=(const GdkPixbuf *)
+ */
+ public static final native boolean _gdk_pixbuf_get_has_alpha(
+ int /* long */pixbuf);
+
+ public static final boolean gdk_pixbuf_get_has_alpha(int /* long */pixbuf) {
+ lock.lock();
+ try {
+ return _gdk_pixbuf_get_has_alpha(pixbuf);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param pixbuf cast=(const GdkPixbuf *) */
-public static final native int _gdk_pixbuf_get_height(int /*long*/ pixbuf);
-public static final int gdk_pixbuf_get_height(int /*long*/ pixbuf) {
- lock.lock();
- try {
- return _gdk_pixbuf_get_height(pixbuf);
- } finally {
- lock.unlock();
+
+ /**
+ * @param pixbuf
+ * cast=(const GdkPixbuf *)
+ */
+ public static final native int _gdk_pixbuf_get_height(int /* long */pixbuf);
+
+ public static final int gdk_pixbuf_get_height(int /* long */pixbuf) {
+ lock.lock();
+ try {
+ return _gdk_pixbuf_get_height(pixbuf);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param pixbuf cast=(const GdkPixbuf *) */
-public static final native int /*long*/ _gdk_pixbuf_get_pixels(int /*long*/ pixbuf);
-public static final int /*long*/ gdk_pixbuf_get_pixels(int /*long*/ pixbuf) {
- lock.lock();
- try {
- return _gdk_pixbuf_get_pixels(pixbuf);
- } finally {
- lock.unlock();
+
+ /**
+ * @param pixbuf
+ * cast=(const GdkPixbuf *)
+ */
+ public static final native int /* long */_gdk_pixbuf_get_pixels(
+ int /* long */pixbuf);
+
+ public static final int /* long */gdk_pixbuf_get_pixels(
+ int /* long */pixbuf) {
+ lock.lock();
+ try {
+ return _gdk_pixbuf_get_pixels(pixbuf);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param pixbuf cast=(const GdkPixbuf *) */
-public static final native int _gdk_pixbuf_get_rowstride(int /*long*/ pixbuf);
-public static final int gdk_pixbuf_get_rowstride(int /*long*/ pixbuf) {
- lock.lock();
- try {
- return _gdk_pixbuf_get_rowstride(pixbuf);
- } finally {
- lock.unlock();
+
+ /**
+ * @param pixbuf
+ * cast=(const GdkPixbuf *)
+ */
+ public static final native int _gdk_pixbuf_get_rowstride(
+ int /* long */pixbuf);
+
+ public static final int gdk_pixbuf_get_rowstride(int /* long */pixbuf) {
+ lock.lock();
+ try {
+ return _gdk_pixbuf_get_rowstride(pixbuf);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param pixbuf cast=(const GdkPixbuf *) */
-public static final native int _gdk_pixbuf_get_width(int /*long*/ pixbuf);
-public static final int gdk_pixbuf_get_width(int /*long*/ pixbuf) {
- lock.lock();
- try {
- return _gdk_pixbuf_get_width(pixbuf);
- } finally {
- lock.unlock();
+
+ /**
+ * @param pixbuf
+ * cast=(const GdkPixbuf *)
+ */
+ public static final native int _gdk_pixbuf_get_width(int /* long */pixbuf);
+
+ public static final int gdk_pixbuf_get_width(int /* long */pixbuf) {
+ lock.lock();
+ try {
+ return _gdk_pixbuf_get_width(pixbuf);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gdk_pixbuf_loader_new();
-public static final int /*long*/ gdk_pixbuf_loader_new() {
- lock.lock();
- try {
- return _gdk_pixbuf_loader_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gdk_pixbuf_loader_new();
+
+ public static final int /* long */gdk_pixbuf_loader_new() {
+ lock.lock();
+ try {
+ return _gdk_pixbuf_loader_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param loader cast=(GdkPixbufLoader *)
- * @param error cast=(GError **)
- */
-public static final native boolean _gdk_pixbuf_loader_close(int /*long*/ loader, int /*long*/ [] error);
-public static final boolean gdk_pixbuf_loader_close(int /*long*/ loader, int /*long*/ [] error) {
- lock.lock();
- try {
- return _gdk_pixbuf_loader_close(loader, error);
- } finally {
- lock.unlock();
+
+ /**
+ * @param loader
+ * cast=(GdkPixbufLoader *)
+ * @param error
+ * cast=(GError **)
+ */
+ public static final native boolean _gdk_pixbuf_loader_close(
+ int /* long */loader, int /* long */[] error);
+
+ public static final boolean gdk_pixbuf_loader_close(int /* long */loader,
+ int /* long */[] error) {
+ lock.lock();
+ try {
+ return _gdk_pixbuf_loader_close(loader, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param loader cast=(GdkPixbufLoader *) */
-public static final native int /*long*/ _gdk_pixbuf_loader_get_pixbuf(int /*long*/ loader);
-public static final int /*long*/ gdk_pixbuf_loader_get_pixbuf(int /*long*/ loader) {
- lock.lock();
- try {
- return _gdk_pixbuf_loader_get_pixbuf(loader);
- } finally {
- lock.unlock();
+
+ /**
+ * @param loader
+ * cast=(GdkPixbufLoader *)
+ */
+ public static final native int /* long */_gdk_pixbuf_loader_get_pixbuf(
+ int /* long */loader);
+
+ public static final int /* long */gdk_pixbuf_loader_get_pixbuf(
+ int /* long */loader) {
+ lock.lock();
+ try {
+ return _gdk_pixbuf_loader_get_pixbuf(loader);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param loader cast=(GdkPixbufLoader *)
- * @param buffer cast=(const guchar *)
- * @param count cast=(gsize)
- * @param error cast=(GError **)
- */
-public static final native boolean _gdk_pixbuf_loader_write(int /*long*/ loader, int /*long*/ buffer, int count, int /*long*/ [] error);
-public static final boolean gdk_pixbuf_loader_write(int /*long*/ loader, int /*long*/ buffer, int count, int /*long*/ [] error) {
- lock.lock();
- try {
- return _gdk_pixbuf_loader_write(loader, buffer, count, error);
- } finally {
- lock.unlock();
+
+ /**
+ * @param loader
+ * cast=(GdkPixbufLoader *)
+ * @param buffer
+ * cast=(const guchar *)
+ * @param count
+ * cast=(gsize)
+ * @param error
+ * cast=(GError **)
+ */
+ public static final native boolean _gdk_pixbuf_loader_write(
+ int /* long */loader, int /* long */buffer, int count,
+ int /* long */[] error);
+
+ public static final boolean gdk_pixbuf_loader_write(int /* long */loader,
+ int /* long */buffer, int count, int /* long */[] error) {
+ lock.lock();
+ try {
+ return _gdk_pixbuf_loader_write(loader, buffer, count, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param colorspace cast=(GdkColorspace)
- * @param has_alpha cast=(gboolean)
- */
-public static final native int /*long*/ _gdk_pixbuf_new(int colorspace, boolean has_alpha, int bits_per_sample, int width, int height);
-public static final int /*long*/ gdk_pixbuf_new(int colorspace, boolean has_alpha, int bits_per_sample, int width, int height) {
- lock.lock();
- try {
- return _gdk_pixbuf_new(colorspace, has_alpha, bits_per_sample, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param colorspace
+ * cast=(GdkColorspace)
+ * @param has_alpha
+ * cast=(gboolean)
+ */
+ public static final native int /* long */_gdk_pixbuf_new(int colorspace,
+ boolean has_alpha, int bits_per_sample, int width, int height);
+
+ public static final int /* long */gdk_pixbuf_new(int colorspace,
+ boolean has_alpha, int bits_per_sample, int width, int height) {
+ lock.lock();
+ try {
+ return _gdk_pixbuf_new(colorspace, has_alpha, bits_per_sample,
+ width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param filename cast=(const char *)
- * @param error cast=(GError**)
- */
-public static final native int /*long*/ _gdk_pixbuf_new_from_file(byte[] filename, int /*long*/ [] error);
-public static final int /*long*/ gdk_pixbuf_new_from_file(byte[] filename, int /*long*/ [] error) {
- lock.lock();
- try {
- return _gdk_pixbuf_new_from_file(filename, error);
- } finally {
- lock.unlock();
+
+ /**
+ * @param filename
+ * cast=(const char *)
+ * @param error
+ * cast=(GError**)
+ */
+ public static final native int /* long */_gdk_pixbuf_new_from_file(
+ byte[] filename, int /* long */[] error);
+
+ public static final int /* long */gdk_pixbuf_new_from_file(byte[] filename,
+ int /* long */[] error) {
+ lock.lock();
+ try {
+ return _gdk_pixbuf_new_from_file(filename, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param pixbuf cast=(GdkPixbuf *)
- * @param drawable cast=(GdkDrawable *)
- * @param gc cast=(GdkGC *)
- * @param dither cast=(GdkRgbDither)
- */
-public static final native void _gdk_pixbuf_render_to_drawable(int /*long*/ pixbuf, int /*long*/ drawable, int /*long*/ gc, int src_x, int src_y, int dest_x, int dest_y, int width, int height, int dither, int x_dither, int y_dither);
-public static final void gdk_pixbuf_render_to_drawable(int /*long*/ pixbuf, int /*long*/ drawable, int /*long*/ gc, int src_x, int src_y, int dest_x, int dest_y, int width, int height, int dither, int x_dither, int y_dither) {
- lock.lock();
- try {
- _gdk_pixbuf_render_to_drawable(pixbuf, drawable, gc, src_x, src_y, dest_x, dest_y, width, height, dither, x_dither, y_dither);
- } finally {
- lock.unlock();
+
+ /**
+ * @param pixbuf
+ * cast=(GdkPixbuf *)
+ * @param drawable
+ * cast=(GdkDrawable *)
+ * @param gc
+ * cast=(GdkGC *)
+ * @param dither
+ * cast=(GdkRgbDither)
+ */
+ public static final native void _gdk_pixbuf_render_to_drawable(
+ int /* long */pixbuf, int /* long */drawable, int /* long */gc,
+ int src_x, int src_y, int dest_x, int dest_y, int width,
+ int height, int dither, int x_dither, int y_dither);
+
+ public static final void gdk_pixbuf_render_to_drawable(
+ int /* long */pixbuf, int /* long */drawable, int /* long */gc,
+ int src_x, int src_y, int dest_x, int dest_y, int width,
+ int height, int dither, int x_dither, int y_dither) {
+ lock.lock();
+ try {
+ _gdk_pixbuf_render_to_drawable(pixbuf, drawable, gc, src_x, src_y,
+ dest_x, dest_y, width, height, dither, x_dither, y_dither);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param pixbuf cast=(GdkPixbuf *)
- * @param drawable cast=(GdkDrawable *)
- * @param alpha_mode cast=(GdkPixbufAlphaMode)
- * @param dither cast=(GdkRgbDither)
- */
-public static final native void _gdk_pixbuf_render_to_drawable_alpha(int /*long*/ pixbuf, int /*long*/ drawable, int src_x, int src_y, int dest_x, int dest_y, int width, int height, int alpha_mode, int alpha_threshold, int dither, int x_dither, int y_dither);
-public static final void gdk_pixbuf_render_to_drawable_alpha(int /*long*/ pixbuf, int /*long*/ drawable, int src_x, int src_y, int dest_x, int dest_y, int width, int height, int alpha_mode, int alpha_threshold, int dither, int x_dither, int y_dither) {
- lock.lock();
- try {
- _gdk_pixbuf_render_to_drawable_alpha(pixbuf, drawable, src_x, src_y, dest_x, dest_y, width, height, alpha_mode, alpha_threshold, dither, x_dither, y_dither);
- } finally {
- lock.unlock();
+
+ /**
+ * @param pixbuf
+ * cast=(GdkPixbuf *)
+ * @param drawable
+ * cast=(GdkDrawable *)
+ * @param alpha_mode
+ * cast=(GdkPixbufAlphaMode)
+ * @param dither
+ * cast=(GdkRgbDither)
+ */
+ public static final native void _gdk_pixbuf_render_to_drawable_alpha(
+ int /* long */pixbuf, int /* long */drawable, int src_x, int src_y,
+ int dest_x, int dest_y, int width, int height, int alpha_mode,
+ int alpha_threshold, int dither, int x_dither, int y_dither);
+
+ public static final void gdk_pixbuf_render_to_drawable_alpha(
+ int /* long */pixbuf, int /* long */drawable, int src_x, int src_y,
+ int dest_x, int dest_y, int width, int height, int alpha_mode,
+ int alpha_threshold, int dither, int x_dither, int y_dither) {
+ lock.lock();
+ try {
+ _gdk_pixbuf_render_to_drawable_alpha(pixbuf, drawable, src_x,
+ src_y, dest_x, dest_y, width, height, alpha_mode,
+ alpha_threshold, dither, x_dither, y_dither);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param pixbuf cast=(GdkPixbuf *)
- * @param pixmap_return cast=(GdkDrawable **)
- * @param mask_return cast=(GdkBitmap **)
- */
-public static final native void _gdk_pixbuf_render_pixmap_and_mask(int /*long*/ pixbuf, int /*long*/[] pixmap_return, int /*long*/[] mask_return, int alpha_threshold);
-public static final void gdk_pixbuf_render_pixmap_and_mask(int /*long*/ pixbuf, int /*long*/[] pixmap_return, int /*long*/[] mask_return, int alpha_threshold) {
- lock.lock();
- try {
- _gdk_pixbuf_render_pixmap_and_mask(pixbuf, pixmap_return, mask_return, alpha_threshold);
- } finally {
- lock.unlock();
+
+ /**
+ * @param pixbuf
+ * cast=(GdkPixbuf *)
+ * @param pixmap_return
+ * cast=(GdkDrawable **)
+ * @param mask_return
+ * cast=(GdkBitmap **)
+ */
+ public static final native void _gdk_pixbuf_render_pixmap_and_mask(
+ int /* long */pixbuf, int /* long */[] pixmap_return,
+ int /* long */[] mask_return, int alpha_threshold);
+
+ public static final void gdk_pixbuf_render_pixmap_and_mask(
+ int /* long */pixbuf, int /* long */[] pixmap_return,
+ int /* long */[] mask_return, int alpha_threshold) {
+ lock.lock();
+ try {
+ _gdk_pixbuf_render_pixmap_and_mask(pixbuf, pixmap_return,
+ mask_return, alpha_threshold);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param pixbuf cast=(GdkPixbuf *)
- * @param buffer cast=(gchar **)
- * @param buffer_size cast=(gsize *)
- * @param type cast=(const char *)
- * @param option_keys=(char **)
- * @param option_values=(char **)
- * @param error cast=(GError **)
- */
-public static final native boolean _gdk_pixbuf_save_to_bufferv(int /*long*/ pixbuf, int /*long*/ [] buffer, int /*long*/ [] buffer_size, byte [] type, int /*long*/ [] option_keys, int /*long*/ [] option_values, int /*long*/ [] error);
-public static final boolean gdk_pixbuf_save_to_bufferv(int /*long*/ pixbuf, int /*long*/ [] buffer, int /*long*/ [] buffer_size, byte [] type, int /*long*/ [] option_keys, int /*long*/ [] option_values, int /*long*/ [] error) {
- lock.lock();
- try {
- return _gdk_pixbuf_save_to_bufferv(pixbuf, buffer, buffer_size, type, option_keys, option_values, error);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param pixbuf
+ * cast=(GdkPixbuf *)
+ * @param buffer
+ * cast=(gchar **)
+ * @param buffer_size
+ * cast=(gsize *)
+ * @param type
+ * cast=(const char *)
+ * @param option_keys
+ * =(char **)
+ * @param option_values
+ * =(char **)
+ * @param error
+ * cast=(GError **)
+ */
+ public static final native boolean _gdk_pixbuf_save_to_bufferv(
+ int /* long */pixbuf, int /* long */[] buffer,
+ int /* long */[] buffer_size, byte[] type,
+ int /* long */[] option_keys, int /* long */[] option_values,
+ int /* long */[] error);
+
+ public static final boolean gdk_pixbuf_save_to_bufferv(
+ int /* long */pixbuf, int /* long */[] buffer,
+ int /* long */[] buffer_size, byte[] type,
+ int /* long */[] option_keys, int /* long */[] option_values,
+ int /* long */[] error) {
+ lock.lock();
+ try {
+ return _gdk_pixbuf_save_to_bufferv(pixbuf, buffer, buffer_size,
+ type, option_keys, option_values, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param src cast=(const GdkPixbuf *)
- * @param dest cast=(GdkPixbuf *)
- * @param offset_x cast=(double)
- * @param offset_y cast=(double)
- * @param scale_x cast=(double)
- * @param scale_y cast=(double)
- */
-public static final native void _gdk_pixbuf_scale(int /*long*/ src, int /*long*/ dest, int dest_x, int dest_y, int dest_width, int dest_height, double offset_x, double offset_y, double scale_x, double scale_y, int interp_type);
-public static final void gdk_pixbuf_scale(int /*long*/ src, int /*long*/ dest, int dest_x, int dest_y, int dest_width, int dest_height, double offset_x, double offset_y, double scale_x, double scale_y, int interp_type) {
- lock.lock();
- try {
- _gdk_pixbuf_scale(src, dest, dest_x, dest_y, dest_width, dest_height, offset_x, offset_y, scale_x, scale_y, interp_type);
- } finally {
- lock.unlock();
+
+ /**
+ * @param src
+ * cast=(const GdkPixbuf *)
+ * @param dest
+ * cast=(GdkPixbuf *)
+ * @param offset_x
+ * cast=(double)
+ * @param offset_y
+ * cast=(double)
+ * @param scale_x
+ * cast=(double)
+ * @param scale_y
+ * cast=(double)
+ */
+ public static final native void _gdk_pixbuf_scale(int /* long */src,
+ int /* long */dest, int dest_x, int dest_y, int dest_width,
+ int dest_height, double offset_x, double offset_y, double scale_x,
+ double scale_y, int interp_type);
+
+ public static final void gdk_pixbuf_scale(int /* long */src,
+ int /* long */dest, int dest_x, int dest_y, int dest_width,
+ int dest_height, double offset_x, double offset_y, double scale_x,
+ double scale_y, int interp_type) {
+ lock.lock();
+ try {
+ _gdk_pixbuf_scale(src, dest, dest_x, dest_y, dest_width,
+ dest_height, offset_x, offset_y, scale_x, scale_y,
+ interp_type);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param src cast=(const GdkPixbuf *)
- * @param interp_type cast=(GdkInterpType)
- */
-public static final native int /*long*/ _gdk_pixbuf_scale_simple(int /*long*/ src, int dest_width, int dest_height, int interp_type);
-public static final int /*long*/ gdk_pixbuf_scale_simple(int /*long*/ src, int dest_width, int dest_height, int interp_type) {
- lock.lock();
- try {
- return _gdk_pixbuf_scale_simple(src, dest_width, dest_height, interp_type);
- } finally {
- lock.unlock();
+
+ /**
+ * @param src
+ * cast=(const GdkPixbuf *)
+ * @param interp_type
+ * cast=(GdkInterpType)
+ */
+ public static final native int /* long */_gdk_pixbuf_scale_simple(
+ int /* long */src, int dest_width, int dest_height, int interp_type);
+
+ public static final int /* long */gdk_pixbuf_scale_simple(int /* long */src,
+ int dest_width, int dest_height, int interp_type) {
+ lock.lock();
+ try {
+ return _gdk_pixbuf_scale_simple(src, dest_width, dest_height,
+ interp_type);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param width cast=(gint)
- * @param height cast=(gint)
- * @param depth cast=(gint)
- */
-public static final native int /*long*/ _gdk_pixmap_new(int /*long*/ window, int width, int height, int depth);
-public static final int /*long*/ gdk_pixmap_new(int /*long*/ window, int width, int height, int depth) {
- lock.lock();
- try {
- return _gdk_pixmap_new(window, width, height, depth);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param width
+ * cast=(gint)
+ * @param height
+ * cast=(gint)
+ * @param depth
+ * cast=(gint)
+ */
+ public static final native int /* long */_gdk_pixmap_new(
+ int /* long */window, int width, int height, int depth);
+
+ public static final int /* long */gdk_pixmap_new(int /* long */window,
+ int width, int height, int depth) {
+ lock.lock();
+ try {
+ return _gdk_pixmap_new(window, width, height, depth);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param owner_events cast=(gboolean)
- * @param event_mask cast=(GdkEventMask)
- * @param confine_to cast=(GdkWindow *)
- * @param cursor cast=(GdkCursor *)
- * @param time cast=(guint32)
- */
-public static final native int _gdk_pointer_grab(int /*long*/ window, boolean owner_events, int event_mask, int /*long*/ confine_to, int /*long*/ cursor, int time);
-public static final int gdk_pointer_grab(int /*long*/ window, boolean owner_events, int event_mask, int /*long*/ confine_to, int /*long*/ cursor, int time) {
- lock.lock();
- try {
- return _gdk_pointer_grab(window, owner_events, event_mask, confine_to, cursor, time);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param owner_events
+ * cast=(gboolean)
+ * @param event_mask
+ * cast=(GdkEventMask)
+ * @param confine_to
+ * cast=(GdkWindow *)
+ * @param cursor
+ * cast=(GdkCursor *)
+ * @param time
+ * cast=(guint32)
+ */
+ public static final native int _gdk_pointer_grab(int /* long */window,
+ boolean owner_events, int event_mask, int /* long */confine_to,
+ int /* long */cursor, int time);
+
+ public static final int gdk_pointer_grab(int /* long */window,
+ boolean owner_events, int event_mask, int /* long */confine_to,
+ int /* long */cursor, int time) {
+ lock.lock();
+ try {
+ return _gdk_pointer_grab(window, owner_events, event_mask,
+ confine_to, cursor, time);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native boolean _gdk_pointer_is_grabbed();
-public static final boolean gdk_pointer_is_grabbed() {
- lock.lock();
- try {
- return _gdk_pointer_is_grabbed();
- } finally {
- lock.unlock();
+
+ public static final native boolean _gdk_pointer_is_grabbed();
+
+ public static final boolean gdk_pointer_is_grabbed() {
+ lock.lock();
+ try {
+ return _gdk_pointer_is_grabbed();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param time cast=(guint32) */
-public static final native void _gdk_pointer_ungrab(int time);
-public static final void gdk_pointer_ungrab(int time) {
- lock.lock();
- try {
- _gdk_pointer_ungrab(time);
- } finally {
- lock.unlock();
+
+ /**
+ * @param time
+ * cast=(guint32)
+ */
+ public static final native void _gdk_pointer_ungrab(int time);
+
+ public static final void gdk_pointer_ungrab(int time) {
+ lock.lock();
+ try {
+ _gdk_pointer_ungrab(time);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param property cast=(GdkAtom)
- * @param type cast=(GdkAtom)
- * @param actual_property_type cast=(GdkAtom *)
- * @param actual_format cast=(gint *)
- * @param actual_length cast=(gint *)
- * @param data cast=(guchar **)
- */
-public static final native boolean _gdk_property_get(int /*long*/ window, int /*long*/ property, int /*long*/ type, int /*long*/ offset, int /*long*/ length, int pdelete, int /*long*/[] actual_property_type, int[] actual_format, int[] actual_length, int /*long*/[] data);
-public static final boolean gdk_property_get(int /*long*/ window, int /*long*/ property, int /*long*/ type, int /*long*/ offset, int /*long*/ length, int pdelete, int /*long*/[] actual_property_type, int[] actual_format, int[] actual_length, int /*long*/[] data) {
- lock.lock();
- try {
- return _gdk_property_get(window, property, type, offset, length, pdelete, actual_property_type, actual_format, actual_length, data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param property
+ * cast=(GdkAtom)
+ * @param type
+ * cast=(GdkAtom)
+ * @param actual_property_type
+ * cast=(GdkAtom *)
+ * @param actual_format
+ * cast=(gint *)
+ * @param actual_length
+ * cast=(gint *)
+ * @param data
+ * cast=(guchar **)
+ */
+ public static final native boolean _gdk_property_get(int /* long */window,
+ int /* long */property, int /* long */type, int /* long */offset,
+ int /* long */length, int pdelete,
+ int /* long */[] actual_property_type, int[] actual_format,
+ int[] actual_length, int /* long */[] data);
+
+ public static final boolean gdk_property_get(int /* long */window,
+ int /* long */property, int /* long */type, int /* long */offset,
+ int /* long */length, int pdelete,
+ int /* long */[] actual_property_type, int[] actual_format,
+ int[] actual_length, int /* long */[] data) {
+ lock.lock();
+ try {
+ return _gdk_property_get(window, property, type, offset, length,
+ pdelete, actual_property_type, actual_format,
+ actual_length, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param region cast=(GdkRegion *) */
-public static final native void _gdk_region_destroy(int /*long*/ region);
-public static final void gdk_region_destroy(int /*long*/ region) {
- lock.lock();
- try {
- _gdk_region_destroy(region);
- } finally {
- lock.unlock();
+
+ /**
+ * @param region
+ * cast=(GdkRegion *)
+ */
+ public static final native void _gdk_region_destroy(int /* long */region);
+
+ public static final void gdk_region_destroy(int /* long */region) {
+ lock.lock();
+ try {
+ _gdk_region_destroy(region);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param region cast=(GdkRegion *) */
-public static final native boolean _gdk_region_empty(int /*long*/ region);
-public static final boolean gdk_region_empty(int /*long*/ region) {
- lock.lock();
- try {
- return _gdk_region_empty(region);
- } finally {
- lock.unlock();
+
+ /**
+ * @param region
+ * cast=(GdkRegion *)
+ */
+ public static final native boolean _gdk_region_empty(int /* long */region);
+
+ public static final boolean gdk_region_empty(int /* long */region) {
+ lock.lock();
+ try {
+ return _gdk_region_empty(region);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param region cast=(GdkRegion *)
- * @param rectangle cast=(GdkRectangle *),flags=no_in
- */
-public static final native void _gdk_region_get_clipbox(int /*long*/ region, GdkRectangle rectangle);
-public static final void gdk_region_get_clipbox(int /*long*/ region, GdkRectangle rectangle) {
- lock.lock();
- try {
- _gdk_region_get_clipbox(region, rectangle);
- } finally {
- lock.unlock();
+
+ /**
+ * @param region
+ * cast=(GdkRegion *)
+ * @param rectangle
+ * cast=(GdkRectangle *),flags=no_in
+ */
+ public static final native void _gdk_region_get_clipbox(
+ int /* long */region, GdkRectangle rectangle);
+
+ public static final void gdk_region_get_clipbox(int /* long */region,
+ GdkRectangle rectangle) {
+ lock.lock();
+ try {
+ _gdk_region_get_clipbox(region, rectangle);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param region cast=(GdkRegion *)
- * @param rectangles cast=(GdkRectangle **)
- * @param n_rectangles cast=(gint *)
- */
-public static final native void _gdk_region_get_rectangles(int /*long*/ region, int /*long*/[] rectangles, int[] n_rectangles);
-public static final void gdk_region_get_rectangles(int /*long*/ region, int /*long*/[] rectangles, int[] n_rectangles) {
- lock.lock();
- try {
- _gdk_region_get_rectangles(region, rectangles, n_rectangles);
- } finally {
- lock.unlock();
+
+ /**
+ * @param region
+ * cast=(GdkRegion *)
+ * @param rectangles
+ * cast=(GdkRectangle **)
+ * @param n_rectangles
+ * cast=(gint *)
+ */
+ public static final native void _gdk_region_get_rectangles(
+ int /* long */region, int /* long */[] rectangles, int[] n_rectangles);
+
+ public static final void gdk_region_get_rectangles(int /* long */region,
+ int /* long */[] rectangles, int[] n_rectangles) {
+ lock.lock();
+ try {
+ _gdk_region_get_rectangles(region, rectangles, n_rectangles);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param source1 cast=(GdkRegion *)
- * @param source2 cast=(GdkRegion *)
- */
-public static final native void _gdk_region_intersect(int /*long*/ source1, int /*long*/ source2);
-public static final void gdk_region_intersect(int /*long*/ source1, int /*long*/ source2) {
- lock.lock();
- try {
- _gdk_region_intersect(source1, source2);
- } finally {
- lock.unlock();
+
+ /**
+ * @param source1
+ * cast=(GdkRegion *)
+ * @param source2
+ * cast=(GdkRegion *)
+ */
+ public static final native void _gdk_region_intersect(int /* long */source1,
+ int /* long */source2);
+
+ public static final void gdk_region_intersect(int /* long */source1,
+ int /* long */source2) {
+ lock.lock();
+ try {
+ _gdk_region_intersect(source1, source2);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gdk_region_new();
-public static final int /*long*/ gdk_region_new() {
- lock.lock();
- try {
- return _gdk_region_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gdk_region_new();
+
+ public static final int /* long */gdk_region_new() {
+ lock.lock();
+ try {
+ return _gdk_region_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param region cast=(GdkRegion *)
- * @param dx cast=(gint)
- * @param dy cast=(gint)
- */
-public static final native void _gdk_region_offset(int /*long*/ region, int dx, int dy);
-public static final void gdk_region_offset(int /*long*/ region, int dx, int dy) {
- lock.lock();
- try {
- _gdk_region_offset(region, dx, dy);
- } finally {
- lock.unlock();
+
+ /**
+ * @param region
+ * cast=(GdkRegion *)
+ * @param dx
+ * cast=(gint)
+ * @param dy
+ * cast=(gint)
+ */
+ public static final native void _gdk_region_offset(int /* long */region,
+ int dx, int dy);
+
+ public static final void gdk_region_offset(int /* long */region, int dx,
+ int dy) {
+ lock.lock();
+ try {
+ _gdk_region_offset(region, dx, dy);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param region cast=(GdkRegion *)
- * @param x cast=(gint)
- * @param y cast=(gint)
- */
-public static final native boolean _gdk_region_point_in(int /*long*/ region, int x, int y);
-public static final boolean gdk_region_point_in(int /*long*/ region, int x, int y) {
- lock.lock();
- try {
- return _gdk_region_point_in(region, x, y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param region
+ * cast=(GdkRegion *)
+ * @param x
+ * cast=(gint)
+ * @param y
+ * cast=(gint)
+ */
+ public static final native boolean _gdk_region_point_in(
+ int /* long */region, int x, int y);
+
+ public static final boolean gdk_region_point_in(int /* long */region,
+ int x, int y) {
+ lock.lock();
+ try {
+ return _gdk_region_point_in(region, x, y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param points cast=(GdkPoint *)
- * @param fill_rule cast=(GdkFillRule)
- */
-public static final native int /*long*/ _gdk_region_polygon(int[] points, int npoints, int fill_rule);
-public static final int /*long*/ gdk_region_polygon(int[] points, int npoints, int fill_rule) {
- lock.lock();
- try {
- return _gdk_region_polygon(points, npoints, fill_rule);
- } finally {
- lock.unlock();
+
+ /**
+ * @param points
+ * cast=(GdkPoint *)
+ * @param fill_rule
+ * cast=(GdkFillRule)
+ */
+ public static final native int /* long */_gdk_region_polygon(int[] points,
+ int npoints, int fill_rule);
+
+ public static final int /* long */gdk_region_polygon(int[] points,
+ int npoints, int fill_rule) {
+ lock.lock();
+ try {
+ return _gdk_region_polygon(points, npoints, fill_rule);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param rectangle flags=no_out */
-public static final native int /*long*/ _gdk_region_rectangle(GdkRectangle rectangle);
-public static final int /*long*/ gdk_region_rectangle(GdkRectangle rectangle) {
- lock.lock();
- try {
- return _gdk_region_rectangle(rectangle);
- } finally {
- lock.unlock();
+
+ /**
+ * @param rectangle
+ * flags=no_out
+ */
+ public static final native int /* long */_gdk_region_rectangle(
+ GdkRectangle rectangle);
+
+ public static final int /* long */gdk_region_rectangle(
+ GdkRectangle rectangle) {
+ lock.lock();
+ try {
+ return _gdk_region_rectangle(rectangle);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param region cast=(GdkRegion *)
- * @param rect cast=(GdkRectangle *),flags=no_out
- */
-public static final native int /*long*/ _gdk_region_rect_in(int /*long*/ region, GdkRectangle rect);
-public static final int /*long*/ gdk_region_rect_in(int /*long*/ region, GdkRectangle rect) {
- lock.lock();
- try {
- return _gdk_region_rect_in(region, rect);
- } finally {
- lock.unlock();
+
+ /**
+ * @param region
+ * cast=(GdkRegion *)
+ * @param rect
+ * cast=(GdkRectangle *),flags=no_out
+ */
+ public static final native int /* long */_gdk_region_rect_in(
+ int /* long */region, GdkRectangle rect);
+
+ public static final int /* long */gdk_region_rect_in(int /* long */region,
+ GdkRectangle rect) {
+ lock.lock();
+ try {
+ return _gdk_region_rect_in(region, rect);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param source1 cast=(GdkRegion *)
- * @param source2 cast=(GdkRegion *)
- */
-public static final native void _gdk_region_subtract(int /*long*/ source1, int /*long*/ source2);
-public static final void gdk_region_subtract(int /*long*/ source1, int /*long*/ source2) {
- lock.lock();
- try {
- _gdk_region_subtract(source1, source2);
- } finally {
- lock.unlock();
+
+ /**
+ * @param source1
+ * cast=(GdkRegion *)
+ * @param source2
+ * cast=(GdkRegion *)
+ */
+ public static final native void _gdk_region_subtract(int /* long */source1,
+ int /* long */source2);
+
+ public static final void gdk_region_subtract(int /* long */source1,
+ int /* long */source2) {
+ lock.lock();
+ try {
+ _gdk_region_subtract(source1, source2);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param source1 cast=(GdkRegion *)
- * @param source2 cast=(GdkRegion *)
- */
-public static final native void _gdk_region_union(int /*long*/ source1, int /*long*/ source2);
-public static final void gdk_region_union(int /*long*/ source1, int /*long*/ source2) {
- lock.lock();
- try {
- _gdk_region_union(source1, source2);
- } finally {
- lock.unlock();
+
+ /**
+ * @param source1
+ * cast=(GdkRegion *)
+ * @param source2
+ * cast=(GdkRegion *)
+ */
+ public static final native void _gdk_region_union(int /* long */source1,
+ int /* long */source2);
+
+ public static final void gdk_region_union(int /* long */source1,
+ int /* long */source2) {
+ lock.lock();
+ try {
+ _gdk_region_union(source1, source2);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param region cast=(GdkRegion *)
- * @param rect cast=(GdkRectangle *),flags=no_out
- */
-public static final native void _gdk_region_union_with_rect(int /*long*/ region, GdkRectangle rect);
-public static final void gdk_region_union_with_rect(int /*long*/ region, GdkRectangle rect) {
- lock.lock();
- try {
- _gdk_region_union_with_rect(region, rect);
- } finally {
- lock.unlock();
+
+ /**
+ * @param region
+ * cast=(GdkRegion *)
+ * @param rect
+ * cast=(GdkRectangle *),flags=no_out
+ */
+ public static final native void _gdk_region_union_with_rect(
+ int /* long */region, GdkRectangle rect);
+
+ public static final void gdk_region_union_with_rect(int /* long */region,
+ GdkRectangle rect) {
+ lock.lock();
+ try {
+ _gdk_region_union_with_rect(region, rect);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native void _gdk_rgb_init();
-public static final void gdk_rgb_init() {
- lock.lock();
- try {
- _gdk_rgb_init();
- } finally {
- lock.unlock();
+
+ public static final native void _gdk_rgb_init();
+
+ public static final void gdk_rgb_init() {
+ lock.lock();
+ try {
+ _gdk_rgb_init();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gdk_screen_get_default();
-public static final int /*long*/ gdk_screen_get_default() {
- lock.lock();
- try {
- return _gdk_screen_get_default();
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gdk_screen_get_default();
+
+ public static final int /* long */gdk_screen_get_default() {
+ lock.lock();
+ try {
+ return _gdk_screen_get_default();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param screen cast=(GdkScreen *)
- * @param x cast=(gint)
- * @param y cast=(gint)
- */
-public static final native int _gdk_screen_get_monitor_at_point (int /*long*/ screen, int x, int y);
-public static final int gdk_screen_get_monitor_at_point (int /*long*/ screen, int x, int y) {
- lock.lock();
- try {
- return _gdk_screen_get_monitor_at_point (screen, x, y);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param screen
+ * cast=(GdkScreen *)
+ * @param x
+ * cast=(gint)
+ * @param y
+ * cast=(gint)
+ */
+ public static final native int _gdk_screen_get_monitor_at_point(
+ int /* long */screen, int x, int y);
+
+ public static final int gdk_screen_get_monitor_at_point(
+ int /* long */screen, int x, int y) {
+ lock.lock();
+ try {
+ return _gdk_screen_get_monitor_at_point(screen, x, y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param screen cast=(GdkScreen *)
- * @param window cast=(GdkWindow *)
- */
-public static final native int _gdk_screen_get_monitor_at_window(int /*long*/ screen, int /*long*/ window);
-public static final int gdk_screen_get_monitor_at_window(int /*long*/ screen, int /*long*/ window) {
- lock.lock();
- try {
- return _gdk_screen_get_monitor_at_window(screen, window);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param screen
+ * cast=(GdkScreen *)
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native int _gdk_screen_get_monitor_at_window(
+ int /* long */screen, int /* long */window);
+
+ public static final int gdk_screen_get_monitor_at_window(
+ int /* long */screen, int /* long */window) {
+ lock.lock();
+ try {
+ return _gdk_screen_get_monitor_at_window(screen, window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param screen cast=(GdkScreen *)
- * @param dest flags=no_in
- */
-public static final native void _gdk_screen_get_monitor_geometry (int /*long*/ screen, int monitor_num, GdkRectangle dest);
-public static final void gdk_screen_get_monitor_geometry (int /*long*/ screen, int monitor_num, GdkRectangle dest) {
- lock.lock();
- try {
- _gdk_screen_get_monitor_geometry(screen, monitor_num, dest);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param screen
+ * cast=(GdkScreen *)
+ * @param dest
+ * flags=no_in
+ */
+ public static final native void _gdk_screen_get_monitor_geometry(
+ int /* long */screen, int monitor_num, GdkRectangle dest);
+
+ public static final void gdk_screen_get_monitor_geometry(
+ int /* long */screen, int monitor_num, GdkRectangle dest) {
+ lock.lock();
+ try {
+ _gdk_screen_get_monitor_geometry(screen, monitor_num, dest);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param screen cast=(GdkScreen *)
- */
-public static final native int _gdk_screen_get_n_monitors(int /*long*/ screen);
-public static final int gdk_screen_get_n_monitors(int /*long*/ screen) {
- lock.lock();
- try {
- return _gdk_screen_get_n_monitors(screen);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param screen
+ * cast=(GdkScreen *)
+ */
+ public static final native int _gdk_screen_get_n_monitors(
+ int /* long */screen);
+
+ public static final int gdk_screen_get_n_monitors(int /* long */screen) {
+ lock.lock();
+ try {
+ return _gdk_screen_get_n_monitors(screen);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param screen cast=(GdkScreen *)
- */
-public static final native int _gdk_screen_get_number(int /*long*/ screen);
-public static final int gdk_screen_get_number(int /*long*/ screen) {
- lock.lock();
- try {
- return _gdk_screen_get_number(screen);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param screen
+ * cast=(GdkScreen *)
+ */
+ public static final native int _gdk_screen_get_number(int /* long */screen);
+
+ public static final int gdk_screen_get_number(int /* long */screen) {
+ lock.lock();
+ try {
+ return _gdk_screen_get_number(screen);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int _gdk_screen_height();
-public static final int gdk_screen_height() {
- lock.lock();
- try {
- return _gdk_screen_height();
- } finally {
- lock.unlock();
+
+ public static final native int _gdk_screen_height();
+
+ public static final int gdk_screen_height() {
+ lock.lock();
+ try {
+ return _gdk_screen_height();
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int _gdk_screen_width();
-public static final int gdk_screen_width() {
- lock.lock();
- try {
- return _gdk_screen_width();
- } finally {
- lock.unlock();
+
+ public static final native int _gdk_screen_width();
+
+ public static final int gdk_screen_width() {
+ lock.lock();
+ try {
+ return _gdk_screen_width();
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int _gdk_screen_width_mm();
-public static final int gdk_screen_width_mm() {
- lock.lock();
- try {
- return _gdk_screen_width_mm();
- } finally {
- lock.unlock();
+
+ public static final native int _gdk_screen_width_mm();
+
+ public static final int gdk_screen_width_mm() {
+ lock.lock();
+ try {
+ return _gdk_screen_width_mm();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param program_class cast=(const char *) */
-public static final native void _gdk_set_program_class(byte[] program_class);
-public static final void gdk_set_program_class(byte[] program_class) {
- lock.lock();
- try {
- _gdk_set_program_class(program_class);
- } finally {
- lock.unlock();
+
+ /**
+ * @param program_class
+ * cast=(const char *)
+ */
+ public static final native void _gdk_set_program_class(byte[] program_class);
+
+ public static final void gdk_set_program_class(byte[] program_class) {
+ lock.lock();
+ try {
+ _gdk_set_program_class(program_class);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param str cast=(const gchar *)
- * @param encoding cast=(GdkAtom *)
- * @param format cast=(gint *)
- * @param ctext cast=(guchar **)
- * @param length cast=(gint *)
- */
-public static final native boolean _gdk_utf8_to_compound_text(byte[] str, int /*long*/[] encoding, int[] format, int /*long*/[] ctext, int[] length);
-public static final boolean gdk_utf8_to_compound_text(byte[] str, int /*long*/[] encoding, int[] format, int /*long*/[] ctext, int[] length) {
- lock.lock();
- try {
- return _gdk_utf8_to_compound_text(str, encoding, format, ctext, length);
- } finally {
- lock.unlock();
+
+ /**
+ * @param str
+ * cast=(const gchar *)
+ * @param encoding
+ * cast=(GdkAtom *)
+ * @param format
+ * cast=(gint *)
+ * @param ctext
+ * cast=(guchar **)
+ * @param length
+ * cast=(gint *)
+ */
+ public static final native boolean _gdk_utf8_to_compound_text(byte[] str,
+ int /* long */[] encoding, int[] format, int /* long */[] ctext,
+ int[] length);
+
+ public static final boolean gdk_utf8_to_compound_text(byte[] str,
+ int /* long */[] encoding, int[] format, int /* long */[] ctext,
+ int[] length) {
+ lock.lock();
+ try {
+ return _gdk_utf8_to_compound_text(str, encoding, format, ctext,
+ length);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param str cast=(const gchar *) */
-public static final native int /*long*/ _gdk_utf8_to_string_target(byte[] str);
-public static final int /*long*/ gdk_utf8_to_string_target(byte[] str) {
- lock.lock();
- try {
- return _gdk_utf8_to_string_target(str);
- } finally {
- lock.unlock();
+
+ /**
+ * @param str
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_gdk_utf8_to_string_target(
+ byte[] str);
+
+ public static final int /* long */gdk_utf8_to_string_target(byte[] str) {
+ lock.lock();
+ try {
+ return _gdk_utf8_to_string_target(str);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param encoding cast=(GdkAtom)
- * @param text cast=(guchar *)
- * @param list cast=(gchar ***)
- */
-public static final native int _gdk_text_property_to_utf8_list (int /*long*/ encoding, int format, int /*long*/ text, int length, int /*long*/[] list);
-public static final int gdk_text_property_to_utf8_list (int /*long*/ encoding, int format, int /*long*/ text, int length, int /*long*/[] list) {
- lock.lock();
- try {
- return _gdk_text_property_to_utf8_list(encoding, format, text, length, list);
- } finally {
- lock.unlock();
+
+ /**
+ * @param encoding
+ * cast=(GdkAtom)
+ * @param text
+ * cast=(guchar *)
+ * @param list
+ * cast=(gchar ***)
+ */
+ public static final native int _gdk_text_property_to_utf8_list(
+ int /* long */encoding, int format, int /* long */text, int length,
+ int /* long */[] list);
+
+ public static final int gdk_text_property_to_utf8_list(
+ int /* long */encoding, int format, int /* long */text, int length,
+ int /* long */[] list) {
+ lock.lock();
+ try {
+ return _gdk_text_property_to_utf8_list(encoding, format, text,
+ length, list);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native void gdk_threads_init ();
-public static final native void gdk_threads_enter ();
-public static final native void gdk_threads_leave ();
-/**
- * @method flags=dynamic
- */
-public static final native void gdk_threads_set_lock_functions(int /*long*/ enter_fn, int /*long*/ leave_fn);
-/**
- * @method flags=dynamic
- * @param display cast=(GdkDisplay*)
- */
-public static final native void _gtk_tooltip_trigger_tooltip_query (int /*long*/ display);
-public static final void gtk_tooltip_trigger_tooltip_query (int /*long*/ display){
- lock.lock();
- try {
- _gtk_tooltip_trigger_tooltip_query (display);
- } finally {
- lock.unlock();
+
+ public static final native void gdk_threads_init();
+
+ public static final native void gdk_threads_enter();
+
+ public static final native void gdk_threads_leave();
+
+ /**
+ * @method flags=dynamic
+ */
+ public static final native void gdk_threads_set_lock_functions(
+ int /* long */enter_fn, int /* long */leave_fn);
+
+ /**
+ * @method flags=dynamic
+ * @param display
+ * cast=(GdkDisplay*)
+ */
+ public static final native void _gtk_tooltip_trigger_tooltip_query(
+ int /* long */display);
+
+ public static final void gtk_tooltip_trigger_tooltip_query(
+ int /* long */display) {
+ lock.lock();
+ try {
+ _gtk_tooltip_trigger_tooltip_query(display);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int _gdk_unicode_to_keyval(int wc);
-public static final int gdk_unicode_to_keyval(int wc) {
- lock.lock();
- try {
- return _gdk_unicode_to_keyval(wc);
- } finally {
- lock.unlock();
+ public static final native int _gdk_unicode_to_keyval(int wc);
+
+ public static final int gdk_unicode_to_keyval(int wc) {
+ lock.lock();
+ try {
+ return _gdk_unicode_to_keyval(wc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gdk_visual_get_system();
-public static final int /*long*/ gdk_visual_get_system() {
- lock.lock();
- try {
- return _gdk_visual_get_system();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gdk_visual_get_system();
+
+ public static final int /* long */gdk_visual_get_system() {
+ lock.lock();
+ try {
+ return _gdk_visual_get_system();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param win_x cast=(gint *)
- * @param win_y cast=(gint *)
- */
-public static final native int /*long*/ _gdk_window_at_pointer(int[] win_x, int[] win_y);
-public static final int /*long*/ gdk_window_at_pointer(int[] win_x, int[] win_y) {
- lock.lock();
- try {
- return _gdk_window_at_pointer(win_x, win_y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param win_x
+ * cast=(gint *)
+ * @param win_y
+ * cast=(gint *)
+ */
+ public static final native int /* long */_gdk_window_at_pointer(
+ int[] win_x, int[] win_y);
+
+ public static final int /* long */gdk_window_at_pointer(int[] win_x,
+ int[] win_y) {
+ lock.lock();
+ try {
+ return _gdk_window_at_pointer(win_x, win_y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param rectangle cast=(GdkRectangle *),flags=no_out
- */
-public static final native void _gdk_window_begin_paint_rect(int /*long*/ window, GdkRectangle rectangle);
-public static final void gdk_window_begin_paint_rect(int /*long*/ window, GdkRectangle rectangle) {
- lock.lock();
- try {
- _gdk_window_begin_paint_rect(window, rectangle);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param rectangle
+ * cast=(GdkRectangle *),flags=no_out
+ */
+ public static final native void _gdk_window_begin_paint_rect(
+ int /* long */window, GdkRectangle rectangle);
+
+ public static final void gdk_window_begin_paint_rect(int /* long */window,
+ GdkRectangle rectangle) {
+ lock.lock();
+ try {
+ _gdk_window_begin_paint_rect(window, rectangle);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native void _gdk_window_clear_area(int /*long*/ window, int x, int y, int width, int height);
-public static final void gdk_window_clear_area(int /*long*/ window, int x, int y, int width, int height) {
- lock.lock();
- try {
- _gdk_window_clear_area(window, x, y, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native void _gdk_window_clear_area(
+ int /* long */window, int x, int y, int width, int height);
+
+ public static final void gdk_window_clear_area(int /* long */window,
+ int x, int y, int width, int height) {
+ lock.lock();
+ try {
+ _gdk_window_clear_area(window, x, y, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native void _gdk_window_destroy(int /*long*/ window);
-public static final void gdk_window_destroy(int /*long*/ window) {
- lock.lock();
- try {
- _gdk_window_destroy(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native void _gdk_window_destroy(int /* long */window);
+
+ public static final void gdk_window_destroy(int /* long */window) {
+ lock.lock();
+ try {
+ _gdk_window_destroy(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native void _gdk_window_end_paint(int /*long*/ window);
-public static final void gdk_window_end_paint(int /*long*/ window) {
- lock.lock();
- try {
- _gdk_window_end_paint(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native void _gdk_window_end_paint(int /* long */window);
+
+ public static final void gdk_window_end_paint(int /* long */window) {
+ lock.lock();
+ try {
+ _gdk_window_end_paint(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native int /*long*/ _gdk_window_get_children(int /*long*/ window);
-public static final int /*long*/ gdk_window_get_children(int /*long*/ window) {
- lock.lock();
- try {
- return _gdk_window_get_children(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native int /* long */_gdk_window_get_children(
+ int /* long */window);
+
+ public static final int /* long */gdk_window_get_children(
+ int /* long */window) {
+ lock.lock();
+ try {
+ return _gdk_window_get_children(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native int _gdk_window_get_events(int /*long*/ window);
-public static final int gdk_window_get_events(int /*long*/ window) {
- lock.lock();
- try {
- return _gdk_window_get_events(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native int _gdk_window_get_events(int /* long */window);
+
+ public static final int gdk_window_get_events(int /* long */window) {
+ lock.lock();
+ try {
+ return _gdk_window_get_events(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native void _gdk_window_focus(int /*long*/ window, int timestamp);
-public static final void gdk_window_focus(int /*long*/ window, int timestamp) {
- lock.lock();
- try {
- _gdk_window_focus(window, timestamp);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native void _gdk_window_focus(int /* long */window,
+ int timestamp);
+
+ public static final void gdk_window_focus(int /* long */window, int timestamp) {
+ lock.lock();
+ try {
+ _gdk_window_focus(window, timestamp);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native void _gdk_window_freeze_updates(int /*long*/ window);
-public static final void gdk_window_freeze_updates(int /*long*/ window) {
- lock.lock();
- try {
- _gdk_window_freeze_updates(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native void _gdk_window_freeze_updates(
+ int /* long */window);
+
+ public static final void gdk_window_freeze_updates(int /* long */window) {
+ lock.lock();
+ try {
+ _gdk_window_freeze_updates(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param rect cast=(GdkRectangle *),flags=no_in
- */
-public static final native void _gdk_window_get_frame_extents(int /*long*/ window, GdkRectangle rect);
-public static final void gdk_window_get_frame_extents(int /*long*/ window, GdkRectangle rect) {
- lock.lock();
- try {
- _gdk_window_get_frame_extents(window, rect);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param rect
+ * cast=(GdkRectangle *),flags=no_in
+ */
+ public static final native void _gdk_window_get_frame_extents(
+ int /* long */window, GdkRectangle rect);
+
+ public static final void gdk_window_get_frame_extents(int /* long */window,
+ GdkRectangle rect) {
+ lock.lock();
+ try {
+ _gdk_window_get_frame_extents(window, rect);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param real_drawable cast=(GdkDrawable **)
- * @param x_offset cast=(gint *)
- * @param y_offset cast=(gint *)
- */
-public static final native void _gdk_window_get_internal_paint_info(int /*long*/ window, int /*long*/ [] real_drawable, int[] x_offset, int[] y_offset);
-public static final void gdk_window_get_internal_paint_info(int /*long*/ window, int /*long*/ [] real_drawable, int[] x_offset, int[] y_offset) {
- lock.lock();
- try {
- _gdk_window_get_internal_paint_info(window, real_drawable, x_offset, y_offset);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param real_drawable
+ * cast=(GdkDrawable **)
+ * @param x_offset
+ * cast=(gint *)
+ * @param y_offset
+ * cast=(gint *)
+ */
+ public static final native void _gdk_window_get_internal_paint_info(
+ int /* long */window, int /* long */[] real_drawable, int[] x_offset,
+ int[] y_offset);
+
+ public static final void gdk_window_get_internal_paint_info(
+ int /* long */window, int /* long */[] real_drawable, int[] x_offset,
+ int[] y_offset) {
+ lock.lock();
+ try {
+ _gdk_window_get_internal_paint_info(window, real_drawable,
+ x_offset, y_offset);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param x cast=(gint *)
- * @param y cast=(gint *)
- */
-public static final native int _gdk_window_get_origin(int /*long*/ window, int[] x, int[] y);
-public static final int gdk_window_get_origin(int /*long*/ window, int[] x, int[] y) {
- lock.lock();
- try {
- return _gdk_window_get_origin(window, x, y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param x
+ * cast=(gint *)
+ * @param y
+ * cast=(gint *)
+ */
+ public static final native int _gdk_window_get_origin(int /* long */window,
+ int[] x, int[] y);
+
+ public static final int gdk_window_get_origin(int /* long */window, int[] x,
+ int[] y) {
+ lock.lock();
+ try {
+ return _gdk_window_get_origin(window, x, y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native int /*long*/ _gdk_window_get_parent(int /*long*/ window);
-public static final int /*long*/ gdk_window_get_parent(int /*long*/ window) {
- lock.lock();
- try {
- return _gdk_window_get_parent(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native int /* long */_gdk_window_get_parent(
+ int /* long */window);
+
+ public static final int /* long */gdk_window_get_parent(
+ int /* long */window) {
+ lock.lock();
+ try {
+ return _gdk_window_get_parent(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param x cast=(gint *)
- * @param y cast=(gint *)
- * @param mask cast=(GdkModifierType *)
- */
-public static final native int /*long*/ _gdk_window_get_pointer(int /*long*/ window, int[] x, int[] y, int[] mask);
-public static final int /*long*/ gdk_window_get_pointer(int /*long*/ window, int[] x, int[] y, int[] mask) {
- lock.lock();
- try {
- return _gdk_window_get_pointer(window, x, y, mask);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param x
+ * cast=(gint *)
+ * @param y
+ * cast=(gint *)
+ * @param mask
+ * cast=(GdkModifierType *)
+ */
+ public static final native int /* long */_gdk_window_get_pointer(
+ int /* long */window, int[] x, int[] y, int[] mask);
+
+ public static final int /* long */gdk_window_get_pointer(
+ int /* long */window, int[] x, int[] y, int[] mask) {
+ lock.lock();
+ try {
+ return _gdk_window_get_pointer(window, x, y, mask);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param x cast=(gint *)
- * @param y cast=(gint *)
- */
-public static final native void _gdk_window_get_position(int /*long*/ window, int[] x, int[] y);
-public static final void gdk_window_get_position(int /*long*/ window, int[] x, int[] y) {
- lock.lock();
- try {
- _gdk_window_get_position(window, x, y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param x
+ * cast=(gint *)
+ * @param y
+ * cast=(gint *)
+ */
+ public static final native void _gdk_window_get_position(
+ int /* long */window, int[] x, int[] y);
+
+ public static final void gdk_window_get_position(int /* long */window,
+ int[] x, int[] y) {
+ lock.lock();
+ try {
+ _gdk_window_get_position(window, x, y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param data cast=(gpointer *)
- */
-public static final native void _gdk_window_get_user_data(int /*long*/ window, int /*long*/[] data);
-public static final void gdk_window_get_user_data(int /*long*/ window, int /*long*/[] data) {
- lock.lock();
- try {
- _gdk_window_get_user_data(window, data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param data
+ * cast=(gpointer *)
+ */
+ public static final native void _gdk_window_get_user_data(
+ int /* long */window, int /* long */[] data);
+
+ public static final void gdk_window_get_user_data(int /* long */window,
+ int /* long */[] data) {
+ lock.lock();
+ try {
+ _gdk_window_get_user_data(window, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native void _gdk_window_hide(int /*long*/ window);
-public static final void gdk_window_hide(int /*long*/ window) {
- lock.lock();
- try {
- _gdk_window_hide(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native void _gdk_window_hide(int /* long */window);
+
+ public static final void gdk_window_hide(int /* long */window) {
+ lock.lock();
+ try {
+ _gdk_window_hide(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param rectangle cast=(GdkRectangle *),flags=no_out
- * @param invalidate_children cast=(gboolean)
- */
-public static final native void _gdk_window_invalidate_rect(int /*long*/ window, GdkRectangle rectangle, boolean invalidate_children);
-public static final void gdk_window_invalidate_rect(int /*long*/ window, GdkRectangle rectangle, boolean invalidate_children) {
- lock.lock();
- try {
- _gdk_window_invalidate_rect(window, rectangle, invalidate_children);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param rectangle
+ * cast=(GdkRectangle *),flags=no_out
+ * @param invalidate_children
+ * cast=(gboolean)
+ */
+ public static final native void _gdk_window_invalidate_rect(
+ int /* long */window, GdkRectangle rectangle,
+ boolean invalidate_children);
+
+ public static final void gdk_window_invalidate_rect(int /* long */window,
+ GdkRectangle rectangle, boolean invalidate_children) {
+ lock.lock();
+ try {
+ _gdk_window_invalidate_rect(window, rectangle, invalidate_children);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param region cast=(GdkRegion *)
- * @param invalidate_children cast=(gboolean)
- */
-public static final native void _gdk_window_invalidate_region(int /*long*/ window, int /*long*/ region, boolean invalidate_children);
-public static final void gdk_window_invalidate_region(int /*long*/ window, int /*long*/ region, boolean invalidate_children) {
- lock.lock();
- try {
- _gdk_window_invalidate_region(window, region, invalidate_children);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param region
+ * cast=(GdkRegion *)
+ * @param invalidate_children
+ * cast=(gboolean)
+ */
+ public static final native void _gdk_window_invalidate_region(
+ int /* long */window, int /* long */region,
+ boolean invalidate_children);
+
+ public static final void gdk_window_invalidate_region(int /* long */window,
+ int /* long */region, boolean invalidate_children) {
+ lock.lock();
+ try {
+ _gdk_window_invalidate_region(window, region, invalidate_children);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native boolean _gdk_window_is_visible(int /*long*/ window);
-public static final boolean gdk_window_is_visible(int /*long*/ window) {
- lock.lock();
- try {
- return _gdk_window_is_visible(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native boolean _gdk_window_is_visible(
+ int /* long */window);
+
+ public static final boolean gdk_window_is_visible(int /* long */window) {
+ lock.lock();
+ try {
+ return _gdk_window_is_visible(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native boolean _gdk_window_is_viewable (int /*long*/ window);
-public static final boolean gdk_window_is_viewable (int /*long*/ window) {
- lock.lock();
- try {
- return _gdk_window_is_viewable (window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native boolean _gdk_window_is_viewable(
+ int /* long */window);
+
+ public static final boolean gdk_window_is_viewable(int /* long */window) {
+ lock.lock();
+ try {
+ return _gdk_window_is_viewable(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native void _gdk_window_move(int /*long*/ window, int x, int y);
-public static final void gdk_window_move(int /*long*/ window, int x, int y) {
- lock.lock();
- try {
- _gdk_window_move(window, x, y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native void _gdk_window_move(int /* long */window,
+ int x, int y);
+
+ public static final void gdk_window_move(int /* long */window, int x, int y) {
+ lock.lock();
+ try {
+ _gdk_window_move(window, x, y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native void _gdk_window_move_resize(int /*long*/ window, int x, int y, int width, int height);
-public static final void gdk_window_move_resize(int /*long*/ window, int x, int y, int width, int height) {
- lock.lock();
- try {
- _gdk_window_move_resize(window, x, y, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native void _gdk_window_move_resize(
+ int /* long */window, int x, int y, int width, int height);
+
+ public static final void gdk_window_move_resize(int /* long */window,
+ int x, int y, int width, int height) {
+ lock.lock();
+ try {
+ _gdk_window_move_resize(window, x, y, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param parent cast=(GdkWindow *)
- * @param attributes flags=no_out
- */
-public static final native int /*long*/ _gdk_window_new(int /*long*/ parent, GdkWindowAttr attributes, int attributes_mask);
-public static final int /*long*/ gdk_window_new(int /*long*/ parent, GdkWindowAttr attributes, int attributes_mask) {
- lock.lock();
- try {
- return _gdk_window_new(parent, attributes, attributes_mask);
- } finally {
- lock.unlock();
+
+ /**
+ * @param parent
+ * cast=(GdkWindow *)
+ * @param attributes
+ * flags=no_out
+ */
+ public static final native int /* long */_gdk_window_new(
+ int /* long */parent, GdkWindowAttr attributes, int attributes_mask);
+
+ public static final int /* long */gdk_window_new(int /* long */parent,
+ GdkWindowAttr attributes, int attributes_mask) {
+ lock.lock();
+ try {
+ return _gdk_window_new(parent, attributes, attributes_mask);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native void _gdk_window_lower(int /*long*/ window);
-public static final void gdk_window_lower(int /*long*/ window) {
- lock.lock();
- try {
- _gdk_window_lower(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native void _gdk_window_lower(int /* long */window);
+
+ public static final void gdk_window_lower(int /* long */window) {
+ lock.lock();
+ try {
+ _gdk_window_lower(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native void _gdk_window_process_all_updates();
-public static final void gdk_window_process_all_updates() {
- lock.lock();
- try {
- _gdk_window_process_all_updates();
- } finally {
- lock.unlock();
+
+ public static final native void _gdk_window_process_all_updates();
+
+ public static final void gdk_window_process_all_updates() {
+ lock.lock();
+ try {
+ _gdk_window_process_all_updates();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param update_children cast=(gboolean)
- */
-public static final native void _gdk_window_process_updates(int /*long*/ window, boolean update_children);
-public static final void gdk_window_process_updates(int /*long*/ window, boolean update_children) {
- lock.lock();
- try {
- _gdk_window_process_updates(window, update_children);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param update_children
+ * cast=(gboolean)
+ */
+ public static final native void _gdk_window_process_updates(
+ int /* long */window, boolean update_children);
+
+ public static final void gdk_window_process_updates(int /* long */window,
+ boolean update_children) {
+ lock.lock();
+ try {
+ _gdk_window_process_updates(window, update_children);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native void _gdk_window_raise(int /*long*/ window);
-public static final void gdk_window_raise(int /*long*/ window) {
- lock.lock();
- try {
- _gdk_window_raise(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native void _gdk_window_raise(int /* long */window);
+
+ public static final void gdk_window_raise(int /* long */window) {
+ lock.lock();
+ try {
+ _gdk_window_raise(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native void _gdk_window_resize(int /*long*/ window, int width, int height);
-public static final void gdk_window_resize(int /*long*/ window, int width, int height) {
- lock.lock();
- try {
- _gdk_window_resize(window, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native void _gdk_window_resize(int /* long */window,
+ int width, int height);
+
+ public static final void gdk_window_resize(int /* long */window,
+ int width, int height) {
+ lock.lock();
+ try {
+ _gdk_window_resize(window, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param window cast=(GdkWindow *)
- * @param sibling cast=(GdkWindow *)
- * @param above cast=(gboolean)
- */
-public static final native void _gdk_window_restack(int /*long*/ window, int /*long*/ sibling, boolean above);
-public static final void gdk_window_restack(int /*long*/ window, int /*long*/ sibling, boolean above) {
- lock.lock();
- try {
- _gdk_window_restack(window, sibling, above);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param window
+ * cast=(GdkWindow *)
+ * @param sibling
+ * cast=(GdkWindow *)
+ * @param above
+ * cast=(gboolean)
+ */
+ public static final native void _gdk_window_restack(int /* long */window,
+ int /* long */sibling, boolean above);
+
+ public static final void gdk_window_restack(int /* long */window,
+ int /* long */sibling, boolean above) {
+ lock.lock();
+ try {
+ _gdk_window_restack(window, sibling, above);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native void _gdk_window_scroll(int /*long*/ window, int dx, int dy);
-public static final void gdk_window_scroll(int /*long*/ window, int dx, int dy) {
- lock.lock();
- try {
- _gdk_window_scroll(window, dx, dy);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native void _gdk_window_scroll(int /* long */window,
+ int dx, int dy);
+
+ public static final void gdk_window_scroll(int /* long */window, int dx,
+ int dy) {
+ lock.lock();
+ try {
+ _gdk_window_scroll(window, dx, dy);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param window cast=(GdkWindow *)
- * @param accept_focus cast=(gboolean)
- */
-public static final native void _gdk_window_set_accept_focus(int /*long*/ window, boolean accept_focus);
-public static final void gdk_window_set_accept_focus(int /*long*/ window, boolean accept_focus) {
- lock.lock();
- try {
- _gdk_window_set_accept_focus(window, accept_focus);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param window
+ * cast=(GdkWindow *)
+ * @param accept_focus
+ * cast=(gboolean)
+ */
+ public static final native void _gdk_window_set_accept_focus(
+ int /* long */window, boolean accept_focus);
+
+ public static final void gdk_window_set_accept_focus(int /* long */window,
+ boolean accept_focus) {
+ lock.lock();
+ try {
+ _gdk_window_set_accept_focus(window, accept_focus);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param pixmap cast=(GdkPixmap *)
- * @param parent_relative cast=(gboolean)
- */
-public static final native void _gdk_window_set_back_pixmap(int /*long*/ window, int /*long*/ pixmap, boolean parent_relative);
-public static final void gdk_window_set_back_pixmap(int /*long*/ window, int /*long*/ pixmap, boolean parent_relative) {
- lock.lock();
- try {
- _gdk_window_set_back_pixmap(window, pixmap, parent_relative);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param pixmap
+ * cast=(GdkPixmap *)
+ * @param parent_relative
+ * cast=(gboolean)
+ */
+ public static final native void _gdk_window_set_back_pixmap(
+ int /* long */window, int /* long */pixmap, boolean parent_relative);
+
+ public static final void gdk_window_set_back_pixmap(int /* long */window,
+ int /* long */pixmap, boolean parent_relative) {
+ lock.lock();
+ try {
+ _gdk_window_set_back_pixmap(window, pixmap, parent_relative);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param cursor cast=(GdkCursor *)
- */
-public static final native void _gdk_window_set_cursor(int /*long*/ window, int /*long*/ cursor);
-public static final void gdk_window_set_cursor(int /*long*/ window, int /*long*/ cursor) {
- lock.lock();
- try {
- _gdk_window_set_cursor(window, cursor);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param cursor
+ * cast=(GdkCursor *)
+ */
+ public static final native void _gdk_window_set_cursor(
+ int /* long */window, int /* long */cursor);
+
+ public static final void gdk_window_set_cursor(int /* long */window,
+ int /* long */cursor) {
+ lock.lock();
+ try {
+ _gdk_window_set_cursor(window, cursor);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param setting cast=(gboolean) */
-public static final native void _gdk_window_set_debug_updates(boolean setting);
-public static final void gdk_window_set_debug_updates(boolean setting) {
- lock.lock();
- try {
- _gdk_window_set_debug_updates(setting);
- } finally {
- lock.unlock();
+
+ /**
+ * @param setting
+ * cast=(gboolean)
+ */
+ public static final native void _gdk_window_set_debug_updates(
+ boolean setting);
+
+ public static final void gdk_window_set_debug_updates(boolean setting) {
+ lock.lock();
+ try {
+ _gdk_window_set_debug_updates(setting);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param decorations cast=(GdkWMDecoration)
- */
-public static final native void _gdk_window_set_decorations(int /*long*/ window, int decorations);
-public static final void gdk_window_set_decorations(int /*long*/ window, int decorations) {
- lock.lock();
- try {
- _gdk_window_set_decorations(window, decorations);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param decorations
+ * cast=(GdkWMDecoration)
+ */
+ public static final native void _gdk_window_set_decorations(
+ int /* long */window, int decorations);
+
+ public static final void gdk_window_set_decorations(int /* long */window,
+ int decorations) {
+ lock.lock();
+ try {
+ _gdk_window_set_decorations(window, decorations);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native void _gdk_window_set_events(int /*long*/ window, int event_mask);
-public static final void gdk_window_set_events(int /*long*/ window, int event_mask) {
- lock.lock();
- try {
- _gdk_window_set_events(window, event_mask);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native void _gdk_window_set_events(
+ int /* long */window, int event_mask);
+
+ public static final void gdk_window_set_events(int /* long */window,
+ int event_mask) {
+ lock.lock();
+ try {
+ _gdk_window_set_events(window, event_mask);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param icon_window cast=(GdkWindow *)
- * @param pixmap cast=(GdkPixmap *)
- * @param mask cast=(GdkBitmap *)
- */
-public static final native void _gdk_window_set_icon(int /*long*/ window, int /*long*/ icon_window, int /*long*/ pixmap, int /*long*/ mask);
-public static final void gdk_window_set_icon(int /*long*/ window, int /*long*/ icon_window, int /*long*/ pixmap, int /*long*/ mask) {
- lock.lock();
- try {
- _gdk_window_set_icon(window, icon_window, pixmap, mask);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param icon_window
+ * cast=(GdkWindow *)
+ * @param pixmap
+ * cast=(GdkPixmap *)
+ * @param mask
+ * cast=(GdkBitmap *)
+ */
+ public static final native void _gdk_window_set_icon(int /* long */window,
+ int /* long */icon_window, int /* long */pixmap, int /* long */mask);
+
+ public static final void gdk_window_set_icon(int /* long */window,
+ int /* long */icon_window, int /* long */pixmap, int /* long */mask) {
+ lock.lock();
+ try {
+ _gdk_window_set_icon(window, icon_window, pixmap, mask);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param pixbufs cast=(GList *)
- */
-public static final native void _gdk_window_set_icon_list(int /*long*/ window, int /*long*/ pixbufs);
-public static final void gdk_window_set_icon_list(int /*long*/ window, int /*long*/ pixbufs) {
- lock.lock();
- try {
- _gdk_window_set_icon_list(window, pixbufs);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param pixbufs
+ * cast=(GList *)
+ */
+ public static final native void _gdk_window_set_icon_list(
+ int /* long */window, int /* long */pixbufs);
+
+ public static final void gdk_window_set_icon_list(int /* long */window,
+ int /* long */pixbufs) {
+ lock.lock();
+ try {
+ _gdk_window_set_icon_list(window, pixbufs);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param window cast=(GdkWindow *)
- * @param setting cast=(gboolean)
- */
-public static final native void _gdk_window_set_keep_above(int /*long*/ window, boolean setting);
-public static final void gdk_window_set_keep_above(int /*long*/ window, boolean setting) {
- lock.lock();
- try {
- _gdk_window_set_keep_above(window, setting);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param window
+ * cast=(GdkWindow *)
+ * @param setting
+ * cast=(gboolean)
+ */
+ public static final native void _gdk_window_set_keep_above(
+ int /* long */window, boolean setting);
+
+ public static final void gdk_window_set_keep_above(int /* long */window,
+ boolean setting) {
+ lock.lock();
+ try {
+ _gdk_window_set_keep_above(window, setting);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param override_redirect cast=(gboolean)
- */
-public static final native void _gdk_window_set_override_redirect(int /*long*/ window, boolean override_redirect);
-public static final void gdk_window_set_override_redirect(int /*long*/ window, boolean override_redirect) {
- lock.lock();
- try {
- _gdk_window_set_override_redirect(window, override_redirect);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param override_redirect
+ * cast=(gboolean)
+ */
+ public static final native void _gdk_window_set_override_redirect(
+ int /* long */window, boolean override_redirect);
+
+ public static final void gdk_window_set_override_redirect(
+ int /* long */window, boolean override_redirect) {
+ lock.lock();
+ try {
+ _gdk_window_set_override_redirect(window, override_redirect);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param user_data cast=(gpointer)
- */
-public static final native void _gdk_window_set_user_data(int /*long*/ window, int /*long*/ user_data);
-public static final void gdk_window_set_user_data(int /*long*/ window, int /*long*/ user_data) {
- lock.lock();
- try {
- _gdk_window_set_user_data(window, user_data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param user_data
+ * cast=(gpointer)
+ */
+ public static final native void _gdk_window_set_user_data(
+ int /* long */window, int /* long */user_data);
+
+ public static final void gdk_window_set_user_data(int /* long */window,
+ int /* long */user_data) {
+ lock.lock();
+ try {
+ _gdk_window_set_user_data(window, user_data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GdkWindow *)
- * @param shape_region cast=(GdkRegion *)
- */
-public static final native void _gdk_window_shape_combine_region (int /*long*/ window, int /*long*/ shape_region, int offset_x, int offset_y);
-public static final void gdk_window_shape_combine_region (int /*long*/ window, int /*long*/ shape_region, int offset_x, int offset_y) {
- lock.lock();
- try {
- _gdk_window_shape_combine_region(window, shape_region, offset_x, offset_y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ * @param shape_region
+ * cast=(GdkRegion *)
+ */
+ public static final native void _gdk_window_shape_combine_region(
+ int /* long */window, int /* long */shape_region, int offset_x,
+ int offset_y);
+
+ public static final void gdk_window_shape_combine_region(
+ int /* long */window, int /* long */shape_region, int offset_x,
+ int offset_y) {
+ lock.lock();
+ try {
+ _gdk_window_shape_combine_region(window, shape_region, offset_x,
+ offset_y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native void _gdk_window_show(int /*long*/ window);
-public static final void gdk_window_show(int /*long*/ window) {
- lock.lock();
- try {
- _gdk_window_show(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native void _gdk_window_show(int /* long */window);
+
+ public static final void gdk_window_show(int /* long */window) {
+ lock.lock();
+ try {
+ _gdk_window_show(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native void _gdk_window_show_unraised(int /*long*/ window);
-public static final void gdk_window_show_unraised(int /*long*/ window) {
- lock.lock();
- try {
- _gdk_window_show_unraised(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native void _gdk_window_show_unraised(
+ int /* long */window);
+
+ public static final void gdk_window_show_unraised(int /* long */window) {
+ lock.lock();
+ try {
+ _gdk_window_show_unraised(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GdkWindow *) */
-public static final native void _gdk_window_thaw_updates(int /*long*/ window);
-public static final void gdk_window_thaw_updates(int /*long*/ window) {
- lock.lock();
- try {
- _gdk_window_thaw_updates(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native void _gdk_window_thaw_updates(
+ int /* long */window);
+
+ public static final void gdk_window_thaw_updates(int /* long */window) {
+ lock.lock();
+ try {
+ _gdk_window_thaw_updates(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int _gtk_accelerator_get_default_mod_mask();
-public static final int gtk_accelerator_get_default_mod_mask() {
- lock.lock();
- try {
- return _gtk_accelerator_get_default_mod_mask();
- } finally {
- lock.unlock();
+
+ public static final native int _gtk_accelerator_get_default_mod_mask();
+
+ public static final int gtk_accelerator_get_default_mod_mask() {
+ lock.lock();
+ try {
+ return _gtk_accelerator_get_default_mod_mask();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param accelerator cast=(const gchar *)
- * @param accelerator_key cast=(guint *)
- * @param accelerator_mods cast=(GdkModifierType *)
- */
-public static final native void _gtk_accelerator_parse(int /*long*/ accelerator, int [] accelerator_key, int [] accelerator_mods);
-public static final void gtk_accelerator_parse(int /*long*/ accelerator, int [] accelerator_key, int [] accelerator_mods) {
- lock.lock();
- try {
- _gtk_accelerator_parse(accelerator, accelerator_key, accelerator_mods);
- } finally {
- lock.unlock();
+
+ /**
+ * @param accelerator
+ * cast=(const gchar *)
+ * @param accelerator_key
+ * cast=(guint *)
+ * @param accelerator_mods
+ * cast=(GdkModifierType *)
+ */
+ public static final native void _gtk_accelerator_parse(
+ int /* long */accelerator, int[] accelerator_key,
+ int[] accelerator_mods);
+
+ public static final void gtk_accelerator_parse(int /* long */accelerator,
+ int[] accelerator_key, int[] accelerator_mods) {
+ lock.lock();
+ try {
+ _gtk_accelerator_parse(accelerator, accelerator_key,
+ accelerator_mods);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_accel_group_new();
-public static final int /*long*/ gtk_accel_group_new() {
- lock.lock();
- try {
- return _gtk_accel_group_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_accel_group_new();
+
+ public static final int /* long */gtk_accel_group_new() {
+ lock.lock();
+ try {
+ return _gtk_accel_group_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param accelGroup cast=(GObject *)
- * @param accelKey cast=(guint)
- * @param accelMods cast=(GdkModifierType)
- */
-public static final native boolean _gtk_accel_groups_activate(int /*long*/ accelGroup, int accelKey, int accelMods);
-public static final boolean gtk_accel_groups_activate(int /*long*/ accelGroup, int accelKey, int accelMods) {
- lock.lock();
- try {
- return _gtk_accel_groups_activate(accelGroup, accelKey, accelMods);
- } finally {
- lock.unlock();
+
+ /**
+ * @param accelGroup
+ * cast=(GObject *)
+ * @param accelKey
+ * cast=(guint)
+ * @param accelMods
+ * cast=(GdkModifierType)
+ */
+ public static final native boolean _gtk_accel_groups_activate(
+ int /* long */accelGroup, int accelKey, int accelMods);
+
+ public static final boolean gtk_accel_groups_activate(
+ int /* long */accelGroup, int accelKey, int accelMods) {
+ lock.lock();
+ try {
+ return _gtk_accel_groups_activate(accelGroup, accelKey, accelMods);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param accel_label cast=(GtkAccelLabel *)
- * @param accel_widget cast=(GtkWidget *)
- */
-public static final native void _gtk_accel_label_set_accel_widget(int /*long*/ accel_label, int /*long*/ accel_widget);
-public static final void gtk_accel_label_set_accel_widget(int /*long*/ accel_label, int /*long*/ accel_widget) {
- lock.lock();
- try {
- _gtk_accel_label_set_accel_widget(accel_label, accel_widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param accel_label
+ * cast=(GtkAccelLabel *)
+ * @param accel_widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_accel_label_set_accel_widget(
+ int /* long */accel_label, int /* long */accel_widget);
+
+ public static final void gtk_accel_label_set_accel_widget(
+ int /* long */accel_label, int /* long */accel_widget) {
+ lock.lock();
+ try {
+ _gtk_accel_label_set_accel_widget(accel_label, accel_widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param adjustment cast=(GtkAdjustment *) */
-public static final native void _gtk_adjustment_changed(int /*long*/ adjustment);
-public static final void gtk_adjustment_changed(int /*long*/ adjustment) {
- lock.lock();
- try {
- _gtk_adjustment_changed(adjustment);
- } finally {
- lock.unlock();
+
+ /**
+ * @param adjustment
+ * cast=(GtkAdjustment *)
+ */
+ public static final native void _gtk_adjustment_changed(
+ int /* long */adjustment);
+
+ public static final void gtk_adjustment_changed(int /* long */adjustment) {
+ lock.lock();
+ try {
+ _gtk_adjustment_changed(adjustment);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param value cast=(gdouble)
- * @param lower cast=(gdouble)
- * @param upper cast=(gdouble)
- * @param step_increment cast=(gdouble)
- * @param page_increment cast=(gdouble)
- */
-public static final native int /*long*/ _gtk_adjustment_new(double value, double lower, double upper, double step_increment, double page_increment, double page_size);
-public static final int /*long*/ gtk_adjustment_new(double value, double lower, double upper, double step_increment, double page_increment, double page_size) {
- lock.lock();
- try {
- return _gtk_adjustment_new(value, lower, upper, step_increment, page_increment, page_size);
- } finally {
- lock.unlock();
+
+ /**
+ * @param value
+ * cast=(gdouble)
+ * @param lower
+ * cast=(gdouble)
+ * @param upper
+ * cast=(gdouble)
+ * @param step_increment
+ * cast=(gdouble)
+ * @param page_increment
+ * cast=(gdouble)
+ */
+ public static final native int /* long */_gtk_adjustment_new(double value,
+ double lower, double upper, double step_increment,
+ double page_increment, double page_size);
+
+ public static final int /* long */gtk_adjustment_new(double value,
+ double lower, double upper, double step_increment,
+ double page_increment, double page_size) {
+ lock.lock();
+ try {
+ return _gtk_adjustment_new(value, lower, upper, step_increment,
+ page_increment, page_size);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param adjustment cast=(GtkAdjustment *)
- * @param value cast=(gdouble)
- */
-public static final native void _gtk_adjustment_set_value(int /*long*/ adjustment, double value);
-public static final void gtk_adjustment_set_value(int /*long*/ adjustment, double value) {
- lock.lock();
- try {
- _gtk_adjustment_set_value(adjustment, value);
- } finally {
- lock.unlock();
+
+ /**
+ * @param adjustment
+ * cast=(GtkAdjustment *)
+ * @param value
+ * cast=(gdouble)
+ */
+ public static final native void _gtk_adjustment_set_value(
+ int /* long */adjustment, double value);
+
+ public static final void gtk_adjustment_set_value(int /* long */adjustment,
+ double value) {
+ lock.lock();
+ try {
+ _gtk_adjustment_set_value(adjustment, value);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param adjustment cast=(GtkAdjustment *) */
-public static final native void _gtk_adjustment_value_changed(int /*long*/ adjustment);
-public static final void gtk_adjustment_value_changed(int /*long*/ adjustment) {
- lock.lock();
- try {
- _gtk_adjustment_value_changed(adjustment);
- } finally {
- lock.unlock();
+
+ /**
+ * @param adjustment
+ * cast=(GtkAdjustment *)
+ */
+ public static final native void _gtk_adjustment_value_changed(
+ int /* long */adjustment);
+
+ public static final void gtk_adjustment_value_changed(
+ int /* long */adjustment) {
+ lock.lock();
+ try {
+ _gtk_adjustment_value_changed(adjustment);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param arrow_type cast=(GtkArrowType)
- * @param shadow_type cast=(GtkShadowType)
- */
-public static final native int /*long*/ _gtk_arrow_new(int arrow_type, int shadow_type);
-public static final int /*long*/ gtk_arrow_new(int arrow_type, int shadow_type) {
- lock.lock();
- try {
- return _gtk_arrow_new(arrow_type, shadow_type);
- } finally {
- lock.unlock();
+
+ /**
+ * @param arrow_type
+ * cast=(GtkArrowType)
+ * @param shadow_type
+ * cast=(GtkShadowType)
+ */
+ public static final native int /* long */_gtk_arrow_new(int arrow_type,
+ int shadow_type);
+
+ public static final int /* long */gtk_arrow_new(int arrow_type,
+ int shadow_type) {
+ lock.lock();
+ try {
+ return _gtk_arrow_new(arrow_type, shadow_type);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param arrow cast=(GtkArrow *)
- * @param arrow_type cast=(GtkArrowType)
- * @param shadow_type cast=(GtkShadowType)
- */
-public static final native void _gtk_arrow_set(int /*long*/ arrow, int arrow_type, int shadow_type);
-public static final void gtk_arrow_set(int /*long*/ arrow, int arrow_type, int shadow_type) {
- lock.lock();
- try {
- _gtk_arrow_set(arrow, arrow_type, shadow_type);
- } finally {
- lock.unlock();
+
+ /**
+ * @param arrow
+ * cast=(GtkArrow *)
+ * @param arrow_type
+ * cast=(GtkArrowType)
+ * @param shadow_type
+ * cast=(GtkShadowType)
+ */
+ public static final native void _gtk_arrow_set(int /* long */arrow,
+ int arrow_type, int shadow_type);
+
+ public static final void gtk_arrow_set(int /* long */arrow,
+ int arrow_type, int shadow_type) {
+ lock.lock();
+ try {
+ _gtk_arrow_set(arrow, arrow_type, shadow_type);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param bin cast=(GtkBin *) */
-public static final native int /*long*/ _gtk_bin_get_child(int /*long*/ bin);
-public static final int /*long*/ gtk_bin_get_child(int /*long*/ bin) {
- lock.lock();
- try {
- return _gtk_bin_get_child(bin);
- } finally {
- lock.unlock();
+
+ /**
+ * @param bin
+ * cast=(GtkBin *)
+ */
+ public static final native int /* long */_gtk_bin_get_child(
+ int /* long */bin);
+
+ public static final int /* long */gtk_bin_get_child(int /* long */bin) {
+ lock.lock();
+ try {
+ return _gtk_bin_get_child(bin);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param border cast=(GtkBorder *) */
-public static final native void _gtk_border_free(int /*long*/ border);
-public static final void gtk_border_free(int /*long*/ border) {
- lock.lock();
- try {
- _gtk_border_free(border);
- } finally {
- lock.unlock();
+
+ /**
+ * @param border
+ * cast=(GtkBorder *)
+ */
+ public static final native void _gtk_border_free(int /* long */border);
+
+ public static final void gtk_border_free(int /* long */border) {
+ lock.lock();
+ try {
+ _gtk_border_free(border);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param box cast=(GtkBox *) */
-public static final native void _gtk_box_set_spacing(int /*long*/ box, int spacing);
-public static final void gtk_box_set_spacing(int /*long*/ box, int spacing) {
- lock.lock();
- try {
- _gtk_box_set_spacing(box, spacing);
- } finally {
- lock.unlock();
+
+ /**
+ * @param box
+ * cast=(GtkBox *)
+ */
+ public static final native void _gtk_box_set_spacing(int /* long */box,
+ int spacing);
+
+ public static final void gtk_box_set_spacing(int /* long */box, int spacing) {
+ lock.lock();
+ try {
+ _gtk_box_set_spacing(box, spacing);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param box cast=(GtkBox *)
- * @param child cast=(GtkWidget *)
- */
-public static final native void _gtk_box_set_child_packing(int /*long*/ box, int /*long*/ child, boolean expand, boolean fill, int padding, int pack_type);
-public static final void gtk_box_set_child_packing(int /*long*/ box, int /*long*/ child, boolean expand, boolean fill, int padding, int pack_type) {
- lock.lock();
- try {
- _gtk_box_set_child_packing(box, child, expand, fill, padding, pack_type);
- } finally {
- lock.unlock();
+
+ /**
+ * @param box
+ * cast=(GtkBox *)
+ * @param child
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_box_set_child_packing(
+ int /* long */box, int /* long */child, boolean expand,
+ boolean fill, int padding, int pack_type);
+
+ public static final void gtk_box_set_child_packing(int /* long */box,
+ int /* long */child, boolean expand, boolean fill, int padding,
+ int pack_type) {
+ lock.lock();
+ try {
+ _gtk_box_set_child_packing(box, child, expand, fill, padding,
+ pack_type);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param button cast=(GtkButton *) */
-public static final native void _gtk_button_clicked(int /*long*/ button);
-public static final void gtk_button_clicked(int /*long*/ button) {
- lock.lock();
- try {
- _gtk_button_clicked(button);
- } finally {
- lock.unlock();
+
+ /**
+ * @param button
+ * cast=(GtkButton *)
+ */
+ public static final native void _gtk_button_clicked(int /* long */button);
+
+ public static final void gtk_button_clicked(int /* long */button) {
+ lock.lock();
+ try {
+ _gtk_button_clicked(button);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param button cast=(GtkButton *) */
-public static final native int _gtk_button_get_relief(int /*long*/ button);
-public static final int gtk_button_get_relief(int /*long*/ button) {
- lock.lock();
- try {
- return _gtk_button_get_relief(button);
- } finally {
- lock.unlock();
+
+ /**
+ * @param button
+ * cast=(GtkButton *)
+ */
+ public static final native int _gtk_button_get_relief(int /* long */button);
+
+ public static final int gtk_button_get_relief(int /* long */button) {
+ lock.lock();
+ try {
+ return _gtk_button_get_relief(button);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_button_new();
-public static final int /*long*/ gtk_button_new() {
- lock.lock();
- try {
- return _gtk_button_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_button_new();
+
+ public static final int /* long */gtk_button_new() {
+ lock.lock();
+ try {
+ return _gtk_button_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param button cast=(GtkButton *)
- * @param newstyle cast=(GtkReliefStyle)
- */
-public static final native void _gtk_button_set_relief(int /*long*/ button, int newstyle);
-public static final void gtk_button_set_relief(int /*long*/ button, int newstyle) {
- lock.lock();
- try {
- _gtk_button_set_relief(button, newstyle);
- } finally {
- lock.unlock();
+
+ /**
+ * @param button
+ * cast=(GtkButton *)
+ * @param newstyle
+ * cast=(GtkReliefStyle)
+ */
+ public static final native void _gtk_button_set_relief(
+ int /* long */button, int newstyle);
+
+ public static final void gtk_button_set_relief(int /* long */button,
+ int newstyle) {
+ lock.lock();
+ try {
+ _gtk_button_set_relief(button, newstyle);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_calendar_new();
-public static final int /*long*/ gtk_calendar_new() {
- lock.lock();
- try {
- return _gtk_calendar_new();
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_calendar_new();
+
+ public static final int /* long */gtk_calendar_new() {
+ lock.lock();
+ try {
+ return _gtk_calendar_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param calendar cast=(GtkCalendar *)
- * @param month cast=(guint)
- * @param year cast=(guint)
- */
-public static final native boolean /*long*/ _gtk_calendar_select_month(int /*long*/ calendar, int month, int year);
-public static final boolean /*long*/ gtk_calendar_select_month(int /*long*/ calendar, int month, int year) {
- lock.lock();
- try {
- return _gtk_calendar_select_month(calendar, month, year);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param calendar
+ * cast=(GtkCalendar *)
+ * @param month
+ * cast=(guint)
+ * @param year
+ * cast=(guint)
+ */
+ public static final native boolean /* long */_gtk_calendar_select_month(
+ int /* long */calendar, int month, int year);
+
+ public static final boolean /* long */gtk_calendar_select_month(
+ int /* long */calendar, int month, int year) {
+ lock.lock();
+ try {
+ return _gtk_calendar_select_month(calendar, month, year);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param calendar cast=(GtkCalendar *)
- * @param day cast=(guint)
- */
-public static final native void _gtk_calendar_select_day(int /*long*/ calendar, int day);
-public static final void gtk_calendar_select_day(int /*long*/ calendar, int day) {
- lock.lock();
- try {
- _gtk_calendar_select_day(calendar, day);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param calendar
+ * cast=(GtkCalendar *)
+ * @param day
+ * cast=(guint)
+ */
+ public static final native void _gtk_calendar_select_day(
+ int /* long */calendar, int day);
+
+ public static final void gtk_calendar_select_day(int /* long */calendar,
+ int day) {
+ lock.lock();
+ try {
+ _gtk_calendar_select_day(calendar, day);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param calendar cast=(GtkCalendar *)
- * @param day cast=(guint)
- */
-public static final native void _gtk_calendar_mark_day(int /*long*/ calendar, int day);
-public static final void gtk_calendar_mark_day(int /*long*/ calendar, int day) {
- lock.lock();
- try {
- _gtk_calendar_mark_day(calendar, day);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param calendar
+ * cast=(GtkCalendar *)
+ * @param day
+ * cast=(guint)
+ */
+ public static final native void _gtk_calendar_mark_day(
+ int /* long */calendar, int day);
+
+ public static final void gtk_calendar_mark_day(int /* long */calendar,
+ int day) {
+ lock.lock();
+ try {
+ _gtk_calendar_mark_day(calendar, day);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param calendar cast=(GtkCalendar *)
- * @param day cast=(guint)
- */
-public static final native void _gtk_calendar_clear_marks(int /*long*/ calendar);
-public static final void gtk_calendar_clear_marks(int /*long*/ calendar) {
- lock.lock();
- try {
- _gtk_calendar_clear_marks(calendar);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param calendar
+ * cast=(GtkCalendar *)
+ * @param day
+ * cast=(guint)
+ */
+ public static final native void _gtk_calendar_clear_marks(
+ int /* long */calendar);
+
+ public static final void gtk_calendar_clear_marks(int /* long */calendar) {
+ lock.lock();
+ try {
+ _gtk_calendar_clear_marks(calendar);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param calendar cast=(GtkCalendar *)
- * @param flags cast=(GtkCalendarDisplayOptions)
- */
-public static final native void _gtk_calendar_set_display_options(int /*long*/ calendar, int flags);
-public static final void gtk_calendar_set_display_options(int /*long*/ calendar, int flags) {
- lock.lock();
- try {
- _gtk_calendar_set_display_options(calendar, flags);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param calendar
+ * cast=(GtkCalendar *)
+ * @param flags
+ * cast=(GtkCalendarDisplayOptions)
+ */
+ public static final native void _gtk_calendar_set_display_options(
+ int /* long */calendar, int flags);
+
+ public static final void gtk_calendar_set_display_options(
+ int /* long */calendar, int flags) {
+ lock.lock();
+ try {
+ _gtk_calendar_set_display_options(calendar, flags);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param calendar cast=(GtkCalendar *)
- * @param flags cast=(GtkCalendarDisplayOptions)
- */
-public static final native void _gtk_calendar_display_options(int /*long*/ calendar, int flags);
-public static final void gtk_calendar_display_options(int /*long*/ calendar, int flags) {
- lock.lock();
- try {
- _gtk_calendar_display_options(calendar, flags);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param calendar
+ * cast=(GtkCalendar *)
+ * @param flags
+ * cast=(GtkCalendarDisplayOptions)
+ */
+ public static final native void _gtk_calendar_display_options(
+ int /* long */calendar, int flags);
+
+ public static final void gtk_calendar_display_options(int /* long */calendar,
+ int flags) {
+ lock.lock();
+ try {
+ _gtk_calendar_display_options(calendar, flags);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param calendar cast=(GtkCalendar *)
- * @param year cast=(guint *)
- * @param month cast=(guint *)
- * @param day cast=(guint *)
- */
-public static final native void _gtk_calendar_get_date(int /*long*/ calendar, int[] year, int[] month, int[] day);
-public static final void gtk_calendar_get_date(int /*long*/ calendar, int[] year, int[] month, int[] day) {
- lock.lock();
- try {
- _gtk_calendar_get_date(calendar, year, month, day);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param calendar
+ * cast=(GtkCalendar *)
+ * @param year
+ * cast=(guint *)
+ * @param month
+ * cast=(guint *)
+ * @param day
+ * cast=(guint *)
+ */
+ public static final native void _gtk_calendar_get_date(
+ int /* long */calendar, int[] year, int[] month, int[] day);
+
+ public static final void gtk_calendar_get_date(int /* long */calendar,
+ int[] year, int[] month, int[] day) {
+ lock.lock();
+ try {
+ _gtk_calendar_get_date(calendar, year, month, day);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_cell_layout_clear(int /*long*/ cell_layout);
-public static final void gtk_cell_layout_clear(int /*long*/ cell_layout) {
- lock.lock();
- try {
- _gtk_cell_layout_clear(cell_layout);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_cell_layout_clear(
+ int /* long */cell_layout);
+
+ public static final void gtk_cell_layout_clear(int /* long */cell_layout) {
+ lock.lock();
+ try {
+ _gtk_cell_layout_clear(cell_layout);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_cell_layout_get_cells(int /*long*/ cell_layout);
-public static final int /*long*/ gtk_cell_layout_get_cells(int /*long*/ cell_layout) {
- lock.lock();
- try {
- return _gtk_cell_layout_get_cells(cell_layout);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_cell_layout_get_cells(
+ int /* long */cell_layout);
+
+ public static final int /* long */gtk_cell_layout_get_cells(
+ int /* long */cell_layout) {
+ lock.lock();
+ try {
+ return _gtk_cell_layout_get_cells(cell_layout);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=no_gen */
-public static final native void _gtk_cell_layout_set_attributes(int /*long*/ cell_layout, int /*long*/ cell, byte[] attribute, int column, int /*long*/ sentinel);
-public static final void gtk_cell_layout_set_attributes(int /*long*/ cell_layout, int /*long*/ cell, byte[] attribute, int column, int /*long*/ sentinel) {
- lock.lock();
- try {
- _gtk_cell_layout_set_attributes(cell_layout, cell, attribute, column, sentinel);
- } finally {
- lock.unlock();
+
+ /** @method flags=no_gen */
+ public static final native void _gtk_cell_layout_set_attributes(
+ int /* long */cell_layout, int /* long */cell, byte[] attribute,
+ int column, int /* long */sentinel);
+
+ public static final void gtk_cell_layout_set_attributes(
+ int /* long */cell_layout, int /* long */cell, byte[] attribute,
+ int column, int /* long */sentinel) {
+ lock.lock();
+ try {
+ _gtk_cell_layout_set_attributes(cell_layout, cell, attribute,
+ column, sentinel);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_cell_layout_pack_start(int /*long*/ cell_layout, int /*long*/ cell, boolean expand);
-public static final void gtk_cell_layout_pack_start(int /*long*/ cell_layout, int /*long*/ cell, boolean expand) {
- lock.lock();
- try {
- _gtk_cell_layout_pack_start(cell_layout, cell, expand);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_cell_layout_pack_start(
+ int /* long */cell_layout, int /* long */cell, boolean expand);
+
+ public static final void gtk_cell_layout_pack_start(
+ int /* long */cell_layout, int /* long */cell, boolean expand) {
+ lock.lock();
+ try {
+ _gtk_cell_layout_pack_start(cell_layout, cell, expand);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param cell cast=(GtkCellRenderer *)
- * @param widget cast=(GtkWidget *)
- * @param area cast=(GdkRectangle *),flags=no_in
- * @param x_offset cast=(gint *)
- * @param y_offset cast=(gint *)
- * @param width cast=(gint *)
- * @param height cast=(gint *)
- */
-public static final native void _gtk_cell_renderer_get_size(int /*long*/ cell, int /*long*/ widget, GdkRectangle area, int[] x_offset, int[] y_offset, int[] width, int[] height);
-public static final void gtk_cell_renderer_get_size(int /*long*/ cell, int /*long*/ widget, GdkRectangle area, int[] x_offset, int[] y_offset, int[] width, int[] height) {
- lock.lock();
- try {
- _gtk_cell_renderer_get_size(cell, widget, area, x_offset, y_offset, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param cell
+ * cast=(GtkCellRenderer *)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param area
+ * cast=(GdkRectangle *),flags=no_in
+ * @param x_offset
+ * cast=(gint *)
+ * @param y_offset
+ * cast=(gint *)
+ * @param width
+ * cast=(gint *)
+ * @param height
+ * cast=(gint *)
+ */
+ public static final native void _gtk_cell_renderer_get_size(
+ int /* long */cell, int /* long */widget, GdkRectangle area,
+ int[] x_offset, int[] y_offset, int[] width, int[] height);
+
+ public static final void gtk_cell_renderer_get_size(int /* long */cell,
+ int /* long */widget, GdkRectangle area, int[] x_offset,
+ int[] y_offset, int[] width, int[] height) {
+ lock.lock();
+ try {
+ _gtk_cell_renderer_get_size(cell, widget, area, x_offset, y_offset,
+ width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_cell_renderer_pixbuf_new();
-public static final int /*long*/ gtk_cell_renderer_pixbuf_new() {
- lock.lock();
- try {
- return _gtk_cell_renderer_pixbuf_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_cell_renderer_pixbuf_new();
+
+ public static final int /* long */gtk_cell_renderer_pixbuf_new() {
+ lock.lock();
+ try {
+ return _gtk_cell_renderer_pixbuf_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_cell_renderer_text_new();
-public static final int /*long*/ gtk_cell_renderer_text_new() {
- lock.lock();
- try {
- return _gtk_cell_renderer_text_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_cell_renderer_text_new();
+
+ public static final int /* long */gtk_cell_renderer_text_new() {
+ lock.lock();
+ try {
+ return _gtk_cell_renderer_text_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_cell_renderer_toggle_new();
-public static final int /*long*/ gtk_cell_renderer_toggle_new() {
- lock.lock();
- try {
- return _gtk_cell_renderer_toggle_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_cell_renderer_toggle_new();
+
+ public static final int /* long */gtk_cell_renderer_toggle_new() {
+ lock.lock();
+ try {
+ return _gtk_cell_renderer_toggle_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_check_button_new();
-public static final int /*long*/ gtk_check_button_new() {
- lock.lock();
- try {
- return _gtk_check_button_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_check_button_new();
+
+ public static final int /* long */gtk_check_button_new() {
+ lock.lock();
+ try {
+ return _gtk_check_button_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param check_menu_item cast=(GtkCheckMenuItem *) */
-public static final native boolean _gtk_check_menu_item_get_active(int /*long*/ check_menu_item);
-public static final boolean gtk_check_menu_item_get_active(int /*long*/ check_menu_item) {
- lock.lock();
- try {
- return _gtk_check_menu_item_get_active(check_menu_item);
- } finally {
- lock.unlock();
+
+ /**
+ * @param check_menu_item
+ * cast=(GtkCheckMenuItem *)
+ */
+ public static final native boolean _gtk_check_menu_item_get_active(
+ int /* long */check_menu_item);
+
+ public static final boolean gtk_check_menu_item_get_active(
+ int /* long */check_menu_item) {
+ lock.lock();
+ try {
+ return _gtk_check_menu_item_get_active(check_menu_item);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param label cast=(const gchar *) */
-public static final native int /*long*/ _gtk_check_menu_item_new_with_label(byte[] label);
-public static final int /*long*/ gtk_check_menu_item_new_with_label(byte[] label) {
- lock.lock();
- try {
- return _gtk_check_menu_item_new_with_label(label);
- } finally {
- lock.unlock();
+
+ /**
+ * @param label
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_gtk_check_menu_item_new_with_label(
+ byte[] label);
+
+ public static final int /* long */gtk_check_menu_item_new_with_label(
+ byte[] label) {
+ lock.lock();
+ try {
+ return _gtk_check_menu_item_new_with_label(label);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param wid cast=(GtkCheckMenuItem *)
- * @param active cast=(gboolean)
- */
-public static final native void _gtk_check_menu_item_set_active(int /*long*/ wid, boolean active);
-public static final void gtk_check_menu_item_set_active(int /*long*/ wid, boolean active) {
- lock.lock();
- try {
- _gtk_check_menu_item_set_active(wid, active);
- } finally {
- lock.unlock();
+
+ /**
+ * @param wid
+ * cast=(GtkCheckMenuItem *)
+ * @param active
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_check_menu_item_set_active(
+ int /* long */wid, boolean active);
+
+ public static final void gtk_check_menu_item_set_active(int /* long */wid,
+ boolean active) {
+ lock.lock();
+ try {
+ _gtk_check_menu_item_set_active(wid, active);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_check_version(int required_major, int required_minor, int required_micro);
-public static final int /*long*/ gtk_check_version(int required_major, int required_minor, int required_micro) {
- lock.lock();
- try {
- return _gtk_check_version(required_major, required_minor, required_micro);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_check_version(
+ int required_major, int required_minor, int required_micro);
+
+ public static final int /* long */gtk_check_version(int required_major,
+ int required_minor, int required_micro) {
+ lock.lock();
+ try {
+ return _gtk_check_version(required_major, required_minor,
+ required_micro);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param clipboard cast=(GtkClipboard *) */
-public static final native void _gtk_clipboard_clear(int /*long*/ clipboard);
-public static final void gtk_clipboard_clear(int /*long*/ clipboard) {
- lock.lock();
- try {
- _gtk_clipboard_clear(clipboard);
- } finally {
- lock.unlock();
+
+ /**
+ * @param clipboard
+ * cast=(GtkClipboard *)
+ */
+ public static final native void _gtk_clipboard_clear(int /* long */clipboard);
+
+ public static final void gtk_clipboard_clear(int /* long */clipboard) {
+ lock.lock();
+ try {
+ _gtk_clipboard_clear(clipboard);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param selection cast=(GdkAtom) */
-public static final native int /*long*/ _gtk_clipboard_get(int /*long*/ selection);
-public static final int /*long*/ gtk_clipboard_get(int /*long*/ selection) {
- lock.lock();
- try {
- return _gtk_clipboard_get(selection);
- } finally {
- lock.unlock();
+
+ /**
+ * @param selection
+ * cast=(GdkAtom)
+ */
+ public static final native int /* long */_gtk_clipboard_get(
+ int /* long */selection);
+
+ public static final int /* long */gtk_clipboard_get(int /* long */selection) {
+ lock.lock();
+ try {
+ return _gtk_clipboard_get(selection);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param clipboard cast=(GtkClipboard *)
- * @param target cast=(const GtkTargetEntry *)
- * @param n_targets cast=(guint)
- * @param get_func cast=(GtkClipboardGetFunc)
- * @param clear_func cast=(GtkClipboardClearFunc)
- * @param user_data cast=(GObject *)
- */
-public static final native boolean _gtk_clipboard_set_with_data(int /*long*/ clipboard, int /*long*/ target, int n_targets, int /*long*/ get_func, int /*long*/ clear_func, int /*long*/ user_data);
-public static final boolean gtk_clipboard_set_with_data(int /*long*/ clipboard, int /*long*/ target, int n_targets, int /*long*/ get_func, int /*long*/ clear_func, int /*long*/ user_data) {
- lock.lock();
- try {
- return _gtk_clipboard_set_with_data(clipboard, target, n_targets, get_func, clear_func, user_data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param clipboard
+ * cast=(GtkClipboard *)
+ * @param target
+ * cast=(const GtkTargetEntry *)
+ * @param n_targets
+ * cast=(guint)
+ * @param get_func
+ * cast=(GtkClipboardGetFunc)
+ * @param clear_func
+ * cast=(GtkClipboardClearFunc)
+ * @param user_data
+ * cast=(GObject *)
+ */
+ public static final native boolean _gtk_clipboard_set_with_data(
+ int /* long */clipboard, int /* long */target, int n_targets,
+ int /* long */get_func, int /* long */clear_func,
+ int /* long */user_data);
+
+ public static final boolean gtk_clipboard_set_with_data(
+ int /* long */clipboard, int /* long */target, int n_targets,
+ int /* long */get_func, int /* long */clear_func,
+ int /* long */user_data) {
+ lock.lock();
+ try {
+ return _gtk_clipboard_set_with_data(clipboard, target, n_targets,
+ get_func, clear_func, user_data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param clipboard cast=(GtkClipboard *)
- * @param target cast=(const GtkTargetEntry *)
- * @param n_targets cast=(guint)
- * @param get_func cast=(GtkClipboardGetFunc)
- * @param clear_func cast=(GtkClipboardClearFunc)
- * @param user_data cast=(GObject *)
- */
-public static final native boolean _gtk_clipboard_set_with_owner(int /*long*/ clipboard, int /*long*/ target, int n_targets, int /*long*/ get_func, int /*long*/ clear_func, int /*long*/ user_data);
-public static final boolean gtk_clipboard_set_with_owner(int /*long*/ clipboard, int /*long*/ target, int n_targets, int /*long*/ get_func, int /*long*/ clear_func, int /*long*/ user_data) {
- lock.lock();
- try {
- return _gtk_clipboard_set_with_owner(clipboard, target, n_targets, get_func, clear_func, user_data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param clipboard
+ * cast=(GtkClipboard *)
+ * @param target
+ * cast=(const GtkTargetEntry *)
+ * @param n_targets
+ * cast=(guint)
+ * @param get_func
+ * cast=(GtkClipboardGetFunc)
+ * @param clear_func
+ * cast=(GtkClipboardClearFunc)
+ * @param user_data
+ * cast=(GObject *)
+ */
+ public static final native boolean _gtk_clipboard_set_with_owner(
+ int /* long */clipboard, int /* long */target, int n_targets,
+ int /* long */get_func, int /* long */clear_func,
+ int /* long */user_data);
+
+ public static final boolean gtk_clipboard_set_with_owner(
+ int /* long */clipboard, int /* long */target, int n_targets,
+ int /* long */get_func, int /* long */clear_func,
+ int /* long */user_data) {
+ lock.lock();
+ try {
+ return _gtk_clipboard_set_with_owner(clipboard, target, n_targets,
+ get_func, clear_func, user_data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param clipboard cast=(GtkClipboard *)
- * @param targets cast=(const GtkTargetEntry *)
- * @param n_targets cast=(gint)
- */
-public static final native void _gtk_clipboard_set_can_store(int /*long*/ clipboard, int /*long*/ targets, int n_targets);
-public static final void gtk_clipboard_set_can_store(int /*long*/ clipboard, int /*long*/ targets, int n_targets) {
- lock.lock();
- try {
- _gtk_clipboard_set_can_store(clipboard, targets, n_targets);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param clipboard
+ * cast=(GtkClipboard *)
+ * @param targets
+ * cast=(const GtkTargetEntry *)
+ * @param n_targets
+ * cast=(gint)
+ */
+ public static final native void _gtk_clipboard_set_can_store(
+ int /* long */clipboard, int /* long */targets, int n_targets);
+
+ public static final void gtk_clipboard_set_can_store(
+ int /* long */clipboard, int /* long */targets, int n_targets) {
+ lock.lock();
+ try {
+ _gtk_clipboard_set_can_store(clipboard, targets, n_targets);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param clipboard cast=(GtkClipboard *)
- */
-public static final native void _gtk_clipboard_store(int /*long*/ clipboard);
-public static final void gtk_clipboard_store(int /*long*/ clipboard) {
- lock.lock();
- try {
- _gtk_clipboard_store(clipboard);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param clipboard
+ * cast=(GtkClipboard *)
+ */
+ public static final native void _gtk_clipboard_store(int /* long */clipboard);
+
+ public static final void gtk_clipboard_store(int /* long */clipboard) {
+ lock.lock();
+ try {
+ _gtk_clipboard_store(clipboard);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param clipboard cast=(GtkClipboard *)
- * @param target cast=(GdkAtom)
- */
-public static final native int /*long*/ _gtk_clipboard_wait_for_contents(int /*long*/ clipboard, int /*long*/ target);
-public static final int /*long*/ gtk_clipboard_wait_for_contents(int /*long*/ clipboard, int /*long*/ target) {
- lock.lock();
- try {
- return _gtk_clipboard_wait_for_contents(clipboard, target);
- } finally {
- lock.unlock();
+
+ /**
+ * @param clipboard
+ * cast=(GtkClipboard *)
+ * @param target
+ * cast=(GdkAtom)
+ */
+ public static final native int /* long */_gtk_clipboard_wait_for_contents(
+ int /* long */clipboard, int /* long */target);
+
+ public static final int /* long */gtk_clipboard_wait_for_contents(
+ int /* long */clipboard, int /* long */target) {
+ lock.lock();
+ try {
+ return _gtk_clipboard_wait_for_contents(clipboard, target);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param title cast=(const gchar *) */
-public static final native int /*long*/ _gtk_color_selection_dialog_new(byte[] title);
-public static final int /*long*/ gtk_color_selection_dialog_new(byte[] title) {
- lock.lock();
- try {
- return _gtk_color_selection_dialog_new(title);
- } finally {
- lock.unlock();
+
+ /**
+ * @param title
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_gtk_color_selection_dialog_new(
+ byte[] title);
+
+ public static final int /* long */gtk_color_selection_dialog_new(
+ byte[] title) {
+ lock.lock();
+ try {
+ return _gtk_color_selection_dialog_new(title);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param colorsel cast=(GtkColorSelection *)
- * @param color cast=(GdkColor *),flags=no_in
- */
-public static final native void _gtk_color_selection_get_current_color(int /*long*/ colorsel, GdkColor color);
-public static final void gtk_color_selection_get_current_color(int /*long*/ colorsel, GdkColor color) {
- lock.lock();
- try {
- _gtk_color_selection_get_current_color(colorsel, color);
- } finally {
- lock.unlock();
+
+ /**
+ * @param colorsel
+ * cast=(GtkColorSelection *)
+ * @param color
+ * cast=(GdkColor *),flags=no_in
+ */
+ public static final native void _gtk_color_selection_get_current_color(
+ int /* long */colorsel, GdkColor color);
+
+ public static final void gtk_color_selection_get_current_color(
+ int /* long */colorsel, GdkColor color) {
+ lock.lock();
+ try {
+ _gtk_color_selection_get_current_color(colorsel, color);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param colorsel cast=(GtkColorSelection *)
- * @param color cast=(GdkColor *),flags=no_out
- */
-public static final native void _gtk_color_selection_set_current_color(int /*long*/ colorsel, GdkColor color);
-public static final void gtk_color_selection_set_current_color(int /*long*/ colorsel, GdkColor color) {
- lock.lock();
- try {
- _gtk_color_selection_set_current_color(colorsel, color);
- } finally {
- lock.unlock();
+
+ /**
+ * @param colorsel
+ * cast=(GtkColorSelection *)
+ * @param color
+ * cast=(GdkColor *),flags=no_out
+ */
+ public static final native void _gtk_color_selection_set_current_color(
+ int /* long */colorsel, GdkColor color);
+
+ public static final void gtk_color_selection_set_current_color(
+ int /* long */colorsel, GdkColor color) {
+ lock.lock();
+ try {
+ _gtk_color_selection_set_current_color(colorsel, color);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param colorsel cast=(GtkColorSelection *) */
-public static final native void _gtk_color_selection_set_has_palette(int /*long*/ colorsel, boolean has_palette);
-public static final void gtk_color_selection_set_has_palette(int /*long*/ colorsel, boolean has_palette) {
- lock.lock();
- try {
- _gtk_color_selection_set_has_palette(colorsel, has_palette);
- } finally {
- lock.unlock();
+
+ /**
+ * @param colorsel
+ * cast=(GtkColorSelection *)
+ */
+ public static final native void _gtk_color_selection_set_has_palette(
+ int /* long */colorsel, boolean has_palette);
+
+ public static final void gtk_color_selection_set_has_palette(
+ int /* long */colorsel, boolean has_palette) {
+ lock.lock();
+ try {
+ _gtk_color_selection_set_has_palette(colorsel, has_palette);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_combo_box_set_focus_on_click(int /*long*/ combo, boolean val);
-public static final void gtk_combo_box_set_focus_on_click(int /*long*/ combo, boolean val) {
- lock.lock();
- try {
- _gtk_combo_box_set_focus_on_click(combo, val);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_combo_box_set_focus_on_click(
+ int /* long */combo, boolean val);
+
+ public static final void gtk_combo_box_set_focus_on_click(
+ int /* long */combo, boolean val) {
+ lock.lock();
+ try {
+ _gtk_combo_box_set_focus_on_click(combo, val);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_combo_box_entry_new_text();
-public static final int /*long*/ gtk_combo_box_entry_new_text() {
- lock.lock();
- try {
- return _gtk_combo_box_entry_new_text();
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_combo_box_entry_new_text();
+
+ public static final int /* long */gtk_combo_box_entry_new_text() {
+ lock.lock();
+ try {
+ return _gtk_combo_box_entry_new_text();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_combo_box_new_text();
-public static final int /*long*/ gtk_combo_box_new_text() {
- lock.lock();
- try {
- return _gtk_combo_box_new_text();
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_combo_box_new_text();
+
+ public static final int /* long */gtk_combo_box_new_text() {
+ lock.lock();
+ try {
+ return _gtk_combo_box_new_text();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_combo_box_insert_text(int /*long*/ combo_box, int position, byte[] text);
-public static final void gtk_combo_box_insert_text(int /*long*/ combo_box, int position, byte[] text) {
- lock.lock();
- try {
- _gtk_combo_box_insert_text(combo_box, position, text);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_combo_box_insert_text(
+ int /* long */combo_box, int position, byte[] text);
+
+ public static final void gtk_combo_box_insert_text(
+ int /* long */combo_box, int position, byte[] text) {
+ lock.lock();
+ try {
+ _gtk_combo_box_insert_text(combo_box, position, text);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_combo_box_remove_text(int /*long*/ combo_box, int position);
-public static final void gtk_combo_box_remove_text(int /*long*/ combo_box, int position) {
- lock.lock();
- try {
- _gtk_combo_box_remove_text(combo_box, position);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_combo_box_remove_text(
+ int /* long */combo_box, int position);
+
+ public static final void gtk_combo_box_remove_text(
+ int /* long */combo_box, int position) {
+ lock.lock();
+ try {
+ _gtk_combo_box_remove_text(combo_box, position);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int _gtk_combo_box_get_active(int /*long*/ combo_box);
-public static final int gtk_combo_box_get_active(int /*long*/ combo_box) {
- lock.lock();
- try {
- return _gtk_combo_box_get_active(combo_box);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int _gtk_combo_box_get_active(
+ int /* long */combo_box);
+
+ public static final int gtk_combo_box_get_active(int /* long */combo_box) {
+ lock.lock();
+ try {
+ return _gtk_combo_box_get_active(combo_box);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_combo_box_get_model(int /*long*/ combo_box);
-public static final int /*long*/ gtk_combo_box_get_model(int /*long*/ combo_box) {
- lock.lock();
- try {
- return _gtk_combo_box_get_model(combo_box);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_combo_box_get_model(
+ int /* long */combo_box);
+
+ public static final int /* long */gtk_combo_box_get_model(
+ int /* long */combo_box) {
+ lock.lock();
+ try {
+ return _gtk_combo_box_get_model(combo_box);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_combo_box_set_active(int /*long*/ combo_box, int index);
-public static final void gtk_combo_box_set_active(int /*long*/ combo_box, int index) {
- lock.lock();
- try {
- _gtk_combo_box_set_active(combo_box, index);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_combo_box_set_active(
+ int /* long */combo_box, int index);
+
+ public static final void gtk_combo_box_set_active(int /* long */combo_box,
+ int index) {
+ lock.lock();
+ try {
+ _gtk_combo_box_set_active(combo_box, index);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_combo_box_popup(int /*long*/ combo_box);
-public static final void gtk_combo_box_popup(int /*long*/ combo_box) {
- lock.lock();
- try {
- _gtk_combo_box_popup(combo_box);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_combo_box_popup(int /* long */combo_box);
+
+ public static final void gtk_combo_box_popup(int /* long */combo_box) {
+ lock.lock();
+ try {
+ _gtk_combo_box_popup(combo_box);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_combo_box_popdown(int /*long*/ combo_box);
-public static final void gtk_combo_box_popdown(int /*long*/ combo_box) {
- lock.lock();
- try {
- _gtk_combo_box_popdown(combo_box);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_combo_box_popdown(
+ int /* long */combo_box);
+
+ public static final void gtk_combo_box_popdown(int /* long */combo_box) {
+ lock.lock();
+ try {
+ _gtk_combo_box_popdown(combo_box);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param container cast=(GtkContainer *)
- * @param widget cast=(GtkWidget *)
- */
-public static final native void _gtk_container_add(int /*long*/ container, int /*long*/ widget);
-public static final void gtk_container_add(int /*long*/ container, int /*long*/ widget) {
- lock.lock();
- try {
- _gtk_container_add(container, widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param container
+ * cast=(GtkContainer *)
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_container_add(
+ int /* long */container, int /* long */widget);
+
+ public static final void gtk_container_add(int /* long */container,
+ int /* long */widget) {
+ lock.lock();
+ try {
+ _gtk_container_add(container, widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param container cast=(GtkContainer *)
- * @param callback cast=(GtkCallback)
- * @param callback_data cast=(gpointer)
- */
-public static final native void _gtk_container_forall(int /*long*/ container, int /*long*/ callback, int /*long*/ callback_data);
-public static final void gtk_container_forall(int /*long*/ container, int /*long*/ callback, int /*long*/ callback_data) {
- lock.lock();
- try {
- _gtk_container_forall(container, callback, callback_data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param container
+ * cast=(GtkContainer *)
+ * @param callback
+ * cast=(GtkCallback)
+ * @param callback_data
+ * cast=(gpointer)
+ */
+ public static final native void _gtk_container_forall(
+ int /* long */container, int /* long */callback,
+ int /* long */callback_data);
+
+ public static final void gtk_container_forall(int /* long */container,
+ int /* long */callback, int /* long */callback_data) {
+ lock.lock();
+ try {
+ _gtk_container_forall(container, callback, callback_data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param container cast=(GtkContainer *) */
-public static final native int _gtk_container_get_border_width(int /*long*/ container);
-public static final int gtk_container_get_border_width(int /*long*/ container) {
- lock.lock();
- try {
- return _gtk_container_get_border_width(container);
- } finally {
- lock.unlock();
+
+ /**
+ * @param container
+ * cast=(GtkContainer *)
+ */
+ public static final native int _gtk_container_get_border_width(
+ int /* long */container);
+
+ public static final int gtk_container_get_border_width(
+ int /* long */container) {
+ lock.lock();
+ try {
+ return _gtk_container_get_border_width(container);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param container cast=(GtkContainer *) */
-public static final native int /*long*/ _gtk_container_get_children(int /*long*/ container);
-public static final int /*long*/ gtk_container_get_children(int /*long*/ container) {
- lock.lock();
- try {
- return _gtk_container_get_children(container);
- } finally {
- lock.unlock();
+
+ /**
+ * @param container
+ * cast=(GtkContainer *)
+ */
+ public static final native int /* long */_gtk_container_get_children(
+ int /* long */container);
+
+ public static final int /* long */gtk_container_get_children(
+ int /* long */container) {
+ lock.lock();
+ try {
+ return _gtk_container_get_children(container);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param container cast=(GtkContainer *)
- * @param widget cast=(GtkWidget *)
- */
-public static final native void _gtk_container_remove(int /*long*/ container, int /*long*/ widget);
-public static final void gtk_container_remove(int /*long*/ container, int /*long*/ widget) {
- lock.lock();
- try {
- _gtk_container_remove(container, widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param container
+ * cast=(GtkContainer *)
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_container_remove(
+ int /* long */container, int /* long */widget);
+
+ public static final void gtk_container_remove(int /* long */container,
+ int /* long */widget) {
+ lock.lock();
+ try {
+ _gtk_container_remove(container, widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param container cast=(GtkContainer *) */
-public static final native void _gtk_container_resize_children(int /*long*/ container);
-public static final void gtk_container_resize_children(int /*long*/ container) {
- lock.lock();
- try {
- _gtk_container_resize_children(container);
- } finally {
- lock.unlock();
+
+ /**
+ * @param container
+ * cast=(GtkContainer *)
+ */
+ public static final native void _gtk_container_resize_children(
+ int /* long */container);
+
+ public static final void gtk_container_resize_children(
+ int /* long */container) {
+ lock.lock();
+ try {
+ _gtk_container_resize_children(container);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param container cast=(GtkContainer *)
- * @param border_width cast=(guint)
- */
-public static final native void _gtk_container_set_border_width(int /*long*/ container, int border_width);
-public static final void gtk_container_set_border_width(int /*long*/ container, int border_width) {
- lock.lock();
- try {
- _gtk_container_set_border_width(container, border_width);
- } finally {
- lock.unlock();
+
+ /**
+ * @param container
+ * cast=(GtkContainer *)
+ * @param border_width
+ * cast=(guint)
+ */
+ public static final native void _gtk_container_set_border_width(
+ int /* long */container, int border_width);
+
+ public static final void gtk_container_set_border_width(
+ int /* long */container, int border_width) {
+ lock.lock();
+ try {
+ _gtk_container_set_border_width(container, border_width);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param dialog cast=(GtkDialog *)
- * @param button_text cast=(const gchar *)
- * @param response_id cast=(gint)
- */
-public static final native int /*long*/ _gtk_dialog_add_button(int /*long*/ dialog, byte[] button_text, int response_id);
-public static final int /*long*/ gtk_dialog_add_button(int /*long*/ dialog, byte[] button_text, int response_id) {
- lock.lock();
- try {
- return _gtk_dialog_add_button(dialog, button_text, response_id);
- } finally {
- lock.unlock();
+
+ /**
+ * @param dialog
+ * cast=(GtkDialog *)
+ * @param button_text
+ * cast=(const gchar *)
+ * @param response_id
+ * cast=(gint)
+ */
+ public static final native int /* long */_gtk_dialog_add_button(
+ int /* long */dialog, byte[] button_text, int response_id);
+
+ public static final int /* long */gtk_dialog_add_button(
+ int /* long */dialog, byte[] button_text, int response_id) {
+ lock.lock();
+ try {
+ return _gtk_dialog_add_button(dialog, button_text, response_id);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param dialog cast=(GtkDialog *) */
-public static final native int _gtk_dialog_run(int /*long*/ dialog);
-public static final int gtk_dialog_run(int /*long*/ dialog) {
- lock.lock();
- try {
- return _gtk_dialog_run(dialog);
- } finally {
- lock.unlock();
+
+ /**
+ * @param dialog
+ * cast=(GtkDialog *)
+ */
+ public static final native int _gtk_dialog_run(int /* long */dialog);
+
+ public static final int gtk_dialog_run(int /* long */dialog) {
+ lock.lock();
+ try {
+ return _gtk_dialog_run(dialog);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param targets cast=(GtkTargetList *)
- * @param actions cast=(GdkDragAction)
- * @param button cast=(gint)
- * @param event cast=(GdkEvent *)
- */
-public static final native int /*long*/ _gtk_drag_begin(int /*long*/ widget, int /*long*/ targets, int actions, int button, int /*long*/ event);
-public static final int /*long*/ gtk_drag_begin(int /*long*/ widget, int /*long*/ targets, int actions, int button, int /*long*/ event) {
- lock.lock();
- try {
- return _gtk_drag_begin(widget, targets, actions, button, event);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param targets
+ * cast=(GtkTargetList *)
+ * @param actions
+ * cast=(GdkDragAction)
+ * @param button
+ * cast=(gint)
+ * @param event
+ * cast=(GdkEvent *)
+ */
+ public static final native int /* long */_gtk_drag_begin(
+ int /* long */widget, int /* long */targets, int actions, int button,
+ int /* long */event);
+
+ public static final int /* long */gtk_drag_begin(int /* long */widget,
+ int /* long */targets, int actions, int button, int /* long */event) {
+ lock.lock();
+ try {
+ return _gtk_drag_begin(widget, targets, actions, button, event);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param start_x cast=(gint)
- * @param start_y cast=(gint)
- * @param current_x cast=(gint)
- * @param current_y cast=(gint)
- */
-public static final native boolean _gtk_drag_check_threshold(int /*long*/ widget, int start_x, int start_y, int current_x, int current_y);
-public static final boolean gtk_drag_check_threshold(int /*long*/ widget, int start_x, int start_y, int current_x, int current_y) {
- lock.lock();
- try {
- return _gtk_drag_check_threshold(widget, start_x, start_y, current_x, current_y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param start_x
+ * cast=(gint)
+ * @param start_y
+ * cast=(gint)
+ * @param current_x
+ * cast=(gint)
+ * @param current_y
+ * cast=(gint)
+ */
+ public static final native boolean _gtk_drag_check_threshold(
+ int /* long */widget, int start_x, int start_y, int current_x,
+ int current_y);
+
+ public static final boolean gtk_drag_check_threshold(int /* long */widget,
+ int start_x, int start_y, int current_x, int current_y) {
+ lock.lock();
+ try {
+ return _gtk_drag_check_threshold(widget, start_x, start_y,
+ current_x, current_y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param context cast=(GdkDragContext *)
- * @param target_list cast=(GtkTargetList *)
- */
-public static final native int /*long*/ _gtk_drag_dest_find_target(int /*long*/ widget, int /*long*/ context, int /*long*/ target_list);
-public static final int /*long*/ gtk_drag_dest_find_target(int /*long*/ widget, int /*long*/ context, int /*long*/ target_list) {
- lock.lock();
- try {
- return _gtk_drag_dest_find_target(widget, context, target_list);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param context
+ * cast=(GdkDragContext *)
+ * @param target_list
+ * cast=(GtkTargetList *)
+ */
+ public static final native int /* long */_gtk_drag_dest_find_target(
+ int /* long */widget, int /* long */context,
+ int /* long */target_list);
+
+ public static final int /* long */gtk_drag_dest_find_target(
+ int /* long */widget, int /* long */context,
+ int /* long */target_list) {
+ lock.lock();
+ try {
+ return _gtk_drag_dest_find_target(widget, context, target_list);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param flags cast=(GtkDestDefaults)
- * @param targets cast=(const GtkTargetEntry *)
- * @param n_targets cast=(gint)
- * @param actions cast=(GdkDragAction)
- */
-public static final native void _gtk_drag_dest_set(int /*long*/ widget, int flags, int /*long*/ targets, int n_targets, int actions);
-public static final void gtk_drag_dest_set(int /*long*/ widget, int flags, int /*long*/ targets, int n_targets, int actions) {
- lock.lock();
- try {
- _gtk_drag_dest_set(widget, flags, targets, n_targets, actions);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param flags
+ * cast=(GtkDestDefaults)
+ * @param targets
+ * cast=(const GtkTargetEntry *)
+ * @param n_targets
+ * cast=(gint)
+ * @param actions
+ * cast=(GdkDragAction)
+ */
+ public static final native void _gtk_drag_dest_set(int /* long */widget,
+ int flags, int /* long */targets, int n_targets, int actions);
+
+ public static final void gtk_drag_dest_set(int /* long */widget,
+ int flags, int /* long */targets, int n_targets, int actions) {
+ lock.lock();
+ try {
+ _gtk_drag_dest_set(widget, flags, targets, n_targets, actions);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native void _gtk_drag_dest_unset(int /*long*/ widget);
-public static final void gtk_drag_dest_unset(int /*long*/ widget) {
- lock.lock();
- try {
- _gtk_drag_dest_unset(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_drag_dest_unset(int /* long */widget);
+
+ public static final void gtk_drag_dest_unset(int /* long */widget) {
+ lock.lock();
+ try {
+ _gtk_drag_dest_unset(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param context cast=(GdkDragContext *)
- * @param success cast=(gboolean)
- * @param delete cast=(gboolean)
- * @param time cast=(guint32)
- */
-public static final native void _gtk_drag_finish(int /*long*/ context, boolean success, boolean delete, int time);
-public static final void gtk_drag_finish(int /*long*/ context, boolean success, boolean delete, int time) {
- lock.lock();
- try {
- _gtk_drag_finish(context, success, delete, time);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GdkDragContext *)
+ * @param success
+ * cast=(gboolean)
+ * @param delete
+ * cast=(gboolean)
+ * @param time
+ * cast=(guint32)
+ */
+ public static final native void _gtk_drag_finish(int /* long */context,
+ boolean success, boolean delete, int time);
+
+ public static final void gtk_drag_finish(int /* long */context,
+ boolean success, boolean delete, int time) {
+ lock.lock();
+ try {
+ _gtk_drag_finish(context, success, delete, time);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param context cast=(GdkDragContext *)
- * @param target cast=(GdkAtom)
- * @param time cast=(guint32)
- */
-public static final native void _gtk_drag_get_data(int /*long*/ widget, int /*long*/ context, int /*long*/ target, int time);
-public static final void gtk_drag_get_data(int /*long*/ widget, int /*long*/ context, int /*long*/ target, int time) {
- lock.lock();
- try {
- _gtk_drag_get_data(widget, context, target, time);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param context
+ * cast=(GdkDragContext *)
+ * @param target
+ * cast=(GdkAtom)
+ * @param time
+ * cast=(guint32)
+ */
+ public static final native void _gtk_drag_get_data(int /* long */widget,
+ int /* long */context, int /* long */target, int time);
+
+ public static final void gtk_drag_get_data(int /* long */widget,
+ int /* long */context, int /* long */target, int time) {
+ lock.lock();
+ try {
+ _gtk_drag_get_data(widget, context, target, time);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param context cast=(GdkDragContext *)
- * @param pixbuf cast=(GdkPixbuf *)
- */
-public static final native void _gtk_drag_set_icon_pixbuf(int /*long*/ context, int /*long*/ pixbuf, int hot_x, int hot_y);
-public static final void gtk_drag_set_icon_pixbuf(int /*long*/ context, int /*long*/ pixbuf, int hot_x, int hot_y) {
- lock.lock();
- try {
- _gtk_drag_set_icon_pixbuf(context, pixbuf, hot_x, hot_y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GdkDragContext *)
+ * @param pixbuf
+ * cast=(GdkPixbuf *)
+ */
+ public static final native void _gtk_drag_set_icon_pixbuf(
+ int /* long */context, int /* long */pixbuf, int hot_x, int hot_y);
+
+ public static final void gtk_drag_set_icon_pixbuf(int /* long */context,
+ int /* long */pixbuf, int hot_x, int hot_y) {
+ lock.lock();
+ try {
+ _gtk_drag_set_icon_pixbuf(context, pixbuf, hot_x, hot_y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_drawing_area_new();
-public static final int /*long*/ gtk_drawing_area_new() {
- lock.lock();
- try {
- return _gtk_drawing_area_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_drawing_area_new();
+
+ public static final int /* long */gtk_drawing_area_new() {
+ lock.lock();
+ try {
+ return _gtk_drawing_area_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param editable cast=(GtkEditable *) */
-public static final native void _gtk_editable_copy_clipboard(int /*long*/ editable);
-public static final void gtk_editable_copy_clipboard(int /*long*/ editable) {
- lock.lock();
- try {
- _gtk_editable_copy_clipboard(editable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param editable
+ * cast=(GtkEditable *)
+ */
+ public static final native void _gtk_editable_copy_clipboard(
+ int /* long */editable);
+
+ public static final void gtk_editable_copy_clipboard(int /* long */editable) {
+ lock.lock();
+ try {
+ _gtk_editable_copy_clipboard(editable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param editable cast=(GtkEditable *) */
-public static final native void _gtk_editable_cut_clipboard(int /*long*/ editable);
-public static final void gtk_editable_cut_clipboard(int /*long*/ editable) {
- lock.lock();
- try {
- _gtk_editable_cut_clipboard(editable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param editable
+ * cast=(GtkEditable *)
+ */
+ public static final native void _gtk_editable_cut_clipboard(
+ int /* long */editable);
+
+ public static final void gtk_editable_cut_clipboard(int /* long */editable) {
+ lock.lock();
+ try {
+ _gtk_editable_cut_clipboard(editable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param editable cast=(GtkEditable *) */
-public static final native void _gtk_editable_delete_selection(int /*long*/ editable);
-public static final void gtk_editable_delete_selection(int /*long*/ editable) {
- lock.lock();
- try {
- _gtk_editable_delete_selection(editable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param editable
+ * cast=(GtkEditable *)
+ */
+ public static final native void _gtk_editable_delete_selection(
+ int /* long */editable);
+
+ public static final void gtk_editable_delete_selection(
+ int /* long */editable) {
+ lock.lock();
+ try {
+ _gtk_editable_delete_selection(editable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param editable cast=(GtkEditable *)
- * @param start_pos cast=(gint)
- * @param end_pos cast=(gint)
- */
-public static final native void _gtk_editable_delete_text(int /*long*/ editable, int start_pos, int end_pos);
-public static final void gtk_editable_delete_text(int /*long*/ editable, int start_pos, int end_pos) {
- lock.lock();
- try {
- _gtk_editable_delete_text(editable, start_pos, end_pos);
- } finally {
- lock.unlock();
+
+ /**
+ * @param editable
+ * cast=(GtkEditable *)
+ * @param start_pos
+ * cast=(gint)
+ * @param end_pos
+ * cast=(gint)
+ */
+ public static final native void _gtk_editable_delete_text(
+ int /* long */editable, int start_pos, int end_pos);
+
+ public static final void gtk_editable_delete_text(int /* long */editable,
+ int start_pos, int end_pos) {
+ lock.lock();
+ try {
+ _gtk_editable_delete_text(editable, start_pos, end_pos);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param editable cast=(GtkEditable *)
- * @param start_pos cast=(gint)
- * @param end_pos cast=(gint)
- */
-public static final native int /*long*/ _gtk_editable_get_chars(int /*long*/ editable, int start_pos, int end_pos);
-public static final int /*long*/ gtk_editable_get_chars(int /*long*/ editable, int start_pos, int end_pos) {
- lock.lock();
- try {
- return _gtk_editable_get_chars(editable, start_pos, end_pos);
- } finally {
- lock.unlock();
+
+ /**
+ * @param editable
+ * cast=(GtkEditable *)
+ * @param start_pos
+ * cast=(gint)
+ * @param end_pos
+ * cast=(gint)
+ */
+ public static final native int /* long */_gtk_editable_get_chars(
+ int /* long */editable, int start_pos, int end_pos);
+
+ public static final int /* long */gtk_editable_get_chars(
+ int /* long */editable, int start_pos, int end_pos) {
+ lock.lock();
+ try {
+ return _gtk_editable_get_chars(editable, start_pos, end_pos);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param editable cast=(GtkEditable *) */
-public static final native boolean _gtk_editable_get_editable(int /*long*/ editable);
-public static final boolean gtk_editable_get_editable(int /*long*/ editable) {
- lock.lock();
- try {
- return _gtk_editable_get_editable(editable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param editable
+ * cast=(GtkEditable *)
+ */
+ public static final native boolean _gtk_editable_get_editable(
+ int /* long */editable);
+
+ public static final boolean gtk_editable_get_editable(int /* long */editable) {
+ lock.lock();
+ try {
+ return _gtk_editable_get_editable(editable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param editable cast=(GtkEditable *) */
-public static final native int _gtk_editable_get_position(int /*long*/ editable);
-public static final int gtk_editable_get_position(int /*long*/ editable) {
- lock.lock();
- try {
- return _gtk_editable_get_position(editable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param editable
+ * cast=(GtkEditable *)
+ */
+ public static final native int _gtk_editable_get_position(
+ int /* long */editable);
+
+ public static final int gtk_editable_get_position(int /* long */editable) {
+ lock.lock();
+ try {
+ return _gtk_editable_get_position(editable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param editable cast=(GtkEditable *)
- * @param start cast=(gint *)
- * @param end cast=(gint *)
- */
-public static final native boolean _gtk_editable_get_selection_bounds(int /*long*/ editable, int[] start, int[] end);
-public static final boolean gtk_editable_get_selection_bounds(int /*long*/ editable, int[] start, int[] end) {
- lock.lock();
- try {
- return _gtk_editable_get_selection_bounds(editable, start, end);
- } finally {
- lock.unlock();
+
+ /**
+ * @param editable
+ * cast=(GtkEditable *)
+ * @param start
+ * cast=(gint *)
+ * @param end
+ * cast=(gint *)
+ */
+ public static final native boolean _gtk_editable_get_selection_bounds(
+ int /* long */editable, int[] start, int[] end);
+
+ public static final boolean gtk_editable_get_selection_bounds(
+ int /* long */editable, int[] start, int[] end) {
+ lock.lock();
+ try {
+ return _gtk_editable_get_selection_bounds(editable, start, end);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param editable cast=(GtkEditable *)
- * @param new_text cast=(gchar *)
- * @param new_text_length cast=(gint)
- * @param position cast=(gint *)
- */
-public static final native void _gtk_editable_insert_text(int /*long*/ editable, byte[] new_text, int new_text_length, int[] position);
-public static final void gtk_editable_insert_text(int /*long*/ editable, byte[] new_text, int new_text_length, int[] position) {
- lock.lock();
- try {
- _gtk_editable_insert_text(editable, new_text, new_text_length, position);
- } finally {
- lock.unlock();
+
+ /**
+ * @param editable
+ * cast=(GtkEditable *)
+ * @param new_text
+ * cast=(gchar *)
+ * @param new_text_length
+ * cast=(gint)
+ * @param position
+ * cast=(gint *)
+ */
+ public static final native void _gtk_editable_insert_text(
+ int /* long */editable, byte[] new_text, int new_text_length,
+ int[] position);
+
+ public static final void gtk_editable_insert_text(int /* long */editable,
+ byte[] new_text, int new_text_length, int[] position) {
+ lock.lock();
+ try {
+ _gtk_editable_insert_text(editable, new_text, new_text_length,
+ position);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param editable cast=(GtkEditable *) */
-public static final native void _gtk_editable_paste_clipboard(int /*long*/ editable);
-public static final void gtk_editable_paste_clipboard(int /*long*/ editable) {
- lock.lock();
- try {
- _gtk_editable_paste_clipboard(editable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param editable
+ * cast=(GtkEditable *)
+ */
+ public static final native void _gtk_editable_paste_clipboard(
+ int /* long */editable);
+
+ public static final void gtk_editable_paste_clipboard(int /* long */editable) {
+ lock.lock();
+ try {
+ _gtk_editable_paste_clipboard(editable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param editable cast=(GtkEditable *)
- * @param start cast=(gint)
- * @param end cast=(gint)
- */
-public static final native void _gtk_editable_select_region(int /*long*/ editable, int start, int end);
-public static final void gtk_editable_select_region(int /*long*/ editable, int start, int end) {
- lock.lock();
- try {
- _gtk_editable_select_region(editable, start, end);
- } finally {
- lock.unlock();
+
+ /**
+ * @param editable
+ * cast=(GtkEditable *)
+ * @param start
+ * cast=(gint)
+ * @param end
+ * cast=(gint)
+ */
+ public static final native void _gtk_editable_select_region(
+ int /* long */editable, int start, int end);
+
+ public static final void gtk_editable_select_region(int /* long */editable,
+ int start, int end) {
+ lock.lock();
+ try {
+ _gtk_editable_select_region(editable, start, end);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param entry cast=(GtkEditable *)
- * @param editable cast=(gboolean)
- */
-public static final native void _gtk_editable_set_editable(int /*long*/ entry, boolean editable);
-public static final void gtk_editable_set_editable(int /*long*/ entry, boolean editable) {
- lock.lock();
- try {
- _gtk_editable_set_editable(entry, editable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param entry
+ * cast=(GtkEditable *)
+ * @param editable
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_editable_set_editable(
+ int /* long */entry, boolean editable);
+
+ public static final void gtk_editable_set_editable(int /* long */entry,
+ boolean editable) {
+ lock.lock();
+ try {
+ _gtk_editable_set_editable(entry, editable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param editable cast=(GtkEditable *)
- * @param position cast=(gint)
- */
-public static final native void _gtk_editable_set_position(int /*long*/ editable, int position);
-public static final void gtk_editable_set_position(int /*long*/ editable, int position) {
- lock.lock();
- try {
- _gtk_editable_set_position(editable, position);
- } finally {
- lock.unlock();
+
+ /**
+ * @param editable
+ * cast=(GtkEditable *)
+ * @param position
+ * cast=(gint)
+ */
+ public static final native void _gtk_editable_set_position(
+ int /* long */editable, int position);
+
+ public static final void gtk_editable_set_position(int /* long */editable,
+ int position) {
+ lock.lock();
+ try {
+ _gtk_editable_set_position(editable, position);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_entry_get_inner_border (int /*long*/ entry);
-public static final int /*long*/ gtk_entry_get_inner_border (int /*long*/ entry) {
- lock.lock();
- try {
- return _gtk_entry_get_inner_border(entry);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_entry_get_inner_border(
+ int /* long */entry);
+
+ public static final int /* long */gtk_entry_get_inner_border(
+ int /* long */entry) {
+ lock.lock();
+ try {
+ return _gtk_entry_get_inner_border(entry);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param entry cast=(GtkEntry *) */
-public static final native char _gtk_entry_get_invisible_char(int /*long*/ entry);
-public static final char gtk_entry_get_invisible_char(int /*long*/ entry) {
- lock.lock();
- try {
- return _gtk_entry_get_invisible_char(entry);
- } finally {
- lock.unlock();
+
+ /**
+ * @param entry
+ * cast=(GtkEntry *)
+ */
+ public static final native char _gtk_entry_get_invisible_char(
+ int /* long */entry);
+
+ public static final char gtk_entry_get_invisible_char(int /* long */entry) {
+ lock.lock();
+ try {
+ return _gtk_entry_get_invisible_char(entry);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param entry cast=(GtkEntry *) */
-public static final native int /*long*/ _gtk_entry_get_layout (int /*long*/ entry);
-public static final int /*long*/ gtk_entry_get_layout (int /*long*/ entry) {
- lock.lock();
- try {
- return _gtk_entry_get_layout(entry);
- } finally {
- lock.unlock();
+
+ /**
+ * @param entry
+ * cast=(GtkEntry *)
+ */
+ public static final native int /* long */_gtk_entry_get_layout(
+ int /* long */entry);
+
+ public static final int /* long */gtk_entry_get_layout(int /* long */entry) {
+ lock.lock();
+ try {
+ return _gtk_entry_get_layout(entry);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param entry cast=(GtkEntry *) */
-public static final native void _gtk_entry_get_layout_offsets (int /*long*/ entry, int[] x, int[] y);
-public static final void gtk_entry_get_layout_offsets (int /*long*/ entry, int[] x, int[] y) {
- lock.lock();
- try {
- _gtk_entry_get_layout_offsets(entry, x, y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param entry
+ * cast=(GtkEntry *)
+ */
+ public static final native void _gtk_entry_get_layout_offsets(
+ int /* long */entry, int[] x, int[] y);
+
+ public static final void gtk_entry_get_layout_offsets(int /* long */entry,
+ int[] x, int[] y) {
+ lock.lock();
+ try {
+ _gtk_entry_get_layout_offsets(entry, x, y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int _gtk_entry_text_index_to_layout_index (int /*long*/ entry, int index);
-public static final int gtk_entry_text_index_to_layout_index (int /*long*/ entry, int index) {
- lock.lock();
- try {
- return _gtk_entry_text_index_to_layout_index(entry, index);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int _gtk_entry_text_index_to_layout_index(
+ int /* long */entry, int index);
+
+ public static final int gtk_entry_text_index_to_layout_index(
+ int /* long */entry, int index) {
+ lock.lock();
+ try {
+ return _gtk_entry_text_index_to_layout_index(entry, index);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param entry cast=(GtkEntry *) */
-public static final native int _gtk_entry_get_max_length(int /*long*/ entry);
-public static final int gtk_entry_get_max_length(int /*long*/ entry) {
- lock.lock();
- try {
- return _gtk_entry_get_max_length(entry);
- } finally {
- lock.unlock();
+
+ /**
+ * @param entry
+ * cast=(GtkEntry *)
+ */
+ public static final native int _gtk_entry_get_max_length(int /* long */entry);
+
+ public static final int gtk_entry_get_max_length(int /* long */entry) {
+ lock.lock();
+ try {
+ return _gtk_entry_get_max_length(entry);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param entry cast=(GtkEntry *) */
-public static final native int /*long*/ _gtk_entry_get_text(int /*long*/ entry);
-public static final int /*long*/ gtk_entry_get_text(int /*long*/ entry) {
- lock.lock();
- try {
- return _gtk_entry_get_text(entry);
- } finally {
- lock.unlock();
+
+ /**
+ * @param entry
+ * cast=(GtkEntry *)
+ */
+ public static final native int /* long */_gtk_entry_get_text(
+ int /* long */entry);
+
+ public static final int /* long */gtk_entry_get_text(int /* long */entry) {
+ lock.lock();
+ try {
+ return _gtk_entry_get_text(entry);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native boolean _FcConfigAppFontAddFile(int /*long*/ config, byte[] file);
-public static final boolean FcConfigAppFontAddFile(int /*long*/ config, byte[] file) {
- lock.lock();
- try {
- return _FcConfigAppFontAddFile(config, file);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native boolean _FcConfigAppFontAddFile(
+ int /* long */config, byte[] file);
+
+ public static final boolean FcConfigAppFontAddFile(int /* long */config,
+ byte[] file) {
+ lock.lock();
+ try {
+ return _FcConfigAppFontAddFile(config, file);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param entry cast=(GtkEntry *) */
-public static final native boolean _gtk_entry_get_visibility(int /*long*/ entry);
-public static final boolean gtk_entry_get_visibility(int /*long*/ entry) {
- lock.lock();
- try {
- return _gtk_entry_get_visibility(entry);
- } finally {
- lock.unlock();
+
+ /**
+ * @param entry
+ * cast=(GtkEntry *)
+ */
+ public static final native boolean _gtk_entry_get_visibility(
+ int /* long */entry);
+
+ public static final boolean gtk_entry_get_visibility(int /* long */entry) {
+ lock.lock();
+ try {
+ return _gtk_entry_get_visibility(entry);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_entry_new();
-public static final int /*long*/ gtk_entry_new() {
- lock.lock();
- try {
- return _gtk_entry_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_entry_new();
+
+ public static final int /* long */gtk_entry_new() {
+ lock.lock();
+ try {
+ return _gtk_entry_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param entry cast=(GtkEntry *)
- * @param setting cast=(gboolean)
- */
-public static final native void _gtk_entry_set_activates_default(int /*long*/ entry, boolean setting);
-public static final void gtk_entry_set_activates_default(int /*long*/ entry, boolean setting) {
- lock.lock();
- try {
- _gtk_entry_set_activates_default(entry, setting);
- } finally {
- lock.unlock();
+
+ /**
+ * @param entry
+ * cast=(GtkEntry *)
+ * @param setting
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_entry_set_activates_default(
+ int /* long */entry, boolean setting);
+
+ public static final void gtk_entry_set_activates_default(
+ int /* long */entry, boolean setting) {
+ lock.lock();
+ try {
+ _gtk_entry_set_activates_default(entry, setting);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param entry cast=(GtkEntry *)
- * @param xalign cast=(gfloat)
- */
-public static final native void _gtk_entry_set_alignment(int /*long*/ entry, float xalign);
-public static final void gtk_entry_set_alignment(int /*long*/ entry, float xalign) {
- lock.lock();
- try {
- _gtk_entry_set_alignment(entry, xalign);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param entry
+ * cast=(GtkEntry *)
+ * @param xalign
+ * cast=(gfloat)
+ */
+ public static final native void _gtk_entry_set_alignment(
+ int /* long */entry, float xalign);
+
+ public static final void gtk_entry_set_alignment(int /* long */entry,
+ float xalign) {
+ lock.lock();
+ try {
+ _gtk_entry_set_alignment(entry, xalign);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param entry cast=(GtkEntry *)
- * @param setting cast=(gboolean)
- */
-public static final native void _gtk_entry_set_has_frame(int /*long*/ entry, boolean setting);
-public static final void gtk_entry_set_has_frame(int /*long*/ entry, boolean setting) {
- lock.lock();
- try {
- _gtk_entry_set_has_frame(entry, setting);
- } finally {
- lock.unlock();
+
+ /**
+ * @param entry
+ * cast=(GtkEntry *)
+ * @param setting
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_entry_set_has_frame(
+ int /* long */entry, boolean setting);
+
+ public static final void gtk_entry_set_has_frame(int /* long */entry,
+ boolean setting) {
+ lock.lock();
+ try {
+ _gtk_entry_set_has_frame(entry, setting);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_entry_set_icon_from_stock(int /*long*/ entry, int icon, byte[] stock);
-public static final void gtk_entry_set_icon_from_stock(int /*long*/ entry, int icon, byte[] stock) {
- lock.lock();
- try {
- _gtk_entry_set_icon_from_stock(entry, icon, stock);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_entry_set_icon_from_stock(
+ int /* long */entry, int icon, byte[] stock);
+
+ public static final void gtk_entry_set_icon_from_stock(
+ int /* long */entry, int icon, byte[] stock) {
+ lock.lock();
+ try {
+ _gtk_entry_set_icon_from_stock(entry, icon, stock);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_entry_set_icon_sensitive(int /*long*/ entry, int icon_pos, boolean sensitive);
-public static final void gtk_entry_set_icon_sensitive(int /*long*/ entry, int icon_pos, boolean sensitive) {
- lock.lock();
- try {
- _gtk_entry_set_icon_sensitive(entry, icon_pos, sensitive);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_entry_set_icon_sensitive(
+ int /* long */entry, int icon_pos, boolean sensitive);
+
+ public static final void gtk_entry_set_icon_sensitive(int /* long */entry,
+ int icon_pos, boolean sensitive) {
+ lock.lock();
+ try {
+ _gtk_entry_set_icon_sensitive(entry, icon_pos, sensitive);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param entry cast=(GtkEntry *)
- * @param ch cast=(gint)
- */
-public static final native void _gtk_entry_set_invisible_char(int /*long*/ entry, char ch);
-public static final void gtk_entry_set_invisible_char(int /*long*/ entry, char ch) {
- lock.lock();
- try {
- _gtk_entry_set_invisible_char(entry, ch);
- } finally {
- lock.unlock();
+
+ /**
+ * @param entry
+ * cast=(GtkEntry *)
+ * @param ch
+ * cast=(gint)
+ */
+ public static final native void _gtk_entry_set_invisible_char(
+ int /* long */entry, char ch);
+
+ public static final void gtk_entry_set_invisible_char(int /* long */entry,
+ char ch) {
+ lock.lock();
+ try {
+ _gtk_entry_set_invisible_char(entry, ch);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param entry cast=(GtkEntry *)
- * @param max cast=(gint)
- */
-public static final native void _gtk_entry_set_max_length(int /*long*/ entry, int max);
-public static final void gtk_entry_set_max_length(int /*long*/ entry, int max) {
- lock.lock();
- try {
- _gtk_entry_set_max_length(entry, max);
- } finally {
- lock.unlock();
+
+ /**
+ * @param entry
+ * cast=(GtkEntry *)
+ * @param max
+ * cast=(gint)
+ */
+ public static final native void _gtk_entry_set_max_length(
+ int /* long */entry, int max);
+
+ public static final void gtk_entry_set_max_length(int /* long */entry, int max) {
+ lock.lock();
+ try {
+ _gtk_entry_set_max_length(entry, max);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param entry cast=(GtkEntry *)
- * @param text cast=(const gchar *)
- */
-public static final native void _gtk_entry_set_text(int /*long*/ entry, byte[] text);
-public static final void gtk_entry_set_text(int /*long*/ entry, byte[] text) {
- lock.lock();
- try {
- _gtk_entry_set_text(entry, text);
- } finally {
- lock.unlock();
+
+ /**
+ * @param entry
+ * cast=(GtkEntry *)
+ * @param text
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_entry_set_text(int /* long */entry,
+ byte[] text);
+
+ public static final void gtk_entry_set_text(int /* long */entry, byte[] text) {
+ lock.lock();
+ try {
+ _gtk_entry_set_text(entry, text);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param entry cast=(GtkEntry *)
- * @param visible cast=(gboolean)
- */
-public static final native void _gtk_entry_set_visibility(int /*long*/ entry, boolean visible);
-public static final void gtk_entry_set_visibility(int /*long*/ entry, boolean visible) {
- lock.lock();
- try {
- _gtk_entry_set_visibility(entry, visible);
- } finally {
- lock.unlock();
+
+ /**
+ * @param entry
+ * cast=(GtkEntry *)
+ * @param visible
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_entry_set_visibility(
+ int /* long */entry, boolean visible);
+
+ public static final void gtk_entry_set_visibility(int /* long */entry,
+ boolean visible) {
+ lock.lock();
+ try {
+ _gtk_entry_set_visibility(entry, visible);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int _gtk_events_pending();
-public static final int gtk_events_pending() {
- lock.lock();
- try {
- return _gtk_events_pending();
- } finally {
- lock.unlock();
+
+ public static final native int _gtk_events_pending();
+
+ public static final int gtk_events_pending() {
+ lock.lock();
+ try {
+ return _gtk_events_pending();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native boolean _gtk_expander_get_expanded(int /*long*/ expander);
-public static final boolean gtk_expander_get_expanded(int /*long*/ expander) {
- lock.lock();
- try {
- return _gtk_expander_get_expanded(expander);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native boolean _gtk_expander_get_expanded(
+ int /* long */expander);
+
+ public static final boolean gtk_expander_get_expanded(int /* long */expander) {
+ lock.lock();
+ try {
+ return _gtk_expander_get_expanded(expander);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_expander_get_label_widget(int /*long*/ expander);
-public static final int /*long*/ gtk_expander_get_label_widget(int /*long*/ expander) {
- lock.lock();
- try {
- return _gtk_expander_get_label_widget(expander);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_expander_get_label_widget(
+ int /* long */expander);
+
+ public static final int /* long */gtk_expander_get_label_widget(
+ int /* long */expander) {
+ lock.lock();
+ try {
+ return _gtk_expander_get_label_widget(expander);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param label cast=(const gchar *)
- */
-public static final native int /*long*/ _gtk_expander_new(byte[] label);
-public static final int /*long*/ gtk_expander_new(byte[] label) {
- lock.lock();
- try {
- return _gtk_expander_new(label);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param label
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_gtk_expander_new(byte[] label);
+
+ public static final int /* long */gtk_expander_new(byte[] label) {
+ lock.lock();
+ try {
+ return _gtk_expander_new(label);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_expander_set_expanded(int /*long*/ expander, boolean expanded);
-public static final void gtk_expander_set_expanded(int /*long*/ expander, boolean expanded) {
- lock.lock();
- try {
- _gtk_expander_set_expanded(expander, expanded);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_expander_set_expanded(
+ int /* long */expander, boolean expanded);
+
+ public static final void gtk_expander_set_expanded(int /* long */expander,
+ boolean expanded) {
+ lock.lock();
+ try {
+ _gtk_expander_set_expanded(expander, expanded);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param label cast=(const gchar *)
- */
-public static final native void _gtk_expander_set_label(int /*long*/ expander, byte[] label);
-public static final void gtk_expander_set_label(int /*long*/ expander, byte[] label) {
- lock.lock();
- try {
- _gtk_expander_set_label(expander, label);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param label
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_expander_set_label(
+ int /* long */expander, byte[] label);
+
+ public static final void gtk_expander_set_label(int /* long */expander,
+ byte[] label) {
+ lock.lock();
+ try {
+ _gtk_expander_set_label(expander, label);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_expander_set_label_widget(int /*long*/ expander, int /*long*/ label_widget);
-public static final void gtk_expander_set_label_widget(int /*long*/ expander, int /*long*/ label_widget) {
- lock.lock();
- try {
- _gtk_expander_set_label_widget(expander, label_widget);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_expander_set_label_widget(
+ int /* long */expander, int /* long */label_widget);
+
+ public static final void gtk_expander_set_label_widget(
+ int /* long */expander, int /* long */label_widget) {
+ lock.lock();
+ try {
+ _gtk_expander_set_label_widget(expander, label_widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_file_chooser_add_filter(int /*long*/ chooser, int /*long*/ filter);
-public static final void gtk_file_chooser_add_filter(int /*long*/ chooser, int /*long*/ filter) {
- lock.lock();
- try {
- _gtk_file_chooser_add_filter(chooser, filter);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_file_chooser_add_filter(
+ int /* long */chooser, int /* long */filter);
+
+ public static final void gtk_file_chooser_add_filter(int /* long */chooser,
+ int /* long */filter) {
+ lock.lock();
+ try {
+ _gtk_file_chooser_add_filter(chooser, filter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=no_gen */
-public static final native int /*long*/ _gtk_file_chooser_dialog_new(byte[] title, int /*long*/ parent, int action, int /*long*/ first_button_text, int first_button_id, int /*long*/ second_button_text, int second_button_id, int /*long*/ terminator);
-public static final int /*long*/ gtk_file_chooser_dialog_new(byte[] title, int /*long*/ parent, int action, int /*long*/ first_button_text, int first_button_id, int /*long*/ second_button_text, int second_button_id, int /*long*/ terminator) {
- lock.lock();
- try {
- return _gtk_file_chooser_dialog_new(title, parent, action, first_button_text, first_button_id, second_button_text, second_button_id, terminator);
- } finally {
- lock.unlock();
+
+ /** @method flags=no_gen */
+ public static final native int /* long */_gtk_file_chooser_dialog_new(
+ byte[] title, int /* long */parent, int action,
+ int /* long */first_button_text, int first_button_id,
+ int /* long */second_button_text, int second_button_id,
+ int /* long */terminator);
+
+ public static final int /* long */gtk_file_chooser_dialog_new(byte[] title,
+ int /* long */parent, int action, int /* long */first_button_text,
+ int first_button_id, int /* long */second_button_text,
+ int second_button_id, int /* long */terminator) {
+ lock.lock();
+ try {
+ return _gtk_file_chooser_dialog_new(title, parent, action,
+ first_button_text, first_button_id, second_button_text,
+ second_button_id, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_file_chooser_get_current_folder(int /*long*/ chooser);
-public static final int /*long*/ gtk_file_chooser_get_current_folder(int /*long*/ chooser) {
- lock.lock();
- try {
- return _gtk_file_chooser_get_current_folder(chooser);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_file_chooser_get_current_folder(
+ int /* long */chooser);
+
+ public static final int /* long */gtk_file_chooser_get_current_folder(
+ int /* long */chooser) {
+ lock.lock();
+ try {
+ return _gtk_file_chooser_get_current_folder(chooser);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_file_chooser_get_filename(int /*long*/ chooser);
-public static final int /*long*/ gtk_file_chooser_get_filename(int /*long*/ chooser) {
- lock.lock();
- try {
- return _gtk_file_chooser_get_filename(chooser);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_file_chooser_get_filename(
+ int /* long */chooser);
+
+ public static final int /* long */gtk_file_chooser_get_filename(
+ int /* long */chooser) {
+ lock.lock();
+ try {
+ return _gtk_file_chooser_get_filename(chooser);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_file_chooser_get_filenames(int /*long*/ chooser);
-public static final int /*long*/ gtk_file_chooser_get_filenames(int /*long*/ chooser) {
- lock.lock();
- try {
- return _gtk_file_chooser_get_filenames(chooser);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_file_chooser_get_filenames(
+ int /* long */chooser);
+
+ public static final int /* long */gtk_file_chooser_get_filenames(
+ int /* long */chooser) {
+ lock.lock();
+ try {
+ return _gtk_file_chooser_get_filenames(chooser);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_file_chooser_get_uri(int /*long*/ chooser);
-public static final int /*long*/ gtk_file_chooser_get_uri(int /*long*/ chooser) {
- lock.lock();
- try {
- return _gtk_file_chooser_get_uri(chooser);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_file_chooser_get_uri(
+ int /* long */chooser);
+
+ public static final int /* long */gtk_file_chooser_get_uri(
+ int /* long */chooser) {
+ lock.lock();
+ try {
+ return _gtk_file_chooser_get_uri(chooser);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_file_chooser_get_uris(int /*long*/ chooser);
-public static final int /*long*/ gtk_file_chooser_get_uris(int /*long*/ chooser) {
- lock.lock();
- try {
- return _gtk_file_chooser_get_uris(chooser);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_file_chooser_get_uris(
+ int /* long */chooser);
+
+ public static final int /* long */gtk_file_chooser_get_uris(
+ int /* long */chooser) {
+ lock.lock();
+ try {
+ return _gtk_file_chooser_get_uris(chooser);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_file_chooser_get_filter(int /*long*/ chooser);
-public static final int /*long*/ gtk_file_chooser_get_filter(int /*long*/ chooser) {
- lock.lock();
- try {
- return _gtk_file_chooser_get_filter(chooser);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_file_chooser_get_filter(
+ int /* long */chooser);
+
+ public static final int /* long */gtk_file_chooser_get_filter(
+ int /* long */chooser) {
+ lock.lock();
+ try {
+ return _gtk_file_chooser_get_filter(chooser);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_file_chooser_set_current_folder(int /*long*/ chooser, int /*long*/ filename);
-public static final void gtk_file_chooser_set_current_folder(int /*long*/ chooser, int /*long*/ filename) {
- lock.lock();
- try {
- _gtk_file_chooser_set_current_folder(chooser, filename);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_file_chooser_set_current_folder(
+ int /* long */chooser, int /* long */filename);
+
+ public static final void gtk_file_chooser_set_current_folder(
+ int /* long */chooser, int /* long */filename) {
+ lock.lock();
+ try {
+ _gtk_file_chooser_set_current_folder(chooser, filename);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_file_chooser_set_current_folder_uri(int /*long*/ chooser, byte [] uri);
-public static final void gtk_file_chooser_set_current_folder_uri(int /*long*/ chooser, byte [] uri) {
- lock.lock();
- try {
- _gtk_file_chooser_set_current_folder_uri(chooser, uri);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_file_chooser_set_current_folder_uri(
+ int /* long */chooser, byte[] uri);
+
+ public static final void gtk_file_chooser_set_current_folder_uri(
+ int /* long */chooser, byte[] uri) {
+ lock.lock();
+ try {
+ _gtk_file_chooser_set_current_folder_uri(chooser, uri);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_file_chooser_set_current_name(int /*long*/ chooser, byte[] name);
-public static final void gtk_file_chooser_set_current_name(int /*long*/ chooser, byte[] name) {
- lock.lock();
- try {
- _gtk_file_chooser_set_current_name(chooser, name);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_file_chooser_set_current_name(
+ int /* long */chooser, byte[] name);
+
+ public static final void gtk_file_chooser_set_current_name(
+ int /* long */chooser, byte[] name) {
+ lock.lock();
+ try {
+ _gtk_file_chooser_set_current_name(chooser, name);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_file_chooser_set_local_only(int /*long*/ chooser, boolean local_only);
-public static final void gtk_file_chooser_set_local_only(int /*long*/ chooser, boolean local_only) {
- lock.lock();
- try {
- _gtk_file_chooser_set_local_only(chooser, local_only);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_file_chooser_set_local_only(
+ int /* long */chooser, boolean local_only);
+
+ public static final void gtk_file_chooser_set_local_only(
+ int /* long */chooser, boolean local_only) {
+ lock.lock();
+ try {
+ _gtk_file_chooser_set_local_only(chooser, local_only);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_file_chooser_set_do_overwrite_confirmation(int /*long*/ chooser, boolean do_overwrite_confirmation);
-public static final void gtk_file_chooser_set_do_overwrite_confirmation(int /*long*/ chooser, boolean do_overwrite_confirmation) {
- lock.lock();
- try {
- _gtk_file_chooser_set_do_overwrite_confirmation(chooser, do_overwrite_confirmation);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_file_chooser_set_do_overwrite_confirmation(
+ int /* long */chooser, boolean do_overwrite_confirmation);
+
+ public static final void gtk_file_chooser_set_do_overwrite_confirmation(
+ int /* long */chooser, boolean do_overwrite_confirmation) {
+ lock.lock();
+ try {
+ _gtk_file_chooser_set_do_overwrite_confirmation(chooser,
+ do_overwrite_confirmation);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_file_chooser_set_extra_widget(int /*long*/ chooser, int /*long*/ extra_widget);
-public static final void gtk_file_chooser_set_extra_widget(int /*long*/ chooser, int /*long*/ extra_widget) {
- lock.lock();
- try {
- _gtk_file_chooser_set_extra_widget(chooser, extra_widget);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_file_chooser_set_extra_widget(
+ int /* long */chooser, int /* long */extra_widget);
+
+ public static final void gtk_file_chooser_set_extra_widget(
+ int /* long */chooser, int /* long */extra_widget) {
+ lock.lock();
+ try {
+ _gtk_file_chooser_set_extra_widget(chooser, extra_widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_file_chooser_set_filename(int /*long*/ chooser, int /*long*/ name);
-public static final void gtk_file_chooser_set_filename(int /*long*/ chooser, int /*long*/ name) {
- lock.lock();
- try {
- _gtk_file_chooser_set_filename(chooser, name);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_file_chooser_set_filename(
+ int /* long */chooser, int /* long */name);
+
+ public static final void gtk_file_chooser_set_filename(
+ int /* long */chooser, int /* long */name) {
+ lock.lock();
+ try {
+ _gtk_file_chooser_set_filename(chooser, name);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_file_chooser_set_filter(int /*long*/ chooser, int /*long*/ filter);
-public static final void gtk_file_chooser_set_filter(int /*long*/ chooser, int /*long*/ filter) {
- lock.lock();
- try {
- _gtk_file_chooser_set_filter(chooser, filter);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_file_chooser_set_filter(
+ int /* long */chooser, int /* long */filter);
+
+ public static final void gtk_file_chooser_set_filter(int /* long */chooser,
+ int /* long */filter) {
+ lock.lock();
+ try {
+ _gtk_file_chooser_set_filter(chooser, filter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_file_chooser_set_uri(int /*long*/ chooser, byte [] uri);
-public static final void gtk_file_chooser_set_uri(int /*long*/ chooser, byte [] uri) {
- lock.lock();
- try {
- _gtk_file_chooser_set_uri(chooser, uri);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_file_chooser_set_uri(
+ int /* long */chooser, byte[] uri);
+
+ public static final void gtk_file_chooser_set_uri(int /* long */chooser,
+ byte[] uri) {
+ lock.lock();
+ try {
+ _gtk_file_chooser_set_uri(chooser, uri);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_file_chooser_set_select_multiple(int /*long*/ chooser, boolean select_multiple);
-public static final void gtk_file_chooser_set_select_multiple(int /*long*/ chooser, boolean select_multiple) {
- lock.lock();
- try {
- _gtk_file_chooser_set_select_multiple(chooser, select_multiple);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_file_chooser_set_select_multiple(
+ int /* long */chooser, boolean select_multiple);
+
+ public static final void gtk_file_chooser_set_select_multiple(
+ int /* long */chooser, boolean select_multiple) {
+ lock.lock();
+ try {
+ _gtk_file_chooser_set_select_multiple(chooser, select_multiple);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_file_filter_add_pattern(int /*long*/ filter, byte[] pattern);
-public static final void gtk_file_filter_add_pattern(int /*long*/ filter, byte[] pattern) {
- lock.lock();
- try {
- _gtk_file_filter_add_pattern(filter, pattern);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_file_filter_add_pattern(
+ int /* long */filter, byte[] pattern);
+
+ public static final void gtk_file_filter_add_pattern(int /* long */filter,
+ byte[] pattern) {
+ lock.lock();
+ try {
+ _gtk_file_filter_add_pattern(filter, pattern);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_file_filter_new();
-public static final int /*long*/ gtk_file_filter_new() {
- lock.lock();
- try {
- return _gtk_file_filter_new();
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_file_filter_new();
+
+ public static final int /* long */gtk_file_filter_new() {
+ lock.lock();
+ try {
+ return _gtk_file_filter_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_file_filter_get_name(int /*long*/ filter);
-public static final int /*long*/ gtk_file_filter_get_name(int /*long*/ filter) {
- lock.lock();
- try {
- return _gtk_file_filter_get_name(filter);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_file_filter_get_name(
+ int /* long */filter);
+
+ public static final int /* long */gtk_file_filter_get_name(
+ int /* long */filter) {
+ lock.lock();
+ try {
+ return _gtk_file_filter_get_name(filter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_file_filter_set_name(int /*long*/ filter, byte[] name);
-public static final void gtk_file_filter_set_name(int /*long*/ filter, byte[] name) {
- lock.lock();
- try {
- _gtk_file_filter_set_name(filter, name);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_file_filter_set_name(
+ int /* long */filter, byte[] name);
+
+ public static final void gtk_file_filter_set_name(int /* long */filter,
+ byte[] name) {
+ lock.lock();
+ try {
+ _gtk_file_filter_set_name(filter, name);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param fixed cast=(GtkFixed *)
- * @param widget cast=(GtkWidget *)
- * @param x cast=(gint)
- * @param y cast=(gint)
- */
-public static final native void _gtk_fixed_move(int /*long*/ fixed, int /*long*/ widget, int x, int y);
-public static final void gtk_fixed_move(int /*long*/ fixed, int /*long*/ widget, int x, int y) {
- lock.lock();
- try {
- _gtk_fixed_move(fixed, widget, x, y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param fixed
+ * cast=(GtkFixed *)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param x
+ * cast=(gint)
+ * @param y
+ * cast=(gint)
+ */
+ public static final native void _gtk_fixed_move(int /* long */fixed,
+ int /* long */widget, int x, int y);
+
+ public static final void gtk_fixed_move(int /* long */fixed,
+ int /* long */widget, int x, int y) {
+ lock.lock();
+ try {
+ _gtk_fixed_move(fixed, widget, x, y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_fixed_new();
-public static final int /*long*/ gtk_fixed_new() {
- lock.lock();
- try {
- return _gtk_fixed_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_fixed_new();
+
+ public static final int /* long */gtk_fixed_new() {
+ lock.lock();
+ try {
+ return _gtk_fixed_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param fixed cast=(GtkFixed *)
- * @param has_window cast=(gboolean)
- */
-public static final native void _gtk_fixed_set_has_window(int /*long*/ fixed, boolean has_window);
-public static final void gtk_fixed_set_has_window(int /*long*/ fixed, boolean has_window) {
- lock.lock();
- try {
- _gtk_fixed_set_has_window(fixed, has_window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param fixed
+ * cast=(GtkFixed *)
+ * @param has_window
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_fixed_set_has_window(
+ int /* long */fixed, boolean has_window);
+
+ public static final void gtk_fixed_set_has_window(int /* long */fixed,
+ boolean has_window) {
+ lock.lock();
+ try {
+ _gtk_fixed_set_has_window(fixed, has_window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param fsd cast=(GtkFontSelectionDialog *) */
-public static final native int /*long*/ _gtk_font_selection_dialog_get_font_name(int /*long*/ fsd);
-public static final int /*long*/ gtk_font_selection_dialog_get_font_name(int /*long*/ fsd) {
- lock.lock();
- try {
- return _gtk_font_selection_dialog_get_font_name(fsd);
- } finally {
- lock.unlock();
+
+ /**
+ * @param fsd
+ * cast=(GtkFontSelectionDialog *)
+ */
+ public static final native int /* long */_gtk_font_selection_dialog_get_font_name(
+ int /* long */fsd);
+
+ public static final int /* long */gtk_font_selection_dialog_get_font_name(
+ int /* long */fsd) {
+ lock.lock();
+ try {
+ return _gtk_font_selection_dialog_get_font_name(fsd);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param title cast=(const gchar *) */
-public static final native int /*long*/ _gtk_font_selection_dialog_new(byte[] title);
-public static final int /*long*/ gtk_font_selection_dialog_new(byte[] title) {
- lock.lock();
- try {
- return _gtk_font_selection_dialog_new(title);
- } finally {
- lock.unlock();
+
+ /**
+ * @param title
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_gtk_font_selection_dialog_new(
+ byte[] title);
+
+ public static final int /* long */gtk_font_selection_dialog_new(byte[] title) {
+ lock.lock();
+ try {
+ return _gtk_font_selection_dialog_new(title);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param fsd cast=(GtkFontSelectionDialog *)
- * @param fontname cast=(const gchar *)
- */
-public static final native boolean _gtk_font_selection_dialog_set_font_name(int /*long*/ fsd, byte[] fontname);
-public static final boolean gtk_font_selection_dialog_set_font_name(int /*long*/ fsd, byte[] fontname) {
- lock.lock();
- try {
- return _gtk_font_selection_dialog_set_font_name(fsd, fontname);
- } finally {
- lock.unlock();
+
+ /**
+ * @param fsd
+ * cast=(GtkFontSelectionDialog *)
+ * @param fontname
+ * cast=(const gchar *)
+ */
+ public static final native boolean _gtk_font_selection_dialog_set_font_name(
+ int /* long */fsd, byte[] fontname);
+
+ public static final boolean gtk_font_selection_dialog_set_font_name(
+ int /* long */fsd, byte[] fontname) {
+ lock.lock();
+ try {
+ return _gtk_font_selection_dialog_set_font_name(fsd, fontname);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param label cast=(const gchar *) */
-public static final native int /*long*/ _gtk_frame_new(byte[] label);
-public static final int /*long*/ gtk_frame_new(byte[] label) {
- lock.lock();
- try {
- return _gtk_frame_new(label);
- } finally {
- lock.unlock();
+
+ /**
+ * @param label
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_gtk_frame_new(byte[] label);
+
+ public static final int /* long */gtk_frame_new(byte[] label) {
+ lock.lock();
+ try {
+ return _gtk_frame_new(label);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param frame cast=(GtkFrame *) */
-public static final native int /*long*/ _gtk_frame_get_label_widget(int /*long*/ frame);
-public static final int /*long*/ gtk_frame_get_label_widget(int /*long*/ frame) {
- lock.lock();
- try {
- return _gtk_frame_get_label_widget(frame);
- } finally {
- lock.unlock();
+
+ /**
+ * @param frame
+ * cast=(GtkFrame *)
+ */
+ public static final native int /* long */_gtk_frame_get_label_widget(
+ int /* long */frame);
+
+ public static final int /* long */gtk_frame_get_label_widget(
+ int /* long */frame) {
+ lock.lock();
+ try {
+ return _gtk_frame_get_label_widget(frame);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param frame cast=(GtkFrame *)
- * @param label cast=(const gchar *)
- */
-public static final native void _gtk_frame_set_label(int /*long*/ frame, byte[] label);
-public static final void gtk_frame_set_label(int /*long*/ frame, byte[] label) {
- lock.lock();
- try {
- _gtk_frame_set_label(frame, label);
- } finally {
- lock.unlock();
+
+ /**
+ * @param frame
+ * cast=(GtkFrame *)
+ * @param label
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_frame_set_label(int /* long */frame,
+ byte[] label);
+
+ public static final void gtk_frame_set_label(int /* long */frame,
+ byte[] label) {
+ lock.lock();
+ try {
+ _gtk_frame_set_label(frame, label);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param frame cast=(GtkFrame *)
- * @param label_widget cast=(GtkWidget *)
- */
-public static final native void _gtk_frame_set_label_widget(int /*long*/ frame, int /*long*/ label_widget);
-public static final void gtk_frame_set_label_widget(int /*long*/ frame, int /*long*/ label_widget) {
- lock.lock();
- try {
- _gtk_frame_set_label_widget(frame, label_widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param frame
+ * cast=(GtkFrame *)
+ * @param label_widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_frame_set_label_widget(
+ int /* long */frame, int /* long */label_widget);
+
+ public static final void gtk_frame_set_label_widget(int /* long */frame,
+ int /* long */label_widget) {
+ lock.lock();
+ try {
+ _gtk_frame_set_label_widget(frame, label_widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param frame cast=(GtkFrame *)
- * @param type cast=(GtkShadowType)
- */
-public static final native void _gtk_frame_set_shadow_type(int /*long*/ frame, int type);
-public static final void gtk_frame_set_shadow_type(int /*long*/ frame, int type) {
- lock.lock();
- try {
- _gtk_frame_set_shadow_type(frame, type);
- } finally {
- lock.unlock();
+
+ /**
+ * @param frame
+ * cast=(GtkFrame *)
+ * @param type
+ * cast=(GtkShadowType)
+ */
+ public static final native void _gtk_frame_set_shadow_type(
+ int /* long */frame, int type);
+
+ public static final void gtk_frame_set_shadow_type(int /* long */frame,
+ int type) {
+ lock.lock();
+ try {
+ _gtk_frame_set_shadow_type(frame, type);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_get_current_event();
-public static final int /*long*/ gtk_get_current_event() {
- lock.lock();
- try {
- return _gtk_get_current_event();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_get_current_event();
+
+ public static final int /* long */gtk_get_current_event() {
+ lock.lock();
+ try {
+ return _gtk_get_current_event();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param state cast=(GdkModifierType*) */
-public static final native boolean _gtk_get_current_event_state (int[] state);
-public static final boolean gtk_get_current_event_state (int[] state) {
- lock.lock();
- try {
- return _gtk_get_current_event_state(state);
- } finally {
- lock.unlock();
+
+ /**
+ * @param state
+ * cast=(GdkModifierType*)
+ */
+ public static final native boolean _gtk_get_current_event_state(int[] state);
+
+ public static final boolean gtk_get_current_event_state(int[] state) {
+ lock.lock();
+ try {
+ return _gtk_get_current_event_state(state);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int _gtk_get_current_event_time();
-public static final int gtk_get_current_event_time() {
- lock.lock();
- try {
- return _gtk_get_current_event_time();
- } finally {
- lock.unlock();
+
+ public static final native int _gtk_get_current_event_time();
+
+ public static final int gtk_get_current_event_time() {
+ lock.lock();
+ try {
+ return _gtk_get_current_event_time();
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_get_default_language();
-public static final int /*long*/ gtk_get_default_language() {
- lock.lock();
- try {
- return _gtk_get_default_language();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_get_default_language();
+
+ public static final int /* long */gtk_get_default_language() {
+ lock.lock();
+ try {
+ return _gtk_get_default_language();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param event cast=(GdkEvent *) */
-public static final native int /*long*/ _gtk_get_event_widget(int /*long*/ event);
-public static final int /*long*/ gtk_get_event_widget(int /*long*/ event) {
- lock.lock();
- try {
- return _gtk_get_event_widget(event);
- } finally {
- lock.unlock();
+
+ /**
+ * @param event
+ * cast=(GdkEvent *)
+ */
+ public static final native int /* long */_gtk_get_event_widget(
+ int /* long */event);
+
+ public static final int /* long */gtk_get_event_widget(int /* long */event) {
+ lock.lock();
+ try {
+ return _gtk_get_event_widget(event);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native void _gtk_grab_add(int /*long*/ widget);
-public static final void gtk_grab_add(int /*long*/ widget) {
- lock.lock();
- try {
- _gtk_grab_add(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_grab_add(int /* long */widget);
+
+ public static final void gtk_grab_add(int /* long */widget) {
+ lock.lock();
+ try {
+ _gtk_grab_add(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_grab_get_current();
-public static final int /*long*/ gtk_grab_get_current() {
- lock.lock();
- try {
- return _gtk_grab_get_current();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_grab_get_current();
+
+ public static final int /* long */gtk_grab_get_current() {
+ lock.lock();
+ try {
+ return _gtk_grab_get_current();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native void _gtk_grab_remove(int /*long*/ widget);
-public static final void gtk_grab_remove(int /*long*/ widget) {
- lock.lock();
- try {
- _gtk_grab_remove(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_grab_remove(int /* long */widget);
+
+ public static final void gtk_grab_remove(int /* long */widget) {
+ lock.lock();
+ try {
+ _gtk_grab_remove(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param homogeneous cast=(gboolean)
- * @param spacing cast=(gint)
- */
-public static final native int /*long*/ _gtk_hbox_new(boolean homogeneous, int spacing);
-public static final int /*long*/ gtk_hbox_new(boolean homogeneous, int spacing) {
- lock.lock();
- try {
- return _gtk_hbox_new(homogeneous, spacing);
- } finally {
- lock.unlock();
+
+ /**
+ * @param homogeneous
+ * cast=(gboolean)
+ * @param spacing
+ * cast=(gint)
+ */
+ public static final native int /* long */_gtk_hbox_new(
+ boolean homogeneous, int spacing);
+
+ public static final int /* long */gtk_hbox_new(boolean homogeneous,
+ int spacing) {
+ lock.lock();
+ try {
+ return _gtk_hbox_new(homogeneous, spacing);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param adjustment cast=(GtkAdjustment *) */
-public static final native int /*long*/ _gtk_hscale_new(int /*long*/ adjustment);
-public static final int /*long*/ gtk_hscale_new(int /*long*/ adjustment) {
- lock.lock();
- try {
- return _gtk_hscale_new(adjustment);
- } finally {
- lock.unlock();
+
+ /**
+ * @param adjustment
+ * cast=(GtkAdjustment *)
+ */
+ public static final native int /* long */_gtk_hscale_new(
+ int /* long */adjustment);
+
+ public static final int /* long */gtk_hscale_new(int /* long */adjustment) {
+ lock.lock();
+ try {
+ return _gtk_hscale_new(adjustment);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param adjustment cast=(GtkAdjustment *) */
-public static final native int /*long*/ _gtk_hscrollbar_new(int /*long*/ adjustment);
-public static final int /*long*/ gtk_hscrollbar_new(int /*long*/ adjustment) {
- lock.lock();
- try {
- return _gtk_hscrollbar_new(adjustment);
- } finally {
- lock.unlock();
+
+ /**
+ * @param adjustment
+ * cast=(GtkAdjustment *)
+ */
+ public static final native int /* long */_gtk_hscrollbar_new(
+ int /* long */adjustment);
+
+ public static final int /* long */gtk_hscrollbar_new(
+ int /* long */adjustment) {
+ lock.lock();
+ try {
+ return _gtk_hscrollbar_new(adjustment);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_hseparator_new();
-public static final int /*long*/ gtk_hseparator_new() {
- lock.lock();
- try {
- return _gtk_hseparator_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_hseparator_new();
+
+ public static final int /* long */gtk_hseparator_new() {
+ lock.lock();
+ try {
+ return _gtk_hseparator_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_status_icon_position_menu_func();
-public static final int /*long*/ gtk_status_icon_position_menu_func() {
- lock.lock();
- try {
- return _gtk_status_icon_position_menu_func();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_status_icon_position_menu_func();
+
+ public static final int /* long */gtk_status_icon_position_menu_func() {
+ lock.lock();
+ try {
+ return _gtk_status_icon_position_menu_func();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- */
-public static final native void _gtk_icon_info_free(int /*long*/ icon_info);
-public static final void gtk_icon_info_free(int /*long*/ icon_info) {
- lock.lock();
- try {
- _gtk_icon_info_free(icon_info);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ */
+ public static final native void _gtk_icon_info_free(int /* long */icon_info);
+
+ public static final void gtk_icon_info_free(int /* long */icon_info) {
+ lock.lock();
+ try {
+ _gtk_icon_info_free(icon_info);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param stock_id cast=(const gchar *) */
-public static final native int /*long*/ _gtk_icon_factory_lookup_default(byte[] stock_id);
-public static final int /*long*/ gtk_icon_factory_lookup_default(byte[] stock_id) {
- lock.lock();
- try {
- return _gtk_icon_factory_lookup_default(stock_id);
- } finally {
- lock.unlock();
+
+ /**
+ * @param stock_id
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_gtk_icon_factory_lookup_default(
+ byte[] stock_id);
+
+ public static final int /* long */gtk_icon_factory_lookup_default(
+ byte[] stock_id) {
+ lock.lock();
+ try {
+ return _gtk_icon_factory_lookup_default(stock_id);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param source cast=(GtkIconSource *) */
-public static final native void _gtk_icon_source_free(int /*long*/ source);
-public static final void gtk_icon_source_free(int /*long*/ source) {
- lock.lock();
- try {
- _gtk_icon_source_free(source);
- } finally {
- lock.unlock();
+
+ /**
+ * @param source
+ * cast=(GtkIconSource *)
+ */
+ public static final native void _gtk_icon_source_free(int /* long */source);
+
+ public static final void gtk_icon_source_free(int /* long */source) {
+ lock.lock();
+ try {
+ _gtk_icon_source_free(source);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_icon_source_new();
-public static final int /*long*/ gtk_icon_source_new() {
- lock.lock();
- try {
- return _gtk_icon_source_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_icon_source_new();
+
+ public static final int /* long */gtk_icon_source_new() {
+ lock.lock();
+ try {
+ return _gtk_icon_source_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param source cast=(GtkIconSource *)
- * @param pixbuf cast=(GdkPixbuf *)
- */
-public static final native void _gtk_icon_source_set_pixbuf(int /*long*/ source, int /*long*/ pixbuf);
-public static final void gtk_icon_source_set_pixbuf(int /*long*/ source, int /*long*/ pixbuf) {
- lock.lock();
- try {
- _gtk_icon_source_set_pixbuf(source, pixbuf);
- } finally {
- lock.unlock();
+
+ /**
+ * @param source
+ * cast=(GtkIconSource *)
+ * @param pixbuf
+ * cast=(GdkPixbuf *)
+ */
+ public static final native void _gtk_icon_source_set_pixbuf(
+ int /* long */source, int /* long */pixbuf);
+
+ public static final void gtk_icon_source_set_pixbuf(int /* long */source,
+ int /* long */pixbuf) {
+ lock.lock();
+ try {
+ _gtk_icon_source_set_pixbuf(source, pixbuf);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param icon_set cast=(GtkIconSet *)
- * @param style cast=(GtkStyle *)
- * @param direction cast=(GtkTextDirection)
- * @param state cast=(GtkStateType)
- * @param size cast=(GtkIconSize)
- * @param widget cast=(GtkWidget *)
- * @param detail cast=(const char *)
- */
-public static final native int /*long*/ _gtk_icon_set_render_icon(int /*long*/ icon_set, int /*long*/ style, int direction, int state, int size, int /*long*/ widget, int /*long*/ detail);
-public static final int /*long*/ gtk_icon_set_render_icon(int /*long*/ icon_set, int /*long*/ style, int direction, int state, int size, int /*long*/ widget, int /*long*/ detail) {
- lock.lock();
- try {
- return _gtk_icon_set_render_icon(icon_set, style, direction, state, size, widget, detail);
- } finally {
- lock.unlock();
+
+ /**
+ * @param icon_set
+ * cast=(GtkIconSet *)
+ * @param style
+ * cast=(GtkStyle *)
+ * @param direction
+ * cast=(GtkTextDirection)
+ * @param state
+ * cast=(GtkStateType)
+ * @param size
+ * cast=(GtkIconSize)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param detail
+ * cast=(const char *)
+ */
+ public static final native int /* long */_gtk_icon_set_render_icon(
+ int /* long */icon_set, int /* long */style, int direction,
+ int state, int size, int /* long */widget, int /* long */detail);
+
+ public static final int /* long */gtk_icon_set_render_icon(
+ int /* long */icon_set, int /* long */style, int direction,
+ int state, int size, int /* long */widget, int /* long */detail) {
+ lock.lock();
+ try {
+ return _gtk_icon_set_render_icon(icon_set, style, direction, state,
+ size, widget, detail);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- */
-public static final native int /*long*/ _gtk_icon_theme_get_default();
-public static final int /*long*/ gtk_icon_theme_get_default() {
- lock.lock();
- try {
- return _gtk_icon_theme_get_default ();
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ */
+ public static final native int /* long */_gtk_icon_theme_get_default();
+
+ public static final int /* long */gtk_icon_theme_get_default() {
+ lock.lock();
+ try {
+ return _gtk_icon_theme_get_default();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- */
-public static final native int /*long*/ _gtk_icon_theme_lookup_by_gicon(int /*long*/ icon_theme, int /*long*/ icon, int size, int flags);
-public static final int /*long*/ gtk_icon_theme_lookup_by_gicon(int /*long*/ icon_theme, int /*long*/ icon, int size, int flags) {
- lock.lock();
- try {
- return _gtk_icon_theme_lookup_by_gicon (icon_theme, icon, size, flags);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ */
+ public static final native int /* long */_gtk_icon_theme_lookup_by_gicon(
+ int /* long */icon_theme, int /* long */icon, int size, int flags);
+
+ public static final int /* long */gtk_icon_theme_lookup_by_gicon(
+ int /* long */icon_theme, int /* long */icon, int size, int flags) {
+ lock.lock();
+ try {
+ return _gtk_icon_theme_lookup_by_gicon(icon_theme, icon, size,
+ flags);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- */
-public static final native int /*long*/ _gtk_icon_info_load_icon(int /*long*/ icon_info, int /*long*/ error[]);
-public static final int /*long*/ gtk_icon_info_load_icon(int /*long*/ icon_info, int /*long*/ error[]) {
- lock.lock();
- try {
- return _gtk_icon_info_load_icon(icon_info, error);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ */
+ public static final native int /* long */_gtk_icon_info_load_icon(
+ int /* long */icon_info, int /* long */error[]);
+
+ public static final int /* long */gtk_icon_info_load_icon(
+ int /* long */icon_info, int /* long */error[]) {
+ lock.lock();
+ try {
+ return _gtk_icon_info_load_icon(icon_info, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param context cast=(GtkIMContext *)
- * @param event cast=(GdkEventKey *)
- */
-public static final native boolean _gtk_im_context_filter_keypress(int /*long*/ context, int /*long*/ event);
-public static final boolean gtk_im_context_filter_keypress(int /*long*/ context, int /*long*/ event) {
- lock.lock();
- try {
- return _gtk_im_context_filter_keypress(context, event);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GtkIMContext *)
+ * @param event
+ * cast=(GdkEventKey *)
+ */
+ public static final native boolean _gtk_im_context_filter_keypress(
+ int /* long */context, int /* long */event);
+
+ public static final boolean gtk_im_context_filter_keypress(
+ int /* long */context, int /* long */event) {
+ lock.lock();
+ try {
+ return _gtk_im_context_filter_keypress(context, event);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param context cast=(GtkIMContext *) */
-public static final native void _gtk_im_context_focus_in(int /*long*/ context);
-public static final void gtk_im_context_focus_in(int /*long*/ context) {
- lock.lock();
- try {
- _gtk_im_context_focus_in(context);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GtkIMContext *)
+ */
+ public static final native void _gtk_im_context_focus_in(
+ int /* long */context);
+
+ public static final void gtk_im_context_focus_in(int /* long */context) {
+ lock.lock();
+ try {
+ _gtk_im_context_focus_in(context);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param context cast=(GtkIMContext *) */
-public static final native void _gtk_im_context_focus_out(int /*long*/ context);
-public static final void gtk_im_context_focus_out(int /*long*/ context) {
- lock.lock();
- try {
- _gtk_im_context_focus_out(context);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GtkIMContext *)
+ */
+ public static final native void _gtk_im_context_focus_out(
+ int /* long */context);
+
+ public static final void gtk_im_context_focus_out(int /* long */context) {
+ lock.lock();
+ try {
+ _gtk_im_context_focus_out(context);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param context cast=(GtkIMContext *)
- * @param str cast=(gchar **)
- * @param attrs cast=(PangoAttrList **)
- * @param cursor_pos cast=(gint *)
- */
-public static final native void _gtk_im_context_get_preedit_string(int /*long*/ context, int /*long*/[] str, int /*long*/[] attrs, int[] cursor_pos);
-public static final void gtk_im_context_get_preedit_string(int /*long*/ context, int /*long*/[] str, int /*long*/[] attrs, int[] cursor_pos) {
- lock.lock();
- try {
- _gtk_im_context_get_preedit_string(context, str, attrs, cursor_pos);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GtkIMContext *)
+ * @param str
+ * cast=(gchar **)
+ * @param attrs
+ * cast=(PangoAttrList **)
+ * @param cursor_pos
+ * cast=(gint *)
+ */
+ public static final native void _gtk_im_context_get_preedit_string(
+ int /* long */context, int /* long */[] str, int /* long */[] attrs,
+ int[] cursor_pos);
+
+ public static final void gtk_im_context_get_preedit_string(
+ int /* long */context, int /* long */[] str, int /* long */[] attrs,
+ int[] cursor_pos) {
+ lock.lock();
+ try {
+ _gtk_im_context_get_preedit_string(context, str, attrs, cursor_pos);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_im_context_get_type();
-public static final int /*long*/ gtk_im_context_get_type() {
- lock.lock();
- try {
- return _gtk_im_context_get_type();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_im_context_get_type();
+
+ public static final int /* long */gtk_im_context_get_type() {
+ lock.lock();
+ try {
+ return _gtk_im_context_get_type();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param context cast=(GtkIMContext *) */
-public static final native void _gtk_im_context_reset(int /*long*/ context);
-public static final void gtk_im_context_reset(int /*long*/ context) {
- lock.lock();
- try {
- _gtk_im_context_reset(context);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GtkIMContext *)
+ */
+ public static final native void _gtk_im_context_reset(int /* long */context);
+
+ public static final void gtk_im_context_reset(int /* long */context) {
+ lock.lock();
+ try {
+ _gtk_im_context_reset(context);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param context cast=(GtkIMContext *)
- * @param window cast=(GdkWindow *)
- */
-public static final native void _gtk_im_context_set_client_window(int /*long*/ context, int /*long*/ window);
-public static final void gtk_im_context_set_client_window(int /*long*/ context, int /*long*/ window) {
- lock.lock();
- try {
- _gtk_im_context_set_client_window(context, window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GtkIMContext *)
+ * @param window
+ * cast=(GdkWindow *)
+ */
+ public static final native void _gtk_im_context_set_client_window(
+ int /* long */context, int /* long */window);
+
+ public static final void gtk_im_context_set_client_window(
+ int /* long */context, int /* long */window) {
+ lock.lock();
+ try {
+ _gtk_im_context_set_client_window(context, window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param context cast=(GtkIMContext *)
- * @param area cast=(GdkRectangle *),flags=no_out
- */
-public static final native void _gtk_im_context_set_cursor_location(int /*long*/ context, GdkRectangle area);
-public static final void gtk_im_context_set_cursor_location(int /*long*/ context, GdkRectangle area) {
- lock.lock();
- try {
- _gtk_im_context_set_cursor_location(context, area);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GtkIMContext *)
+ * @param area
+ * cast=(GdkRectangle *),flags=no_out
+ */
+ public static final native void _gtk_im_context_set_cursor_location(
+ int /* long */context, GdkRectangle area);
+
+ public static final void gtk_im_context_set_cursor_location(
+ int /* long */context, GdkRectangle area) {
+ lock.lock();
+ try {
+ _gtk_im_context_set_cursor_location(context, area);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param context cast=(GtkIMMulticontext *)
- * @param menushell cast=(GtkMenuShell *)
- */
-public static final native void _gtk_im_multicontext_append_menuitems (int /*long*/ context, int /*long*/ menushell);
-public static final void gtk_im_multicontext_append_menuitems (int /*long*/ context, int /*long*/ menushell) {
- lock.lock();
- try {
- _gtk_im_multicontext_append_menuitems(context, menushell);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(GtkIMMulticontext *)
+ * @param menushell
+ * cast=(GtkMenuShell *)
+ */
+ public static final native void _gtk_im_multicontext_append_menuitems(
+ int /* long */context, int /* long */menushell);
+
+ public static final void gtk_im_multicontext_append_menuitems(
+ int /* long */context, int /* long */menushell) {
+ lock.lock();
+ try {
+ _gtk_im_multicontext_append_menuitems(context, menushell);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_im_multicontext_new();
-public static final int /*long*/ gtk_im_multicontext_new() {
- lock.lock();
- try {
- return _gtk_im_multicontext_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_im_multicontext_new();
+
+ public static final int /* long */gtk_im_multicontext_new() {
+ lock.lock();
+ try {
+ return _gtk_im_multicontext_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param label cast=(const gchar *) */
-public static final native int /*long*/ _gtk_image_menu_item_new_with_label(byte[] label);
-public static final int /*long*/ gtk_image_menu_item_new_with_label(byte[] label) {
- lock.lock();
- try {
- return _gtk_image_menu_item_new_with_label(label);
- } finally {
- lock.unlock();
+
+ /**
+ * @param label
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_gtk_image_menu_item_new_with_label(
+ byte[] label);
+
+ public static final int /* long */gtk_image_menu_item_new_with_label(
+ byte[] label) {
+ lock.lock();
+ try {
+ return _gtk_image_menu_item_new_with_label(label);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param menu_item cast=(GtkImageMenuItem *)
- * @param image cast=(GtkWidget *)
- */
-public static final native void _gtk_image_menu_item_set_image(int /*long*/ menu_item, int /*long*/ image);
-public static final void gtk_image_menu_item_set_image(int /*long*/ menu_item, int /*long*/ image) {
- lock.lock();
- try {
- _gtk_image_menu_item_set_image(menu_item, image);
- } finally {
- lock.unlock();
+
+ /**
+ * @param menu_item
+ * cast=(GtkImageMenuItem *)
+ * @param image
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_image_menu_item_set_image(
+ int /* long */menu_item, int /* long */image);
+
+ public static final void gtk_image_menu_item_set_image(
+ int /* long */menu_item, int /* long */image) {
+ lock.lock();
+ try {
+ _gtk_image_menu_item_set_image(menu_item, image);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_image_new();
-public static final int /*long*/ gtk_image_new() {
- lock.lock();
- try {
- return _gtk_image_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_image_new();
+
+ public static final int /* long */gtk_image_new() {
+ lock.lock();
+ try {
+ return _gtk_image_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param pixbuf cast=(GdkPixbuf *) */
-public static final native int /*long*/ _gtk_image_new_from_pixbuf(int /*long*/ pixbuf);
-public static final int /*long*/ gtk_image_new_from_pixbuf(int /*long*/ pixbuf) {
- lock.lock();
- try {
- return _gtk_image_new_from_pixbuf(pixbuf);
- } finally {
- lock.unlock();
+
+ /**
+ * @param pixbuf
+ * cast=(GdkPixbuf *)
+ */
+ public static final native int /* long */_gtk_image_new_from_pixbuf(
+ int /* long */pixbuf);
+
+ public static final int /* long */gtk_image_new_from_pixbuf(
+ int /* long */pixbuf) {
+ lock.lock();
+ try {
+ return _gtk_image_new_from_pixbuf(pixbuf);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param pixmap cast=(GdkPixmap *)
- * @param mask cast=(GdkBitmap *)
- */
-public static final native int /*long*/ _gtk_image_new_from_pixmap(int /*long*/ pixmap, int /*long*/ mask);
-public static final int /*long*/ gtk_image_new_from_pixmap(int /*long*/ pixmap, int /*long*/ mask) {
- lock.lock();
- try {
- return _gtk_image_new_from_pixmap(pixmap, mask);
- } finally {
- lock.unlock();
+
+ /**
+ * @param pixmap
+ * cast=(GdkPixmap *)
+ * @param mask
+ * cast=(GdkBitmap *)
+ */
+ public static final native int /* long */_gtk_image_new_from_pixmap(
+ int /* long */pixmap, int /* long */mask);
+
+ public static final int /* long */gtk_image_new_from_pixmap(
+ int /* long */pixmap, int /* long */mask) {
+ lock.lock();
+ try {
+ return _gtk_image_new_from_pixmap(pixmap, mask);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param image cast=(GtkImage *)
- * @param pixbuf cast=(GdkPixbuf *)
- */
-public static final native void _gtk_image_set_from_pixbuf(int /*long*/ image, int /*long*/ pixbuf);
-public static final void gtk_image_set_from_pixbuf(int /*long*/ image, int /*long*/ pixbuf) {
- lock.lock();
- try {
- _gtk_image_set_from_pixbuf(image, pixbuf);
- } finally {
- lock.unlock();
+
+ /**
+ * @param image
+ * cast=(GtkImage *)
+ * @param pixbuf
+ * cast=(GdkPixbuf *)
+ */
+ public static final native void _gtk_image_set_from_pixbuf(
+ int /* long */image, int /* long */pixbuf);
+
+ public static final void gtk_image_set_from_pixbuf(int /* long */image,
+ int /* long */pixbuf) {
+ lock.lock();
+ try {
+ _gtk_image_set_from_pixbuf(image, pixbuf);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param image cast=(GtkImage *)
- * @param pixmap cast=(GdkBitmap *)
- * @param mask cast=(GdkBitmap *)
- */
-public static final native void _gtk_image_set_from_pixmap(int /*long*/ image, int /*long*/ pixmap, int /*long*/ mask);
-public static final void gtk_image_set_from_pixmap(int /*long*/ image, int /*long*/ pixmap, int /*long*/ mask) {
- lock.lock();
- try {
- _gtk_image_set_from_pixmap(image, pixmap, mask);
- } finally {
- lock.unlock();
+
+ /**
+ * @param image
+ * cast=(GtkImage *)
+ * @param pixmap
+ * cast=(GdkBitmap *)
+ * @param mask
+ * cast=(GdkBitmap *)
+ */
+ public static final native void _gtk_image_set_from_pixmap(
+ int /* long */image, int /* long */pixmap, int /* long */mask);
+
+ public static final void gtk_image_set_from_pixmap(int /* long */image,
+ int /* long */pixmap, int /* long */mask) {
+ lock.lock();
+ try {
+ _gtk_image_set_from_pixmap(image, pixmap, mask);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param argc cast=(int *)
- * @param argv cast=(char ***)
- */
-public static final native boolean _gtk_init_check(int /*long*/[] argc, int /*long*/[] argv);
-public static final boolean gtk_init_check(int /*long*/[] argc, int /*long*/[] argv) {
- lock.lock();
- try {
- return _gtk_init_check(argc, argv);
- } finally {
- lock.unlock();
+
+ /**
+ * @param argc
+ * cast=(int *)
+ * @param argv
+ * cast=(char ***)
+ */
+ public static final native boolean _gtk_init_check(int /* long */[] argc,
+ int /* long */[] argv);
+
+ public static final boolean gtk_init_check(int /* long */[] argc,
+ int /* long */[] argv) {
+ lock.lock();
+ try {
+ return _gtk_init_check(argc, argv);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param label cast=(GtkLabel *) */
-public static final native int /*long*/ _gtk_label_get_layout(int /*long*/ label);
-public static final int /*long*/ gtk_label_get_layout(int /*long*/ label) {
- lock.lock();
- try {
- return _gtk_label_get_layout(label);
- } finally {
- lock.unlock();
+
+ /**
+ * @param label
+ * cast=(GtkLabel *)
+ */
+ public static final native int /* long */_gtk_label_get_layout(
+ int /* long */label);
+
+ public static final int /* long */gtk_label_get_layout(int /* long */label) {
+ lock.lock();
+ try {
+ return _gtk_label_get_layout(label);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param label cast=(GtkLabel *) */
-public static final native int _gtk_label_get_mnemonic_keyval(int /*long*/ label);
-public static final int gtk_label_get_mnemonic_keyval(int /*long*/ label) {
- lock.lock();
- try {
- return _gtk_label_get_mnemonic_keyval(label);
- } finally {
- lock.unlock();
+
+ /**
+ * @param label
+ * cast=(GtkLabel *)
+ */
+ public static final native int _gtk_label_get_mnemonic_keyval(
+ int /* long */label);
+
+ public static final int gtk_label_get_mnemonic_keyval(int /* long */label) {
+ lock.lock();
+ try {
+ return _gtk_label_get_mnemonic_keyval(label);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param label cast=(const gchar *) */
-public static final native int /*long*/ _gtk_label_new(byte[] label);
-public static final int /*long*/ gtk_label_new(byte[] label) {
- lock.lock();
- try {
- return _gtk_label_new(label);
- } finally {
- lock.unlock();
+
+ /**
+ * @param label
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_gtk_label_new(byte[] label);
+
+ public static final int /* long */gtk_label_new(byte[] label) {
+ lock.lock();
+ try {
+ return _gtk_label_new(label);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param str cast=(const gchar *) */
-public static final native int /*long*/ _gtk_label_new_with_mnemonic(byte[] str);
-public static final int /*long*/ gtk_label_new_with_mnemonic(byte[] str) {
- lock.lock();
- try {
- return _gtk_label_new_with_mnemonic(str);
- } finally {
- lock.unlock();
+
+ /**
+ * @param str
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_gtk_label_new_with_mnemonic(
+ byte[] str);
+
+ public static final int /* long */gtk_label_new_with_mnemonic(byte[] str) {
+ lock.lock();
+ try {
+ return _gtk_label_new_with_mnemonic(str);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param label cast=(GtkLabel *)
- * @param attrs cast=(PangoAttrList *)
- */
-public static final native void _gtk_label_set_attributes(int /*long*/ label, int /*long*/ attrs);
-public static final void gtk_label_set_attributes(int /*long*/ label, int /*long*/ attrs) {
- lock.lock();
- try {
- _gtk_label_set_attributes(label, attrs);
- } finally {
- lock.unlock();
+
+ /**
+ * @param label
+ * cast=(GtkLabel *)
+ * @param attrs
+ * cast=(PangoAttrList *)
+ */
+ public static final native void _gtk_label_set_attributes(
+ int /* long */label, int /* long */attrs);
+
+ public static final void gtk_label_set_attributes(int /* long */label,
+ int /* long */attrs) {
+ lock.lock();
+ try {
+ _gtk_label_set_attributes(label, attrs);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param label cast=(GtkLabel *)
- * @param jtype cast=(GtkJustification)
- */
-public static final native void _gtk_label_set_justify(int /*long*/ label, int jtype);
-public static final void gtk_label_set_justify(int /*long*/ label, int jtype) {
- lock.lock();
- try {
- _gtk_label_set_justify(label, jtype);
- } finally {
- lock.unlock();
+
+ /**
+ * @param label
+ * cast=(GtkLabel *)
+ * @param jtype
+ * cast=(GtkJustification)
+ */
+ public static final native void _gtk_label_set_justify(
+ int /* long */label, int jtype);
+
+ public static final void gtk_label_set_justify(int /* long */label,
+ int jtype) {
+ lock.lock();
+ try {
+ _gtk_label_set_justify(label, jtype);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param label cast=(GtkLabel *)
- * @param wrap cast=(gboolean)
- */
-public static final native void _gtk_label_set_line_wrap(int /*long*/ label, boolean wrap);
-public static final void gtk_label_set_line_wrap(int /*long*/ label, boolean wrap) {
- lock.lock();
- try {
- _gtk_label_set_line_wrap(label, wrap);
- } finally {
- lock.unlock();
+
+ /**
+ * @param label
+ * cast=(GtkLabel *)
+ * @param wrap
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_label_set_line_wrap(
+ int /* long */label, boolean wrap);
+
+ public static final void gtk_label_set_line_wrap(int /* long */label,
+ boolean wrap) {
+ lock.lock();
+ try {
+ _gtk_label_set_line_wrap(label, wrap);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_label_set_line_wrap_mode(int /*long*/ label, int wrap_mode);
-public static final void gtk_label_set_line_wrap_mode(int /*long*/ label, int wrap_mode) {
- lock.lock();
- try {
- _gtk_label_set_line_wrap_mode(label, wrap_mode);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_label_set_line_wrap_mode(
+ int /* long */label, int wrap_mode);
+
+ public static final void gtk_label_set_line_wrap_mode(int /* long */label,
+ int wrap_mode) {
+ lock.lock();
+ try {
+ _gtk_label_set_line_wrap_mode(label, wrap_mode);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param label cast=(GtkLabel *)
- * @param str cast=(const gchar *)
- */
-public static final native void _gtk_label_set_text(int /*long*/ label, int /*long*/ str);
-public static final void gtk_label_set_text(int /*long*/ label, int /*long*/ str) {
- lock.lock();
- try {
- _gtk_label_set_text(label, str);
- } finally {
- lock.unlock();
+
+ /**
+ * @param label
+ * cast=(GtkLabel *)
+ * @param str
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_label_set_text(int /* long */label,
+ int /* long */str);
+
+ public static final void gtk_label_set_text(int /* long */label,
+ int /* long */str) {
+ lock.lock();
+ try {
+ _gtk_label_set_text(label, str);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param label cast=(GtkLabel *)
- * @param str cast=(const gchar *)
- */
-public static final native void _gtk_label_set_text(int /*long*/ label, byte[] str);
-public static final void gtk_label_set_text(int /*long*/ label, byte[] str) {
- lock.lock();
- try {
- _gtk_label_set_text(label, str);
- } finally {
- lock.unlock();
+
+ /**
+ * @param label
+ * cast=(GtkLabel *)
+ * @param str
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_label_set_text(int /* long */label,
+ byte[] str);
+
+ public static final void gtk_label_set_text(int /* long */label, byte[] str) {
+ lock.lock();
+ try {
+ _gtk_label_set_text(label, str);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param label cast=(GtkLabel *)
- * @param str cast=(const gchar *)
- */
-public static final native void _gtk_label_set_text_with_mnemonic(int /*long*/ label, byte[] str);
-public static final void gtk_label_set_text_with_mnemonic(int /*long*/ label, byte[] str) {
- lock.lock();
- try {
- _gtk_label_set_text_with_mnemonic(label, str);
- } finally {
- lock.unlock();
+
+ /**
+ * @param label
+ * cast=(GtkLabel *)
+ * @param str
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_label_set_text_with_mnemonic(
+ int /* long */label, byte[] str);
+
+ public static final void gtk_label_set_text_with_mnemonic(
+ int /* long */label, byte[] str) {
+ lock.lock();
+ try {
+ _gtk_label_set_text_with_mnemonic(label, str);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param list_store cast=(GtkListStore *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native void _gtk_list_store_append(int /*long*/ list_store, int /*long*/ iter);
-public static final void gtk_list_store_append(int /*long*/ list_store, int /*long*/ iter) {
- lock.lock();
- try {
- _gtk_list_store_append(list_store, iter);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list_store
+ * cast=(GtkListStore *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native void _gtk_list_store_append(
+ int /* long */list_store, int /* long */iter);
+
+ public static final void gtk_list_store_append(int /* long */list_store,
+ int /* long */iter) {
+ lock.lock();
+ try {
+ _gtk_list_store_append(list_store, iter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param store cast=(GtkListStore *) */
-public static final native void _gtk_list_store_clear(int /*long*/ store);
-public static final void gtk_list_store_clear(int /*long*/ store) {
- lock.lock();
- try {
- _gtk_list_store_clear(store);
- } finally {
- lock.unlock();
+
+ /**
+ * @param store
+ * cast=(GtkListStore *)
+ */
+ public static final native void _gtk_list_store_clear(int /* long */store);
+
+ public static final void gtk_list_store_clear(int /* long */store) {
+ lock.lock();
+ try {
+ _gtk_list_store_clear(store);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param list_store cast=(GtkListStore *)
- * @param iter cast=(GtkTreeIter *)
- * @param position cast=(gint)
- */
-public static final native void _gtk_list_store_insert(int /*long*/ list_store, int /*long*/ iter, int position);
-public static final void gtk_list_store_insert(int /*long*/ list_store, int /*long*/ iter, int position) {
- lock.lock();
- try {
- _gtk_list_store_insert(list_store, iter, position);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list_store
+ * cast=(GtkListStore *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ * @param position
+ * cast=(gint)
+ */
+ public static final native void _gtk_list_store_insert(
+ int /* long */list_store, int /* long */iter, int position);
+
+ public static final void gtk_list_store_insert(int /* long */list_store,
+ int /* long */iter, int position) {
+ lock.lock();
+ try {
+ _gtk_list_store_insert(list_store, iter, position);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param numColumns cast=(gint)
- * @param types cast=(GType *)
- */
-public static final native int /*long*/ _gtk_list_store_newv(int numColumns, int /*long*/[] types);
-public static final int /*long*/ gtk_list_store_newv(int numColumns, int /*long*/[] types) {
- lock.lock();
- try {
- return _gtk_list_store_newv(numColumns, types);
- } finally {
- lock.unlock();
+
+ /**
+ * @param numColumns
+ * cast=(gint)
+ * @param types
+ * cast=(GType *)
+ */
+ public static final native int /* long */_gtk_list_store_newv(
+ int numColumns, int /* long */[] types);
+
+ public static final int /* long */gtk_list_store_newv(int numColumns,
+ int /* long */[] types) {
+ lock.lock();
+ try {
+ return _gtk_list_store_newv(numColumns, types);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param list_store cast=(GtkListStore *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native void _gtk_list_store_remove(int /*long*/ list_store, int /*long*/ iter);
-public static final void gtk_list_store_remove(int /*long*/ list_store, int /*long*/ iter) {
- lock.lock();
- try {
- _gtk_list_store_remove(list_store, iter);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list_store
+ * cast=(GtkListStore *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native void _gtk_list_store_remove(
+ int /* long */list_store, int /* long */iter);
+
+ public static final void gtk_list_store_remove(int /* long */list_store,
+ int /* long */iter) {
+ lock.lock();
+ try {
+ _gtk_list_store_remove(list_store, iter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param store cast=(GtkListStore *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native void _gtk_list_store_set(int /*long*/ store, int /*long*/ iter, int column, byte[] value, int /*long*/ terminator);
-public static final void gtk_list_store_set(int /*long*/ store, int /*long*/ iter, int column, byte[] value, int /*long*/ terminator) {
- lock.lock();
- try {
- _gtk_list_store_set(store, iter, column, value, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param store
+ * cast=(GtkListStore *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native void _gtk_list_store_set(int /* long */store,
+ int /* long */iter, int column, byte[] value,
+ int /* long */terminator);
+
+ public static final void gtk_list_store_set(int /* long */store,
+ int /* long */iter, int column, byte[] value,
+ int /* long */terminator) {
+ lock.lock();
+ try {
+ _gtk_list_store_set(store, iter, column, value, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param store cast=(GtkListStore *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native void _gtk_list_store_set(int /*long*/ store, int /*long*/ iter, int column, int value, int /*long*/ terminator);
-public static final void gtk_list_store_set(int /*long*/ store, int /*long*/ iter, int column, int value, int /*long*/ terminator) {
- lock.lock();
- try {
- _gtk_list_store_set(store, iter, column, value, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param store
+ * cast=(GtkListStore *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native void _gtk_list_store_set(int /* long */store,
+ int /* long */iter, int column, int value,
+ int /* long */terminator);
+
+ public static final void gtk_list_store_set(int /* long */store,
+ int /* long */iter, int column, int value,
+ int /* long */terminator) {
+ lock.lock();
+ try {
+ _gtk_list_store_set(store, iter, column, value, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param store cast=(GtkListStore *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native void _gtk_list_store_set(int /*long*/ store, int /*long*/ iter, int column, long value, int /*long*/ terminator);
-public static final void gtk_list_store_set(int /*long*/ store, int /*long*/ iter, int column, long value, int /*long*/ terminator) {
- lock.lock();
- try {
- _gtk_list_store_set(store, iter, column, value, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param store
+ * cast=(GtkListStore *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native void _gtk_list_store_set(int /* long */store,
+ int /* long */iter, int column, long value,
+ int /* long */terminator);
+
+ public static final void gtk_list_store_set(int /* long */store,
+ int /* long */iter, int column, long value,
+ int /* long */terminator) {
+ lock.lock();
+ try {
+ _gtk_list_store_set(store, iter, column, value, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param store cast=(GtkListStore *)
- * @param iter cast=(GtkTreeIter *)
- * @param value flags=no_out
- */
-public static final native void _gtk_list_store_set(int /*long*/ store, int /*long*/ iter, int column, GdkColor value, int /*long*/ terminator);
-public static final void gtk_list_store_set(int /*long*/ store, int /*long*/ iter, int column, GdkColor value, int /*long*/ terminator) {
- lock.lock();
- try {
- _gtk_list_store_set(store, iter, column, value, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param store
+ * cast=(GtkListStore *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ * @param value
+ * flags=no_out
+ */
+ public static final native void _gtk_list_store_set(int /* long */store,
+ int /* long */iter, int column, GdkColor value,
+ int /* long */terminator);
+
+ public static final void gtk_list_store_set(int /* long */store,
+ int /* long */iter, int column, GdkColor value,
+ int /* long */terminator) {
+ lock.lock();
+ try {
+ _gtk_list_store_set(store, iter, column, value, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param store cast=(GtkListStore *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native void _gtk_list_store_set(int /*long*/ store, int /*long*/ iter, int column, boolean value, int /*long*/ terminator);
-public static final void gtk_list_store_set(int /*long*/ store, int /*long*/ iter, int column, boolean value, int /*long*/ terminator) {
- lock.lock();
- try {
- _gtk_list_store_set(store, iter, column, value, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param store
+ * cast=(GtkListStore *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native void _gtk_list_store_set(int /* long */store,
+ int /* long */iter, int column, boolean value,
+ int /* long */terminator);
+
+ public static final void gtk_list_store_set(int /* long */store,
+ int /* long */iter, int column, boolean value,
+ int /* long */terminator) {
+ lock.lock();
+ try {
+ _gtk_list_store_set(store, iter, column, value, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=const */
-public static final native int _gtk_major_version();
-public static final int gtk_major_version() {
- lock.lock();
- try {
- return _gtk_major_version();
- } finally {
- lock.unlock();
+
+ /** @method flags=const */
+ public static final native int _gtk_major_version();
+
+ public static final int gtk_major_version() {
+ lock.lock();
+ try {
+ return _gtk_major_version();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=const */
-public static final native int _gtk_minor_version();
-public static final int gtk_minor_version() {
- lock.lock();
- try {
- return _gtk_minor_version();
- } finally {
- lock.unlock();
+
+ /** @method flags=const */
+ public static final native int _gtk_minor_version();
+
+ public static final int gtk_minor_version() {
+ lock.lock();
+ try {
+ return _gtk_minor_version();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=const */
-public static final native int _gtk_micro_version();
-public static final int gtk_micro_version() {
- lock.lock();
- try {
- return _gtk_micro_version();
- } finally {
- lock.unlock();
+
+ /** @method flags=const */
+ public static final native int _gtk_micro_version();
+
+ public static final int gtk_micro_version() {
+ lock.lock();
+ try {
+ return _gtk_micro_version();
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native void _gtk_main();
-public static final void gtk_main() {
- lock.lock();
- try {
- _gtk_main();
- } finally {
- lock.unlock();
+
+ public static final native void _gtk_main();
+
+ public static final void gtk_main() {
+ lock.lock();
+ try {
+ _gtk_main();
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int _gtk_main_iteration();
-public static final int gtk_main_iteration() {
- lock.lock();
- try {
- return _gtk_main_iteration();
- } finally {
- lock.unlock();
+
+ public static final native int _gtk_main_iteration();
+
+ public static final int gtk_main_iteration() {
+ lock.lock();
+ try {
+ return _gtk_main_iteration();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param event cast=(GdkEvent *) */
-public static final native void _gtk_main_do_event(int /*long*/ event);
-public static final void gtk_main_do_event(int /*long*/ event) {
- lock.lock();
- try {
- _gtk_main_do_event(event);
- } finally {
- lock.unlock();
+
+ /**
+ * @param event
+ * cast=(GdkEvent *)
+ */
+ public static final native void _gtk_main_do_event(int /* long */event);
+
+ public static final void gtk_main_do_event(int /* long */event) {
+ lock.lock();
+ try {
+ _gtk_main_do_event(event);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_menu_bar_new();
-public static final int /*long*/ gtk_menu_bar_new() {
- lock.lock();
- try {
- return _gtk_menu_bar_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_menu_bar_new();
+
+ public static final int /* long */gtk_menu_bar_new() {
+ lock.lock();
+ try {
+ return _gtk_menu_bar_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param menu cast=(GtkMenu *) */
-public static final native int /*long*/ _gtk_menu_get_attach_widget(int /*long*/ menu);
-public static final int /*long*/ gtk_menu_get_attach_widget(int /*long*/ menu) {
- lock.lock();
- try {
- return _gtk_menu_get_attach_widget(menu);
- } finally {
- lock.unlock();
+
+ /**
+ * @param menu
+ * cast=(GtkMenu *)
+ */
+ public static final native int /* long */_gtk_menu_get_attach_widget(
+ int /* long */menu);
+
+ public static final int /* long */gtk_menu_get_attach_widget(
+ int /* long */menu) {
+ lock.lock();
+ try {
+ return _gtk_menu_get_attach_widget(menu);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param menu_item cast=(GtkMenuItem *)
- */
-public static final native void _gtk_menu_item_remove_submenu(int /*long*/ menu_item);
-public static final void gtk_menu_item_remove_submenu(int /*long*/ menu_item) {
- lock.lock();
- try {
- _gtk_menu_item_remove_submenu(menu_item);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param menu_item
+ * cast=(GtkMenuItem *)
+ */
+ public static final native void _gtk_menu_item_remove_submenu(
+ int /* long */menu_item);
+
+ public static final void gtk_menu_item_remove_submenu(int /* long */menu_item) {
+ lock.lock();
+ try {
+ _gtk_menu_item_remove_submenu(menu_item);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param menu_item cast=(GtkMenuItem *) */
-public static final native int /*long*/ _gtk_menu_item_get_submenu(int /*long*/ menu_item);
-public static final int /*long*/ gtk_menu_item_get_submenu(int /*long*/ menu_item) {
- lock.lock();
- try {
- return _gtk_menu_item_get_submenu(menu_item);
- } finally {
- lock.unlock();
+
+ /**
+ * @param menu_item
+ * cast=(GtkMenuItem *)
+ */
+ public static final native int /* long */_gtk_menu_item_get_submenu(
+ int /* long */menu_item);
+
+ public static final int /* long */gtk_menu_item_get_submenu(
+ int /* long */menu_item) {
+ lock.lock();
+ try {
+ return _gtk_menu_item_get_submenu(menu_item);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param menu_item cast=(GtkMenuItem *)
- * @param submenu cast=(GtkWidget *)
- */
-public static final native void _gtk_menu_item_set_submenu(int /*long*/ menu_item, int /*long*/ submenu);
-public static final void gtk_menu_item_set_submenu(int /*long*/ menu_item, int /*long*/ submenu) {
- lock.lock();
- try {
- _gtk_menu_item_set_submenu(menu_item, submenu);
- } finally {
- lock.unlock();
+
+ /**
+ * @param menu_item
+ * cast=(GtkMenuItem *)
+ * @param submenu
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_menu_item_set_submenu(
+ int /* long */menu_item, int /* long */submenu);
+
+ public static final void gtk_menu_item_set_submenu(
+ int /* long */menu_item, int /* long */submenu) {
+ lock.lock();
+ try {
+ _gtk_menu_item_set_submenu(menu_item, submenu);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_menu_new();
-public static final int /*long*/ gtk_menu_new() {
- lock.lock();
- try {
- return _gtk_menu_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_menu_new();
+
+ public static final int /* long */gtk_menu_new() {
+ lock.lock();
+ try {
+ return _gtk_menu_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param menu cast=(GtkMenu *) */
-public static final native void _gtk_menu_popdown(int /*long*/ menu);
-public static final void gtk_menu_popdown(int /*long*/ menu) {
- lock.lock();
- try {
- _gtk_menu_popdown(menu);
- } finally {
- lock.unlock();
+
+ /**
+ * @param menu
+ * cast=(GtkMenu *)
+ */
+ public static final native void _gtk_menu_popdown(int /* long */menu);
+
+ public static final void gtk_menu_popdown(int /* long */menu) {
+ lock.lock();
+ try {
+ _gtk_menu_popdown(menu);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param menu cast=(GtkMenu *)
- * @param parent_menu_shell cast=(GtkWidget *)
- * @param parent_menu_item cast=(GtkWidget *)
- * @param func cast=(GtkMenuPositionFunc)
- * @param data cast=(gpointer)
- * @param button cast=(guint)
- * @param activate_time cast=(guint32)
- */
-public static final native void _gtk_menu_popup(int /*long*/ menu, int /*long*/ parent_menu_shell, int /*long*/ parent_menu_item, int /*long*/ func, int /*long*/ data, int button, int activate_time);
-public static final void gtk_menu_popup(int /*long*/ menu, int /*long*/ parent_menu_shell, int /*long*/ parent_menu_item, int /*long*/ func, int /*long*/ data, int button, int activate_time) {
- lock.lock();
- try {
- _gtk_menu_popup(menu, parent_menu_shell, parent_menu_item, func, data, button, activate_time);
- } finally {
- lock.unlock();
+
+ /**
+ * @param menu
+ * cast=(GtkMenu *)
+ * @param parent_menu_shell
+ * cast=(GtkWidget *)
+ * @param parent_menu_item
+ * cast=(GtkWidget *)
+ * @param func
+ * cast=(GtkMenuPositionFunc)
+ * @param data
+ * cast=(gpointer)
+ * @param button
+ * cast=(guint)
+ * @param activate_time
+ * cast=(guint32)
+ */
+ public static final native void _gtk_menu_popup(int /* long */menu,
+ int /* long */parent_menu_shell, int /* long */parent_menu_item,
+ int /* long */func, int /* long */data, int button,
+ int activate_time);
+
+ public static final void gtk_menu_popup(int /* long */menu,
+ int /* long */parent_menu_shell, int /* long */parent_menu_item,
+ int /* long */func, int /* long */data, int button,
+ int activate_time) {
+ lock.lock();
+ try {
+ _gtk_menu_popup(menu, parent_menu_shell, parent_menu_item, func,
+ data, button, activate_time);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param menu_shell cast=(GtkMenuShell *) */
-public static final native void _gtk_menu_shell_deactivate(int /*long*/ menu_shell);
-public static final void gtk_menu_shell_deactivate(int /*long*/ menu_shell) {
- lock.lock();
- try {
- _gtk_menu_shell_deactivate(menu_shell);
- } finally {
- lock.unlock();
+
+ /**
+ * @param menu_shell
+ * cast=(GtkMenuShell *)
+ */
+ public static final native void _gtk_menu_shell_deactivate(
+ int /* long */menu_shell);
+
+ public static final void gtk_menu_shell_deactivate(
+ int /* long */menu_shell) {
+ lock.lock();
+ try {
+ _gtk_menu_shell_deactivate(menu_shell);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param menu_shell cast=(GtkMenuShell *)
- * @param child cast=(GtkWidget *)
- * @param position cast=(gint)
- */
-public static final native void _gtk_menu_shell_insert(int /*long*/ menu_shell, int /*long*/ child, int position);
-public static final void gtk_menu_shell_insert(int /*long*/ menu_shell, int /*long*/ child, int position) {
- lock.lock();
- try {
- _gtk_menu_shell_insert(menu_shell, child, position);
- } finally {
- lock.unlock();
+
+ /**
+ * @param menu_shell
+ * cast=(GtkMenuShell *)
+ * @param child
+ * cast=(GtkWidget *)
+ * @param position
+ * cast=(gint)
+ */
+ public static final native void _gtk_menu_shell_insert(
+ int /* long */menu_shell, int /* long */child, int position);
+
+ public static final void gtk_menu_shell_insert(int /* long */menu_shell,
+ int /* long */child, int position) {
+ lock.lock();
+ try {
+ _gtk_menu_shell_insert(menu_shell, child, position);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param menu_shell cast=(GtkMenuShell *)
- * @param menu_item cast=(GtkWidget *)
- */
-public static final native void _gtk_menu_shell_select_item(int /*long*/ menu_shell, int /*long*/ menu_item);
-public static final void gtk_menu_shell_select_item(int /*long*/ menu_shell, int /*long*/ menu_item) {
- lock.lock();
- try {
- _gtk_menu_shell_select_item(menu_shell, menu_item);
- } finally {
- lock.unlock();
+
+ /**
+ * @param menu_shell
+ * cast=(GtkMenuShell *)
+ * @param menu_item
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_menu_shell_select_item(
+ int /* long */menu_shell, int /* long */menu_item);
+
+ public static final void gtk_menu_shell_select_item(
+ int /* long */menu_shell, int /* long */menu_item) {
+ lock.lock();
+ try {
+ _gtk_menu_shell_select_item(menu_shell, menu_item);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param menu_shell cast=(GtkMenuShell *)
- * @param take_focus cast=(gboolean)
- */
-public static final native void _gtk_menu_shell_set_take_focus(int /*long*/ menu_shell, boolean take_focus);
-public static final void gtk_menu_shell_set_take_focus(int /*long*/ menu_shell, boolean take_focus) {
- lock.lock();
- try {
- _gtk_menu_shell_set_take_focus(menu_shell, take_focus);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param menu_shell
+ * cast=(GtkMenuShell *)
+ * @param take_focus
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_menu_shell_set_take_focus(
+ int /* long */menu_shell, boolean take_focus);
+
+ public static final void gtk_menu_shell_set_take_focus(
+ int /* long */menu_shell, boolean take_focus) {
+ lock.lock();
+ try {
+ _gtk_menu_shell_set_take_focus(menu_shell, take_focus);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param parent cast=(GtkWindow *)
- * @param flags cast=(GtkDialogFlags)
- * @param type cast=(GtkMessageType)
- * @param buttons cast=(GtkButtonsType)
- * @param message_format cast=(const gchar *)
- */
-public static final native int /*long*/ _gtk_message_dialog_new(int /*long*/ parent, int flags, int type, int buttons, byte[] message_format);
-public static final int /*long*/ gtk_message_dialog_new(int /*long*/ parent, int flags, int type, int buttons, byte[] message_format) {
- lock.lock();
- try {
- return _gtk_message_dialog_new(parent, flags, type, buttons, message_format);
- } finally {
- lock.unlock();
+
+ /**
+ * @param parent
+ * cast=(GtkWindow *)
+ * @param flags
+ * cast=(GtkDialogFlags)
+ * @param type
+ * cast=(GtkMessageType)
+ * @param buttons
+ * cast=(GtkButtonsType)
+ * @param message_format
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_gtk_message_dialog_new(
+ int /* long */parent, int flags, int type, int buttons,
+ byte[] message_format);
+
+ public static final int /* long */gtk_message_dialog_new(
+ int /* long */parent, int flags, int type, int buttons,
+ byte[] message_format) {
+ lock.lock();
+ try {
+ return _gtk_message_dialog_new(parent, flags, type, buttons,
+ message_format);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param misc cast=(GtkMisc *)
- * @param xalign cast=(gfloat)
- * @param yalign cast=(gfloat)
- */
-public static final native void _gtk_misc_set_alignment(int /*long*/ misc, float xalign, float yalign);
-public static final void gtk_misc_set_alignment(int /*long*/ misc, float xalign, float yalign) {
- lock.lock();
- try {
- _gtk_misc_set_alignment(misc, xalign, yalign);
- } finally {
- lock.unlock();
+
+ /**
+ * @param misc
+ * cast=(GtkMisc *)
+ * @param xalign
+ * cast=(gfloat)
+ * @param yalign
+ * cast=(gfloat)
+ */
+ public static final native void _gtk_misc_set_alignment(int /* long */misc,
+ float xalign, float yalign);
+
+ public static final void gtk_misc_set_alignment(int /* long */misc,
+ float xalign, float yalign) {
+ lock.lock();
+ try {
+ _gtk_misc_set_alignment(misc, xalign, yalign);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param notebook cast=(GtkNotebook *) */
-public static final native int _gtk_notebook_get_current_page(int /*long*/ notebook);
-public static final int gtk_notebook_get_current_page(int /*long*/ notebook) {
- lock.lock();
- try {
- return _gtk_notebook_get_current_page(notebook);
- } finally {
- lock.unlock();
+
+ /**
+ * @param notebook
+ * cast=(GtkNotebook *)
+ */
+ public static final native int _gtk_notebook_get_current_page(
+ int /* long */notebook);
+
+ public static final int gtk_notebook_get_current_page(int /* long */notebook) {
+ lock.lock();
+ try {
+ return _gtk_notebook_get_current_page(notebook);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param notebook cast=(GtkNotebook *) */
-public static final native boolean _gtk_notebook_get_scrollable(int /*long*/ notebook);
-public static final boolean gtk_notebook_get_scrollable(int /*long*/ notebook) {
- lock.lock();
- try {
- return _gtk_notebook_get_scrollable(notebook);
- } finally {
- lock.unlock();
+
+ /**
+ * @param notebook
+ * cast=(GtkNotebook *)
+ */
+ public static final native boolean _gtk_notebook_get_scrollable(
+ int /* long */notebook);
+
+ public static final boolean gtk_notebook_get_scrollable(
+ int /* long */notebook) {
+ lock.lock();
+ try {
+ return _gtk_notebook_get_scrollable(notebook);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param notebook cast=(GtkNotebook *)
- * @param child cast=(GtkWidget *)
- * @param tab_label cast=(GtkWidget *)
- * @param position cast=(gint)
- */
-public static final native void _gtk_notebook_insert_page(int /*long*/ notebook, int /*long*/ child, int /*long*/ tab_label, int position);
-public static final void gtk_notebook_insert_page(int /*long*/ notebook, int /*long*/ child, int /*long*/ tab_label, int position) {
- lock.lock();
- try {
- _gtk_notebook_insert_page(notebook, child, tab_label, position);
- } finally {
- lock.unlock();
+
+ /**
+ * @param notebook
+ * cast=(GtkNotebook *)
+ * @param child
+ * cast=(GtkWidget *)
+ * @param tab_label
+ * cast=(GtkWidget *)
+ * @param position
+ * cast=(gint)
+ */
+ public static final native void _gtk_notebook_insert_page(
+ int /* long */notebook, int /* long */child,
+ int /* long */tab_label, int position);
+
+ public static final void gtk_notebook_insert_page(int /* long */notebook,
+ int /* long */child, int /* long */tab_label, int position) {
+ lock.lock();
+ try {
+ _gtk_notebook_insert_page(notebook, child, tab_label, position);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_notebook_new();
-public static final int /*long*/ gtk_notebook_new() {
- lock.lock();
- try {
- return _gtk_notebook_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_notebook_new();
+
+ public static final int /* long */gtk_notebook_new() {
+ lock.lock();
+ try {
+ return _gtk_notebook_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param notebook cast=(GtkNotebook *) */
-public static final native void _gtk_notebook_next_page(int /*long*/ notebook);
-public static final void gtk_notebook_next_page(int /*long*/ notebook) {
- lock.lock();
- try {
- _gtk_notebook_next_page(notebook);
- } finally {
- lock.unlock();
+
+ /**
+ * @param notebook
+ * cast=(GtkNotebook *)
+ */
+ public static final native void _gtk_notebook_next_page(
+ int /* long */notebook);
+
+ public static final void gtk_notebook_next_page(int /* long */notebook) {
+ lock.lock();
+ try {
+ _gtk_notebook_next_page(notebook);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param notebook cast=(GtkNotebook *) */
-public static final native void _gtk_notebook_prev_page(int /*long*/ notebook);
-public static final void gtk_notebook_prev_page(int /*long*/ notebook) {
- lock.lock();
- try {
- _gtk_notebook_prev_page(notebook);
- } finally {
- lock.unlock();
+
+ /**
+ * @param notebook
+ * cast=(GtkNotebook *)
+ */
+ public static final native void _gtk_notebook_prev_page(
+ int /* long */notebook);
+
+ public static final void gtk_notebook_prev_page(int /* long */notebook) {
+ lock.lock();
+ try {
+ _gtk_notebook_prev_page(notebook);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param notebook cast=(GtkNotebook *)
- * @param page_num cast=(gint)
- */
-public static final native void _gtk_notebook_remove_page(int /*long*/ notebook, int page_num);
-public static final void gtk_notebook_remove_page(int /*long*/ notebook, int page_num) {
- lock.lock();
- try {
- _gtk_notebook_remove_page(notebook, page_num);
- } finally {
- lock.unlock();
+
+ /**
+ * @param notebook
+ * cast=(GtkNotebook *)
+ * @param page_num
+ * cast=(gint)
+ */
+ public static final native void _gtk_notebook_remove_page(
+ int /* long */notebook, int page_num);
+
+ public static final void gtk_notebook_remove_page(int /* long */notebook,
+ int page_num) {
+ lock.lock();
+ try {
+ _gtk_notebook_remove_page(notebook, page_num);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param notebook cast=(GtkNotebook *)
- * @param page_num cast=(gint)
- */
-public static final native void _gtk_notebook_set_current_page(int /*long*/ notebook, int page_num);
-public static final void gtk_notebook_set_current_page(int /*long*/ notebook, int page_num) {
- lock.lock();
- try {
- _gtk_notebook_set_current_page(notebook, page_num);
- } finally {
- lock.unlock();
+
+ /**
+ * @param notebook
+ * cast=(GtkNotebook *)
+ * @param page_num
+ * cast=(gint)
+ */
+ public static final native void _gtk_notebook_set_current_page(
+ int /* long */notebook, int page_num);
+
+ public static final void gtk_notebook_set_current_page(
+ int /* long */notebook, int page_num) {
+ lock.lock();
+ try {
+ _gtk_notebook_set_current_page(notebook, page_num);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param notebook cast=(GtkNotebook *)
- * @param scrollable cast=(gboolean)
- */
-public static final native void _gtk_notebook_set_scrollable(int /*long*/ notebook, boolean scrollable);
-public static final void gtk_notebook_set_scrollable(int /*long*/ notebook, boolean scrollable) {
- lock.lock();
- try {
- _gtk_notebook_set_scrollable(notebook, scrollable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param notebook
+ * cast=(GtkNotebook *)
+ * @param scrollable
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_notebook_set_scrollable(
+ int /* long */notebook, boolean scrollable);
+
+ public static final void gtk_notebook_set_scrollable(int /* long */notebook,
+ boolean scrollable) {
+ lock.lock();
+ try {
+ _gtk_notebook_set_scrollable(notebook, scrollable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param notebook cast=(GtkNotebook *)
- * @param show_tabs cast=(gboolean)
- */
-public static final native void _gtk_notebook_set_show_tabs(int /*long*/ notebook, boolean show_tabs);
-public static final void gtk_notebook_set_show_tabs(int /*long*/ notebook, boolean show_tabs) {
- lock.lock();
- try {
- _gtk_notebook_set_show_tabs(notebook, show_tabs);
- } finally {
- lock.unlock();
+
+ /**
+ * @param notebook
+ * cast=(GtkNotebook *)
+ * @param show_tabs
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_notebook_set_show_tabs(
+ int /* long */notebook, boolean show_tabs);
+
+ public static final void gtk_notebook_set_show_tabs(int /* long */notebook,
+ boolean show_tabs) {
+ lock.lock();
+ try {
+ _gtk_notebook_set_show_tabs(notebook, show_tabs);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param notebook cast=(GtkNotebook *)
- * @param pos cast=(GtkPositionType)
- */
-public static final native void _gtk_notebook_set_tab_pos(int /*long*/ notebook, int pos);
-public static final void gtk_notebook_set_tab_pos(int /*long*/ notebook, int pos) {
- lock.lock();
- try {
- _gtk_notebook_set_tab_pos(notebook, pos);
- } finally {
- lock.unlock();
+
+ /**
+ * @param notebook
+ * cast=(GtkNotebook *)
+ * @param pos
+ * cast=(GtkPositionType)
+ */
+ public static final native void _gtk_notebook_set_tab_pos(
+ int /* long */notebook, int pos);
+
+ public static final void gtk_notebook_set_tab_pos(int /* long */notebook,
+ int pos) {
+ lock.lock();
+ try {
+ _gtk_notebook_set_tab_pos(notebook, pos);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param object cast=(GtkObject *) */
-public static final native void _gtk_object_sink(int /*long*/ object);
-public static final void gtk_object_sink(int /*long*/ object) {
- lock.lock();
- try {
- _gtk_object_sink(object);
- } finally {
- lock.unlock();
+
+ /**
+ * @param object
+ * cast=(GtkObject *)
+ */
+ public static final native void _gtk_object_sink(int /* long */object);
+
+ public static final void gtk_object_sink(int /* long */object) {
+ lock.lock();
+ try {
+ _gtk_object_sink(object);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param toolbar cast=(GtkOrientable *)
- * @param orientation cast=(GtkOrientation)
- */
-public static final native void _gtk_orientable_set_orientation(int /*long*/ orientable, int orientation);
-public static final void gtk_orientable_set_orientation(int /*long*/ orientable, int orientation) {
- lock.lock();
- try {
- _gtk_orientable_set_orientation(orientable, orientation);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param toolbar
+ * cast=(GtkOrientable *)
+ * @param orientation
+ * cast=(GtkOrientation)
+ */
+ public static final native void _gtk_orientable_set_orientation(
+ int /* long */orientable, int orientation);
+
+ public static final void gtk_orientable_set_orientation(
+ int /* long */orientable, int orientation) {
+ lock.lock();
+ try {
+ _gtk_orientable_set_orientation(orientable, orientation);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_page_setup_new ();
-public static final int /*long*/ gtk_page_setup_new () {
- lock.lock();
- try {
- return _gtk_page_setup_new ();
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_page_setup_new();
+
+ public static final int /* long */gtk_page_setup_new() {
+ lock.lock();
+ try {
+ return _gtk_page_setup_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int _gtk_page_setup_get_orientation(int /*long*/ setup);
-public static final int gtk_page_setup_get_orientation(int /*long*/ setup) {
- lock.lock();
- try {
- return _gtk_page_setup_get_orientation(setup);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int _gtk_page_setup_get_orientation(
+ int /* long */setup);
+
+ public static final int gtk_page_setup_get_orientation(int /* long */setup) {
+ lock.lock();
+ try {
+ return _gtk_page_setup_get_orientation(setup);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_page_setup_set_orientation(int /*long*/ setup, int orientation);
-public static final void gtk_page_setup_set_orientation(int /*long*/ setup, int orientation) {
- lock.lock();
- try {
- _gtk_page_setup_set_orientation(setup, orientation);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_page_setup_set_orientation(
+ int /* long */setup, int orientation);
+
+ public static final void gtk_page_setup_set_orientation(
+ int /* long */setup, int orientation) {
+ lock.lock();
+ try {
+ _gtk_page_setup_set_orientation(setup, orientation);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_page_setup_get_paper_size(int /*long*/ setup);
-public static final int /*long*/ gtk_page_setup_get_paper_size(int /*long*/ setup) {
- lock.lock();
- try {
- return _gtk_page_setup_get_paper_size(setup);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_page_setup_get_paper_size(
+ int /* long */setup);
+
+ public static final int /* long */gtk_page_setup_get_paper_size(
+ int /* long */setup) {
+ lock.lock();
+ try {
+ return _gtk_page_setup_get_paper_size(setup);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_page_setup_set_paper_size(int /*long*/ setup, int /*long*/ size);
-public static final void gtk_page_setup_set_paper_size(int /*long*/ setup, int /*long*/ size) {
- lock.lock();
- try {
- _gtk_page_setup_set_paper_size(setup, size);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_page_setup_set_paper_size(
+ int /* long */setup, int /* long */size);
+
+ public static final void gtk_page_setup_set_paper_size(
+ int /* long */setup, int /* long */size) {
+ lock.lock();
+ try {
+ _gtk_page_setup_set_paper_size(setup, size);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native double _gtk_page_setup_get_top_margin(int /*long*/ setup, int unit);
-public static final double gtk_page_setup_get_top_margin(int /*long*/ setup, int unit) {
- lock.lock();
- try {
- return _gtk_page_setup_get_top_margin(setup, unit);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native double _gtk_page_setup_get_top_margin(
+ int /* long */setup, int unit);
+
+ public static final double gtk_page_setup_get_top_margin(
+ int /* long */setup, int unit) {
+ lock.lock();
+ try {
+ return _gtk_page_setup_get_top_margin(setup, unit);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_page_setup_set_top_margin(int /*long*/ setup, double margin, int unit);
-public static final void gtk_page_setup_set_top_margin(int /*long*/ setup, double margin, int unit) {
- lock.lock();
- try {
- _gtk_page_setup_set_top_margin(setup, margin, unit);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_page_setup_set_top_margin(
+ int /* long */setup, double margin, int unit);
+
+ public static final void gtk_page_setup_set_top_margin(
+ int /* long */setup, double margin, int unit) {
+ lock.lock();
+ try {
+ _gtk_page_setup_set_top_margin(setup, margin, unit);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native double _gtk_page_setup_get_bottom_margin(int /*long*/ setup, int unit);
-public static final double gtk_page_setup_get_bottom_margin(int /*long*/ setup, int unit) {
- lock.lock();
- try {
- return _gtk_page_setup_get_bottom_margin(setup, unit);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native double _gtk_page_setup_get_bottom_margin(
+ int /* long */setup, int unit);
+
+ public static final double gtk_page_setup_get_bottom_margin(
+ int /* long */setup, int unit) {
+ lock.lock();
+ try {
+ return _gtk_page_setup_get_bottom_margin(setup, unit);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_page_setup_set_bottom_margin(int /*long*/ setup, double margin, int unit);
-public static final void gtk_page_setup_set_bottom_margin(int /*long*/ setup, double margin, int unit) {
- lock.lock();
- try {
- _gtk_page_setup_set_bottom_margin(setup, margin, unit);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_page_setup_set_bottom_margin(
+ int /* long */setup, double margin, int unit);
+
+ public static final void gtk_page_setup_set_bottom_margin(
+ int /* long */setup, double margin, int unit) {
+ lock.lock();
+ try {
+ _gtk_page_setup_set_bottom_margin(setup, margin, unit);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native double _gtk_page_setup_get_left_margin(int /*long*/ setup, int unit);
-public static final double gtk_page_setup_get_left_margin(int /*long*/ setup, int unit) {
- lock.lock();
- try {
- return _gtk_page_setup_get_left_margin(setup, unit);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native double _gtk_page_setup_get_left_margin(
+ int /* long */setup, int unit);
+
+ public static final double gtk_page_setup_get_left_margin(
+ int /* long */setup, int unit) {
+ lock.lock();
+ try {
+ return _gtk_page_setup_get_left_margin(setup, unit);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_page_setup_set_left_margin(int /*long*/ setup, double margin, int unit);
-public static final void gtk_page_setup_set_left_margin(int /*long*/ setup, double margin, int unit) {
- lock.lock();
- try {
- _gtk_page_setup_set_left_margin(setup, margin, unit);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_page_setup_set_left_margin(
+ int /* long */setup, double margin, int unit);
+
+ public static final void gtk_page_setup_set_left_margin(
+ int /* long */setup, double margin, int unit) {
+ lock.lock();
+ try {
+ _gtk_page_setup_set_left_margin(setup, margin, unit);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native double _gtk_page_setup_get_right_margin(int /*long*/ setup, int unit);
-public static final double gtk_page_setup_get_right_margin(int /*long*/ setup, int unit) {
- lock.lock();
- try {
- return _gtk_page_setup_get_right_margin(setup, unit);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native double _gtk_page_setup_get_right_margin(
+ int /* long */setup, int unit);
+
+ public static final double gtk_page_setup_get_right_margin(
+ int /* long */setup, int unit) {
+ lock.lock();
+ try {
+ return _gtk_page_setup_get_right_margin(setup, unit);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_page_setup_set_right_margin(int /*long*/ setup, double margin, int unit);
-public static final void gtk_page_setup_set_right_margin(int /*long*/ setup, double margin, int unit) {
- lock.lock();
- try {
- _gtk_page_setup_set_right_margin(setup, margin, unit);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_page_setup_set_right_margin(
+ int /* long */setup, double margin, int unit);
+
+ public static final void gtk_page_setup_set_right_margin(
+ int /* long */setup, double margin, int unit) {
+ lock.lock();
+ try {
+ _gtk_page_setup_set_right_margin(setup, margin, unit);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native double _gtk_page_setup_get_paper_width(int /*long*/ setup, int unit);
-public static final double gtk_page_setup_get_paper_width(int /*long*/ setup, int unit) {
- lock.lock();
- try {
- return _gtk_page_setup_get_paper_width(setup, unit);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native double _gtk_page_setup_get_paper_width(
+ int /* long */setup, int unit);
+
+ public static final double gtk_page_setup_get_paper_width(
+ int /* long */setup, int unit) {
+ lock.lock();
+ try {
+ return _gtk_page_setup_get_paper_width(setup, unit);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native double _gtk_page_setup_get_paper_height(int /*long*/ setup, int unit);
-public static final double gtk_page_setup_get_paper_height(int /*long*/ setup, int unit) {
- lock.lock();
- try {
- return _gtk_page_setup_get_paper_height(setup, unit);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native double _gtk_page_setup_get_paper_height(
+ int /* long */setup, int unit);
+
+ public static final double gtk_page_setup_get_paper_height(
+ int /* long */setup, int unit) {
+ lock.lock();
+ try {
+ return _gtk_page_setup_get_paper_height(setup, unit);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native double _gtk_page_setup_get_page_width(int /*long*/ setup, int unit);
-public static final double gtk_page_setup_get_page_width(int /*long*/ setup, int unit) {
- lock.lock();
- try {
- return _gtk_page_setup_get_page_width(setup, unit);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native double _gtk_page_setup_get_page_width(
+ int /* long */setup, int unit);
+
+ public static final double gtk_page_setup_get_page_width(
+ int /* long */setup, int unit) {
+ lock.lock();
+ try {
+ return _gtk_page_setup_get_page_width(setup, unit);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native double _gtk_page_setup_get_page_height(int /*long*/ setup, int unit);
-public static final double gtk_page_setup_get_page_height(int /*long*/ setup, int unit) {
- lock.lock();
- try {
- return _gtk_page_setup_get_page_height(setup, unit);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native double _gtk_page_setup_get_page_height(
+ int /* long */setup, int unit);
+
+ public static final double gtk_page_setup_get_page_height(
+ int /* long */setup, int unit) {
+ lock.lock();
+ try {
+ return _gtk_page_setup_get_page_height(setup, unit);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param window cast=(GdkWindow *)
- * @param area flags=no_out
- * @param widget cast=(GtkWidget *)
- * @param detail cast=(const gchar *)
- */
-public static final native void _gtk_paint_handle(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height, int orientation);
-public static final void gtk_paint_handle(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height, int orientation) {
- lock.lock();
- try {
- _gtk_paint_handle(style, window, state_type, shadow_type, area, widget, detail, x, y, width, height, orientation);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param window
+ * cast=(GdkWindow *)
+ * @param area
+ * flags=no_out
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param detail
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_paint_handle(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height, int orientation);
+
+ public static final void gtk_paint_handle(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height, int orientation) {
+ lock.lock();
+ try {
+ _gtk_paint_handle(style, window, state_type, shadow_type, area,
+ widget, detail, x, y, width, height, orientation);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param window cast=(GdkWindow *)
- * @param widget cast=(GtkWidget *)
- * @param detail cast=(const gchar *)
- */
-public static final native void _gtk_paint_flat_box(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height);
-public static final void gtk_paint_flat_box(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height) {
- lock.lock();
- try {
- _gtk_paint_flat_box(style, window, state_type, shadow_type, area, widget, detail, x, y, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param window
+ * cast=(GdkWindow *)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param detail
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_paint_flat_box(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height);
+
+ public static final void gtk_paint_flat_box(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height) {
+ lock.lock();
+ try {
+ _gtk_paint_flat_box(style, window, state_type, shadow_type, area,
+ widget, detail, x, y, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param window cast=(GdkWindow *)
- * @param area flags=no_out
- * @param widget cast=(GtkWidget *)
- * @param detail cast=(const gchar *)
- */
-public static final native void _gtk_paint_focus(int /*long*/ style, int /*long*/ window, int state_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height);
-public static final void gtk_paint_focus(int /*long*/ style, int /*long*/ window, int state_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height) {
- lock.lock();
- try {
- _gtk_paint_focus(style, window, state_type, area, widget, detail, x, y, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param window
+ * cast=(GdkWindow *)
+ * @param area
+ * flags=no_out
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param detail
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_paint_focus(int /* long */style,
+ int /* long */window, int state_type, GdkRectangle area,
+ int /* long */widget, byte[] detail, int x, int y, int width,
+ int height);
+
+ public static final void gtk_paint_focus(int /* long */style,
+ int /* long */window, int state_type, GdkRectangle area,
+ int /* long */widget, byte[] detail, int x, int y, int width,
+ int height) {
+ lock.lock();
+ try {
+ _gtk_paint_focus(style, window, state_type, area, widget, detail,
+ x, y, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param window cast=(GdkWindow *)
- * @param widget cast=(GtkWidget *)
- * @param detail cast=(const gchar *)
- */
-public static final native void _gtk_paint_option(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height);
-public static final void gtk_paint_option(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height) {
- lock.lock();
- try {
- _gtk_paint_option(style, window, state_type, shadow_type, area, widget, detail, x, y, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param window
+ * cast=(GdkWindow *)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param detail
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_paint_option(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height);
+
+ public static final void gtk_paint_option(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height) {
+ lock.lock();
+ try {
+ _gtk_paint_option(style, window, state_type, shadow_type, area,
+ widget, detail, x, y, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param window cast=(GdkWindow *)
- * @param widget cast=(GtkWidget *)
- * @param detail cast=(const gchar *)
- */
-public static final native void _gtk_paint_slider(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height, int orientation);
-public static final void gtk_paint_slider(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height, int orientation) {
- lock.lock();
- try {
- _gtk_paint_slider(style, window, state_type, shadow_type, area, widget, detail, x, y, width, height, orientation);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param window
+ * cast=(GdkWindow *)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param detail
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_paint_slider(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height, int orientation);
+
+ public static final void gtk_paint_slider(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height, int orientation) {
+ lock.lock();
+ try {
+ _gtk_paint_slider(style, window, state_type, shadow_type, area,
+ widget, detail, x, y, width, height, orientation);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param window cast=(GdkWindow *)
- * @param widget cast=(GtkWidget *)
- * @param detail cast=(const gchar *)
- */
-public static final native void _gtk_paint_tab(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height);
-public static final void gtk_paint_tab(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height) {
- lock.lock();
- try {
- _gtk_paint_tab(style, window, state_type, shadow_type, area, widget, detail, x, y, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param window
+ * cast=(GdkWindow *)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param detail
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_paint_tab(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height);
+
+ public static final void gtk_paint_tab(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height) {
+ lock.lock();
+ try {
+ _gtk_paint_tab(style, window, state_type, shadow_type, area,
+ widget, detail, x, y, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param window cast=(GdkWindow *)
- * @param widget cast=(GtkWidget *)
- * @param detail cast=(const gchar *)
- */
-public static final native void _gtk_paint_arrow(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int arrow_type, boolean fill, int x, int y, int width, int height);
-public static final void gtk_paint_arrow(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int arrow_type, boolean fill, int x, int y, int width, int height) {
- lock.lock();
- try {
- _gtk_paint_arrow(style, window, state_type, shadow_type, area, widget, detail, arrow_type, fill, x, y, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param window
+ * cast=(GdkWindow *)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param detail
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_paint_arrow(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail,
+ int arrow_type, boolean fill, int x, int y, int width, int height);
+
+ public static final void gtk_paint_arrow(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail,
+ int arrow_type, boolean fill, int x, int y, int width, int height) {
+ lock.lock();
+ try {
+ _gtk_paint_arrow(style, window, state_type, shadow_type, area,
+ widget, detail, arrow_type, fill, x, y, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param window cast=(GdkWindow *)
- * @param widget cast=(GtkWidget *)
- * @param detail cast=(const gchar *)
- */
-public static final native void _gtk_paint_box(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height);
-public static final void gtk_paint_box(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height) {
- lock.lock();
- try {
- _gtk_paint_box(style, window, state_type, shadow_type, area, widget, detail, x, y, width, height);
- } finally {
- lock.unlock();
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param window
+ * cast=(GdkWindow *)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param detail
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_paint_box(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height);
+
+ public static final void gtk_paint_box(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height) {
+ lock.lock();
+ try {
+ _gtk_paint_box(style, window, state_type, shadow_type, area,
+ widget, detail, x, y, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param window cast=(GdkWindow *)
- * @param widget cast=(GtkWidget *)
- * @param detail cast=(gchar *)
- */
-public static final native void _gtk_paint_box_gap(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height, int gap_side, int gap_x, int gap_width);
-public static final void gtk_paint_box_gap(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height, int gap_side, int gap_x, int gap_width) {
- lock.lock();
- try {
- _gtk_paint_box_gap(style, window, state_type, shadow_type, area, widget, detail, x, y, width, height, gap_side, gap_x, gap_width);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param window
+ * cast=(GdkWindow *)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param detail
+ * cast=(gchar *)
+ */
+ public static final native void _gtk_paint_box_gap(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height, int gap_side, int gap_x, int gap_width);
+
+ public static final void gtk_paint_box_gap(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height, int gap_side, int gap_x, int gap_width) {
+ lock.lock();
+ try {
+ _gtk_paint_box_gap(style, window, state_type, shadow_type, area,
+ widget, detail, x, y, width, height, gap_side, gap_x,
+ gap_width);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param window cast=(GdkWindow *)
- * @param widget cast=(GtkWidget *)
- * @param detail cast=(const gchar *)
- */
-public static final native void _gtk_paint_check(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height);
-public static final void gtk_paint_check(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height) {
- lock.lock();
- try {
- _gtk_paint_check(style, window, state_type, shadow_type, area, widget, detail, x, y, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param window
+ * cast=(GdkWindow *)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param detail
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_paint_check(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height);
+
+ public static final void gtk_paint_check(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height) {
+ lock.lock();
+ try {
+ _gtk_paint_check(style, window, state_type, shadow_type, area,
+ widget, detail, x, y, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param window cast=(GdkWindow *)
- * @param widget cast=(GtkWidget *)
- * @param detail cast=(const gchar *)
- */
-public static final native void _gtk_paint_expander(int /*long*/ style, int /*long*/ window, int state_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int expander_style);
-public static final void gtk_paint_expander(int /*long*/ style, int /*long*/ window, int state_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int expander_style) {
- lock.lock();
- try {
- _gtk_paint_expander(style, window, state_type, area, widget, detail, x, y, expander_style);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param window
+ * cast=(GdkWindow *)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param detail
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_paint_expander(int /* long */style,
+ int /* long */window, int state_type, GdkRectangle area,
+ int /* long */widget, byte[] detail, int x, int y,
+ int expander_style);
+
+ public static final void gtk_paint_expander(int /* long */style,
+ int /* long */window, int state_type, GdkRectangle area,
+ int /* long */widget, byte[] detail, int x, int y,
+ int expander_style) {
+ lock.lock();
+ try {
+ _gtk_paint_expander(style, window, state_type, area, widget,
+ detail, x, y, expander_style);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param window cast=(GdkWindow *)
- * @param widget cast=(GtkWidget *)
- * @param detail cast=(gchar *)
- */
-public static final native void _gtk_paint_extension(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height, int gap_side);
-public static final void gtk_paint_extension(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height, int gap_side) {
- lock.lock();
- try {
- _gtk_paint_extension(style, window, state_type, shadow_type, area, widget, detail, x, y, width, height, gap_side);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param window
+ * cast=(GdkWindow *)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param detail
+ * cast=(gchar *)
+ */
+ public static final native void _gtk_paint_extension(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height, int gap_side);
+
+ public static final void gtk_paint_extension(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height, int gap_side) {
+ lock.lock();
+ try {
+ _gtk_paint_extension(style, window, state_type, shadow_type, area,
+ widget, detail, x, y, width, height, gap_side);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param window cast=(GdkWindow *)
- * @param widget cast=(GtkWidget *)
- * @param detail cast=(const gchar *)
- */
-public static final native void _gtk_paint_hline(int /*long*/ style, int /*long*/ window, int state_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x1 , int x2, int y);
-public static final void gtk_paint_hline(int /*long*/ style, int /*long*/ window, int state_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x1 , int x2, int y) {
- lock.lock();
- try {
- _gtk_paint_hline(style, window, state_type, area, widget, detail, x1, x2, y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param window
+ * cast=(GdkWindow *)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param detail
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_paint_hline(int /* long */style,
+ int /* long */window, int state_type, GdkRectangle area,
+ int /* long */widget, byte[] detail, int x1, int x2, int y);
+
+ public static final void gtk_paint_hline(int /* long */style,
+ int /* long */window, int state_type, GdkRectangle area,
+ int /* long */widget, byte[] detail, int x1, int x2, int y) {
+ lock.lock();
+ try {
+ _gtk_paint_hline(style, window, state_type, area, widget, detail,
+ x1, x2, y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param window cast=(GdkWindow *)
- * @param widget cast=(GtkWidget *)
- * @param detail cast=(const gchar *)
- * @param layout cast=(PangoLayout *)
- */
-public static final native void _gtk_paint_layout(int /*long*/ style, int /*long*/ window, int state_type, boolean use_text, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int /*long*/ layout);
-public static final void gtk_paint_layout(int /*long*/ style, int /*long*/ window, int state_type, boolean use_text, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int /*long*/ layout) {
- lock.lock();
- try {
- _gtk_paint_layout(style, window, state_type, use_text, area, widget, detail, x, y, layout);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param window
+ * cast=(GdkWindow *)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param detail
+ * cast=(const gchar *)
+ * @param layout
+ * cast=(PangoLayout *)
+ */
+ public static final native void _gtk_paint_layout(int /* long */style,
+ int /* long */window, int state_type, boolean use_text,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int /* long */layout);
+
+ public static final void gtk_paint_layout(int /* long */style,
+ int /* long */window, int state_type, boolean use_text,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int /* long */layout) {
+ lock.lock();
+ try {
+ _gtk_paint_layout(style, window, state_type, use_text, area,
+ widget, detail, x, y, layout);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param window cast=(GdkWindow *)
- * @param widget cast=(GtkWidget *)
- * @param detail cast=(gchar *)
- */
-public static final native void _gtk_paint_shadow_gap(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height, int gap_side, int gap_x, int gap_width);
-public static final void gtk_paint_shadow_gap(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height, int gap_side, int gap_x, int gap_width) {
- lock.lock();
- try {
- _gtk_paint_shadow_gap(style, window, state_type, shadow_type, area, widget, detail, x, y, width, height, gap_side, gap_x, gap_width);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param window
+ * cast=(GdkWindow *)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param detail
+ * cast=(gchar *)
+ */
+ public static final native void _gtk_paint_shadow_gap(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height, int gap_side, int gap_x, int gap_width);
+
+ public static final void gtk_paint_shadow_gap(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height, int gap_side, int gap_x, int gap_width) {
+ lock.lock();
+ try {
+ _gtk_paint_shadow_gap(style, window, state_type, shadow_type, area,
+ widget, detail, x, y, width, height, gap_side, gap_x,
+ gap_width);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param window cast=(GdkWindow *)
- * @param widget cast=(GtkWidget *)
- * @param detail cast=(gchar *)
- */
-public static final native void _gtk_paint_shadow(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height);
-public static final void gtk_paint_shadow(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height) {
- lock.lock();
- try {
- _gtk_paint_shadow(style, window, state_type, shadow_type, area, widget, detail, x, y, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param window
+ * cast=(GdkWindow *)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param detail
+ * cast=(gchar *)
+ */
+ public static final native void _gtk_paint_shadow(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height);
+
+ public static final void gtk_paint_shadow(int /* long */style,
+ int /* long */window, int state_type, int shadow_type,
+ GdkRectangle area, int /* long */widget, byte[] detail, int x,
+ int y, int width, int height) {
+ lock.lock();
+ try {
+ _gtk_paint_shadow(style, window, state_type, shadow_type, area,
+ widget, detail, x, y, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param window cast=(GdkWindow *)
- * @param widget cast=(GtkWidget *)
- * @param detail cast=(const gchar *)
- */
-public static final native void _gtk_paint_vline(int /*long*/ style, int /*long*/ window, int state_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int y1 , int y2, int x);
-public static final void gtk_paint_vline(int /*long*/ style, int /*long*/ window, int state_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int y1 , int y2, int x) {
- lock.lock();
- try {
- _gtk_paint_vline(style, window, state_type, area, widget, detail, y1, y2, x);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param window
+ * cast=(GdkWindow *)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param detail
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_paint_vline(int /* long */style,
+ int /* long */window, int state_type, GdkRectangle area,
+ int /* long */widget, byte[] detail, int y1, int y2, int x);
+
+ public static final void gtk_paint_vline(int /* long */style,
+ int /* long */window, int state_type, GdkRectangle area,
+ int /* long */widget, byte[] detail, int y1, int y2, int x) {
+ lock.lock();
+ try {
+ _gtk_paint_vline(style, window, state_type, area, widget, detail,
+ y1, y2, x);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_paper_size_free(int /*long*/ size);
-public static final void gtk_paper_size_free(int /*long*/ size) {
- lock.lock();
- try {
- _gtk_paper_size_free(size);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_paper_size_free(int /* long */size);
+
+ public static final void gtk_paper_size_free(int /* long */size) {
+ lock.lock();
+ try {
+ _gtk_paper_size_free(size);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_paper_size_new(byte [] name);
-public static final int /*long*/ gtk_paper_size_new(byte [] name) {
- lock.lock();
- try {
- return _gtk_paper_size_new(name);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_paper_size_new(byte[] name);
+
+ public static final int /* long */gtk_paper_size_new(byte[] name) {
+ lock.lock();
+ try {
+ return _gtk_paper_size_new(name);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_paper_size_new_from_ppd(byte [] ppd_name, byte [] ppd_display_name, double width, double height);
-public static final int /*long*/ gtk_paper_size_new_from_ppd(byte [] ppd_name, byte [] ppd_display_name, double width, double height) {
- lock.lock();
- try {
- return _gtk_paper_size_new_from_ppd(ppd_name, ppd_display_name, width, height);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_paper_size_new_from_ppd(
+ byte[] ppd_name, byte[] ppd_display_name, double width,
+ double height);
+
+ public static final int /* long */gtk_paper_size_new_from_ppd(
+ byte[] ppd_name, byte[] ppd_display_name, double width,
+ double height) {
+ lock.lock();
+ try {
+ return _gtk_paper_size_new_from_ppd(ppd_name, ppd_display_name,
+ width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_paper_size_new_custom(byte [] name, byte [] display_name, double width, double height, int unit);
-public static final int /*long*/ gtk_paper_size_new_custom(byte [] name, byte [] display_name, double width, double height, int unit) {
- lock.lock();
- try {
- return _gtk_paper_size_new_custom(name, display_name, width, height, unit);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_paper_size_new_custom(
+ byte[] name, byte[] display_name, double width, double height,
+ int unit);
+
+ public static final int /* long */gtk_paper_size_new_custom(byte[] name,
+ byte[] display_name, double width, double height, int unit) {
+ lock.lock();
+ try {
+ return _gtk_paper_size_new_custom(name, display_name, width,
+ height, unit);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_paper_size_get_name(int /*long*/ size);
-public static final int /*long*/ gtk_paper_size_get_name(int /*long*/ size) {
- lock.lock();
- try {
- return _gtk_paper_size_get_name(size);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_paper_size_get_name(
+ int /* long */size);
+
+ public static final int /* long */gtk_paper_size_get_name(int /* long */size) {
+ lock.lock();
+ try {
+ return _gtk_paper_size_get_name(size);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_paper_size_get_display_name(int /*long*/ size);
-public static final int /*long*/ gtk_paper_size_get_display_name(int /*long*/ size) {
- lock.lock();
- try {
- return _gtk_paper_size_get_display_name(size);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_paper_size_get_display_name(
+ int /* long */size);
+
+ public static final int /* long */gtk_paper_size_get_display_name(
+ int /* long */size) {
+ lock.lock();
+ try {
+ return _gtk_paper_size_get_display_name(size);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_paper_size_get_ppd_name(int /*long*/ size);
-public static final int /*long*/ gtk_paper_size_get_ppd_name(int /*long*/ size) {
- lock.lock();
- try {
- return _gtk_paper_size_get_ppd_name(size);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_paper_size_get_ppd_name(
+ int /* long */size);
+
+ public static final int /* long */gtk_paper_size_get_ppd_name(
+ int /* long */size) {
+ lock.lock();
+ try {
+ return _gtk_paper_size_get_ppd_name(size);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native double _gtk_paper_size_get_width(int /*long*/ size, int unit);
-public static final double gtk_paper_size_get_width(int /*long*/ size, int unit) {
- lock.lock();
- try {
- return _gtk_paper_size_get_width(size, unit);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native double _gtk_paper_size_get_width(
+ int /* long */size, int unit);
+
+ public static final double gtk_paper_size_get_width(int /* long */size,
+ int unit) {
+ lock.lock();
+ try {
+ return _gtk_paper_size_get_width(size, unit);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native double _gtk_paper_size_get_height(int /*long*/ size, int unit);
-public static final double gtk_paper_size_get_height(int /*long*/ size, int unit) {
- lock.lock();
- try {
- return _gtk_paper_size_get_height(size, unit);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native double _gtk_paper_size_get_height(
+ int /* long */size, int unit);
+
+ public static final double gtk_paper_size_get_height(int /* long */size,
+ int unit) {
+ lock.lock();
+ try {
+ return _gtk_paper_size_get_height(size, unit);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native boolean _gtk_paper_size_is_custom(int /*long*/ size);
-public static final boolean gtk_paper_size_is_custom(int /*long*/ size) {
- lock.lock();
- try {
- return _gtk_paper_size_is_custom(size);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native boolean _gtk_paper_size_is_custom(
+ int /* long */size);
+
+ public static final boolean gtk_paper_size_is_custom(int /* long */size) {
+ lock.lock();
+ try {
+ return _gtk_paper_size_is_custom(size);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param plug cast=(GtkPlug *) */
-public static final native int /*long*/ _gtk_plug_get_id(int /*long*/ plug);
-public static final int /*long*/ gtk_plug_get_id(int /*long*/ plug) {
- lock.lock();
- try {
- return _gtk_plug_get_id(plug);
- } finally {
- lock.unlock();
+
+ /**
+ * @param plug
+ * cast=(GtkPlug *)
+ */
+ public static final native int /* long */_gtk_plug_get_id(
+ int /* long */plug);
+
+ public static final int /* long */gtk_plug_get_id(int /* long */plug) {
+ lock.lock();
+ try {
+ return _gtk_plug_get_id(plug);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_plug_new(int /*long*/ socket_id);
-public static final int /*long*/ gtk_plug_new(int /*long*/ socket_id) {
- lock.lock();
- try {
- return _gtk_plug_new(socket_id);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_plug_new(
+ int /* long */socket_id);
+
+ public static final int /* long */gtk_plug_new(int /* long */socket_id) {
+ lock.lock();
+ try {
+ return _gtk_plug_new(socket_id);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_printer_get_backend(int /*long*/ printer);
-public static final int /*long*/ gtk_printer_get_backend(int /*long*/ printer) {
- lock.lock();
- try {
- return _gtk_printer_get_backend(printer);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_printer_get_backend(
+ int /* long */printer);
+
+ public static final int /* long */gtk_printer_get_backend(
+ int /* long */printer) {
+ lock.lock();
+ try {
+ return _gtk_printer_get_backend(printer);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_printer_get_name(int /*long*/ printer);
-public static final int /*long*/ gtk_printer_get_name(int /*long*/ printer) {
- lock.lock();
- try {
- return _gtk_printer_get_name(printer);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_printer_get_name(
+ int /* long */printer);
+
+ public static final int /* long */gtk_printer_get_name(
+ int /* long */printer) {
+ lock.lock();
+ try {
+ return _gtk_printer_get_name(printer);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native boolean _gtk_printer_is_default(int /*long*/ printer);
-public static final boolean gtk_printer_is_default(int /*long*/ printer) {
- lock.lock();
- try {
- return _gtk_printer_is_default(printer);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native boolean _gtk_printer_is_default(
+ int /* long */printer);
+
+ public static final boolean gtk_printer_is_default(int /* long */printer) {
+ lock.lock();
+ try {
+ return _gtk_printer_is_default(printer);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param data cast=(gpointer)
- * @param destroy cast=(GDestroyNotify)
- * @param wait cast=(gboolean)
- */
-public static final native void _gtk_enumerate_printers(int /*long*/ func, int /*long*/data, int /*long*/ destroy, boolean wait);
-public static final void gtk_enumerate_printers(int /*long*/ func, int /*long*/data, int /*long*/ destroy, boolean wait) {
- lock.lock();
- try {
- _gtk_enumerate_printers(func, data, destroy, wait);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param data
+ * cast=(gpointer)
+ * @param destroy
+ * cast=(GDestroyNotify)
+ * @param wait
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_enumerate_printers(int /* long */func,
+ int /* long */data, int /* long */destroy, boolean wait);
+
+ public static final void gtk_enumerate_printers(int /* long */func,
+ int /* long */data, int /* long */destroy, boolean wait) {
+ lock.lock();
+ try {
+ _gtk_enumerate_printers(func, data, destroy, wait);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param title cast=(const gchar *)
- */
-public static final native int /*long*/ _gtk_print_job_new(byte[] title, int /*long*/ printer, int /*long*/ settings, int /*long*/ page_setup);
-public static final int /*long*/ gtk_print_job_new(byte[] title, int /*long*/ printer, int /*long*/ settings, int /*long*/ page_setup) {
- lock.lock();
- try {
- return _gtk_print_job_new(title, printer, settings, page_setup);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param title
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_gtk_print_job_new(byte[] title,
+ int /* long */printer, int /* long */settings,
+ int /* long */page_setup);
+
+ public static final int /* long */gtk_print_job_new(byte[] title,
+ int /* long */printer, int /* long */settings,
+ int /* long */page_setup) {
+ lock.lock();
+ try {
+ return _gtk_print_job_new(title, printer, settings, page_setup);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_print_job_get_settings(int /*long*/ job);
-public static final int /*long*/ gtk_print_job_get_settings(int /*long*/ job) {
- lock.lock();
- try {
- return _gtk_print_job_get_settings(job);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_print_job_get_settings(
+ int /* long */job);
+
+ public static final int /* long */gtk_print_job_get_settings(
+ int /* long */job) {
+ lock.lock();
+ try {
+ return _gtk_print_job_get_settings(job);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_print_job_get_printer(int /*long*/ job);
-public static final int /*long*/ gtk_print_job_get_printer(int /*long*/ job) {
- lock.lock();
- try {
- return _gtk_print_job_get_printer(job);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_print_job_get_printer(
+ int /* long */job);
+
+ public static final int /* long */gtk_print_job_get_printer(
+ int /* long */job) {
+ lock.lock();
+ try {
+ return _gtk_print_job_get_printer(job);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_print_job_get_title(int /*long*/ job);
-public static final int /*long*/ gtk_print_job_get_title(int /*long*/ job) {
- lock.lock();
- try {
- return _gtk_print_job_get_title(job);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_print_job_get_title(
+ int /* long */job);
+
+ public static final int /* long */gtk_print_job_get_title(int /* long */job) {
+ lock.lock();
+ try {
+ return _gtk_print_job_get_title(job);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int _gtk_print_job_get_status(int /*long*/ job);
-public static final int gtk_print_job_get_status(int /*long*/ job) {
- lock.lock();
- try {
- return _gtk_print_job_get_status(job);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int _gtk_print_job_get_status(int /* long */job);
+
+ public static final int gtk_print_job_get_status(int /* long */job) {
+ lock.lock();
+ try {
+ return _gtk_print_job_get_status(job);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param filename cast=(const gchar *)
- * @param error cast=(GError **)
- */
-public static final native boolean _gtk_print_job_set_source_file(int /*long*/ job, byte[] filename, int /*long*/ error[]);
-public static final boolean gtk_print_job_set_source_file(int /*long*/ job, byte[] filename, int /*long*/ error[]) {
- lock.lock();
- try {
- return _gtk_print_job_set_source_file(job, filename, error);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param filename
+ * cast=(const gchar *)
+ * @param error
+ * cast=(GError **)
+ */
+ public static final native boolean _gtk_print_job_set_source_file(
+ int /* long */job, byte[] filename, int /* long */error[]);
+
+ public static final boolean gtk_print_job_set_source_file(int /* long */job,
+ byte[] filename, int /* long */error[]) {
+ lock.lock();
+ try {
+ return _gtk_print_job_set_source_file(job, filename, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param error cast=(GError **)
- */
-public static final native int /*long*/ _gtk_print_job_get_surface(int /*long*/ job, int /*long*/ error[]);
-public static final int /*long*/ gtk_print_job_get_surface(int /*long*/ job, int /*long*/ error[]) {
- lock.lock();
- try {
- return _gtk_print_job_get_surface(job, error);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param error
+ * cast=(GError **)
+ */
+ public static final native int /* long */_gtk_print_job_get_surface(
+ int /* long */job, int /* long */error[]);
+
+ public static final int /* long */gtk_print_job_get_surface(
+ int /* long */job, int /* long */error[]) {
+ lock.lock();
+ try {
+ return _gtk_print_job_get_surface(job, error);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param user_data cast=(gpointer)
- * @param dnotify cast=(GDestroyNotify)
- */
-public static final native void _gtk_print_job_send(int /*long*/ job, int /*long*/ callback, int /*long*/ user_data, int /*long*/ dnotify);
-public static final void gtk_print_job_send(int /*long*/ job, int /*long*/ callback, int /*long*/ user_data, int /*long*/ dnotify) {
- lock.lock();
- try {
- _gtk_print_job_send(job, callback, user_data, dnotify);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param user_data
+ * cast=(gpointer)
+ * @param dnotify
+ * cast=(GDestroyNotify)
+ */
+ public static final native void _gtk_print_job_send(int /* long */job,
+ int /* long */callback, int /* long */user_data,
+ int /* long */dnotify);
+
+ public static final void gtk_print_job_send(int /* long */job,
+ int /* long */callback, int /* long */user_data,
+ int /* long */dnotify) {
+ lock.lock();
+ try {
+ _gtk_print_job_send(job, callback, user_data, dnotify);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_print_settings_new();
-public static final int /*long*/ gtk_print_settings_new() {
- lock.lock();
- try {
- return _gtk_print_settings_new();
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_print_settings_new();
+
+ public static final int /* long */gtk_print_settings_new() {
+ lock.lock();
+ try {
+ return _gtk_print_settings_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param data cast=(gpointer)
- */
-public static final native void _gtk_print_settings_foreach(int /*long*/ settings, int /*long*/ func, int /*long*/ data);
-public static final void gtk_print_settings_foreach(int /*long*/ settings, int /*long*/ func, int /*long*/ data) {
- lock.lock();
- try {
- _gtk_print_settings_foreach(settings, func, data);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param data
+ * cast=(gpointer)
+ */
+ public static final native void _gtk_print_settings_foreach(
+ int /* long */settings, int /* long */func, int /* long */data);
+
+ public static final void gtk_print_settings_foreach(int /* long */settings,
+ int /* long */func, int /* long */data) {
+ lock.lock();
+ try {
+ _gtk_print_settings_foreach(settings, func, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param key cast=(const gchar *)
- */
-public static final native int /*long*/ _gtk_print_settings_get(int /*long*/ settings, byte [] key);
-public static final int /*long*/ gtk_print_settings_get(int /*long*/ settings, byte [] key) {
- lock.lock();
- try {
- return _gtk_print_settings_get(settings, key);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param key
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_gtk_print_settings_get(
+ int /* long */settings, byte[] key);
+
+ public static final int /* long */gtk_print_settings_get(
+ int /* long */settings, byte[] key) {
+ lock.lock();
+ try {
+ return _gtk_print_settings_get(settings, key);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param key cast=(const gchar *)
- * @param value cast=(const gchar *)
- */
-public static final native void _gtk_print_settings_set(int /*long*/ settings, byte [] key, byte [] value);
-public static final void gtk_print_settings_set(int /*long*/ settings, byte [] key, byte [] value) {
- lock.lock();
- try {
- _gtk_print_settings_set(settings, key, value);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param key
+ * cast=(const gchar *)
+ * @param value
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_print_settings_set(
+ int /* long */settings, byte[] key, byte[] value);
+
+ public static final void gtk_print_settings_set(int /* long */settings,
+ byte[] key, byte[] value) {
+ lock.lock();
+ try {
+ _gtk_print_settings_set(settings, key, value);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_print_settings_get_printer(int /*long*/ settings);
-public static final int /*long*/ gtk_print_settings_get_printer(int /*long*/ settings) {
- lock.lock();
- try {
- return _gtk_print_settings_get_printer(settings);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_print_settings_get_printer(
+ int /* long */settings);
+
+ public static final int /* long */gtk_print_settings_get_printer(
+ int /* long */settings) {
+ lock.lock();
+ try {
+ return _gtk_print_settings_get_printer(settings);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_print_settings_set_printer(int /*long*/ settings, byte[] printer);
-public static final void gtk_print_settings_set_printer(int /*long*/ settings, byte[] printer) {
- lock.lock();
- try {
- _gtk_print_settings_set_printer(settings, printer);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_print_settings_set_printer(
+ int /* long */settings, byte[] printer);
+
+ public static final void gtk_print_settings_set_printer(
+ int /* long */settings, byte[] printer) {
+ lock.lock();
+ try {
+ _gtk_print_settings_set_printer(settings, printer);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int _gtk_print_settings_get_orientation(int /*long*/ settings);
-public static final int gtk_print_settings_get_orientation(int /*long*/ settings) {
- lock.lock();
- try {
- return _gtk_print_settings_get_orientation(settings);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int _gtk_print_settings_get_orientation(
+ int /* long */settings);
+
+ public static final int gtk_print_settings_get_orientation(
+ int /* long */settings) {
+ lock.lock();
+ try {
+ return _gtk_print_settings_get_orientation(settings);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_print_settings_set_orientation(int /*long*/ settings, int orientation);
-public static final void gtk_print_settings_set_orientation(int /*long*/ settings, int orientation) {
- lock.lock();
- try {
- _gtk_print_settings_set_orientation(settings, orientation);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_print_settings_set_orientation(
+ int /* long */settings, int orientation);
+
+ public static final void gtk_print_settings_set_orientation(
+ int /* long */settings, int orientation) {
+ lock.lock();
+ try {
+ _gtk_print_settings_set_orientation(settings, orientation);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native boolean _gtk_print_settings_get_collate(int /*long*/ settings);
-public static final boolean gtk_print_settings_get_collate(int /*long*/ settings) {
- lock.lock();
- try {
- return _gtk_print_settings_get_collate(settings);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native boolean _gtk_print_settings_get_collate(
+ int /* long */settings);
+
+ public static final boolean gtk_print_settings_get_collate(
+ int /* long */settings) {
+ lock.lock();
+ try {
+ return _gtk_print_settings_get_collate(settings);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param collate cast=(gboolean)
- */
-public static final native void _gtk_print_settings_set_collate(int /*long*/ settings, boolean collate);
-public static final void gtk_print_settings_set_collate(int /*long*/ settings, boolean collate) {
- lock.lock();
- try {
- _gtk_print_settings_set_collate(settings, collate);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param collate
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_print_settings_set_collate(
+ int /* long */settings, boolean collate);
+
+ public static final void gtk_print_settings_set_collate(
+ int /* long */settings, boolean collate) {
+ lock.lock();
+ try {
+ _gtk_print_settings_set_collate(settings, collate);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int _gtk_print_settings_get_duplex(int /*long*/ settings);
-public static final int gtk_print_settings_get_duplex(int /*long*/ settings) {
- lock.lock();
- try {
- return _gtk_print_settings_get_duplex(settings);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int _gtk_print_settings_get_duplex(
+ int /* long */settings);
+
+ public static final int gtk_print_settings_get_duplex(int /* long */settings) {
+ lock.lock();
+ try {
+ return _gtk_print_settings_get_duplex(settings);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_print_settings_set_duplex(int /*long*/ settings, int duplex);
-public static final void gtk_print_settings_set_duplex(int /*long*/ settings, int duplex) {
- lock.lock();
- try {
- _gtk_print_settings_set_duplex(settings, duplex);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_print_settings_set_duplex(
+ int /* long */settings, int duplex);
+
+ public static final void gtk_print_settings_set_duplex(
+ int /* long */settings, int duplex) {
+ lock.lock();
+ try {
+ _gtk_print_settings_set_duplex(settings, duplex);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int _gtk_print_settings_get_n_copies(int /*long*/ settings);
-public static final int gtk_print_settings_get_n_copies(int /*long*/ settings) {
- lock.lock();
- try {
- return _gtk_print_settings_get_n_copies(settings);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int _gtk_print_settings_get_n_copies(
+ int /* long */settings);
+
+ public static final int gtk_print_settings_get_n_copies(
+ int /* long */settings) {
+ lock.lock();
+ try {
+ return _gtk_print_settings_get_n_copies(settings);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param num_copies cast=(gint)
- */
-public static final native void _gtk_print_settings_set_n_copies(int /*long*/ settings, int num_copies);
-public static final void gtk_print_settings_set_n_copies(int /*long*/ settings, int num_copies) {
- lock.lock();
- try {
- _gtk_print_settings_set_n_copies(settings, num_copies);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param num_copies
+ * cast=(gint)
+ */
+ public static final native void _gtk_print_settings_set_n_copies(
+ int /* long */settings, int num_copies);
+
+ public static final void gtk_print_settings_set_n_copies(
+ int /* long */settings, int num_copies) {
+ lock.lock();
+ try {
+ _gtk_print_settings_set_n_copies(settings, num_copies);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int _gtk_print_settings_get_print_pages(int /*long*/ settings);
-public static final int gtk_print_settings_get_print_pages(int /*long*/ settings) {
- lock.lock();
- try {
- return _gtk_print_settings_get_print_pages(settings);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int _gtk_print_settings_get_print_pages(
+ int /* long */settings);
+
+ public static final int gtk_print_settings_get_print_pages(
+ int /* long */settings) {
+ lock.lock();
+ try {
+ return _gtk_print_settings_get_print_pages(settings);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_print_settings_set_print_pages(int /*long*/ settings, int pages);
-public static final void gtk_print_settings_set_print_pages(int /*long*/ settings, int pages) {
- lock.lock();
- try {
- _gtk_print_settings_set_print_pages(settings, pages);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_print_settings_set_print_pages(
+ int /* long */settings, int pages);
+
+ public static final void gtk_print_settings_set_print_pages(
+ int /* long */settings, int pages) {
+ lock.lock();
+ try {
+ _gtk_print_settings_set_print_pages(settings, pages);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param num_ranges cast=(gint *)
- */
-public static final native int /*long*/ _gtk_print_settings_get_page_ranges(int /*long*/ settings, int[] num_ranges);
-public static final int /*long*/ gtk_print_settings_get_page_ranges(int /*long*/ settings, int[] num_ranges) {
- lock.lock();
- try {
- return _gtk_print_settings_get_page_ranges(settings, num_ranges);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param num_ranges
+ * cast=(gint *)
+ */
+ public static final native int /* long */_gtk_print_settings_get_page_ranges(
+ int /* long */settings, int[] num_ranges);
+
+ public static final int /* long */gtk_print_settings_get_page_ranges(
+ int /* long */settings, int[] num_ranges) {
+ lock.lock();
+ try {
+ return _gtk_print_settings_get_page_ranges(settings, num_ranges);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param num_ranges cast=(gint)
- */
-public static final native void _gtk_print_settings_set_page_ranges(int /*long*/ settings, int[] page_ranges, int num_ranges);
-public static final void gtk_print_settings_set_page_ranges(int /*long*/ settings, int[] page_ranges, int num_ranges) {
- lock.lock();
- try {
- _gtk_print_settings_set_page_ranges(settings, page_ranges, num_ranges);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param num_ranges
+ * cast=(gint)
+ */
+ public static final native void _gtk_print_settings_set_page_ranges(
+ int /* long */settings, int[] page_ranges, int num_ranges);
+
+ public static final void gtk_print_settings_set_page_ranges(
+ int /* long */settings, int[] page_ranges, int num_ranges) {
+ lock.lock();
+ try {
+ _gtk_print_settings_set_page_ranges(settings, page_ranges,
+ num_ranges);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native double _gtk_print_settings_get_paper_width(int /*long*/ settings, int unit);
-public static final double gtk_print_settings_get_paper_width(int /*long*/ settings, int unit) {
- lock.lock();
- try {
- return _gtk_print_settings_get_paper_width(settings, unit);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native double _gtk_print_settings_get_paper_width(
+ int /* long */settings, int unit);
+
+ public static final double gtk_print_settings_get_paper_width(
+ int /* long */settings, int unit) {
+ lock.lock();
+ try {
+ return _gtk_print_settings_get_paper_width(settings, unit);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native double _gtk_print_settings_get_paper_height(int /*long*/ settings, int unit);
-public static final double gtk_print_settings_get_paper_height(int /*long*/ settings, int unit) {
- lock.lock();
- try {
- return _gtk_print_settings_get_paper_height(settings, unit);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native double _gtk_print_settings_get_paper_height(
+ int /* long */settings, int unit);
+
+ public static final double gtk_print_settings_get_paper_height(
+ int /* long */settings, int unit) {
+ lock.lock();
+ try {
+ return _gtk_print_settings_get_paper_height(settings, unit);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int _gtk_print_settings_get_resolution(int /*long*/ settings);
-public static final int gtk_print_settings_get_resolution(int /*long*/ settings) {
- lock.lock();
- try {
- return _gtk_print_settings_get_resolution(settings);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int _gtk_print_settings_get_resolution(
+ int /* long */settings);
+
+ public static final int gtk_print_settings_get_resolution(
+ int /* long */settings) {
+ lock.lock();
+ try {
+ return _gtk_print_settings_get_resolution(settings);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param title cast=(const gchar *)
- * @param parent cast=(GtkWindow *)
- */
-public static final native int /*long*/ _gtk_print_unix_dialog_new(byte[] title, int /*long*/ parent);
-public static final int /*long*/ gtk_print_unix_dialog_new(byte[] title, int /*long*/ parent) {
- lock.lock();
- try {
- return _gtk_print_unix_dialog_new(title, parent);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param title
+ * cast=(const gchar *)
+ * @param parent
+ * cast=(GtkWindow *)
+ */
+ public static final native int /* long */_gtk_print_unix_dialog_new(
+ byte[] title, int /* long */parent);
+
+ public static final int /* long */gtk_print_unix_dialog_new(byte[] title,
+ int /* long */parent) {
+ lock.lock();
+ try {
+ return _gtk_print_unix_dialog_new(title, parent);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_print_unix_dialog_set_embed_page_setup(int /*long*/ dialog, boolean embed);
-public static final void gtk_print_unix_dialog_set_embed_page_setup(int /*long*/ dialog, boolean embed) {
- lock.lock();
- try {
- _gtk_print_unix_dialog_set_embed_page_setup(dialog, embed);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_print_unix_dialog_set_embed_page_setup(
+ int /* long */dialog, boolean embed);
+
+ public static final void gtk_print_unix_dialog_set_embed_page_setup(
+ int /* long */dialog, boolean embed) {
+ lock.lock();
+ try {
+ _gtk_print_unix_dialog_set_embed_page_setup(dialog, embed);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_print_unix_dialog_set_page_setup(int /*long*/ dialog, int /*long*/ page_setup);
-public static final void gtk_print_unix_dialog_set_page_setup(int /*long*/ dialog, int /*long*/ page_setup) {
- lock.lock();
- try {
- _gtk_print_unix_dialog_set_page_setup(dialog, page_setup);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_print_unix_dialog_set_page_setup(
+ int /* long */dialog, int /* long */page_setup);
+
+ public static final void gtk_print_unix_dialog_set_page_setup(
+ int /* long */dialog, int /* long */page_setup) {
+ lock.lock();
+ try {
+ _gtk_print_unix_dialog_set_page_setup(dialog, page_setup);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_print_unix_dialog_get_page_setup(int /*long*/ dialog);
-public static final int /*long*/ gtk_print_unix_dialog_get_page_setup(int /*long*/ dialog) {
- lock.lock();
- try {
- return _gtk_print_unix_dialog_get_page_setup(dialog);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_print_unix_dialog_get_page_setup(
+ int /* long */dialog);
+
+ public static final int /* long */gtk_print_unix_dialog_get_page_setup(
+ int /* long */dialog) {
+ lock.lock();
+ try {
+ return _gtk_print_unix_dialog_get_page_setup(dialog);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param current_page cast=(gint)
- */
-public static final native void _gtk_print_unix_dialog_set_current_page(int /*long*/ dialog, int current_page);
-public static final void gtk_print_unix_dialog_set_current_page(int /*long*/ dialog, int current_page) {
- lock.lock();
- try {
- _gtk_print_unix_dialog_set_current_page(dialog, current_page);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param current_page
+ * cast=(gint)
+ */
+ public static final native void _gtk_print_unix_dialog_set_current_page(
+ int /* long */dialog, int current_page);
+
+ public static final void gtk_print_unix_dialog_set_current_page(
+ int /* long */dialog, int current_page) {
+ lock.lock();
+ try {
+ _gtk_print_unix_dialog_set_current_page(dialog, current_page);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int _gtk_print_unix_dialog_get_current_page(int /*long*/ dialog);
-public static final int gtk_print_unix_dialog_get_current_page(int /*long*/ dialog) {
- lock.lock();
- try {
- return _gtk_print_unix_dialog_get_current_page(dialog);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int _gtk_print_unix_dialog_get_current_page(
+ int /* long */dialog);
+
+ public static final int gtk_print_unix_dialog_get_current_page(
+ int /* long */dialog) {
+ lock.lock();
+ try {
+ return _gtk_print_unix_dialog_get_current_page(dialog);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_print_unix_dialog_set_settings(int /*long*/ dialog, int /*long*/ settings);
-public static final void gtk_print_unix_dialog_set_settings(int /*long*/ dialog, int /*long*/ settings) {
- lock.lock();
- try {
- _gtk_print_unix_dialog_set_settings(dialog, settings);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_print_unix_dialog_set_settings(
+ int /* long */dialog, int /* long */settings);
+
+ public static final void gtk_print_unix_dialog_set_settings(
+ int /* long */dialog, int /* long */settings) {
+ lock.lock();
+ try {
+ _gtk_print_unix_dialog_set_settings(dialog, settings);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_print_unix_dialog_get_settings(int /*long*/ dialog);
-public static final int /*long*/ gtk_print_unix_dialog_get_settings(int /*long*/ dialog) {
- lock.lock();
- try {
- return _gtk_print_unix_dialog_get_settings(dialog);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_print_unix_dialog_get_settings(
+ int /* long */dialog);
+
+ public static final int /* long */gtk_print_unix_dialog_get_settings(
+ int /* long */dialog) {
+ lock.lock();
+ try {
+ return _gtk_print_unix_dialog_get_settings(dialog);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_print_unix_dialog_get_selected_printer(int /*long*/ dialog);
-public static final int /*long*/ gtk_print_unix_dialog_get_selected_printer(int /*long*/ dialog) {
- lock.lock();
- try {
- return _gtk_print_unix_dialog_get_selected_printer(dialog);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_print_unix_dialog_get_selected_printer(
+ int /* long */dialog);
+
+ public static final int /* long */gtk_print_unix_dialog_get_selected_printer(
+ int /* long */dialog) {
+ lock.lock();
+ try {
+ return _gtk_print_unix_dialog_get_selected_printer(dialog);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _gtk_print_unix_dialog_set_manual_capabilities(int /*long*/ dialog, int /*long*/ capabilities);
-public static final void gtk_print_unix_dialog_set_manual_capabilities(int /*long*/ dialog, int /*long*/ capabilities) {
- lock.lock();
- try {
- _gtk_print_unix_dialog_set_manual_capabilities(dialog, capabilities);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _gtk_print_unix_dialog_set_manual_capabilities(
+ int /* long */dialog, int /* long */capabilities);
+
+ public static final void gtk_print_unix_dialog_set_manual_capabilities(
+ int /* long */dialog, int /* long */capabilities) {
+ lock.lock();
+ try {
+ _gtk_print_unix_dialog_set_manual_capabilities(dialog, capabilities);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_progress_bar_new();
-public static final int /*long*/ gtk_progress_bar_new() {
- lock.lock();
- try {
- return _gtk_progress_bar_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_progress_bar_new();
+
+ public static final int /* long */gtk_progress_bar_new() {
+ lock.lock();
+ try {
+ return _gtk_progress_bar_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param pbar cast=(GtkProgressBar *) */
-public static final native void _gtk_progress_bar_pulse(int /*long*/ pbar);
-public static final void gtk_progress_bar_pulse(int /*long*/ pbar) {
- lock.lock();
- try {
- _gtk_progress_bar_pulse(pbar);
- } finally {
- lock.unlock();
+
+ /**
+ * @param pbar
+ * cast=(GtkProgressBar *)
+ */
+ public static final native void _gtk_progress_bar_pulse(int /* long */pbar);
+
+ public static final void gtk_progress_bar_pulse(int /* long */pbar) {
+ lock.lock();
+ try {
+ _gtk_progress_bar_pulse(pbar);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param pbar cast=(GtkProgressBar *)
- * @param fraction cast=(gdouble)
- */
-public static final native void _gtk_progress_bar_set_fraction(int /*long*/ pbar, double fraction);
-public static final void gtk_progress_bar_set_fraction(int /*long*/ pbar, double fraction) {
- lock.lock();
- try {
- _gtk_progress_bar_set_fraction(pbar, fraction);
- } finally {
- lock.unlock();
+
+ /**
+ * @param pbar
+ * cast=(GtkProgressBar *)
+ * @param fraction
+ * cast=(gdouble)
+ */
+ public static final native void _gtk_progress_bar_set_fraction(
+ int /* long */pbar, double fraction);
+
+ public static final void gtk_progress_bar_set_fraction(int /* long */pbar,
+ double fraction) {
+ lock.lock();
+ try {
+ _gtk_progress_bar_set_fraction(pbar, fraction);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param pbar cast=(GtkProgressBar *)
- * @param orientation cast=(GtkProgressBarOrientation)
- */
-public static final native void _gtk_progress_bar_set_orientation(int /*long*/ pbar, int orientation);
-public static final void gtk_progress_bar_set_orientation(int /*long*/ pbar, int orientation) {
- lock.lock();
- try {
- _gtk_progress_bar_set_orientation(pbar, orientation);
- } finally {
- lock.unlock();
+
+ /**
+ * @param pbar
+ * cast=(GtkProgressBar *)
+ * @param orientation
+ * cast=(GtkProgressBarOrientation)
+ */
+ public static final native void _gtk_progress_bar_set_orientation(
+ int /* long */pbar, int orientation);
+
+ public static final void gtk_progress_bar_set_orientation(int /* long */pbar,
+ int orientation) {
+ lock.lock();
+ try {
+ _gtk_progress_bar_set_orientation(pbar, orientation);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param radio_button cast=(GtkRadioButton *) */
-public static final native int /*long*/ _gtk_radio_button_get_group(int /*long*/ radio_button);
-public static final int /*long*/ gtk_radio_button_get_group(int /*long*/ radio_button) {
- lock.lock();
- try {
- return _gtk_radio_button_get_group(radio_button);
- } finally {
- lock.unlock();
+
+ /**
+ * @param radio_button
+ * cast=(GtkRadioButton *)
+ */
+ public static final native int /* long */_gtk_radio_button_get_group(
+ int /* long */radio_button);
+
+ public static final int /* long */gtk_radio_button_get_group(
+ int /* long */radio_button) {
+ lock.lock();
+ try {
+ return _gtk_radio_button_get_group(radio_button);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param group cast=(GSList *) */
-public static final native int /*long*/ _gtk_radio_button_new(int /*long*/ group);
-public static final int /*long*/ gtk_radio_button_new(int /*long*/ group) {
- lock.lock();
- try {
- return _gtk_radio_button_new(group);
- } finally {
- lock.unlock();
+
+ /**
+ * @param group
+ * cast=(GSList *)
+ */
+ public static final native int /* long */_gtk_radio_button_new(
+ int /* long */group);
+
+ public static final int /* long */gtk_radio_button_new(int /* long */group) {
+ lock.lock();
+ try {
+ return _gtk_radio_button_new(group);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param radio_menu_item cast=(GtkRadioMenuItem *) */
-public static final native int /*long*/ _gtk_radio_menu_item_get_group(int /*long*/ radio_menu_item);
-public static final int /*long*/ gtk_radio_menu_item_get_group(int /*long*/ radio_menu_item) {
- lock.lock();
- try {
- return _gtk_radio_menu_item_get_group(radio_menu_item);
- } finally {
- lock.unlock();
+
+ /**
+ * @param radio_menu_item
+ * cast=(GtkRadioMenuItem *)
+ */
+ public static final native int /* long */_gtk_radio_menu_item_get_group(
+ int /* long */radio_menu_item);
+
+ public static final int /* long */gtk_radio_menu_item_get_group(
+ int /* long */radio_menu_item) {
+ lock.lock();
+ try {
+ return _gtk_radio_menu_item_get_group(radio_menu_item);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param group cast=(GSList *) */
-public static final native int /*long*/ _gtk_radio_menu_item_new(int /*long*/ group);
-public static final int /*long*/ gtk_radio_menu_item_new(int /*long*/ group) {
- lock.lock();
- try {
- return _gtk_radio_menu_item_new(group);
- } finally {
- lock.unlock();
+
+ /**
+ * @param group
+ * cast=(GSList *)
+ */
+ public static final native int /* long */_gtk_radio_menu_item_new(
+ int /* long */group);
+
+ public static final int /* long */gtk_radio_menu_item_new(int /* long */group) {
+ lock.lock();
+ try {
+ return _gtk_radio_menu_item_new(group);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param group cast=(GSList *)
- * @param label cast=(const gchar *)
- */
-public static final native int /*long*/ _gtk_radio_menu_item_new_with_label(int /*long*/ group, byte[] label);
-public static final int /*long*/ gtk_radio_menu_item_new_with_label(int /*long*/ group, byte[] label) {
- lock.lock();
- try {
- return _gtk_radio_menu_item_new_with_label(group, label);
- } finally {
- lock.unlock();
+
+ /**
+ * @param group
+ * cast=(GSList *)
+ * @param label
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_gtk_radio_menu_item_new_with_label(
+ int /* long */group, byte[] label);
+
+ public static final int /* long */gtk_radio_menu_item_new_with_label(
+ int /* long */group, byte[] label) {
+ lock.lock();
+ try {
+ return _gtk_radio_menu_item_new_with_label(group, label);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param range cast=(GtkRange *) */
-public static final native int /*long*/ _gtk_range_get_adjustment(int /*long*/ range);
-public static final int /*long*/ gtk_range_get_adjustment(int /*long*/ range) {
- lock.lock();
- try {
- return _gtk_range_get_adjustment(range);
- } finally {
- lock.unlock();
+
+ /**
+ * @param range
+ * cast=(GtkRange *)
+ */
+ public static final native int /* long */_gtk_range_get_adjustment(
+ int /* long */range);
+
+ public static final int /* long */gtk_range_get_adjustment(
+ int /* long */range) {
+ lock.lock();
+ try {
+ return _gtk_range_get_adjustment(range);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param range cast=(GtkRange *) */
-public static final native void _gtk_range_set_increments(int /*long*/ range, double step, double page);
-public static final void gtk_range_set_increments(int /*long*/ range, double step, double page) {
- lock.lock();
- try {
- _gtk_range_set_increments(range, step, page);
- } finally {
- lock.unlock();
+
+ /**
+ * @param range
+ * cast=(GtkRange *)
+ */
+ public static final native void _gtk_range_set_increments(
+ int /* long */range, double step, double page);
+
+ public static final void gtk_range_set_increments(int /* long */range,
+ double step, double page) {
+ lock.lock();
+ try {
+ _gtk_range_set_increments(range, step, page);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param range cast=(GtkRange *) */
-public static final native void _gtk_range_set_inverted(int /*long*/ range, boolean setting);
-public static final void gtk_range_set_inverted(int /*long*/ range, boolean setting) {
- lock.lock();
- try {
- _gtk_range_set_inverted(range, setting);
- } finally {
- lock.unlock();
+
+ /**
+ * @param range
+ * cast=(GtkRange *)
+ */
+ public static final native void _gtk_range_set_inverted(
+ int /* long */range, boolean setting);
+
+ public static final void gtk_range_set_inverted(int /* long */range,
+ boolean setting) {
+ lock.lock();
+ try {
+ _gtk_range_set_inverted(range, setting);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param range cast=(GtkRange *) */
-public static final native void _gtk_range_set_range(int /*long*/ range, double min, double max);
-public static final void gtk_range_set_range(int /*long*/ range, double min, double max) {
- lock.lock();
- try {
- _gtk_range_set_range(range, min, max);
- } finally {
- lock.unlock();
+
+ /**
+ * @param range
+ * cast=(GtkRange *)
+ */
+ public static final native void _gtk_range_set_range(int /* long */range,
+ double min, double max);
+
+ public static final void gtk_range_set_range(int /* long */range,
+ double min, double max) {
+ lock.lock();
+ try {
+ _gtk_range_set_range(range, min, max);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param range cast=(GtkRange *) */
-public static final native void _gtk_range_set_value(int /*long*/ range, double value);
-public static final void gtk_range_set_value(int /*long*/ range, double value) {
- lock.lock();
- try {
- _gtk_range_set_value(range, value);
- } finally {
- lock.unlock();
+
+ /**
+ * @param range
+ * cast=(GtkRange *)
+ */
+ public static final native void _gtk_range_set_value(int /* long */range,
+ double value);
+
+ public static final void gtk_range_set_value(int /* long */range,
+ double value) {
+ lock.lock();
+ try {
+ _gtk_range_set_value(range, value);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param rc_string cast=(const gchar *) */
-public static final native void _gtk_rc_parse_string(byte[] rc_string);
-public static final void gtk_rc_parse_string(byte[] rc_string) {
- lock.lock();
- try {
- _gtk_rc_parse_string(rc_string);
- } finally {
- lock.unlock();
+
+ /**
+ * @param rc_string
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_rc_parse_string(byte[] rc_string);
+
+ public static final void gtk_rc_parse_string(byte[] rc_string) {
+ lock.lock();
+ try {
+ _gtk_rc_parse_string(rc_string);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param style cast=(GtkRcStyle *) */
-public static final native int /*long*/ _gtk_rc_style_get_bg_pixmap_name(int /*long*/ style, int index);
-public static final int /*long*/ gtk_rc_style_get_bg_pixmap_name(int /*long*/ style, int index) {
- lock.lock();
- try {
- return _gtk_rc_style_get_bg_pixmap_name(style, index);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkRcStyle *)
+ */
+ public static final native int /* long */_gtk_rc_style_get_bg_pixmap_name(
+ int /* long */style, int index);
+
+ public static final int /* long */gtk_rc_style_get_bg_pixmap_name(
+ int /* long */style, int index) {
+ lock.lock();
+ try {
+ return _gtk_rc_style_get_bg_pixmap_name(style, index);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param style cast=(GtkRcStyle *) */
-public static final native int _gtk_rc_style_get_color_flags(int /*long*/ style, int index);
-public static final int gtk_rc_style_get_color_flags(int /*long*/ style, int index) {
- lock.lock();
- try {
- return _gtk_rc_style_get_color_flags(style, index);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkRcStyle *)
+ */
+ public static final native int _gtk_rc_style_get_color_flags(
+ int /* long */style, int index);
+
+ public static final int gtk_rc_style_get_color_flags(int /* long */style,
+ int index) {
+ lock.lock();
+ try {
+ return _gtk_rc_style_get_color_flags(style, index);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkRcStyle *)
- * @param color flags=no_out
- */
-public static final native void _gtk_rc_style_set_bg(int /*long*/ style, int index, GdkColor color);
-public static final void gtk_rc_style_set_bg(int /*long*/ style, int index, GdkColor color) {
- lock.lock();
- try {
- _gtk_rc_style_set_bg(style, index, color);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkRcStyle *)
+ * @param color
+ * flags=no_out
+ */
+ public static final native void _gtk_rc_style_set_bg(int /* long */style,
+ int index, GdkColor color);
+
+ public static final void gtk_rc_style_set_bg(int /* long */style, int index,
+ GdkColor color) {
+ lock.lock();
+ try {
+ _gtk_rc_style_set_bg(style, index, color);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkRcStyle *)
- * @param name cast=(char *)
- */
-public static final native void _gtk_rc_style_set_bg_pixmap_name(int /*long*/ style, int index, int /*long*/ name);
-public static final void gtk_rc_style_set_bg_pixmap_name(int /*long*/ style, int index, int /*long*/ name) {
- lock.lock();
- try {
- _gtk_rc_style_set_bg_pixmap_name(style, index, name);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkRcStyle *)
+ * @param name
+ * cast=(char *)
+ */
+ public static final native void _gtk_rc_style_set_bg_pixmap_name(
+ int /* long */style, int index, int /* long */name);
+
+ public static final void gtk_rc_style_set_bg_pixmap_name(
+ int /* long */style, int index, int /* long */name) {
+ lock.lock();
+ try {
+ _gtk_rc_style_set_bg_pixmap_name(style, index, name);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param style cast=(GtkRcStyle *) */
-public static final native void _gtk_rc_style_set_color_flags(int /*long*/ style, int index, int flag);
-public static final void gtk_rc_style_set_color_flags(int /*long*/ style, int index, int flag) {
- lock.lock();
- try {
- _gtk_rc_style_set_color_flags(style, index, flag);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkRcStyle *)
+ */
+ public static final native void _gtk_rc_style_set_color_flags(
+ int /* long */style, int index, int flag);
+
+ public static final void gtk_rc_style_set_color_flags(int /* long */style,
+ int index, int flag) {
+ lock.lock();
+ try {
+ _gtk_rc_style_set_color_flags(style, index, flag);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param scale cast=(GtkScale *)
- * @param digits cast=(gint)
- */
-public static final native void _gtk_scale_set_digits(int /*long*/ scale, int digits);
-public static final void gtk_scale_set_digits(int /*long*/ scale, int digits) {
- lock.lock();
- try {
- _gtk_scale_set_digits(scale, digits);
- } finally {
- lock.unlock();
+
+ /**
+ * @param scale
+ * cast=(GtkScale *)
+ * @param digits
+ * cast=(gint)
+ */
+ public static final native void _gtk_scale_set_digits(int /* long */scale,
+ int digits);
+
+ public static final void gtk_scale_set_digits(int /* long */scale, int digits) {
+ lock.lock();
+ try {
+ _gtk_scale_set_digits(scale, digits);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param scale cast=(GtkScale *)
- * @param draw_value cast=(gboolean)
- */
-public static final native void _gtk_scale_set_draw_value(int /*long*/ scale, boolean draw_value);
-public static final void gtk_scale_set_draw_value(int /*long*/ scale, boolean draw_value) {
- lock.lock();
- try {
- _gtk_scale_set_draw_value(scale, draw_value);
- } finally {
- lock.unlock();
+
+ /**
+ * @param scale
+ * cast=(GtkScale *)
+ * @param draw_value
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_scale_set_draw_value(
+ int /* long */scale, boolean draw_value);
+
+ public static final void gtk_scale_set_draw_value(int /* long */scale,
+ boolean draw_value) {
+ lock.lock();
+ try {
+ _gtk_scale_set_draw_value(scale, draw_value);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkRcStyle *)
- * @param color flags=no_out
- */
-public static final native void _gtk_rc_style_set_fg(int /*long*/ style, int index, GdkColor color);
-public static final void gtk_rc_style_set_fg(int /*long*/ style, int index, GdkColor color) {
- lock.lock();
- try {
- _gtk_rc_style_set_fg(style, index, color);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkRcStyle *)
+ * @param color
+ * flags=no_out
+ */
+ public static final native void _gtk_rc_style_set_fg(int /* long */style,
+ int index, GdkColor color);
+
+ public static final void gtk_rc_style_set_fg(int /* long */style, int index,
+ GdkColor color) {
+ lock.lock();
+ try {
+ _gtk_rc_style_set_fg(style, index, color);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkRcStyle *)
- * @param color flags=no_out
- */
-public static final native void _gtk_rc_style_set_text(int /*long*/ style, int index, GdkColor color);
-public static final void gtk_rc_style_set_text(int /*long*/ style, int index, GdkColor color) {
- lock.lock();
- try {
- _gtk_rc_style_set_text(style, index, color);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkRcStyle *)
+ * @param color
+ * flags=no_out
+ */
+ public static final native void _gtk_rc_style_set_text(
+ int /* long */style, int index, GdkColor color);
+
+ public static final void gtk_rc_style_set_text(int /* long */style,
+ int index, GdkColor color) {
+ lock.lock();
+ try {
+ _gtk_rc_style_set_text(style, index, color);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param scrolled_window cast=(GtkScrolledWindow *)
- * @param child cast=(GtkWidget *)
- */
-public static final native void _gtk_scrolled_window_add_with_viewport(int /*long*/ scrolled_window, int /*long*/ child);
-public static final void gtk_scrolled_window_add_with_viewport(int /*long*/ scrolled_window, int /*long*/ child) {
- lock.lock();
- try {
- _gtk_scrolled_window_add_with_viewport(scrolled_window, child);
- } finally {
- lock.unlock();
+
+ /**
+ * @param scrolled_window
+ * cast=(GtkScrolledWindow *)
+ * @param child
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_scrolled_window_add_with_viewport(
+ int /* long */scrolled_window, int /* long */child);
+
+ public static final void gtk_scrolled_window_add_with_viewport(
+ int /* long */scrolled_window, int /* long */child) {
+ lock.lock();
+ try {
+ _gtk_scrolled_window_add_with_viewport(scrolled_window, child);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param scrolled_window cast=(GtkScrolledWindow *) */
-public static final native int /*long*/ _gtk_scrolled_window_get_hadjustment(int /*long*/ scrolled_window);
-public static final int /*long*/ gtk_scrolled_window_get_hadjustment(int /*long*/ scrolled_window) {
- lock.lock();
- try {
- return _gtk_scrolled_window_get_hadjustment(scrolled_window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param scrolled_window
+ * cast=(GtkScrolledWindow *)
+ */
+ public static final native int /* long */_gtk_scrolled_window_get_hadjustment(
+ int /* long */scrolled_window);
+
+ public static final int /* long */gtk_scrolled_window_get_hadjustment(
+ int /* long */scrolled_window) {
+ lock.lock();
+ try {
+ return _gtk_scrolled_window_get_hadjustment(scrolled_window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param scrolled_window cast=(GtkScrolledWindow *)
- * @param hscrollbar_policy cast=(GtkPolicyType *)
- * @param vscrollbar_policy cast=(GtkPolicyType *)
- */
-public static final native void _gtk_scrolled_window_get_policy(int /*long*/ scrolled_window, int[] hscrollbar_policy, int[] vscrollbar_policy);
-public static final void gtk_scrolled_window_get_policy(int /*long*/ scrolled_window, int[] hscrollbar_policy, int[] vscrollbar_policy) {
- lock.lock();
- try {
- _gtk_scrolled_window_get_policy(scrolled_window, hscrollbar_policy, vscrollbar_policy);
- } finally {
- lock.unlock();
+
+ /**
+ * @param scrolled_window
+ * cast=(GtkScrolledWindow *)
+ * @param hscrollbar_policy
+ * cast=(GtkPolicyType *)
+ * @param vscrollbar_policy
+ * cast=(GtkPolicyType *)
+ */
+ public static final native void _gtk_scrolled_window_get_policy(
+ int /* long */scrolled_window, int[] hscrollbar_policy,
+ int[] vscrollbar_policy);
+
+ public static final void gtk_scrolled_window_get_policy(
+ int /* long */scrolled_window, int[] hscrollbar_policy,
+ int[] vscrollbar_policy) {
+ lock.lock();
+ try {
+ _gtk_scrolled_window_get_policy(scrolled_window, hscrollbar_policy,
+ vscrollbar_policy);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param scrolled_window cast=(GtkScrolledWindow *) */
-public static final native int _gtk_scrolled_window_get_shadow_type(int /*long*/ scrolled_window);
-public static final int gtk_scrolled_window_get_shadow_type(int /*long*/ scrolled_window) {
- lock.lock();
- try {
- return _gtk_scrolled_window_get_shadow_type(scrolled_window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param scrolled_window
+ * cast=(GtkScrolledWindow *)
+ */
+ public static final native int _gtk_scrolled_window_get_shadow_type(
+ int /* long */scrolled_window);
+
+ public static final int gtk_scrolled_window_get_shadow_type(
+ int /* long */scrolled_window) {
+ lock.lock();
+ try {
+ return _gtk_scrolled_window_get_shadow_type(scrolled_window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param scrolled_window cast=(GtkScrolledWindow *) */
-public static final native int /*long*/ _gtk_scrolled_window_get_vadjustment(int /*long*/ scrolled_window);
-public static final int /*long*/ gtk_scrolled_window_get_vadjustment(int /*long*/ scrolled_window) {
- lock.lock();
- try {
- return _gtk_scrolled_window_get_vadjustment(scrolled_window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param scrolled_window
+ * cast=(GtkScrolledWindow *)
+ */
+ public static final native int /* long */_gtk_scrolled_window_get_vadjustment(
+ int /* long */scrolled_window);
+
+ public static final int /* long */gtk_scrolled_window_get_vadjustment(
+ int /* long */scrolled_window) {
+ lock.lock();
+ try {
+ return _gtk_scrolled_window_get_vadjustment(scrolled_window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param hadjustment cast=(GtkAdjustment *)
- * @param vadjustment cast=(GtkAdjustment *)
- */
-public static final native int /*long*/ _gtk_scrolled_window_new(int /*long*/ hadjustment, int /*long*/ vadjustment);
-public static final int /*long*/ gtk_scrolled_window_new(int /*long*/ hadjustment, int /*long*/ vadjustment) {
- lock.lock();
- try {
- return _gtk_scrolled_window_new(hadjustment, vadjustment);
- } finally {
- lock.unlock();
+
+ /**
+ * @param hadjustment
+ * cast=(GtkAdjustment *)
+ * @param vadjustment
+ * cast=(GtkAdjustment *)
+ */
+ public static final native int /* long */_gtk_scrolled_window_new(
+ int /* long */hadjustment, int /* long */vadjustment);
+
+ public static final int /* long */gtk_scrolled_window_new(
+ int /* long */hadjustment, int /* long */vadjustment) {
+ lock.lock();
+ try {
+ return _gtk_scrolled_window_new(hadjustment, vadjustment);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param scrolled_window cast=(GtkScrolledWindow *)
- * @param placement cast=(GtkCornerType)
- */
-public static final native void _gtk_scrolled_window_set_placement(int /*long*/ scrolled_window, int placement);
-public static final void gtk_scrolled_window_set_placement(int /*long*/ scrolled_window, int placement) {
- lock.lock();
- try {
- _gtk_scrolled_window_set_placement(scrolled_window, placement);
- } finally {
- lock.unlock();
+
+ /**
+ * @param scrolled_window
+ * cast=(GtkScrolledWindow *)
+ * @param placement
+ * cast=(GtkCornerType)
+ */
+ public static final native void _gtk_scrolled_window_set_placement(
+ int /* long */scrolled_window, int placement);
+
+ public static final void gtk_scrolled_window_set_placement(
+ int /* long */scrolled_window, int placement) {
+ lock.lock();
+ try {
+ _gtk_scrolled_window_set_placement(scrolled_window, placement);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param scrolled_window cast=(GtkScrolledWindow *)
- * @param hscrollbar_policy cast=(GtkPolicyType)
- * @param vscrollbar_policy cast=(GtkPolicyType)
- */
-public static final native void _gtk_scrolled_window_set_policy(int /*long*/ scrolled_window, int hscrollbar_policy, int vscrollbar_policy);
-public static final void gtk_scrolled_window_set_policy(int /*long*/ scrolled_window, int hscrollbar_policy, int vscrollbar_policy) {
- lock.lock();
- try {
- _gtk_scrolled_window_set_policy(scrolled_window, hscrollbar_policy, vscrollbar_policy);
- } finally {
- lock.unlock();
+
+ /**
+ * @param scrolled_window
+ * cast=(GtkScrolledWindow *)
+ * @param hscrollbar_policy
+ * cast=(GtkPolicyType)
+ * @param vscrollbar_policy
+ * cast=(GtkPolicyType)
+ */
+ public static final native void _gtk_scrolled_window_set_policy(
+ int /* long */scrolled_window, int hscrollbar_policy,
+ int vscrollbar_policy);
+
+ public static final void gtk_scrolled_window_set_policy(
+ int /* long */scrolled_window, int hscrollbar_policy,
+ int vscrollbar_policy) {
+ lock.lock();
+ try {
+ _gtk_scrolled_window_set_policy(scrolled_window, hscrollbar_policy,
+ vscrollbar_policy);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param scrolled_window cast=(GtkScrolledWindow *)
- * @param type cast=(GtkShadowType)
- */
-public static final native void _gtk_scrolled_window_set_shadow_type(int /*long*/ scrolled_window, int type);
-public static final void gtk_scrolled_window_set_shadow_type(int /*long*/ scrolled_window, int type) {
- lock.lock();
- try {
- _gtk_scrolled_window_set_shadow_type(scrolled_window, type);
- } finally {
- lock.unlock();
+
+ /**
+ * @param scrolled_window
+ * cast=(GtkScrolledWindow *)
+ * @param type
+ * cast=(GtkShadowType)
+ */
+ public static final native void _gtk_scrolled_window_set_shadow_type(
+ int /* long */scrolled_window, int type);
+
+ public static final void gtk_scrolled_window_set_shadow_type(
+ int /* long */scrolled_window, int type) {
+ lock.lock();
+ try {
+ _gtk_scrolled_window_set_shadow_type(scrolled_window, type);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_settings_get_default();
-public static final int /*long*/ gtk_settings_get_default() {
- lock.lock();
- try {
- return _gtk_settings_get_default();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_settings_get_default();
+
+ public static final int /* long */gtk_settings_get_default() {
+ lock.lock();
+ try {
+ return _gtk_settings_get_default();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param selection_data cast=(GtkSelectionData *) */
-public static final native void _gtk_selection_data_free(int /*long*/ selection_data);
-public static final void gtk_selection_data_free(int /*long*/ selection_data) {
- lock.lock();
- try {
- _gtk_selection_data_free(selection_data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param selection_data
+ * cast=(GtkSelectionData *)
+ */
+ public static final native void _gtk_selection_data_free(
+ int /* long */selection_data);
+
+ public static final void gtk_selection_data_free(
+ int /* long */selection_data) {
+ lock.lock();
+ try {
+ _gtk_selection_data_free(selection_data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param selection_data cast=(GtkSelectionData *)
- * @param type cast=(GdkAtom)
- * @param format cast=(gint)
- * @param data cast=(const guchar *)
- * @param length cast=(gint)
- */
-public static final native void _gtk_selection_data_set(int /*long*/ selection_data, int /*long*/ type, int format, int /*long*/ data, int length);
-public static final void gtk_selection_data_set(int /*long*/ selection_data, int /*long*/ type, int format, int /*long*/ data, int length) {
- lock.lock();
- try {
- _gtk_selection_data_set(selection_data, type, format, data, length);
- } finally {
- lock.unlock();
+
+ /**
+ * @param selection_data
+ * cast=(GtkSelectionData *)
+ * @param type
+ * cast=(GdkAtom)
+ * @param format
+ * cast=(gint)
+ * @param data
+ * cast=(const guchar *)
+ * @param length
+ * cast=(gint)
+ */
+ public static final native void _gtk_selection_data_set(
+ int /* long */selection_data, int /* long */type, int format,
+ int /* long */data, int length);
+
+ public static final void gtk_selection_data_set(
+ int /* long */selection_data, int /* long */type, int format,
+ int /* long */data, int length) {
+ lock.lock();
+ try {
+ _gtk_selection_data_set(selection_data, type, format, data, length);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_separator_menu_item_new();
-public static final int /*long*/ gtk_separator_menu_item_new() {
- lock.lock();
- try {
- return _gtk_separator_menu_item_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_separator_menu_item_new();
+
+ public static final int /* long */gtk_separator_menu_item_new() {
+ lock.lock();
+ try {
+ return _gtk_separator_menu_item_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_set_locale();
-public static final int /*long*/ gtk_set_locale() {
- lock.lock();
- try {
- return _gtk_set_locale();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_set_locale();
+
+ public static final int /* long */gtk_set_locale() {
+ lock.lock();
+ try {
+ return _gtk_set_locale();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param socket cast=(GtkSocket *) */
-public static final native int /*long*/ _gtk_socket_get_id(int /*long*/ socket);
-public static final int /*long*/ gtk_socket_get_id(int /*long*/ socket) {
- lock.lock();
- try {
- return _gtk_socket_get_id(socket);
- } finally {
- lock.unlock();
+
+ /**
+ * @param socket
+ * cast=(GtkSocket *)
+ */
+ public static final native int /* long */_gtk_socket_get_id(
+ int /* long */socket);
+
+ public static final int /* long */gtk_socket_get_id(int /* long */socket) {
+ lock.lock();
+ try {
+ return _gtk_socket_get_id(socket);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_socket_new();
-public static final int /*long*/ gtk_socket_new() {
- lock.lock();
- try {
- return _gtk_socket_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_socket_new();
+
+ public static final int /* long */gtk_socket_new() {
+ lock.lock();
+ try {
+ return _gtk_socket_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param adjustment cast=(GtkAdjustment *) */
-public static final native int /*long*/ _gtk_spin_button_new(int /*long*/ adjustment, double climb_rate, int digits);
-public static final int /*long*/ gtk_spin_button_new(int /*long*/ adjustment, double climb_rate, int digits) {
- lock.lock();
- try {
- return _gtk_spin_button_new(adjustment, climb_rate, digits);
- } finally {
- lock.unlock();
+
+ /**
+ * @param adjustment
+ * cast=(GtkAdjustment *)
+ */
+ public static final native int /* long */_gtk_spin_button_new(
+ int /* long */adjustment, double climb_rate, int digits);
+
+ public static final int /* long */gtk_spin_button_new(
+ int /* long */adjustment, double climb_rate, int digits) {
+ lock.lock();
+ try {
+ return _gtk_spin_button_new(adjustment, climb_rate, digits);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param spin_button cast=(GtkSpinButton*)
- * @param adjustment cast=(GtkAdjustment *)
- **/
-public static final native void _gtk_spin_button_configure(int /*long*/ spin_button, int /*long*/ adjustment, double climb_rate, int digits);
-public static final void gtk_spin_button_configure(int /*long*/ spin_button, int /*long*/ adjustment, double climb_rate, int digits) {
- lock.lock();
- try {
- _gtk_spin_button_configure(spin_button, adjustment, climb_rate, digits);
- } finally {
- lock.unlock();
+
+ /**
+ * @param spin_button
+ * cast=(GtkSpinButton*)
+ * @param adjustment
+ * cast=(GtkAdjustment *)
+ **/
+ public static final native void _gtk_spin_button_configure(
+ int /* long */spin_button, int /* long */adjustment,
+ double climb_rate, int digits);
+
+ public static final void gtk_spin_button_configure(
+ int /* long */spin_button, int /* long */adjustment,
+ double climb_rate, int digits) {
+ lock.lock();
+ try {
+ _gtk_spin_button_configure(spin_button, adjustment, climb_rate,
+ digits);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param spin_button cast=(GtkSpinButton*) */
-public static final native int /*long*/ _gtk_spin_button_get_adjustment(int /*long*/ spin_button);
-public static final int /*long*/ gtk_spin_button_get_adjustment(int /*long*/ spin_button) {
- lock.lock();
- try {
- return _gtk_spin_button_get_adjustment(spin_button);
- } finally {
- lock.unlock();
+
+ /**
+ * @param spin_button
+ * cast=(GtkSpinButton*)
+ */
+ public static final native int /* long */_gtk_spin_button_get_adjustment(
+ int /* long */spin_button);
+
+ public static final int /* long */gtk_spin_button_get_adjustment(
+ int /* long */spin_button) {
+ lock.lock();
+ try {
+ return _gtk_spin_button_get_adjustment(spin_button);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param spin_button cast=(GtkSpinButton*) */
-public static final native int _gtk_spin_button_get_digits(int /*long*/ spin_button);
-public static final int gtk_spin_button_get_digits(int /*long*/ spin_button) {
- lock.lock();
- try {
- return _gtk_spin_button_get_digits(spin_button);
- } finally {
- lock.unlock();
+ /**
+ * @param spin_button
+ * cast=(GtkSpinButton*)
+ */
+ public static final native int _gtk_spin_button_get_digits(
+ int /* long */spin_button);
+
+ public static final int gtk_spin_button_get_digits(
+ int /* long */spin_button) {
+ lock.lock();
+ try {
+ return _gtk_spin_button_get_digits(spin_button);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param spin_button cast=(GtkSpinButton*) */
-public static final native void _gtk_spin_button_set_digits(int /*long*/ spin_button, int digits);
-public static final void gtk_spin_button_set_digits(int /*long*/ spin_button, int digits) {
- lock.lock();
- try {
- _gtk_spin_button_set_digits(spin_button, digits);
- } finally {
- lock.unlock();
+
+ /**
+ * @param spin_button
+ * cast=(GtkSpinButton*)
+ */
+ public static final native void _gtk_spin_button_set_digits(
+ int /* long */spin_button, int digits);
+
+ public static final void gtk_spin_button_set_digits(
+ int /* long */spin_button, int digits) {
+ lock.lock();
+ try {
+ _gtk_spin_button_set_digits(spin_button, digits);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param spin_button cast=(GtkSpinButton*) */
-public static final native void _gtk_spin_button_set_increments(int /*long*/ spin_button, double step, double page);
-public static final void gtk_spin_button_set_increments(int /*long*/ spin_button, double step, double page) {
- lock.lock();
- try {
- _gtk_spin_button_set_increments(spin_button, step, page);
- } finally {
- lock.unlock();
+
+ /**
+ * @param spin_button
+ * cast=(GtkSpinButton*)
+ */
+ public static final native void _gtk_spin_button_set_increments(
+ int /* long */spin_button, double step, double page);
+
+ public static final void gtk_spin_button_set_increments(
+ int /* long */spin_button, double step, double page) {
+ lock.lock();
+ try {
+ _gtk_spin_button_set_increments(spin_button, step, page);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param spin_button cast=(GtkSpinButton*) */
-public static final native void _gtk_spin_button_set_range(int /*long*/ spin_button, double max, double min);
-public static final void gtk_spin_button_set_range(int /*long*/ spin_button, double max, double min) {
- lock.lock();
- try {
- _gtk_spin_button_set_range(spin_button, max, min);
- } finally {
- lock.unlock();
+
+ /**
+ * @param spin_button
+ * cast=(GtkSpinButton*)
+ */
+ public static final native void _gtk_spin_button_set_range(
+ int /* long */spin_button, double max, double min);
+
+ public static final void gtk_spin_button_set_range(
+ int /* long */spin_button, double max, double min) {
+ lock.lock();
+ try {
+ _gtk_spin_button_set_range(spin_button, max, min);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param spin_button cast=(GtkSpinButton*) */
-public static final native void _gtk_spin_button_set_value(int /*long*/ spin_button, double value);
-public static final void gtk_spin_button_set_value(int /*long*/ spin_button, double value) {
- lock.lock();
- try {
- _gtk_spin_button_set_value(spin_button, value);
- } finally {
- lock.unlock();
+
+ /**
+ * @param spin_button
+ * cast=(GtkSpinButton*)
+ */
+ public static final native void _gtk_spin_button_set_value(
+ int /* long */spin_button, double value);
+
+ public static final void gtk_spin_button_set_value(
+ int /* long */spin_button, double value) {
+ lock.lock();
+ try {
+ _gtk_spin_button_set_value(spin_button, value);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param spin_button cast=(GtkSpinButton*) */
-public static final native void _gtk_spin_button_set_wrap(int /*long*/ spin_button, boolean wrap);
-public static final void gtk_spin_button_set_wrap(int /*long*/ spin_button, boolean wrap) {
- lock.lock();
- try {
- _gtk_spin_button_set_wrap(spin_button, wrap);
- } finally {
- lock.unlock();
+
+ /**
+ * @param spin_button
+ * cast=(GtkSpinButton*)
+ */
+ public static final native void _gtk_spin_button_set_wrap(
+ int /* long */spin_button, boolean wrap);
+
+ public static final void gtk_spin_button_set_wrap(int /* long */spin_button,
+ boolean wrap) {
+ lock.lock();
+ try {
+ _gtk_spin_button_set_wrap(spin_button, wrap);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param spin_button cast=(GtkSpinButton*) */
-public static final native void _gtk_spin_button_update(int /*long*/ spin_button);
-public static final void gtk_spin_button_update(int /*long*/ spin_button) {
- lock.lock();
- try {
- _gtk_spin_button_update(spin_button);
- } finally {
- lock.unlock();
+
+ /**
+ * @param spin_button
+ * cast=(GtkSpinButton*)
+ */
+ public static final native void _gtk_spin_button_update(
+ int /* long */spin_button);
+
+ public static final void gtk_spin_button_update(int /* long */spin_button) {
+ lock.lock();
+ try {
+ _gtk_spin_button_update(spin_button);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- */
-public static final native boolean _gtk_status_icon_get_geometry(int /*long*/ handle, int /*long*/ screen, GdkRectangle area, int /*long*/ orientation);
-public static final boolean gtk_status_icon_get_geometry(int /*long*/ handle, int /*long*/ screen, GdkRectangle area, int /*long*/ orientation) {
- lock.lock();
- try {
- return _gtk_status_icon_get_geometry(handle, screen, area, orientation);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ */
+ public static final native boolean _gtk_status_icon_get_geometry(
+ int /* long */handle, int /* long */screen, GdkRectangle area,
+ int /* long */orientation);
+
+ public static final boolean gtk_status_icon_get_geometry(
+ int /* long */handle, int /* long */screen, GdkRectangle area,
+ int /* long */orientation) {
+ lock.lock();
+ try {
+ return _gtk_status_icon_get_geometry(handle, screen, area,
+ orientation);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- */
-public static final native boolean _gtk_status_icon_get_visible(int /*long*/ handle);
-public static final boolean gtk_status_icon_get_visible(int /*long*/ handle) {
- lock.lock();
- try {
- return _gtk_status_icon_get_visible(handle);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ */
+ public static final native boolean _gtk_status_icon_get_visible(
+ int /* long */handle);
+
+ public static final boolean gtk_status_icon_get_visible(
+ int /* long */handle) {
+ lock.lock();
+ try {
+ return _gtk_status_icon_get_visible(handle);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_status_icon_new();
-public static final int /*long*/ gtk_status_icon_new() {
- lock.lock();
- try {
- return _gtk_status_icon_new();
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_status_icon_new();
+
+ public static final int /* long */gtk_status_icon_new() {
+ lock.lock();
+ try {
+ return _gtk_status_icon_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- */
-public static final native void _gtk_status_icon_set_from_pixbuf(int /*long*/ handle, int /*long*/ pixbuf);
-public static final void gtk_status_icon_set_from_pixbuf(int /*long*/ handle, int /*long*/ pixbuf) {
- lock.lock();
- try {
- _gtk_status_icon_set_from_pixbuf(handle, pixbuf);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ */
+ public static final native void _gtk_status_icon_set_from_pixbuf(
+ int /* long */handle, int /* long */pixbuf);
+
+ public static final void gtk_status_icon_set_from_pixbuf(
+ int /* long */handle, int /* long */pixbuf) {
+ lock.lock();
+ try {
+ _gtk_status_icon_set_from_pixbuf(handle, pixbuf);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- */
-public static final native void _gtk_status_icon_set_visible(int /*long*/ handle, boolean visible);
-public static final void gtk_status_icon_set_visible(int /*long*/ handle, boolean visible) {
- lock.lock();
- try {
- _gtk_status_icon_set_visible(handle, visible);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ */
+ public static final native void _gtk_status_icon_set_visible(
+ int /* long */handle, boolean visible);
+
+ public static final void gtk_status_icon_set_visible(int /* long */handle,
+ boolean visible) {
+ lock.lock();
+ try {
+ _gtk_status_icon_set_visible(handle, visible);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- */
-public static final native void _gtk_status_icon_set_tooltip(int /*long*/ handle, byte[] tip_text);
-public static final void gtk_status_icon_set_tooltip(int /*long*/ handle, byte[] tip_text) {
- lock.lock();
- try {
- _gtk_status_icon_set_tooltip(handle, tip_text);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ */
+ public static final native void _gtk_status_icon_set_tooltip(
+ int /* long */handle, byte[] tip_text);
+
+ public static final void gtk_status_icon_set_tooltip(int /* long */handle,
+ byte[] tip_text) {
+ lock.lock();
+ try {
+ _gtk_status_icon_set_tooltip(handle, tip_text);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param color flags=no_in
- */
-public static final native void _gtk_style_get_base(int /*long*/ style, int index, GdkColor color);
-public static final void gtk_style_get_base(int /*long*/ style, int index, GdkColor color) {
- lock.lock();
- try {
- _gtk_style_get_base(style, index, color);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param color
+ * flags=no_in
+ */
+ public static final native void _gtk_style_get_base(int /* long */style,
+ int index, GdkColor color);
+
+ public static final void gtk_style_get_base(int /* long */style, int index,
+ GdkColor color) {
+ lock.lock();
+ try {
+ _gtk_style_get_base(style, index, color);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param color flags=no_in
- */
-public static final native void _gtk_style_get_black(int /*long*/ style, GdkColor color);
-public static final void gtk_style_get_black(int /*long*/ style, GdkColor color) {
- lock.lock();
- try {
- _gtk_style_get_black(style, color);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param color
+ * flags=no_in
+ */
+ public static final native void _gtk_style_get_black(int /* long */style,
+ GdkColor color);
+
+ public static final void gtk_style_get_black(int /* long */style,
+ GdkColor color) {
+ lock.lock();
+ try {
+ _gtk_style_get_black(style, color);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param color flags=no_in
- */
-public static final native void _gtk_style_get_bg(int /*long*/ style, int index, GdkColor color);
-public static final void gtk_style_get_bg(int /*long*/ style, int index, GdkColor color) {
- lock.lock();
- try {
- _gtk_style_get_bg(style, index, color);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param color
+ * flags=no_in
+ */
+ public static final native void _gtk_style_get_bg(int /* long */style,
+ int index, GdkColor color);
+
+ public static final void gtk_style_get_bg(int /* long */style, int index,
+ GdkColor color) {
+ lock.lock();
+ try {
+ _gtk_style_get_bg(style, index, color);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param color flags=no_in
- */
-public static final native void _gtk_style_get_dark(int /*long*/ style, int index, GdkColor color);
-public static final void gtk_style_get_dark(int /*long*/ style, int index, GdkColor color) {
- lock.lock();
- try {
- _gtk_style_get_dark(style, index, color);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param color
+ * flags=no_in
+ */
+ public static final native void _gtk_style_get_dark(int /* long */style,
+ int index, GdkColor color);
+
+ public static final void gtk_style_get_dark(int /* long */style, int index,
+ GdkColor color) {
+ lock.lock();
+ try {
+ _gtk_style_get_dark(style, index, color);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param color flags=no_in
- */
-public static final native void _gtk_style_get_fg(int /*long*/ style, int index, GdkColor color);
-public static final void gtk_style_get_fg(int /*long*/ style, int index, GdkColor color) {
- lock.lock();
- try {
- _gtk_style_get_fg(style, index, color);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param color
+ * flags=no_in
+ */
+ public static final native void _gtk_style_get_fg(int /* long */style,
+ int index, GdkColor color);
+
+ public static final void gtk_style_get_fg(int /* long */style, int index,
+ GdkColor color) {
+ lock.lock();
+ try {
+ _gtk_style_get_fg(style, index, color);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param gc cast=(GdkGC **),flags=no_in
- */
-public static final native void _gtk_style_get_fg_gc(int /*long*/ style, int index, int /*long*/[] gc);
-public static final void gtk_style_get_fg_gc(int /*long*/ style, int index, int /*long*/[] gc) {
- lock.lock();
- try {
- _gtk_style_get_fg_gc(style, index, gc);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param gc
+ * cast=(GdkGC **),flags=no_in
+ */
+ public static final native void _gtk_style_get_fg_gc(int /* long */style,
+ int index, int /* long */[] gc);
+
+ public static final void gtk_style_get_fg_gc(int /* long */style, int index,
+ int /* long */[] gc) {
+ lock.lock();
+ try {
+ _gtk_style_get_fg_gc(style, index, gc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param gc cast=(GdkGC **),flags=no_in
- */
-public static final native void _gtk_style_get_bg_gc(int /*long*/ style, int index, int /*long*/[] gc);
-public static final void gtk_style_get_bg_gc(int /*long*/ style, int index, int /*long*/[] gc) {
- lock.lock();
- try {
- _gtk_style_get_bg_gc(style, index, gc);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param gc
+ * cast=(GdkGC **),flags=no_in
+ */
+ public static final native void _gtk_style_get_bg_gc(int /* long */style,
+ int index, int /* long */[] gc);
+
+ public static final void gtk_style_get_bg_gc(int /* long */style, int index,
+ int /* long */[] gc) {
+ lock.lock();
+ try {
+ _gtk_style_get_bg_gc(style, index, gc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param gc cast=(GdkGC **)
- */
-public static final native void _gtk_style_get_light_gc(int /*long*/ style, int index, int /*long*/[] gc);
-public static final void gtk_style_get_light_gc(int /*long*/ style, int index, int /*long*/[] gc) {
- lock.lock();
- try {
- _gtk_style_get_light_gc(style, index, gc);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param gc
+ * cast=(GdkGC **)
+ */
+ public static final native void _gtk_style_get_light_gc(
+ int /* long */style, int index, int /* long */[] gc);
+
+ public static final void gtk_style_get_light_gc(int /* long */style,
+ int index, int /* long */[] gc) {
+ lock.lock();
+ try {
+ _gtk_style_get_light_gc(style, index, gc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param gc cast=(GdkGC **),flags=no_in
- */
-public static final native void _gtk_style_get_dark_gc(int /*long*/ style, int index, int /*long*/[] gc);
-public static final void gtk_style_get_dark_gc(int /*long*/ style, int index, int /*long*/[] gc) {
- lock.lock();
- try {
- _gtk_style_get_dark_gc(style, index, gc);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param gc
+ * cast=(GdkGC **),flags=no_in
+ */
+ public static final native void _gtk_style_get_dark_gc(
+ int /* long */style, int index, int /* long */[] gc);
+
+ public static final void gtk_style_get_dark_gc(int /* long */style,
+ int index, int /* long */[] gc) {
+ lock.lock();
+ try {
+ _gtk_style_get_dark_gc(style, index, gc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param gc cast=(GdkGC **)
- */
-public static final native void _gtk_style_get_mid_gc(int /*long*/ style, int index, int /*long*/[] gc);
-public static final void gtk_style_get_mid_gc(int /*long*/ style, int index, int /*long*/[] gc) {
- lock.lock();
- try {
- _gtk_style_get_mid_gc(style, index, gc);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param gc
+ * cast=(GdkGC **)
+ */
+ public static final native void _gtk_style_get_mid_gc(int /* long */style,
+ int index, int /* long */[] gc);
+
+ public static final void gtk_style_get_mid_gc(int /* long */style, int index,
+ int /* long */[] gc) {
+ lock.lock();
+ try {
+ _gtk_style_get_mid_gc(style, index, gc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param gc cast=(GdkGC **)
- */
-public static final native void _gtk_style_get_text_gc(int /*long*/ style, int index, int /*long*/[] gc);
-public static final void gtk_style_get_text_gc(int /*long*/ style, int index, int /*long*/[] gc) {
- lock.lock();
- try {
- _gtk_style_get_text_gc(style, index, gc);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param gc
+ * cast=(GdkGC **)
+ */
+ public static final native void _gtk_style_get_text_gc(
+ int /* long */style, int index, int /* long */[] gc);
+
+ public static final void gtk_style_get_text_gc(int /* long */style,
+ int index, int /* long */[] gc) {
+ lock.lock();
+ try {
+ _gtk_style_get_text_gc(style, index, gc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param gc cast=(GdkGC **)
- */
-public static final native void _gtk_style_get_text_aa_gc(int /*long*/ style, int index, int /*long*/[] gc);
-public static final void gtk_style_get_text_aa_gc(int /*long*/ style, int index, int /*long*/[] gc) {
- lock.lock();
- try {
- _gtk_style_get_text_aa_gc(style, index, gc);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param gc
+ * cast=(GdkGC **)
+ */
+ public static final native void _gtk_style_get_text_aa_gc(
+ int /* long */style, int index, int /* long */[] gc);
+
+ public static final void gtk_style_get_text_aa_gc(int /* long */style,
+ int index, int /* long */[] gc) {
+ lock.lock();
+ try {
+ _gtk_style_get_text_aa_gc(style, index, gc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param gc cast=(GdkGC **),flags=no_in
- */
-public static final native void _gtk_style_get_black_gc(int /*long*/ style, int /*long*/[] gc);
-public static final void gtk_style_get_black_gc(int /*long*/ style, int /*long*/[] gc) {
- lock.lock();
- try {
- _gtk_style_get_black_gc(style, gc);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param gc
+ * cast=(GdkGC **),flags=no_in
+ */
+ public static final native void _gtk_style_get_black_gc(
+ int /* long */style, int /* long */[] gc);
+
+ public static final void gtk_style_get_black_gc(int /* long */style,
+ int /* long */[] gc) {
+ lock.lock();
+ try {
+ _gtk_style_get_black_gc(style, gc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param gc cast=(GdkGC **)
- */
-public static final native void _gtk_style_get_white_gc(int /*long*/ style, int /*long*/[] gc);
-public static final void gtk_style_get_white_gc(int /*long*/ style, int /*long*/[] gc) {
- lock.lock();
- try {
- _gtk_style_get_white_gc(style, gc);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param gc
+ * cast=(GdkGC **)
+ */
+ public static final native void _gtk_style_get_white_gc(
+ int /* long */style, int /* long */[] gc);
+
+ public static final void gtk_style_get_white_gc(int /* long */style,
+ int /* long */[] gc) {
+ lock.lock();
+ try {
+ _gtk_style_get_white_gc(style, gc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param style cast=(GtkStyle *) */
-public static final native int /*long*/ _gtk_style_get_font_desc(int /*long*/ style);
-public static final int /*long*/ gtk_style_get_font_desc(int /*long*/ style) {
- lock.lock();
- try {
- return _gtk_style_get_font_desc(style);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ */
+ public static final native int /* long */_gtk_style_get_font_desc(
+ int /* long */style);
+
+ public static final int /* long */gtk_style_get_font_desc(int /* long */style) {
+ lock.lock();
+ try {
+ return _gtk_style_get_font_desc(style);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param color flags=no_in
- */
-public static final native void _gtk_style_get_light(int /*long*/ style, int index, GdkColor color);
-public static final void gtk_style_get_light(int /*long*/ style, int index, GdkColor color) {
- lock.lock();
- try {
- _gtk_style_get_light(style, index, color);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param color
+ * flags=no_in
+ */
+ public static final native void _gtk_style_get_light(int /* long */style,
+ int index, GdkColor color);
+
+ public static final void gtk_style_get_light(int /* long */style, int index,
+ GdkColor color) {
+ lock.lock();
+ try {
+ _gtk_style_get_light(style, index, color);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param color flags=no_in
- */
-public static final native void _gtk_style_get_text(int /*long*/ style, int index, GdkColor color);
-public static final void gtk_style_get_text(int /*long*/ style, int index, GdkColor color) {
- lock.lock();
- try {
- _gtk_style_get_text(style, index, color);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param color
+ * flags=no_in
+ */
+ public static final native void _gtk_style_get_text(int /* long */style,
+ int index, GdkColor color);
+
+ public static final void gtk_style_get_text(int /* long */style, int index,
+ GdkColor color) {
+ lock.lock();
+ try {
+ _gtk_style_get_text(style, index, color);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param style cast=(GtkStyle *) */
-public static final native int _gtk_style_get_xthickness(int /*long*/ style);
-public static final int gtk_style_get_xthickness(int /*long*/ style) {
- lock.lock();
- try {
- return _gtk_style_get_xthickness(style);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ */
+ public static final native int _gtk_style_get_xthickness(int /* long */style);
+
+ public static final int gtk_style_get_xthickness(int /* long */style) {
+ lock.lock();
+ try {
+ return _gtk_style_get_xthickness(style);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param style cast=(GtkStyle *) */
-public static final native int _gtk_style_get_ythickness(int /*long*/ style);
-public static final int gtk_style_get_ythickness(int /*long*/ style) {
- lock.lock();
- try {
- return _gtk_style_get_ythickness(style);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ */
+ public static final native int _gtk_style_get_ythickness(int /* long */style);
+
+ public static final int gtk_style_get_ythickness(int /* long */style) {
+ lock.lock();
+ try {
+ return _gtk_style_get_ythickness(style);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param style cast=(GtkStyle *)
- * @param source cast=(GtkIconSource *)
- * @param widget cast=(GtkWidget *)
- * @param detail cast=(const gchar *)
- */
-public static final native int /*long*/ _gtk_style_render_icon(int /*long*/ style, int /*long*/ source, int direction, int state, int size, int /*long*/ widget, byte[] detail);
-public static final int /*long*/ gtk_style_render_icon(int /*long*/ style, int /*long*/ source, int direction, int state, int size, int /*long*/ widget, byte[] detail) {
- lock.lock();
- try {
- return _gtk_style_render_icon(style, source, direction, state, size, widget, detail);
- } finally {
- lock.unlock();
+
+ /**
+ * @param style
+ * cast=(GtkStyle *)
+ * @param source
+ * cast=(GtkIconSource *)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param detail
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_gtk_style_render_icon(
+ int /* long */style, int /* long */source, int direction, int state,
+ int size, int /* long */widget, byte[] detail);
+
+ public static final int /* long */gtk_style_render_icon(
+ int /* long */style, int /* long */source, int direction, int state,
+ int size, int /* long */widget, byte[] detail) {
+ lock.lock();
+ try {
+ return _gtk_style_render_icon(style, source, direction, state,
+ size, widget, detail);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param targets cast=(const GtkTargetEntry *)
- * @param ntargets cast=(guint)
- */
-public static final native int /*long*/ _gtk_target_list_new(int /*long*/ targets, int ntargets);
-public static final int /*long*/ gtk_target_list_new(int /*long*/ targets, int ntargets) {
- lock.lock();
- try {
- return _gtk_target_list_new(targets, ntargets);
- } finally {
- lock.unlock();
+
+ /**
+ * @param targets
+ * cast=(const GtkTargetEntry *)
+ * @param ntargets
+ * cast=(guint)
+ */
+ public static final native int /* long */_gtk_target_list_new(
+ int /* long */targets, int ntargets);
+
+ public static final int /* long */gtk_target_list_new(int /* long */targets,
+ int ntargets) {
+ lock.lock();
+ try {
+ return _gtk_target_list_new(targets, ntargets);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param list cast=(GtkTargetList *) */
-public static final native void _gtk_target_list_unref(int /*long*/ list);
-public static final void gtk_target_list_unref(int /*long*/ list) {
- lock.lock();
- try {
- _gtk_target_list_unref(list);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(GtkTargetList *)
+ */
+ public static final native void _gtk_target_list_unref(int /* long */list);
+
+ public static final void gtk_target_list_unref(int /* long */list) {
+ lock.lock();
+ try {
+ _gtk_target_list_unref(list);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param buffer cast=(GtkTextBuffer *)
- * @param clipboard cast=(GtkClipboard *)
- */
-public static final native void _gtk_text_buffer_copy_clipboard(int /*long*/ buffer, int /*long*/ clipboard);
-public static final void gtk_text_buffer_copy_clipboard(int /*long*/ buffer, int /*long*/ clipboard) {
- lock.lock();
- try {
- _gtk_text_buffer_copy_clipboard(buffer, clipboard);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ * @param clipboard
+ * cast=(GtkClipboard *)
+ */
+ public static final native void _gtk_text_buffer_copy_clipboard(
+ int /* long */buffer, int /* long */clipboard);
+
+ public static final void gtk_text_buffer_copy_clipboard(
+ int /* long */buffer, int /* long */clipboard) {
+ lock.lock();
+ try {
+ _gtk_text_buffer_copy_clipboard(buffer, clipboard);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param buffer cast=(GtkTextBuffer *)
- * @param clipboard cast=(GtkClipboard *)
- * @param default_editable cast=(gboolean)
- */
-public static final native void _gtk_text_buffer_cut_clipboard(int /*long*/ buffer, int /*long*/ clipboard, boolean default_editable);
-public static final void gtk_text_buffer_cut_clipboard(int /*long*/ buffer, int /*long*/ clipboard, boolean default_editable) {
- lock.lock();
- try {
- _gtk_text_buffer_cut_clipboard(buffer, clipboard, default_editable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ * @param clipboard
+ * cast=(GtkClipboard *)
+ * @param default_editable
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_text_buffer_cut_clipboard(
+ int /* long */buffer, int /* long */clipboard,
+ boolean default_editable);
+
+ public static final void gtk_text_buffer_cut_clipboard(
+ int /* long */buffer, int /* long */clipboard,
+ boolean default_editable) {
+ lock.lock();
+ try {
+ _gtk_text_buffer_cut_clipboard(buffer, clipboard, default_editable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param buffer cast=(GtkTextBuffer *)
- * @param start cast=(GtkTextIter *)
- * @param end cast=(GtkTextIter *)
- */
-public static final native void _gtk_text_buffer_delete(int /*long*/ buffer, byte[] start, byte[] end);
-public static final void gtk_text_buffer_delete(int /*long*/ buffer, byte[] start, byte[] end) {
- lock.lock();
- try {
- _gtk_text_buffer_delete(buffer, start, end);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ * @param start
+ * cast=(GtkTextIter *)
+ * @param end
+ * cast=(GtkTextIter *)
+ */
+ public static final native void _gtk_text_buffer_delete(
+ int /* long */buffer, byte[] start, byte[] end);
+
+ public static final void gtk_text_buffer_delete(int /* long */buffer,
+ byte[] start, byte[] end) {
+ lock.lock();
+ try {
+ _gtk_text_buffer_delete(buffer, start, end);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param buffer cast=(GtkTextBuffer *)
- * @param start cast=(GtkTextIter *)
- * @param end cast=(GtkTextIter *)
- */
-public static final native void _gtk_text_buffer_get_bounds(int /*long*/ buffer, byte[] start, byte[] end);
-public static final void gtk_text_buffer_get_bounds(int /*long*/ buffer, byte[] start, byte[] end) {
- lock.lock();
- try {
- _gtk_text_buffer_get_bounds(buffer, start, end);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ * @param start
+ * cast=(GtkTextIter *)
+ * @param end
+ * cast=(GtkTextIter *)
+ */
+ public static final native void _gtk_text_buffer_get_bounds(
+ int /* long */buffer, byte[] start, byte[] end);
+
+ public static final void gtk_text_buffer_get_bounds(int /* long */buffer,
+ byte[] start, byte[] end) {
+ lock.lock();
+ try {
+ _gtk_text_buffer_get_bounds(buffer, start, end);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param buffer cast=(GtkTextBuffer *) */
-public static final native int _gtk_text_buffer_get_char_count(int /*long*/ buffer);
-public static final int gtk_text_buffer_get_char_count(int /*long*/ buffer) {
- lock.lock();
- try {
- return _gtk_text_buffer_get_char_count(buffer);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ */
+ public static final native int _gtk_text_buffer_get_char_count(
+ int /* long */buffer);
+
+ public static final int gtk_text_buffer_get_char_count(
+ int /* long */buffer) {
+ lock.lock();
+ try {
+ return _gtk_text_buffer_get_char_count(buffer);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param buffer cast=(GtkTextBuffer *)
- * @param iter cast=(GtkTextIter *)
- */
-public static final native void _gtk_text_buffer_get_end_iter(int /*long*/ buffer, byte[] iter);
-public static final void gtk_text_buffer_get_end_iter(int /*long*/ buffer, byte[] iter) {
- lock.lock();
- try {
- _gtk_text_buffer_get_end_iter(buffer, iter);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ * @param iter
+ * cast=(GtkTextIter *)
+ */
+ public static final native void _gtk_text_buffer_get_end_iter(
+ int /* long */buffer, byte[] iter);
+
+ public static final void gtk_text_buffer_get_end_iter(int /* long */buffer,
+ byte[] iter) {
+ lock.lock();
+ try {
+ _gtk_text_buffer_get_end_iter(buffer, iter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param buffer cast=(GtkTextBuffer *) */
-public static final native int /*long*/ _gtk_text_buffer_get_insert(int /*long*/ buffer);
-public static final int /*long*/ gtk_text_buffer_get_insert(int /*long*/ buffer) {
- lock.lock();
- try {
- return _gtk_text_buffer_get_insert(buffer);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ */
+ public static final native int /* long */_gtk_text_buffer_get_insert(
+ int /* long */buffer);
+
+ public static final int /* long */gtk_text_buffer_get_insert(
+ int /* long */buffer) {
+ lock.lock();
+ try {
+ return _gtk_text_buffer_get_insert(buffer);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param buffer cast=(GtkTextBuffer *)
- * @param iter cast=(GtkTextIter *)
- * @param line_number cast=(gint)
- */
-public static final native void _gtk_text_buffer_get_iter_at_line(int /*long*/ buffer, byte[] iter, int line_number);
-public static final void gtk_text_buffer_get_iter_at_line(int /*long*/ buffer, byte[] iter, int line_number) {
- lock.lock();
- try {
- _gtk_text_buffer_get_iter_at_line(buffer, iter, line_number);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ * @param iter
+ * cast=(GtkTextIter *)
+ * @param line_number
+ * cast=(gint)
+ */
+ public static final native void _gtk_text_buffer_get_iter_at_line(
+ int /* long */buffer, byte[] iter, int line_number);
+
+ public static final void gtk_text_buffer_get_iter_at_line(
+ int /* long */buffer, byte[] iter, int line_number) {
+ lock.lock();
+ try {
+ _gtk_text_buffer_get_iter_at_line(buffer, iter, line_number);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param buffer cast=(GtkTextBuffer *)
- * @param iter cast=(GtkTextIter *)
- * @param mark cast=(GtkTextMark *)
- */
-public static final native void _gtk_text_buffer_get_iter_at_mark(int /*long*/ buffer, byte[] iter, int /*long*/ mark);
-public static final void gtk_text_buffer_get_iter_at_mark(int /*long*/ buffer, byte[] iter, int /*long*/ mark) {
- lock.lock();
- try {
- _gtk_text_buffer_get_iter_at_mark(buffer, iter, mark);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ * @param iter
+ * cast=(GtkTextIter *)
+ * @param mark
+ * cast=(GtkTextMark *)
+ */
+ public static final native void _gtk_text_buffer_get_iter_at_mark(
+ int /* long */buffer, byte[] iter, int /* long */mark);
+
+ public static final void gtk_text_buffer_get_iter_at_mark(
+ int /* long */buffer, byte[] iter, int /* long */mark) {
+ lock.lock();
+ try {
+ _gtk_text_buffer_get_iter_at_mark(buffer, iter, mark);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param buffer cast=(GtkTextBuffer *)
- * @param iter cast=(GtkTextIter *)
- * @param char_offset cast=(gint)
- */
-public static final native void _gtk_text_buffer_get_iter_at_offset(int /*long*/ buffer, byte[] iter, int char_offset);
-public static final void gtk_text_buffer_get_iter_at_offset(int /*long*/ buffer, byte[] iter, int char_offset) {
- lock.lock();
- try {
- _gtk_text_buffer_get_iter_at_offset(buffer, iter, char_offset);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ * @param iter
+ * cast=(GtkTextIter *)
+ * @param char_offset
+ * cast=(gint)
+ */
+ public static final native void _gtk_text_buffer_get_iter_at_offset(
+ int /* long */buffer, byte[] iter, int char_offset);
+
+ public static final void gtk_text_buffer_get_iter_at_offset(
+ int /* long */buffer, byte[] iter, int char_offset) {
+ lock.lock();
+ try {
+ _gtk_text_buffer_get_iter_at_offset(buffer, iter, char_offset);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param buffer cast=(GtkTextBuffer *) */
-public static final native int _gtk_text_buffer_get_line_count(int /*long*/ buffer);
-public static final int gtk_text_buffer_get_line_count(int /*long*/ buffer) {
- lock.lock();
- try {
- return _gtk_text_buffer_get_line_count(buffer);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ */
+ public static final native int _gtk_text_buffer_get_line_count(
+ int /* long */buffer);
+
+ public static final int gtk_text_buffer_get_line_count(
+ int /* long */buffer) {
+ lock.lock();
+ try {
+ return _gtk_text_buffer_get_line_count(buffer);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param buffer cast=(GtkTextBuffer *) */
-public static final native int /*long*/ _gtk_text_buffer_get_selection_bound(int /*long*/ buffer);
-public static final int /*long*/ gtk_text_buffer_get_selection_bound(int /*long*/ buffer) {
- lock.lock();
- try {
- return _gtk_text_buffer_get_selection_bound(buffer);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ */
+ public static final native int /* long */_gtk_text_buffer_get_selection_bound(
+ int /* long */buffer);
+
+ public static final int /* long */gtk_text_buffer_get_selection_bound(
+ int /* long */buffer) {
+ lock.lock();
+ try {
+ return _gtk_text_buffer_get_selection_bound(buffer);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param buffer cast=(GtkTextBuffer *)
- * @param start cast=(GtkTextIter *)
- * @param end cast=(GtkTextIter *)
- */
-public static final native boolean _gtk_text_buffer_get_selection_bounds(int /*long*/ buffer, byte[] start, byte[] end);
-public static final boolean gtk_text_buffer_get_selection_bounds(int /*long*/ buffer, byte[] start, byte[] end) {
- lock.lock();
- try {
- return _gtk_text_buffer_get_selection_bounds(buffer, start, end);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ * @param start
+ * cast=(GtkTextIter *)
+ * @param end
+ * cast=(GtkTextIter *)
+ */
+ public static final native boolean _gtk_text_buffer_get_selection_bounds(
+ int /* long */buffer, byte[] start, byte[] end);
+
+ public static final boolean gtk_text_buffer_get_selection_bounds(
+ int /* long */buffer, byte[] start, byte[] end) {
+ lock.lock();
+ try {
+ return _gtk_text_buffer_get_selection_bounds(buffer, start, end);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param buffer cast=(GtkTextBuffer *)
- * @param start cast=(GtkTextIter *)
- * @param end cast=(GtkTextIter *)
- * @param include_hidden_chars cast=(gboolean)
- */
-public static final native int /*long*/ _gtk_text_buffer_get_text(int /*long*/ buffer, byte[] start, byte[] end, boolean include_hidden_chars);
-public static final int /*long*/ gtk_text_buffer_get_text(int /*long*/ buffer, byte[] start, byte[] end, boolean include_hidden_chars) {
- lock.lock();
- try {
- return _gtk_text_buffer_get_text(buffer, start, end, include_hidden_chars);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ * @param start
+ * cast=(GtkTextIter *)
+ * @param end
+ * cast=(GtkTextIter *)
+ * @param include_hidden_chars
+ * cast=(gboolean)
+ */
+ public static final native int /* long */_gtk_text_buffer_get_text(
+ int /* long */buffer, byte[] start, byte[] end,
+ boolean include_hidden_chars);
+
+ public static final int /* long */gtk_text_buffer_get_text(
+ int /* long */buffer, byte[] start, byte[] end,
+ boolean include_hidden_chars) {
+ lock.lock();
+ try {
+ return _gtk_text_buffer_get_text(buffer, start, end,
+ include_hidden_chars);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param buffer cast=(GtkTextBuffer *)
- * @param iter cast=(GtkTextIter *)
- * @param text cast=(const gchar *)
- * @param len cast=(gint)
- */
-public static final native void _gtk_text_buffer_insert(int /*long*/ buffer, byte[] iter, byte[] text, int len);
-public static final void gtk_text_buffer_insert(int /*long*/ buffer, byte[] iter, byte[] text, int len) {
- lock.lock();
- try {
- _gtk_text_buffer_insert(buffer, iter, text, len);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ * @param iter
+ * cast=(GtkTextIter *)
+ * @param text
+ * cast=(const gchar *)
+ * @param len
+ * cast=(gint)
+ */
+ public static final native void _gtk_text_buffer_insert(
+ int /* long */buffer, byte[] iter, byte[] text, int len);
+
+ public static final void gtk_text_buffer_insert(int /* long */buffer,
+ byte[] iter, byte[] text, int len) {
+ lock.lock();
+ try {
+ _gtk_text_buffer_insert(buffer, iter, text, len);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param buffer cast=(GtkTextBuffer *)
- * @param iter cast=(GtkTextIter *)
- * @param text cast=(const gchar *)
- * @param len cast=(gint)
- */
-public static final native void _gtk_text_buffer_insert(int /*long*/ buffer, int /*long*/ iter, byte[] text, int len);
-public static final void gtk_text_buffer_insert(int /*long*/ buffer, int /*long*/ iter, byte[] text, int len) {
- lock.lock();
- try {
- _gtk_text_buffer_insert(buffer, iter, text, len);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ * @param iter
+ * cast=(GtkTextIter *)
+ * @param text
+ * cast=(const gchar *)
+ * @param len
+ * cast=(gint)
+ */
+ public static final native void _gtk_text_buffer_insert(
+ int /* long */buffer, int /* long */iter, byte[] text, int len);
+
+ public static final void gtk_text_buffer_insert(int /* long */buffer,
+ int /* long */iter, byte[] text, int len) {
+ lock.lock();
+ try {
+ _gtk_text_buffer_insert(buffer, iter, text, len);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param buffer cast=(GtkTextBuffer *)
- * @param mark cast=(GtkTextMark *)
- * @param where cast=(const GtkTextIter *)
- */
-public static final native void _gtk_text_buffer_move_mark(int /*long*/ buffer, int /*long*/ mark, byte[] where);
-public static final void gtk_text_buffer_move_mark(int /*long*/ buffer, int /*long*/ mark, byte[] where) {
- lock.lock();
- try {
- _gtk_text_buffer_move_mark(buffer, mark, where);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ * @param mark
+ * cast=(GtkTextMark *)
+ * @param where
+ * cast=(const GtkTextIter *)
+ */
+ public static final native void _gtk_text_buffer_move_mark(
+ int /* long */buffer, int /* long */mark, byte[] where);
+
+ public static final void gtk_text_buffer_move_mark(int /* long */buffer,
+ int /* long */mark, byte[] where) {
+ lock.lock();
+ try {
+ _gtk_text_buffer_move_mark(buffer, mark, where);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param buffer cast=(GtkTextBuffer *)
- * @param clipboard cast=(GtkClipboard *)
- * @param override_location cast=(GtkTextIter *)
- * @param default_editable cast=(gboolean)
- */
-public static final native void _gtk_text_buffer_paste_clipboard(int /*long*/ buffer, int /*long*/ clipboard, byte[] override_location, boolean default_editable);
-public static final void gtk_text_buffer_paste_clipboard(int /*long*/ buffer, int /*long*/ clipboard, byte[] override_location, boolean default_editable) {
- lock.lock();
- try {
- _gtk_text_buffer_paste_clipboard(buffer, clipboard, override_location, default_editable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ * @param clipboard
+ * cast=(GtkClipboard *)
+ * @param override_location
+ * cast=(GtkTextIter *)
+ * @param default_editable
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_text_buffer_paste_clipboard(
+ int /* long */buffer, int /* long */clipboard,
+ byte[] override_location, boolean default_editable);
+
+ public static final void gtk_text_buffer_paste_clipboard(
+ int /* long */buffer, int /* long */clipboard,
+ byte[] override_location, boolean default_editable) {
+ lock.lock();
+ try {
+ _gtk_text_buffer_paste_clipboard(buffer, clipboard,
+ override_location, default_editable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param buffer cast=(GtkTextBuffer *)
- * @param where cast=(const GtkTextIter *)
- */
-public static final native void _gtk_text_buffer_place_cursor(int /*long*/ buffer, byte[] where);
-public static final void gtk_text_buffer_place_cursor(int /*long*/ buffer, byte[] where) {
- lock.lock();
- try {
- _gtk_text_buffer_place_cursor(buffer, where);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ * @param where
+ * cast=(const GtkTextIter *)
+ */
+ public static final native void _gtk_text_buffer_place_cursor(
+ int /* long */buffer, byte[] where);
+
+ public static final void gtk_text_buffer_place_cursor(int /* long */buffer,
+ byte[] where) {
+ lock.lock();
+ try {
+ _gtk_text_buffer_place_cursor(buffer, where);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param buffer cast=(GtkTextBuffer *)
- * @param text cast=(const gchar *)
- * @param len cast=(gint)
- */
-public static final native void _gtk_text_buffer_set_text(int /*long*/ buffer, byte[] text, int len);
-public static final void gtk_text_buffer_set_text(int /*long*/ buffer, byte[] text, int len) {
- lock.lock();
- try {
- _gtk_text_buffer_set_text(buffer, text, len);
- } finally {
- lock.unlock();
+
+ /**
+ * @param buffer
+ * cast=(GtkTextBuffer *)
+ * @param text
+ * cast=(const gchar *)
+ * @param len
+ * cast=(gint)
+ */
+ public static final native void _gtk_text_buffer_set_text(
+ int /* long */buffer, byte[] text, int len);
+
+ public static final void gtk_text_buffer_set_text(int /* long */buffer,
+ byte[] text, int len) {
+ lock.lock();
+ try {
+ _gtk_text_buffer_set_text(buffer, text, len);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param iter cast=(const GtkTextIter *) */
-public static final native int _gtk_text_iter_get_line(byte[] iter);
-public static final int gtk_text_iter_get_line(byte[] iter) {
- lock.lock();
- try {
- return _gtk_text_iter_get_line(iter);
- } finally {
- lock.unlock();
+
+ /**
+ * @param iter
+ * cast=(const GtkTextIter *)
+ */
+ public static final native int _gtk_text_iter_get_line(byte[] iter);
+
+ public static final int gtk_text_iter_get_line(byte[] iter) {
+ lock.lock();
+ try {
+ return _gtk_text_iter_get_line(iter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param iter cast=(const GtkTextIter *) */
-public static final native int _gtk_text_iter_get_offset(byte[] iter);
-public static final int gtk_text_iter_get_offset(byte[] iter) {
- lock.lock();
- try {
- return _gtk_text_iter_get_offset(iter);
- } finally {
- lock.unlock();
+
+ /**
+ * @param iter
+ * cast=(const GtkTextIter *)
+ */
+ public static final native int _gtk_text_iter_get_offset(byte[] iter);
+
+ public static final int gtk_text_iter_get_offset(byte[] iter) {
+ lock.lock();
+ try {
+ return _gtk_text_iter_get_offset(iter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param text_view cast=(GtkTextView *)
- * @param win cast=(GtkTextWindowType)
- * @param buffer_x cast=(gint)
- * @param buffer_y cast=(gint)
- * @param window_x cast=(gint *)
- * @param window_y cast=(gint *)
- */
-public static final native void _gtk_text_view_buffer_to_window_coords(int /*long*/ text_view, int win, int buffer_x, int buffer_y, int[] window_x, int[] window_y);
-public static final void gtk_text_view_buffer_to_window_coords(int /*long*/ text_view, int win, int buffer_x, int buffer_y, int[] window_x, int[] window_y) {
- lock.lock();
- try {
- _gtk_text_view_buffer_to_window_coords(text_view, win, buffer_x, buffer_y, window_x, window_y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param text_view
+ * cast=(GtkTextView *)
+ * @param win
+ * cast=(GtkTextWindowType)
+ * @param buffer_x
+ * cast=(gint)
+ * @param buffer_y
+ * cast=(gint)
+ * @param window_x
+ * cast=(gint *)
+ * @param window_y
+ * cast=(gint *)
+ */
+ public static final native void _gtk_text_view_buffer_to_window_coords(
+ int /* long */text_view, int win, int buffer_x, int buffer_y,
+ int[] window_x, int[] window_y);
+
+ public static final void gtk_text_view_buffer_to_window_coords(
+ int /* long */text_view, int win, int buffer_x, int buffer_y,
+ int[] window_x, int[] window_y) {
+ lock.lock();
+ try {
+ _gtk_text_view_buffer_to_window_coords(text_view, win, buffer_x,
+ buffer_y, window_x, window_y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param text_view cast=(GtkTextView *) */
-public static final native int /*long*/ _gtk_text_view_get_buffer(int /*long*/ text_view);
-public static final int /*long*/ gtk_text_view_get_buffer(int /*long*/ text_view) {
- lock.lock();
- try {
- return _gtk_text_view_get_buffer(text_view);
- } finally {
- lock.unlock();
+
+ /**
+ * @param text_view
+ * cast=(GtkTextView *)
+ */
+ public static final native int /* long */_gtk_text_view_get_buffer(
+ int /* long */text_view);
+
+ public static final int /* long */gtk_text_view_get_buffer(
+ int /* long */text_view) {
+ lock.lock();
+ try {
+ return _gtk_text_view_get_buffer(text_view);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param text_view cast=(GtkTextView *) */
-public static final native boolean _gtk_text_view_get_editable(int /*long*/ text_view);
-public static final boolean gtk_text_view_get_editable(int /*long*/ text_view) {
- lock.lock();
- try {
- return _gtk_text_view_get_editable(text_view);
- } finally {
- lock.unlock();
+
+ /**
+ * @param text_view
+ * cast=(GtkTextView *)
+ */
+ public static final native boolean _gtk_text_view_get_editable(
+ int /* long */text_view);
+
+ public static final boolean gtk_text_view_get_editable(
+ int /* long */text_view) {
+ lock.lock();
+ try {
+ return _gtk_text_view_get_editable(text_view);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param text_view cast=(GtkTextView *)
- * @param iter cast=(GtkTextIter *)
- * @param x cast=(gint)
- * @param y cast=(gint)
- */
-public static final native void _gtk_text_view_get_iter_at_location(int /*long*/ text_view, byte[] iter, int x, int y);
-public static final void gtk_text_view_get_iter_at_location(int /*long*/ text_view, byte[] iter, int x, int y) {
- lock.lock();
- try {
- _gtk_text_view_get_iter_at_location(text_view, iter, x, y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param text_view
+ * cast=(GtkTextView *)
+ * @param iter
+ * cast=(GtkTextIter *)
+ * @param x
+ * cast=(gint)
+ * @param y
+ * cast=(gint)
+ */
+ public static final native void _gtk_text_view_get_iter_at_location(
+ int /* long */text_view, byte[] iter, int x, int y);
+
+ public static final void gtk_text_view_get_iter_at_location(
+ int /* long */text_view, byte[] iter, int x, int y) {
+ lock.lock();
+ try {
+ _gtk_text_view_get_iter_at_location(text_view, iter, x, y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param text_view cast=(GtkTextView *)
- * @param iter cast=(const GtkTextIter *)
- * @param location cast=(GdkRectangle *),flags=no_in
- */
-public static final native void _gtk_text_view_get_iter_location(int /*long*/ text_view, byte[] iter, GdkRectangle location);
-public static final void gtk_text_view_get_iter_location(int /*long*/ text_view, byte[] iter, GdkRectangle location) {
- lock.lock();
- try {
- _gtk_text_view_get_iter_location(text_view, iter, location);
- } finally {
- lock.unlock();
+
+ /**
+ * @param text_view
+ * cast=(GtkTextView *)
+ * @param iter
+ * cast=(const GtkTextIter *)
+ * @param location
+ * cast=(GdkRectangle *),flags=no_in
+ */
+ public static final native void _gtk_text_view_get_iter_location(
+ int /* long */text_view, byte[] iter, GdkRectangle location);
+
+ public static final void gtk_text_view_get_iter_location(
+ int /* long */text_view, byte[] iter, GdkRectangle location) {
+ lock.lock();
+ try {
+ _gtk_text_view_get_iter_location(text_view, iter, location);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param text_view cast=(GtkTextView *)
- * @param target_iter cast=(GtkTextIter *)
- * @param y cast=(gint)
- * @param line_top cast=(gint *)
- */
-public static final native void _gtk_text_view_get_line_at_y(int /*long*/ text_view, byte[] target_iter, int y, int[] line_top);
-public static final void gtk_text_view_get_line_at_y(int /*long*/ text_view, byte[] target_iter, int y, int[] line_top) {
- lock.lock();
- try {
- _gtk_text_view_get_line_at_y(text_view, target_iter, y, line_top);
- } finally {
- lock.unlock();
+
+ /**
+ * @param text_view
+ * cast=(GtkTextView *)
+ * @param target_iter
+ * cast=(GtkTextIter *)
+ * @param y
+ * cast=(gint)
+ * @param line_top
+ * cast=(gint *)
+ */
+ public static final native void _gtk_text_view_get_line_at_y(
+ int /* long */text_view, byte[] target_iter, int y, int[] line_top);
+
+ public static final void gtk_text_view_get_line_at_y(
+ int /* long */text_view, byte[] target_iter, int y, int[] line_top) {
+ lock.lock();
+ try {
+ _gtk_text_view_get_line_at_y(text_view, target_iter, y, line_top);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param text_view cast=(GtkTextView *)
- * @param visible_rect cast=(GdkRectangle *),flags=no_in
- */
-public static final native void _gtk_text_view_get_visible_rect(int /*long*/ text_view, GdkRectangle visible_rect);
-public static final void gtk_text_view_get_visible_rect(int /*long*/ text_view, GdkRectangle visible_rect) {
- lock.lock();
- try {
- _gtk_text_view_get_visible_rect(text_view, visible_rect);
- } finally {
- lock.unlock();
+
+ /**
+ * @param text_view
+ * cast=(GtkTextView *)
+ * @param visible_rect
+ * cast=(GdkRectangle *),flags=no_in
+ */
+ public static final native void _gtk_text_view_get_visible_rect(
+ int /* long */text_view, GdkRectangle visible_rect);
+
+ public static final void gtk_text_view_get_visible_rect(
+ int /* long */text_view, GdkRectangle visible_rect) {
+ lock.lock();
+ try {
+ _gtk_text_view_get_visible_rect(text_view, visible_rect);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param text_view cast=(GtkTextView *)
- * @param win cast=(GtkTextWindowType)
- */
-public static final native int /*long*/ _gtk_text_view_get_window(int /*long*/ text_view, int win);
-public static final int /*long*/ gtk_text_view_get_window(int /*long*/ text_view, int win) {
- lock.lock();
- try {
- return _gtk_text_view_get_window(text_view, win);
- } finally {
- lock.unlock();
+
+ /**
+ * @param text_view
+ * cast=(GtkTextView *)
+ * @param win
+ * cast=(GtkTextWindowType)
+ */
+ public static final native int /* long */_gtk_text_view_get_window(
+ int /* long */text_view, int win);
+
+ public static final int /* long */gtk_text_view_get_window(
+ int /* long */text_view, int win) {
+ lock.lock();
+ try {
+ return _gtk_text_view_get_window(text_view, win);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_text_view_new();
-public static final int /*long*/ gtk_text_view_new() {
- lock.lock();
- try {
- return _gtk_text_view_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_text_view_new();
+
+ public static final int /* long */gtk_text_view_new() {
+ lock.lock();
+ try {
+ return _gtk_text_view_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param text_view cast=(GtkTextView *)
- * @param mark cast=(GtkTextMark *)
- */
-public static final native void _gtk_text_view_scroll_mark_onscreen(int /*long*/ text_view, int /*long*/ mark);
-public static final void gtk_text_view_scroll_mark_onscreen(int /*long*/ text_view, int /*long*/ mark) {
- lock.lock();
- try {
- _gtk_text_view_scroll_mark_onscreen(text_view, mark);
- } finally {
- lock.unlock();
+
+ /**
+ * @param text_view
+ * cast=(GtkTextView *)
+ * @param mark
+ * cast=(GtkTextMark *)
+ */
+ public static final native void _gtk_text_view_scroll_mark_onscreen(
+ int /* long */text_view, int /* long */mark);
+
+ public static final void gtk_text_view_scroll_mark_onscreen(
+ int /* long */text_view, int /* long */mark) {
+ lock.lock();
+ try {
+ _gtk_text_view_scroll_mark_onscreen(text_view, mark);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param text_view cast=(GtkTextView *)
- * @param iter cast=(GtkTextIter *)
- * @param within_margin cast=(gdouble)
- * @param use_align cast=(gboolean)
- * @param xalign cast=(gdouble)
- * @param yalign cast=(gdouble)
- */
-public static final native boolean _gtk_text_view_scroll_to_iter(int /*long*/ text_view, byte[] iter, double within_margin, boolean use_align, double xalign, double yalign);
-public static final boolean gtk_text_view_scroll_to_iter(int /*long*/ text_view, byte[] iter, double within_margin, boolean use_align, double xalign, double yalign) {
- lock.lock();
- try {
- return _gtk_text_view_scroll_to_iter(text_view, iter, within_margin, use_align, xalign, yalign);
- } finally {
- lock.unlock();
+
+ /**
+ * @param text_view
+ * cast=(GtkTextView *)
+ * @param iter
+ * cast=(GtkTextIter *)
+ * @param within_margin
+ * cast=(gdouble)
+ * @param use_align
+ * cast=(gboolean)
+ * @param xalign
+ * cast=(gdouble)
+ * @param yalign
+ * cast=(gdouble)
+ */
+ public static final native boolean _gtk_text_view_scroll_to_iter(
+ int /* long */text_view, byte[] iter, double within_margin,
+ boolean use_align, double xalign, double yalign);
+
+ public static final boolean gtk_text_view_scroll_to_iter(
+ int /* long */text_view, byte[] iter, double within_margin,
+ boolean use_align, double xalign, double yalign) {
+ lock.lock();
+ try {
+ return _gtk_text_view_scroll_to_iter(text_view, iter,
+ within_margin, use_align, xalign, yalign);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param text_view cast=(GtkTextView *)
- * @param setting cast=(gboolean)
- */
-public static final native void _gtk_text_view_set_editable(int /*long*/ text_view, boolean setting);
-public static final void gtk_text_view_set_editable(int /*long*/ text_view, boolean setting) {
- lock.lock();
- try {
- _gtk_text_view_set_editable(text_view, setting);
- } finally {
- lock.unlock();
+
+ /**
+ * @param text_view
+ * cast=(GtkTextView *)
+ * @param setting
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_text_view_set_editable(
+ int /* long */text_view, boolean setting);
+
+ public static final void gtk_text_view_set_editable(
+ int /* long */text_view, boolean setting) {
+ lock.lock();
+ try {
+ _gtk_text_view_set_editable(text_view, setting);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param text_view cast=(GtkTextView *) */
-public static final native void _gtk_text_view_set_justification(int /*long*/ text_view, int justification);
-public static final void gtk_text_view_set_justification(int /*long*/ text_view, int justification) {
- lock.lock();
- try {
- _gtk_text_view_set_justification(text_view, justification);
- } finally {
- lock.unlock();
+
+ /**
+ * @param text_view
+ * cast=(GtkTextView *)
+ */
+ public static final native void _gtk_text_view_set_justification(
+ int /* long */text_view, int justification);
+
+ public static final void gtk_text_view_set_justification(
+ int /* long */text_view, int justification) {
+ lock.lock();
+ try {
+ _gtk_text_view_set_justification(text_view, justification);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param text_view cast=(GtkTextView *)
- * @param tabs cast=(PangoTabArray *)
- */
-public static final native void _gtk_text_view_set_tabs(int /*long*/ text_view, int /*long*/ tabs);
-public static final void gtk_text_view_set_tabs(int /*long*/ text_view, int /*long*/ tabs) {
- lock.lock();
- try {
- _gtk_text_view_set_tabs(text_view, tabs);
- } finally {
- lock.unlock();
+
+ /**
+ * @param text_view
+ * cast=(GtkTextView *)
+ * @param tabs
+ * cast=(PangoTabArray *)
+ */
+ public static final native void _gtk_text_view_set_tabs(
+ int /* long */text_view, int /* long */tabs);
+
+ public static final void gtk_text_view_set_tabs(int /* long */text_view,
+ int /* long */tabs) {
+ lock.lock();
+ try {
+ _gtk_text_view_set_tabs(text_view, tabs);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param text_view cast=(GtkTextView *) */
-public static final native void _gtk_text_view_set_wrap_mode(int /*long*/ text_view, int wrap_mode);
-public static final void gtk_text_view_set_wrap_mode(int /*long*/ text_view, int wrap_mode) {
- lock.lock();
- try {
- _gtk_text_view_set_wrap_mode(text_view, wrap_mode);
- } finally {
- lock.unlock();
+
+ /**
+ * @param text_view
+ * cast=(GtkTextView *)
+ */
+ public static final native void _gtk_text_view_set_wrap_mode(
+ int /* long */text_view, int wrap_mode);
+
+ public static final void gtk_text_view_set_wrap_mode(
+ int /* long */text_view, int wrap_mode) {
+ lock.lock();
+ try {
+ _gtk_text_view_set_wrap_mode(text_view, wrap_mode);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param text_view cast=(GtkTextView *)
- * @param win cast=(GtkTextWindowType)
- * @param window_x cast=(gint)
- * @param window_y cast=(gint)
- * @param buffer_x cast=(gint *)
- * @param buffer_y cast=(gint *)
- */
-public static final native void _gtk_text_view_window_to_buffer_coords(int /*long*/ text_view, int win, int window_x, int window_y, int[] buffer_x, int[] buffer_y);
-public static final void gtk_text_view_window_to_buffer_coords(int /*long*/ text_view, int win, int window_x, int window_y, int[] buffer_x, int[] buffer_y) {
- lock.lock();
- try {
- _gtk_text_view_window_to_buffer_coords(text_view, win, window_x, window_y, buffer_x, buffer_y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param text_view
+ * cast=(GtkTextView *)
+ * @param win
+ * cast=(GtkTextWindowType)
+ * @param window_x
+ * cast=(gint)
+ * @param window_y
+ * cast=(gint)
+ * @param buffer_x
+ * cast=(gint *)
+ * @param buffer_y
+ * cast=(gint *)
+ */
+ public static final native void _gtk_text_view_window_to_buffer_coords(
+ int /* long */text_view, int win, int window_x, int window_y,
+ int[] buffer_x, int[] buffer_y);
+
+ public static final void gtk_text_view_window_to_buffer_coords(
+ int /* long */text_view, int win, int window_x, int window_y,
+ int[] buffer_x, int[] buffer_y) {
+ lock.lock();
+ try {
+ _gtk_text_view_window_to_buffer_coords(text_view, win, window_x,
+ window_y, buffer_x, buffer_y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param interval cast=(guint32)
- * @param function cast=(GSourceFunc)
- * @param data cast=(gpointer)
- */
-public static final native int _g_timeout_add(int interval, int /*long*/ function, int /*long*/ data);
-public static final int g_timeout_add(int interval, int /*long*/ function, int /*long*/ data) {
- lock.lock();
- try {
- return _g_timeout_add(interval, function, data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param interval
+ * cast=(guint32)
+ * @param function
+ * cast=(GSourceFunc)
+ * @param data
+ * cast=(gpointer)
+ */
+ public static final native int _g_timeout_add(int interval,
+ int /* long */function, int /* long */data);
+
+ public static final int g_timeout_add(int interval, int /* long */function,
+ int /* long */data) {
+ lock.lock();
+ try {
+ return _g_timeout_add(interval, function, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param toggle_button cast=(GtkToggleButton *) */
-public static final native boolean _gtk_toggle_button_get_active(int /*long*/ toggle_button);
-public static final boolean gtk_toggle_button_get_active(int /*long*/ toggle_button) {
- lock.lock();
- try {
- return _gtk_toggle_button_get_active(toggle_button);
- } finally {
- lock.unlock();
+
+ /**
+ * @param toggle_button
+ * cast=(GtkToggleButton *)
+ */
+ public static final native boolean _gtk_toggle_button_get_active(
+ int /* long */toggle_button);
+
+ public static final boolean gtk_toggle_button_get_active(
+ int /* long */toggle_button) {
+ lock.lock();
+ try {
+ return _gtk_toggle_button_get_active(toggle_button);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_toggle_button_new();
-public static final int /*long*/ gtk_toggle_button_new() {
- lock.lock();
- try {
- return _gtk_toggle_button_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_toggle_button_new();
+
+ public static final int /* long */gtk_toggle_button_new() {
+ lock.lock();
+ try {
+ return _gtk_toggle_button_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param toggle_button cast=(GtkToggleButton *) */
-public static final native boolean _gtk_toggle_button_get_inconsistent(int /*long*/ toggle_button);
-public static final boolean gtk_toggle_button_get_inconsistent(int /*long*/ toggle_button) {
- lock.lock();
- try {
- return _gtk_toggle_button_get_inconsistent(toggle_button);
- } finally {
- lock.unlock();
+
+ /**
+ * @param toggle_button
+ * cast=(GtkToggleButton *)
+ */
+ public static final native boolean _gtk_toggle_button_get_inconsistent(
+ int /* long */toggle_button);
+
+ public static final boolean gtk_toggle_button_get_inconsistent(
+ int /* long */toggle_button) {
+ lock.lock();
+ try {
+ return _gtk_toggle_button_get_inconsistent(toggle_button);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param toggle_button cast=(GtkToggleButton *)
- * @param is_active cast=(gboolean)
- */
-public static final native void _gtk_toggle_button_set_active(int /*long*/ toggle_button, boolean is_active);
-public static final void gtk_toggle_button_set_active(int /*long*/ toggle_button, boolean is_active) {
- lock.lock();
- try {
- _gtk_toggle_button_set_active(toggle_button, is_active);
- } finally {
- lock.unlock();
+
+ /**
+ * @param toggle_button
+ * cast=(GtkToggleButton *)
+ * @param is_active
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_toggle_button_set_active(
+ int /* long */toggle_button, boolean is_active);
+
+ public static final void gtk_toggle_button_set_active(
+ int /* long */toggle_button, boolean is_active) {
+ lock.lock();
+ try {
+ _gtk_toggle_button_set_active(toggle_button, is_active);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param toggle_button cast=(GtkToggleButton *)
- * @param setting cast=(gboolean)
- */
-public static final native void _gtk_toggle_button_set_inconsistent(int /*long*/ toggle_button, boolean setting);
-public static final void gtk_toggle_button_set_inconsistent(int /*long*/ toggle_button, boolean setting) {
- lock.lock();
- try {
- _gtk_toggle_button_set_inconsistent(toggle_button, setting);
- } finally {
- lock.unlock();
+
+ /**
+ * @param toggle_button
+ * cast=(GtkToggleButton *)
+ * @param setting
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_toggle_button_set_inconsistent(
+ int /* long */toggle_button, boolean setting);
+
+ public static final void gtk_toggle_button_set_inconsistent(
+ int /* long */toggle_button, boolean setting) {
+ lock.lock();
+ try {
+ _gtk_toggle_button_set_inconsistent(toggle_button, setting);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param toggle_button cast=(GtkToggleButton *)
- * @param draw_indicator cast=(gboolean)
- */
-public static final native void _gtk_toggle_button_set_mode(int /*long*/ toggle_button, boolean draw_indicator);
-public static final void gtk_toggle_button_set_mode(int /*long*/ toggle_button, boolean draw_indicator) {
- lock.lock();
- try {
- _gtk_toggle_button_set_mode(toggle_button, draw_indicator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param toggle_button
+ * cast=(GtkToggleButton *)
+ * @param draw_indicator
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_toggle_button_set_mode(
+ int /* long */toggle_button, boolean draw_indicator);
+
+ public static final void gtk_toggle_button_set_mode(
+ int /* long */toggle_button, boolean draw_indicator) {
+ lock.lock();
+ try {
+ _gtk_toggle_button_set_mode(toggle_button, draw_indicator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param toolbar cast=(GtkToolbar *)
- * @param widget cast=(GtkWidget *)
- * @param tooltip_text cast=(const char *)
- * @param tooltip_private_text cast=(const char *)
- * @param position cast=(gint)
- */
-public static final native void _gtk_toolbar_insert_widget(int /*long*/ toolbar, int /*long*/ widget, byte[] tooltip_text, byte[] tooltip_private_text, int position);
-public static final void gtk_toolbar_insert_widget(int /*long*/ toolbar, int /*long*/ widget, byte[] tooltip_text, byte[] tooltip_private_text, int position) {
- lock.lock();
- try {
- _gtk_toolbar_insert_widget(toolbar, widget, tooltip_text, tooltip_private_text, position);
- } finally {
- lock.unlock();
+
+ /**
+ * @param toolbar
+ * cast=(GtkToolbar *)
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param tooltip_text
+ * cast=(const char *)
+ * @param tooltip_private_text
+ * cast=(const char *)
+ * @param position
+ * cast=(gint)
+ */
+ public static final native void _gtk_toolbar_insert_widget(
+ int /* long */toolbar, int /* long */widget, byte[] tooltip_text,
+ byte[] tooltip_private_text, int position);
+
+ public static final void gtk_toolbar_insert_widget(int /* long */toolbar,
+ int /* long */widget, byte[] tooltip_text,
+ byte[] tooltip_private_text, int position) {
+ lock.lock();
+ try {
+ _gtk_toolbar_insert_widget(toolbar, widget, tooltip_text,
+ tooltip_private_text, position);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_toolbar_new();
-public static final int /*long*/ gtk_toolbar_new() {
- lock.lock();
- try {
- return _gtk_toolbar_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_toolbar_new();
+
+ public static final int /* long */gtk_toolbar_new() {
+ lock.lock();
+ try {
+ return _gtk_toolbar_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param toolbar cast=(GtkToolbar *)
- * @param orientation cast=(GtkOrientation)
- */
-public static final native void _gtk_toolbar_set_orientation(int /*long*/ toolbar, int orientation);
-public static final void gtk_toolbar_set_orientation(int /*long*/ toolbar, int orientation) {
- lock.lock();
- try {
- _gtk_toolbar_set_orientation(toolbar, orientation);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param toolbar
+ * cast=(GtkToolbar *)
+ * @param orientation
+ * cast=(GtkOrientation)
+ */
+ public static final native void _gtk_toolbar_set_orientation(
+ int /* long */toolbar, int orientation);
+
+ public static final void gtk_toolbar_set_orientation(int /* long */toolbar,
+ int orientation) {
+ lock.lock();
+ try {
+ _gtk_toolbar_set_orientation(toolbar, orientation);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native int /*long*/ _gtk_tooltips_data_get(int /*long*/ widget);
-public static final int /*long*/ gtk_tooltips_data_get(int /*long*/ widget) {
- lock.lock();
- try {
- return _gtk_tooltips_data_get(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native int /* long */_gtk_tooltips_data_get(
+ int /* long */widget);
+
+ public static final int /* long */gtk_tooltips_data_get(
+ int /* long */widget) {
+ lock.lock();
+ try {
+ return _gtk_tooltips_data_get(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tooltips cast=(GtkTooltips *) */
-public static final native void _gtk_tooltips_disable(int /*long*/ tooltips);
-public static final void gtk_tooltips_disable(int /*long*/ tooltips) {
- lock.lock();
- try {
- _gtk_tooltips_disable(tooltips);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tooltips
+ * cast=(GtkTooltips *)
+ */
+ public static final native void _gtk_tooltips_disable(int /* long */tooltips);
+
+ public static final void gtk_tooltips_disable(int /* long */tooltips) {
+ lock.lock();
+ try {
+ _gtk_tooltips_disable(tooltips);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tooltips cast=(GtkTooltips *) */
-public static final native void _gtk_tooltips_enable(int /*long*/ tooltips);
-public static final void gtk_tooltips_enable(int /*long*/ tooltips) {
- lock.lock();
- try {
- _gtk_tooltips_enable(tooltips);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tooltips
+ * cast=(GtkTooltips *)
+ */
+ public static final native void _gtk_tooltips_enable(int /* long */tooltips);
+
+ public static final void gtk_tooltips_enable(int /* long */tooltips) {
+ lock.lock();
+ try {
+ _gtk_tooltips_enable(tooltips);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_tooltips_new();
-public static final int /*long*/ gtk_tooltips_new() {
- lock.lock();
- try {
- return _gtk_tooltips_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_tooltips_new();
+
+ public static final int /* long */gtk_tooltips_new() {
+ lock.lock();
+ try {
+ return _gtk_tooltips_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tooltips cast=(GtkTooltips *) */
-public static final native void _gtk_tooltips_force_window(int /*long*/ tooltips);
-public static final void gtk_tooltips_force_window(int /*long*/ tooltips) {
- lock.lock();
- try {
- _gtk_tooltips_force_window(tooltips);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tooltips
+ * cast=(GtkTooltips *)
+ */
+ public static final native void _gtk_tooltips_force_window(
+ int /* long */tooltips);
+
+ public static final void gtk_tooltips_force_window(int /* long */tooltips) {
+ lock.lock();
+ try {
+ _gtk_tooltips_force_window(tooltips);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- */
-public static final native void _gtk_tooltips_set_tip(int /*long*/ tooltips, int /*long*/ widget, byte[] tip_text, byte[] tip_private);
-public static final void gtk_tooltips_set_tip(int /*long*/ tooltips, int /*long*/ widget, byte[] tip_text, byte[] tip_private) {
- lock.lock();
- try {
- _gtk_tooltips_set_tip(tooltips, widget, tip_text, tip_private);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ */
+ public static final native void _gtk_tooltips_set_tip(int /* long */tooltips,
+ int /* long */widget, byte[] tip_text, byte[] tip_private);
+
+ public static final void gtk_tooltips_set_tip(int /* long */tooltips,
+ int /* long */widget, byte[] tip_text, byte[] tip_private) {
+ lock.lock();
+ try {
+ _gtk_tooltips_set_tip(tooltips, widget, tip_text, tip_private);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_model cast=(GtkTreeModel *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native void _gtk_tree_model_get(int /*long*/ tree_model, int /*long*/ iter, int column, int[] value, int /*long*/ terminator);
-public static final void gtk_tree_model_get(int /*long*/ tree_model, int /*long*/ iter, int column, int[] value, int /*long*/ terminator) {
- lock.lock();
- try {
- _gtk_tree_model_get(tree_model, iter, column, value, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_model
+ * cast=(GtkTreeModel *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native void _gtk_tree_model_get(
+ int /* long */tree_model, int /* long */iter, int column,
+ int[] value, int /* long */terminator);
+
+ public static final void gtk_tree_model_get(int /* long */tree_model,
+ int /* long */iter, int column, int[] value,
+ int /* long */terminator) {
+ lock.lock();
+ try {
+ _gtk_tree_model_get(tree_model, iter, column, value, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_model cast=(GtkTreeModel *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native void _gtk_tree_model_get(int /*long*/ tree_model, int /*long*/ iter, int column, long[] value, int /*long*/ terminator);
-public static final void gtk_tree_model_get(int /*long*/ tree_model, int /*long*/ iter, int column, long[] value, int /*long*/ terminator) {
- lock.lock();
- try {
- _gtk_tree_model_get(tree_model, iter, column, value, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_model
+ * cast=(GtkTreeModel *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native void _gtk_tree_model_get(
+ int /* long */tree_model, int /* long */iter, int column,
+ long[] value, int /* long */terminator);
+
+ public static final void gtk_tree_model_get(int /* long */tree_model,
+ int /* long */iter, int column, long[] value,
+ int /* long */terminator) {
+ lock.lock();
+ try {
+ _gtk_tree_model_get(tree_model, iter, column, value, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_model cast=(GtkTreeModel *)
- * @param iter cast=(GtkTreeIter *)
- * @param path cast=(GtkTreePath *)
- */
-public static final native boolean _gtk_tree_model_get_iter(int /*long*/ tree_model, int /*long*/ iter, int /*long*/ path);
-public static final boolean gtk_tree_model_get_iter(int /*long*/ tree_model, int /*long*/ iter, int /*long*/ path) {
- lock.lock();
- try {
- return _gtk_tree_model_get_iter(tree_model, iter, path);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_model
+ * cast=(GtkTreeModel *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ * @param path
+ * cast=(GtkTreePath *)
+ */
+ public static final native boolean _gtk_tree_model_get_iter(
+ int /* long */tree_model, int /* long */iter, int /* long */path);
+
+ public static final boolean gtk_tree_model_get_iter(
+ int /* long */tree_model, int /* long */iter, int /* long */path) {
+ lock.lock();
+ try {
+ return _gtk_tree_model_get_iter(tree_model, iter, path);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_model cast=(GtkTreeModel *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native boolean _gtk_tree_model_get_iter_first(int /*long*/ tree_model, int /*long*/ iter);
-public static final boolean gtk_tree_model_get_iter_first(int /*long*/ tree_model, int /*long*/ iter) {
- lock.lock();
- try {
- return _gtk_tree_model_get_iter_first(tree_model, iter);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_model
+ * cast=(GtkTreeModel *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native boolean _gtk_tree_model_get_iter_first(
+ int /* long */tree_model, int /* long */iter);
+
+ public static final boolean gtk_tree_model_get_iter_first(
+ int /* long */tree_model, int /* long */iter) {
+ lock.lock();
+ try {
+ return _gtk_tree_model_get_iter_first(tree_model, iter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tree_model cast=(GtkTreeModel *) */
-public static final native int _gtk_tree_model_get_n_columns(int /*long*/ tree_model);
-public static final int gtk_tree_model_get_n_columns(int /*long*/ tree_model) {
- lock.lock();
- try {
- return _gtk_tree_model_get_n_columns(tree_model);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_model
+ * cast=(GtkTreeModel *)
+ */
+ public static final native int _gtk_tree_model_get_n_columns(
+ int /* long */tree_model);
+
+ public static final int gtk_tree_model_get_n_columns(
+ int /* long */tree_model) {
+ lock.lock();
+ try {
+ return _gtk_tree_model_get_n_columns(tree_model);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_model cast=(GtkTreeModel *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native int /*long*/ _gtk_tree_model_get_path(int /*long*/ tree_model, int /*long*/ iter);
-public static final int /*long*/ gtk_tree_model_get_path(int /*long*/ tree_model, int /*long*/ iter) {
- lock.lock();
- try {
- return _gtk_tree_model_get_path(tree_model, iter);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_model
+ * cast=(GtkTreeModel *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native int /* long */_gtk_tree_model_get_path(
+ int /* long */tree_model, int /* long */iter);
+
+ public static final int /* long */gtk_tree_model_get_path(
+ int /* long */tree_model, int /* long */iter) {
+ lock.lock();
+ try {
+ return _gtk_tree_model_get_path(tree_model, iter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_tree_model_get_type();
-public static final int /*long*/ gtk_tree_model_get_type() {
- lock.lock();
- try {
- return _gtk_tree_model_get_type();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_tree_model_get_type();
+
+ public static final int /* long */gtk_tree_model_get_type() {
+ lock.lock();
+ try {
+ return _gtk_tree_model_get_type();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param model cast=(GtkTreeModel *)
- * @param iter cast=(GtkTreeIter *)
- * @param parent cast=(GtkTreeIter *)
- */
-public static final native boolean _gtk_tree_model_iter_children(int /*long*/ model, int /*long*/ iter, int /*long*/ parent);
-public static final boolean gtk_tree_model_iter_children(int /*long*/ model, int /*long*/ iter, int /*long*/ parent) {
- lock.lock();
- try {
- return _gtk_tree_model_iter_children(model, iter, parent);
- } finally {
- lock.unlock();
+
+ /**
+ * @param model
+ * cast=(GtkTreeModel *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ * @param parent
+ * cast=(GtkTreeIter *)
+ */
+ public static final native boolean _gtk_tree_model_iter_children(
+ int /* long */model, int /* long */iter, int /* long */parent);
+
+ public static final boolean gtk_tree_model_iter_children(
+ int /* long */model, int /* long */iter, int /* long */parent) {
+ lock.lock();
+ try {
+ return _gtk_tree_model_iter_children(model, iter, parent);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param model cast=(GtkTreeModel *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native int _gtk_tree_model_iter_n_children(int /*long*/ model, int /*long*/ iter);
-public static final int gtk_tree_model_iter_n_children(int /*long*/ model, int /*long*/ iter) {
- lock.lock();
- try {
- return _gtk_tree_model_iter_n_children(model, iter);
- } finally {
- lock.unlock();
+
+ /**
+ * @param model
+ * cast=(GtkTreeModel *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native int _gtk_tree_model_iter_n_children(
+ int /* long */model, int /* long */iter);
+
+ public static final int gtk_tree_model_iter_n_children(
+ int /* long */model, int /* long */iter) {
+ lock.lock();
+ try {
+ return _gtk_tree_model_iter_n_children(model, iter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param model cast=(GtkTreeModel *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native boolean _gtk_tree_model_iter_next(int /*long*/ model, int /*long*/ iter);
-public static final boolean gtk_tree_model_iter_next(int /*long*/ model, int /*long*/ iter) {
- lock.lock();
- try {
- return _gtk_tree_model_iter_next(model, iter);
- } finally {
- lock.unlock();
+
+ /**
+ * @param model
+ * cast=(GtkTreeModel *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native boolean _gtk_tree_model_iter_next(
+ int /* long */model, int /* long */iter);
+
+ public static final boolean gtk_tree_model_iter_next(int /* long */model,
+ int /* long */iter) {
+ lock.lock();
+ try {
+ return _gtk_tree_model_iter_next(model, iter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_model cast=(GtkTreeModel *)
- * @param iter cast=(GtkTreeIter *)
- * @param parent cast=(GtkTreeIter *)
- */
-public static final native boolean _gtk_tree_model_iter_nth_child(int /*long*/ tree_model, int /*long*/ iter, int /*long*/ parent, int n);
-public static final boolean gtk_tree_model_iter_nth_child(int /*long*/ tree_model, int /*long*/ iter, int /*long*/ parent, int n) {
- lock.lock();
- try {
- return _gtk_tree_model_iter_nth_child(tree_model, iter, parent, n);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_model
+ * cast=(GtkTreeModel *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ * @param parent
+ * cast=(GtkTreeIter *)
+ */
+ public static final native boolean _gtk_tree_model_iter_nth_child(
+ int /* long */tree_model, int /* long */iter, int /* long */parent,
+ int n);
+
+ public static final boolean gtk_tree_model_iter_nth_child(
+ int /* long */tree_model, int /* long */iter, int /* long */parent,
+ int n) {
+ lock.lock();
+ try {
+ return _gtk_tree_model_iter_nth_child(tree_model, iter, parent, n);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param path cast=(GtkTreePath *) */
-public static final native void _gtk_tree_path_append_index(int /*long*/ path, int index);
-public static final void gtk_tree_path_append_index(int /*long*/ path, int index) {
- lock.lock();
- try {
- _gtk_tree_path_append_index(path, index);
- } finally {
- lock.unlock();
+
+ /**
+ * @param path
+ * cast=(GtkTreePath *)
+ */
+ public static final native void _gtk_tree_path_append_index(
+ int /* long */path, int index);
+
+ public static final void gtk_tree_path_append_index(int /* long */path,
+ int index) {
+ lock.lock();
+ try {
+ _gtk_tree_path_append_index(path, index);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param a cast=(const GtkTreePath *)
- * @param b cast=(const GtkTreePath *)
- */
-public static final native int /*long*/ _gtk_tree_path_compare(int /*long*/ a, int /*long*/ b);
-public static final int /*long*/ gtk_tree_path_compare(int /*long*/ a, int /*long*/ b) {
- lock.lock();
- try {
- return _gtk_tree_path_compare(a, b);
- } finally {
- lock.unlock();
+
+ /**
+ * @param a
+ * cast=(const GtkTreePath *)
+ * @param b
+ * cast=(const GtkTreePath *)
+ */
+ public static final native int /* long */_gtk_tree_path_compare(
+ int /* long */a, int /* long */b);
+
+ public static final int /* long */gtk_tree_path_compare(int /* long */a,
+ int /* long */b) {
+ lock.lock();
+ try {
+ return _gtk_tree_path_compare(a, b);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param path cast=(GtkTreePath *) */
-public static final native void _gtk_tree_path_down(int /*long*/ path);
-public static final void gtk_tree_path_down(int /*long*/ path) {
- lock.lock();
- try {
- _gtk_tree_path_down(path);
- } finally {
- lock.unlock();
+
+ /**
+ * @param path
+ * cast=(GtkTreePath *)
+ */
+ public static final native void _gtk_tree_path_down(int /* long */path);
+
+ public static final void gtk_tree_path_down(int /* long */path) {
+ lock.lock();
+ try {
+ _gtk_tree_path_down(path);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param path cast=(GtkTreePath *) */
-public static final native void _gtk_tree_path_free(int /*long*/ path);
-public static final void gtk_tree_path_free(int /*long*/ path) {
- lock.lock();
- try {
- _gtk_tree_path_free(path);
- } finally {
- lock.unlock();
+
+ /**
+ * @param path
+ * cast=(GtkTreePath *)
+ */
+ public static final native void _gtk_tree_path_free(int /* long */path);
+
+ public static final void gtk_tree_path_free(int /* long */path) {
+ lock.lock();
+ try {
+ _gtk_tree_path_free(path);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param path cast=(GtkTreePath *) */
-public static final native int _gtk_tree_path_get_depth(int /*long*/ path);
-public static final int gtk_tree_path_get_depth(int /*long*/ path) {
- lock.lock();
- try {
- return _gtk_tree_path_get_depth(path);
- } finally {
- lock.unlock();
+
+ /**
+ * @param path
+ * cast=(GtkTreePath *)
+ */
+ public static final native int _gtk_tree_path_get_depth(int /* long */path);
+
+ public static final int gtk_tree_path_get_depth(int /* long */path) {
+ lock.lock();
+ try {
+ return _gtk_tree_path_get_depth(path);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param path cast=(GtkTreePath *) */
-public static final native int /*long*/ _gtk_tree_path_get_indices(int /*long*/ path);
-public static final int /*long*/ gtk_tree_path_get_indices(int /*long*/ path) {
- lock.lock();
- try {
- return _gtk_tree_path_get_indices(path);
- } finally {
- lock.unlock();
+
+ /**
+ * @param path
+ * cast=(GtkTreePath *)
+ */
+ public static final native int /* long */_gtk_tree_path_get_indices(
+ int /* long */path);
+
+ public static final int /* long */gtk_tree_path_get_indices(
+ int /* long */path) {
+ lock.lock();
+ try {
+ return _gtk_tree_path_get_indices(path);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_tree_path_new();
-public static final int /*long*/ gtk_tree_path_new() {
- lock.lock();
- try {
- return _gtk_tree_path_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_tree_path_new();
+
+ public static final int /* long */gtk_tree_path_new() {
+ lock.lock();
+ try {
+ return _gtk_tree_path_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_tree_path_new_first();
-public static final int /*long*/ gtk_tree_path_new_first() {
- lock.lock();
- try {
- return _gtk_tree_path_new_first();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_tree_path_new_first();
+
+ public static final int /* long */gtk_tree_path_new_first() {
+ lock.lock();
+ try {
+ return _gtk_tree_path_new_first();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param path cast=(const gchar *) */
-public static final native int /*long*/ _gtk_tree_path_new_from_string(byte[] path);
-public static final int /*long*/ gtk_tree_path_new_from_string(byte[] path) {
- lock.lock();
- try {
- return _gtk_tree_path_new_from_string(path);
- } finally {
- lock.unlock();
+
+ /**
+ * @param path
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_gtk_tree_path_new_from_string(
+ byte[] path);
+
+ public static final int /* long */gtk_tree_path_new_from_string(byte[] path) {
+ lock.lock();
+ try {
+ return _gtk_tree_path_new_from_string(path);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param path cast=(const gchar *) */
-public static final native int /*long*/ _gtk_tree_path_new_from_string(int /*long*/ path);
-public static final int /*long*/ gtk_tree_path_new_from_string(int /*long*/ path) {
- lock.lock();
- try {
- return _gtk_tree_path_new_from_string(path);
- } finally {
- lock.unlock();
+
+ /**
+ * @param path
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_gtk_tree_path_new_from_string(
+ int /* long */path);
+
+ public static final int /* long */gtk_tree_path_new_from_string(
+ int /* long */path) {
+ lock.lock();
+ try {
+ return _gtk_tree_path_new_from_string(path);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param path cast=(GtkTreePath *) */
-public static final native void _gtk_tree_path_next(int /*long*/ path);
-public static final void gtk_tree_path_next(int /*long*/ path) {
- lock.lock();
- try {
- _gtk_tree_path_next(path);
- } finally {
- lock.unlock();
+
+ /**
+ * @param path
+ * cast=(GtkTreePath *)
+ */
+ public static final native void _gtk_tree_path_next(int /* long */path);
+
+ public static final void gtk_tree_path_next(int /* long */path) {
+ lock.lock();
+ try {
+ _gtk_tree_path_next(path);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param path cast=(GtkTreePath *) */
-public static final native boolean _gtk_tree_path_prev(int /*long*/ path);
-public static final boolean gtk_tree_path_prev(int /*long*/ path) {
- lock.lock();
- try {
- return _gtk_tree_path_prev(path);
- } finally {
- lock.unlock();
+
+ /**
+ * @param path
+ * cast=(GtkTreePath *)
+ */
+ public static final native boolean _gtk_tree_path_prev(int /* long */path);
+
+ public static final boolean gtk_tree_path_prev(int /* long */path) {
+ lock.lock();
+ try {
+ return _gtk_tree_path_prev(path);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param path cast=(GtkTreePath *) */
-public static final native boolean _gtk_tree_path_up(int /*long*/ path);
-public static final boolean gtk_tree_path_up(int /*long*/ path) {
- lock.lock();
- try {
- return _gtk_tree_path_up(path);
- } finally {
- lock.unlock();
+
+ /**
+ * @param path
+ * cast=(GtkTreePath *)
+ */
+ public static final native boolean _gtk_tree_path_up(int /* long */path);
+
+ public static final boolean gtk_tree_path_up(int /* long */path) {
+ lock.lock();
+ try {
+ return _gtk_tree_path_up(path);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param selection cast=(GtkTreeSelection *)
- */
-public static final native int _gtk_tree_selection_count_selected_rows(int /*long*/ selection);
-public static final int gtk_tree_selection_count_selected_rows(int /*long*/ selection) {
- lock.lock();
- try {
- return _gtk_tree_selection_count_selected_rows(selection);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param selection
+ * cast=(GtkTreeSelection *)
+ */
+ public static final native int _gtk_tree_selection_count_selected_rows(
+ int /* long */selection);
+
+ public static final int gtk_tree_selection_count_selected_rows(
+ int /* long */selection) {
+ lock.lock();
+ try {
+ return _gtk_tree_selection_count_selected_rows(selection);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param selection cast=(GtkTreeSelection *)
- * @param model cast=(GtkTreeModel **)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native boolean _gtk_tree_selection_get_selected(int /*long*/ selection, int /*long*/[] model, int /*long*/ iter);
-public static final boolean gtk_tree_selection_get_selected(int /*long*/ selection, int /*long*/[] model, int /*long*/ iter) {
- lock.lock();
- try {
- return _gtk_tree_selection_get_selected(selection, model, iter);
- } finally {
- lock.unlock();
+
+ /**
+ * @param selection
+ * cast=(GtkTreeSelection *)
+ * @param model
+ * cast=(GtkTreeModel **)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native boolean _gtk_tree_selection_get_selected(
+ int /* long */selection, int /* long */[] model, int /* long */iter);
+
+ public static final boolean gtk_tree_selection_get_selected(
+ int /* long */selection, int /* long */[] model, int /* long */iter) {
+ lock.lock();
+ try {
+ return _gtk_tree_selection_get_selected(selection, model, iter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param selection cast=(GtkTreeSelection *)
- * @param model cast=(GtkTreeModel **)
- */
-public static final native int /*long*/ _gtk_tree_selection_get_selected_rows(int /*long*/ selection, int /*long*/[] model);
-public static final int /*long*/ gtk_tree_selection_get_selected_rows(int /*long*/ selection, int /*long*/[] model) {
- lock.lock();
- try {
- return _gtk_tree_selection_get_selected_rows(selection, model);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param selection
+ * cast=(GtkTreeSelection *)
+ * @param model
+ * cast=(GtkTreeModel **)
+ */
+ public static final native int /* long */_gtk_tree_selection_get_selected_rows(
+ int /* long */selection, int /* long */[] model);
+
+ public static final int /* long */gtk_tree_selection_get_selected_rows(
+ int /* long */selection, int /* long */[] model) {
+ lock.lock();
+ try {
+ return _gtk_tree_selection_get_selected_rows(selection, model);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param selection cast=(GtkTreeSelection *)
- * @param path cast=(GtkTreePath *)
- */
-public static final native boolean _gtk_tree_selection_path_is_selected(int /*long*/ selection, int /*long*/ path);
-public static final boolean gtk_tree_selection_path_is_selected(int /*long*/ selection, int /*long*/ path) {
- lock.lock();
- try {
- return _gtk_tree_selection_path_is_selected(selection, path);
- } finally {
- lock.unlock();
+
+ /**
+ * @param selection
+ * cast=(GtkTreeSelection *)
+ * @param path
+ * cast=(GtkTreePath *)
+ */
+ public static final native boolean _gtk_tree_selection_path_is_selected(
+ int /* long */selection, int /* long */path);
+
+ public static final boolean gtk_tree_selection_path_is_selected(
+ int /* long */selection, int /* long */path) {
+ lock.lock();
+ try {
+ return _gtk_tree_selection_path_is_selected(selection, path);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param selection cast=(GtkTreeSelection *) */
-public static final native void _gtk_tree_selection_select_all(int /*long*/ selection);
-public static final void gtk_tree_selection_select_all(int /*long*/ selection) {
- lock.lock();
- try {
- _gtk_tree_selection_select_all(selection);
- } finally {
- lock.unlock();
+
+ /**
+ * @param selection
+ * cast=(GtkTreeSelection *)
+ */
+ public static final native void _gtk_tree_selection_select_all(
+ int /* long */selection);
+
+ public static final void gtk_tree_selection_select_all(
+ int /* long */selection) {
+ lock.lock();
+ try {
+ _gtk_tree_selection_select_all(selection);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param selection cast=(GtkTreeSelection *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native void _gtk_tree_selection_select_iter(int /*long*/ selection, int /*long*/ iter);
-public static final void gtk_tree_selection_select_iter(int /*long*/ selection, int /*long*/ iter) {
- lock.lock();
- try {
- _gtk_tree_selection_select_iter(selection, iter);
- } finally {
- lock.unlock();
+
+ /**
+ * @param selection
+ * cast=(GtkTreeSelection *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native void _gtk_tree_selection_select_iter(
+ int /* long */selection, int /* long */iter);
+
+ public static final void gtk_tree_selection_select_iter(
+ int /* long */selection, int /* long */iter) {
+ lock.lock();
+ try {
+ _gtk_tree_selection_select_iter(selection, iter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param selection cast=(GtkTreeSelection *)
- * @param func cast=(GtkTreeSelectionForeachFunc)
- * @param data cast=(gpointer)
- */
-public static final native void _gtk_tree_selection_selected_foreach(int /*long*/ selection, int /*long*/ func, int /*long*/ data);
-public static final void gtk_tree_selection_selected_foreach(int /*long*/ selection, int /*long*/ func, int /*long*/ data) {
- lock.lock();
- try {
- _gtk_tree_selection_selected_foreach(selection, func, data);
- } finally {
- lock.unlock();
+
+ /**
+ * @param selection
+ * cast=(GtkTreeSelection *)
+ * @param func
+ * cast=(GtkTreeSelectionForeachFunc)
+ * @param data
+ * cast=(gpointer)
+ */
+ public static final native void _gtk_tree_selection_selected_foreach(
+ int /* long */selection, int /* long */func, int /* long */data);
+
+ public static final void gtk_tree_selection_selected_foreach(
+ int /* long */selection, int /* long */func, int /* long */data) {
+ lock.lock();
+ try {
+ _gtk_tree_selection_selected_foreach(selection, func, data);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param selection cast=(GtkTreeSelection *)
- * @param mode cast=(GtkSelectionMode)
- */
-public static final native void _gtk_tree_selection_set_mode(int /*long*/ selection, int mode);
-public static final void gtk_tree_selection_set_mode(int /*long*/ selection, int mode) {
- lock.lock();
- try {
- _gtk_tree_selection_set_mode(selection, mode);
- } finally {
- lock.unlock();
+
+ /**
+ * @param selection
+ * cast=(GtkTreeSelection *)
+ * @param mode
+ * cast=(GtkSelectionMode)
+ */
+ public static final native void _gtk_tree_selection_set_mode(
+ int /* long */selection, int mode);
+
+ public static final void gtk_tree_selection_set_mode(
+ int /* long */selection, int mode) {
+ lock.lock();
+ try {
+ _gtk_tree_selection_set_mode(selection, mode);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param selection cast=(GtkTreeSelection *) */
-public static final native void _gtk_tree_selection_unselect_all(int /*long*/ selection);
-public static final void gtk_tree_selection_unselect_all(int /*long*/ selection) {
- lock.lock();
- try {
- _gtk_tree_selection_unselect_all(selection);
- } finally {
- lock.unlock();
+
+ /**
+ * @param selection
+ * cast=(GtkTreeSelection *)
+ */
+ public static final native void _gtk_tree_selection_unselect_all(
+ int /* long */selection);
+
+ public static final void gtk_tree_selection_unselect_all(
+ int /* long */selection) {
+ lock.lock();
+ try {
+ _gtk_tree_selection_unselect_all(selection);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param selection cast=(GtkTreeSelection *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native void _gtk_tree_selection_unselect_iter(int /*long*/ selection, int /*long*/ iter);
-public static final void gtk_tree_selection_unselect_iter(int /*long*/ selection, int /*long*/ iter) {
- lock.lock();
- try {
- _gtk_tree_selection_unselect_iter(selection, iter);
- } finally {
- lock.unlock();
+
+ /**
+ * @param selection
+ * cast=(GtkTreeSelection *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native void _gtk_tree_selection_unselect_iter(
+ int /* long */selection, int /* long */iter);
+
+ public static final void gtk_tree_selection_unselect_iter(
+ int /* long */selection, int /* long */iter) {
+ lock.lock();
+ try {
+ _gtk_tree_selection_unselect_iter(selection, iter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param store cast=(GtkTreeStore *)
- * @param iter cast=(GtkTreeIter *)
- * @param parent cast=(GtkTreeIter *)
- */
-public static final native void _gtk_tree_store_append(int /*long*/ store, int /*long*/ iter, int /*long*/ parent);
-public static final void gtk_tree_store_append(int /*long*/ store, int /*long*/ iter, int /*long*/ parent) {
- lock.lock();
- try {
- _gtk_tree_store_append(store, iter, parent);
- } finally {
- lock.unlock();
+
+ /**
+ * @param store
+ * cast=(GtkTreeStore *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ * @param parent
+ * cast=(GtkTreeIter *)
+ */
+ public static final native void _gtk_tree_store_append(
+ int /* long */store, int /* long */iter, int /* long */parent);
+
+ public static final void gtk_tree_store_append(int /* long */store,
+ int /* long */iter, int /* long */parent) {
+ lock.lock();
+ try {
+ _gtk_tree_store_append(store, iter, parent);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param store cast=(GtkTreeStore *) */
-public static final native void _gtk_tree_store_clear(int /*long*/ store);
-public static final void gtk_tree_store_clear(int /*long*/ store) {
- lock.lock();
- try {
- _gtk_tree_store_clear(store);
- } finally {
- lock.unlock();
+
+ /**
+ * @param store
+ * cast=(GtkTreeStore *)
+ */
+ public static final native void _gtk_tree_store_clear(int /* long */store);
+
+ public static final void gtk_tree_store_clear(int /* long */store) {
+ lock.lock();
+ try {
+ _gtk_tree_store_clear(store);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param store cast=(GtkTreeStore *)
- * @param iter cast=(GtkTreeIter *)
- * @param parent cast=(GtkTreeIter *)
- * @param position cast=(gint)
- */
-public static final native void _gtk_tree_store_insert(int /*long*/ store, int /*long*/ iter, int /*long*/ parent, int position);
-public static final void gtk_tree_store_insert(int /*long*/ store, int /*long*/ iter, int /*long*/ parent, int position) {
- lock.lock();
- try {
- _gtk_tree_store_insert(store, iter, parent, position);
- } finally {
- lock.unlock();
+
+ /**
+ * @param store
+ * cast=(GtkTreeStore *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ * @param parent
+ * cast=(GtkTreeIter *)
+ * @param position
+ * cast=(gint)
+ */
+ public static final native void _gtk_tree_store_insert(
+ int /* long */store, int /* long */iter, int /* long */parent,
+ int position);
+
+ public static final void gtk_tree_store_insert(int /* long */store,
+ int /* long */iter, int /* long */parent, int position) {
+ lock.lock();
+ try {
+ _gtk_tree_store_insert(store, iter, parent, position);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param types cast=(GType *) */
-public static final native int /*long*/ _gtk_tree_store_newv(int numColumns, int /*long*/[] types);
-public static final int /*long*/ gtk_tree_store_newv(int numColumns, int /*long*/[] types) {
- lock.lock();
- try {
- return _gtk_tree_store_newv(numColumns, types);
- } finally {
- lock.unlock();
+
+ /**
+ * @param types
+ * cast=(GType *)
+ */
+ public static final native int /* long */_gtk_tree_store_newv(
+ int numColumns, int /* long */[] types);
+
+ public static final int /* long */gtk_tree_store_newv(int numColumns,
+ int /* long */[] types) {
+ lock.lock();
+ try {
+ return _gtk_tree_store_newv(numColumns, types);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param store cast=(GtkTreeStore *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native void _gtk_tree_store_remove(int /*long*/ store, int /*long*/ iter);
-public static final void gtk_tree_store_remove(int /*long*/ store, int /*long*/ iter) {
- lock.lock();
- try {
- _gtk_tree_store_remove(store, iter);
- } finally {
- lock.unlock();
+
+ /**
+ * @param store
+ * cast=(GtkTreeStore *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native void _gtk_tree_store_remove(
+ int /* long */store, int /* long */iter);
+
+ public static final void gtk_tree_store_remove(int /* long */store,
+ int /* long */iter) {
+ lock.lock();
+ try {
+ _gtk_tree_store_remove(store, iter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param store cast=(GtkTreeStore *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native void _gtk_tree_store_set(int /*long*/ store, int /*long*/ iter, int column, byte[] value, int /*long*/ terminator);
-public static final void gtk_tree_store_set(int /*long*/ store, int /*long*/ iter, int column, byte[] value, int /*long*/ terminator) {
- lock.lock();
- try {
- _gtk_tree_store_set(store, iter, column, value, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param store
+ * cast=(GtkTreeStore *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native void _gtk_tree_store_set(int /* long */store,
+ int /* long */iter, int column, byte[] value,
+ int /* long */terminator);
+
+ public static final void gtk_tree_store_set(int /* long */store,
+ int /* long */iter, int column, byte[] value,
+ int /* long */terminator) {
+ lock.lock();
+ try {
+ _gtk_tree_store_set(store, iter, column, value, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param store cast=(GtkTreeStore *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native void _gtk_tree_store_set(int /*long*/ store, int /*long*/ iter, int column, int value, int /*long*/ terminator);
-public static final void gtk_tree_store_set(int /*long*/ store, int /*long*/ iter, int column, int value, int /*long*/ terminator) {
- lock.lock();
- try {
- _gtk_tree_store_set(store, iter, column, value, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param store
+ * cast=(GtkTreeStore *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native void _gtk_tree_store_set(int /* long */store,
+ int /* long */iter, int column, int value,
+ int /* long */terminator);
+
+ public static final void gtk_tree_store_set(int /* long */store,
+ int /* long */iter, int column, int value,
+ int /* long */terminator) {
+ lock.lock();
+ try {
+ _gtk_tree_store_set(store, iter, column, value, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param store cast=(GtkTreeStore *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native void _gtk_tree_store_set(int /*long*/ store, int /*long*/ iter, int column, long value, int /*long*/ terminator);
-public static final void gtk_tree_store_set(int /*long*/ store, int /*long*/ iter, int column, long value, int /*long*/ terminator) {
- lock.lock();
- try {
- _gtk_tree_store_set(store, iter, column, value, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param store
+ * cast=(GtkTreeStore *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native void _gtk_tree_store_set(int /* long */store,
+ int /* long */iter, int column, long value,
+ int /* long */terminator);
+
+ public static final void gtk_tree_store_set(int /* long */store,
+ int /* long */iter, int column, long value,
+ int /* long */terminator) {
+ lock.lock();
+ try {
+ _gtk_tree_store_set(store, iter, column, value, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param store cast=(GtkTreeStore *)
- * @param iter cast=(GtkTreeIter *)
- * @param value flags=no_out
- */
-public static final native void _gtk_tree_store_set(int /*long*/ store, int /*long*/ iter, int column, GdkColor value, int /*long*/ terminator);
-public static final void gtk_tree_store_set(int /*long*/ store, int /*long*/ iter, int column, GdkColor value, int /*long*/ terminator) {
- lock.lock();
- try {
- _gtk_tree_store_set(store, iter, column, value, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param store
+ * cast=(GtkTreeStore *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ * @param value
+ * flags=no_out
+ */
+ public static final native void _gtk_tree_store_set(int /* long */store,
+ int /* long */iter, int column, GdkColor value,
+ int /* long */terminator);
+
+ public static final void gtk_tree_store_set(int /* long */store,
+ int /* long */iter, int column, GdkColor value,
+ int /* long */terminator) {
+ lock.lock();
+ try {
+ _gtk_tree_store_set(store, iter, column, value, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param store cast=(GtkTreeStore *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native void _gtk_tree_store_set(int /*long*/ store, int /*long*/ iter, int column, boolean value, int /*long*/ terminator);
-public static final void gtk_tree_store_set(int /*long*/ store, int /*long*/ iter, int column, boolean value, int /*long*/ terminator) {
- lock.lock();
- try {
- _gtk_tree_store_set(store, iter, column, value, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param store
+ * cast=(GtkTreeStore *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native void _gtk_tree_store_set(int /* long */store,
+ int /* long */iter, int column, boolean value,
+ int /* long */terminator);
+
+ public static final void gtk_tree_store_set(int /* long */store,
+ int /* long */iter, int column, boolean value,
+ int /* long */terminator) {
+ lock.lock();
+ try {
+ _gtk_tree_store_set(store, iter, column, value, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param view cast=(GtkTreeView *)
- * @param path cast=(GtkTreePath *)
- */
-public static final native int /*long*/ _gtk_tree_view_create_row_drag_icon(int /*long*/ view, int /*long*/ path);
-public static final int /*long*/ gtk_tree_view_create_row_drag_icon(int /*long*/ view, int /*long*/ path) {
- lock.lock();
- try {
- return _gtk_tree_view_create_row_drag_icon(view, path);
- } finally {
- lock.unlock();
+
+ /**
+ * @param view
+ * cast=(GtkTreeView *)
+ * @param path
+ * cast=(GtkTreePath *)
+ */
+ public static final native int /* long */_gtk_tree_view_create_row_drag_icon(
+ int /* long */view, int /* long */path);
+
+ public static final int /* long */gtk_tree_view_create_row_drag_icon(
+ int /* long */view, int /* long */path) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_create_row_drag_icon(view, path);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param view cast=(GtkTreeView *)
- * @param path cast=(GtkTreePath *)
- */
-public static final native boolean _gtk_tree_view_collapse_row(int /*long*/ view, int /*long*/ path);
-public static final boolean gtk_tree_view_collapse_row(int /*long*/ view, int /*long*/ path) {
- lock.lock();
- try {
- return _gtk_tree_view_collapse_row(view, path);
- } finally {
- lock.unlock();
+
+ /**
+ * @param view
+ * cast=(GtkTreeView *)
+ * @param path
+ * cast=(GtkTreePath *)
+ */
+ public static final native boolean _gtk_tree_view_collapse_row(
+ int /* long */view, int /* long */path);
+
+ public static final boolean gtk_tree_view_collapse_row(int /* long */view,
+ int /* long */path) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_collapse_row(view, path);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param treeColumn cast=(GtkTreeViewColumn *)
- * @param cellRenderer cast=(GtkCellRenderer *)
- * @param attribute cast=(const gchar *)
- * @param column cast=(gint)
- */
-public static final native void _gtk_tree_view_column_add_attribute(int /*long*/ treeColumn, int /*long*/ cellRenderer, byte[] attribute, int column);
-public static final void gtk_tree_view_column_add_attribute(int /*long*/ treeColumn, int /*long*/ cellRenderer, byte[] attribute, int column) {
- lock.lock();
- try {
- _gtk_tree_view_column_add_attribute(treeColumn, cellRenderer, attribute, column);
- } finally {
- lock.unlock();
+
+ /**
+ * @param treeColumn
+ * cast=(GtkTreeViewColumn *)
+ * @param cellRenderer
+ * cast=(GtkCellRenderer *)
+ * @param attribute
+ * cast=(const gchar *)
+ * @param column
+ * cast=(gint)
+ */
+ public static final native void _gtk_tree_view_column_add_attribute(
+ int /* long */treeColumn, int /* long */cellRenderer,
+ byte[] attribute, int column);
+
+ public static final void gtk_tree_view_column_add_attribute(
+ int /* long */treeColumn, int /* long */cellRenderer,
+ byte[] attribute, int column) {
+ lock.lock();
+ try {
+ _gtk_tree_view_column_add_attribute(treeColumn, cellRenderer,
+ attribute, column);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param tree_column cast=(GtkTreeViewColumn *)
- * @param cell_renderer cast=(GtkCellRenderer *)
- * @param start_pos cast=(gint *)
- * @param width cast=(gint *)
- */
-public static final native boolean _gtk_tree_view_column_cell_get_position(int /*long*/ tree_column, int /*long*/ cell_renderer, int[] start_pos, int[] width);
-public static final boolean gtk_tree_view_column_cell_get_position(int /*long*/ tree_column, int /*long*/ cell_renderer, int[] start_pos, int[] width) {
- lock.lock();
- try {
- return _gtk_tree_view_column_cell_get_position(tree_column, cell_renderer, start_pos, width);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param tree_column
+ * cast=(GtkTreeViewColumn *)
+ * @param cell_renderer
+ * cast=(GtkCellRenderer *)
+ * @param start_pos
+ * cast=(gint *)
+ * @param width
+ * cast=(gint *)
+ */
+ public static final native boolean _gtk_tree_view_column_cell_get_position(
+ int /* long */tree_column, int /* long */cell_renderer,
+ int[] start_pos, int[] width);
+
+ public static final boolean gtk_tree_view_column_cell_get_position(
+ int /* long */tree_column, int /* long */cell_renderer,
+ int[] start_pos, int[] width) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_column_cell_get_position(tree_column,
+ cell_renderer, start_pos, width);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_column cast=(GtkTreeViewColumn *)
- * @param cell_area cast=(GdkRectangle *),flags=no_in
- * @param x_offset cast=(gint *)
- * @param y_offset cast=(gint *)
- * @param width cast=(gint *)
- * @param height cast=(gint *)
- */
-public static final native void _gtk_tree_view_column_cell_get_size(int /*long*/ tree_column, GdkRectangle cell_area, int[] x_offset, int[] y_offset, int[] width, int[] height);
-public static final void gtk_tree_view_column_cell_get_size(int /*long*/ tree_column, GdkRectangle cell_area, int[] x_offset, int[] y_offset, int[] width, int[] height) {
- lock.lock();
- try {
- _gtk_tree_view_column_cell_get_size(tree_column, cell_area, x_offset, y_offset, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_column
+ * cast=(GtkTreeViewColumn *)
+ * @param cell_area
+ * cast=(GdkRectangle *),flags=no_in
+ * @param x_offset
+ * cast=(gint *)
+ * @param y_offset
+ * cast=(gint *)
+ * @param width
+ * cast=(gint *)
+ * @param height
+ * cast=(gint *)
+ */
+ public static final native void _gtk_tree_view_column_cell_get_size(
+ int /* long */tree_column, GdkRectangle cell_area, int[] x_offset,
+ int[] y_offset, int[] width, int[] height);
+
+ public static final void gtk_tree_view_column_cell_get_size(
+ int /* long */tree_column, GdkRectangle cell_area, int[] x_offset,
+ int[] y_offset, int[] width, int[] height) {
+ lock.lock();
+ try {
+ _gtk_tree_view_column_cell_get_size(tree_column, cell_area,
+ x_offset, y_offset, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_column cast=(GtkTreeViewColumn *)
- * @param tree_model cast=(GtkTreeModel *)
- * @param iter cast=(GtkTreeIter *)
- */
-public static final native void _gtk_tree_view_column_cell_set_cell_data(int /*long*/ tree_column, int /*long*/ tree_model, int /*long*/ iter, boolean is_expander, boolean is_expanded);
-public static final void gtk_tree_view_column_cell_set_cell_data(int /*long*/ tree_column, int /*long*/ tree_model, int /*long*/ iter, boolean is_expander, boolean is_expanded) {
- lock.lock();
- try {
- _gtk_tree_view_column_cell_set_cell_data(tree_column, tree_model, iter, is_expander, is_expanded);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_column
+ * cast=(GtkTreeViewColumn *)
+ * @param tree_model
+ * cast=(GtkTreeModel *)
+ * @param iter
+ * cast=(GtkTreeIter *)
+ */
+ public static final native void _gtk_tree_view_column_cell_set_cell_data(
+ int /* long */tree_column, int /* long */tree_model,
+ int /* long */iter, boolean is_expander, boolean is_expanded);
+
+ public static final void gtk_tree_view_column_cell_set_cell_data(
+ int /* long */tree_column, int /* long */tree_model,
+ int /* long */iter, boolean is_expander, boolean is_expanded) {
+ lock.lock();
+ try {
+ _gtk_tree_view_column_cell_set_cell_data(tree_column, tree_model,
+ iter, is_expander, is_expanded);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tree_column cast=(GtkTreeViewColumn *) */
-public static final native void _gtk_tree_view_column_clear(int /*long*/ tree_column);
-public static final void gtk_tree_view_column_clear(int /*long*/ tree_column) {
- lock.lock();
- try {
- _gtk_tree_view_column_clear(tree_column);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_column
+ * cast=(GtkTreeViewColumn *)
+ */
+ public static final native void _gtk_tree_view_column_clear(
+ int /* long */tree_column);
+
+ public static final void gtk_tree_view_column_clear(
+ int /* long */tree_column) {
+ lock.lock();
+ try {
+ _gtk_tree_view_column_clear(tree_column);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param tree_column cast=(GtkTreeViewColumn *)
- */
-public static final native int /*long*/ _gtk_tree_view_column_get_cell_renderers(int /*long*/ tree_column);
-public static final int /*long*/ gtk_tree_view_column_get_cell_renderers(int /*long*/ tree_column) {
- lock.lock();
- try {
- return _gtk_tree_view_column_get_cell_renderers(tree_column);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param tree_column
+ * cast=(GtkTreeViewColumn *)
+ */
+ public static final native int /* long */_gtk_tree_view_column_get_cell_renderers(
+ int /* long */tree_column);
+
+ public static final int /* long */gtk_tree_view_column_get_cell_renderers(
+ int /* long */tree_column) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_column_get_cell_renderers(tree_column);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param column cast=(GtkTreeViewColumn *) */
-public static final native int _gtk_tree_view_column_get_fixed_width(int /*long*/ column);
-public static final int gtk_tree_view_column_get_fixed_width(int /*long*/ column) {
- lock.lock();
- try {
- return _gtk_tree_view_column_get_fixed_width(column);
- } finally {
- lock.unlock();
+
+ /**
+ * @param column
+ * cast=(GtkTreeViewColumn *)
+ */
+ public static final native int _gtk_tree_view_column_get_fixed_width(
+ int /* long */column);
+
+ public static final int gtk_tree_view_column_get_fixed_width(
+ int /* long */column) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_column_get_fixed_width(column);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param column cast=(GtkTreeViewColumn *) */
-public static final native boolean _gtk_tree_view_column_get_reorderable(int /*long*/ column);
-public static final boolean gtk_tree_view_column_get_reorderable(int /*long*/ column) {
- lock.lock();
- try {
- return _gtk_tree_view_column_get_reorderable(column);
- } finally {
- lock.unlock();
+
+ /**
+ * @param column
+ * cast=(GtkTreeViewColumn *)
+ */
+ public static final native boolean _gtk_tree_view_column_get_reorderable(
+ int /* long */column);
+
+ public static final boolean gtk_tree_view_column_get_reorderable(
+ int /* long */column) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_column_get_reorderable(column);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param column cast=(GtkTreeViewColumn *) */
-public static final native boolean _gtk_tree_view_column_get_resizable(int /*long*/ column);
-public static final boolean gtk_tree_view_column_get_resizable(int /*long*/ column) {
- lock.lock();
- try {
- return _gtk_tree_view_column_get_resizable(column);
- } finally {
- lock.unlock();
+
+ /**
+ * @param column
+ * cast=(GtkTreeViewColumn *)
+ */
+ public static final native boolean _gtk_tree_view_column_get_resizable(
+ int /* long */column);
+
+ public static final boolean gtk_tree_view_column_get_resizable(
+ int /* long */column) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_column_get_resizable(column);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tree_column cast=(GtkTreeViewColumn *) */
-public static final native int _gtk_tree_view_column_get_sizing(int /*long*/ tree_column);
-public static final int gtk_tree_view_column_get_sizing(int /*long*/ tree_column) {
- lock.lock();
- try {
- return _gtk_tree_view_column_get_sizing(tree_column);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_column
+ * cast=(GtkTreeViewColumn *)
+ */
+ public static final native int _gtk_tree_view_column_get_sizing(
+ int /* long */tree_column);
+
+ public static final int gtk_tree_view_column_get_sizing(
+ int /* long */tree_column) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_column_get_sizing(tree_column);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tree_column cast=(GtkTreeViewColumn *) */
-public static final native int _gtk_tree_view_column_get_spacing(int /*long*/ tree_column);
-public static final int gtk_tree_view_column_get_spacing(int /*long*/ tree_column) {
- lock.lock();
- try {
- return _gtk_tree_view_column_get_spacing(tree_column);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_column
+ * cast=(GtkTreeViewColumn *)
+ */
+ public static final native int _gtk_tree_view_column_get_spacing(
+ int /* long */tree_column);
+
+ public static final int gtk_tree_view_column_get_spacing(
+ int /* long */tree_column) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_column_get_spacing(tree_column);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param column cast=(GtkTreeViewColumn *) */
-public static final native boolean _gtk_tree_view_column_get_visible(int /*long*/ column);
-public static final boolean gtk_tree_view_column_get_visible(int /*long*/ column) {
- lock.lock();
- try {
- return _gtk_tree_view_column_get_visible(column);
- } finally {
- lock.unlock();
+
+ /**
+ * @param column
+ * cast=(GtkTreeViewColumn *)
+ */
+ public static final native boolean _gtk_tree_view_column_get_visible(
+ int /* long */column);
+
+ public static final boolean gtk_tree_view_column_get_visible(
+ int /* long */column) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_column_get_visible(column);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tree_column cast=(GtkTreeViewColumn *) */
-public static final native boolean _gtk_tree_view_column_get_sort_indicator(int /*long*/ tree_column);
-public static final boolean gtk_tree_view_column_get_sort_indicator(int /*long*/ tree_column) {
- lock.lock();
- try {
- return _gtk_tree_view_column_get_sort_indicator(tree_column);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_column
+ * cast=(GtkTreeViewColumn *)
+ */
+ public static final native boolean _gtk_tree_view_column_get_sort_indicator(
+ int /* long */tree_column);
+
+ public static final boolean gtk_tree_view_column_get_sort_indicator(
+ int /* long */tree_column) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_column_get_sort_indicator(tree_column);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tree_column cast=(GtkTreeViewColumn *) */
-public static final native int _gtk_tree_view_column_get_sort_order(int /*long*/ tree_column);
-public static final int gtk_tree_view_column_get_sort_order(int /*long*/ tree_column) {
- lock.lock();
- try {
- return _gtk_tree_view_column_get_sort_order(tree_column);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_column
+ * cast=(GtkTreeViewColumn *)
+ */
+ public static final native int _gtk_tree_view_column_get_sort_order(
+ int /* long */tree_column);
+
+ public static final int gtk_tree_view_column_get_sort_order(
+ int /* long */tree_column) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_column_get_sort_order(tree_column);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param column cast=(GtkTreeViewColumn *) */
-public static final native int _gtk_tree_view_column_get_width(int /*long*/ column);
-public static final int gtk_tree_view_column_get_width(int /*long*/ column) {
- lock.lock();
- try {
- return _gtk_tree_view_column_get_width(column);
- } finally {
- lock.unlock();
+
+ /**
+ * @param column
+ * cast=(GtkTreeViewColumn *)
+ */
+ public static final native int _gtk_tree_view_column_get_width(
+ int /* long */column);
+
+ public static final int gtk_tree_view_column_get_width(
+ int /* long */column) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_column_get_width(column);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_tree_view_column_new();
-public static final int /*long*/ gtk_tree_view_column_new() {
- lock.lock();
- try {
- return _gtk_tree_view_column_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_tree_view_column_new();
+
+ public static final int /* long */gtk_tree_view_column_new() {
+ lock.lock();
+ try {
+ return _gtk_tree_view_column_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_column cast=(GtkTreeViewColumn *)
- * @param cell_renderer cast=(GtkCellRenderer *)
- * @param expand cast=(gboolean)
- */
-public static final native void _gtk_tree_view_column_pack_start(int /*long*/ tree_column, int /*long*/ cell_renderer, boolean expand);
-public static final void gtk_tree_view_column_pack_start(int /*long*/ tree_column, int /*long*/ cell_renderer, boolean expand) {
- lock.lock();
- try {
- _gtk_tree_view_column_pack_start(tree_column, cell_renderer, expand);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_column
+ * cast=(GtkTreeViewColumn *)
+ * @param cell_renderer
+ * cast=(GtkCellRenderer *)
+ * @param expand
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_tree_view_column_pack_start(
+ int /* long */tree_column, int /* long */cell_renderer,
+ boolean expand);
+
+ public static final void gtk_tree_view_column_pack_start(
+ int /* long */tree_column, int /* long */cell_renderer,
+ boolean expand) {
+ lock.lock();
+ try {
+ _gtk_tree_view_column_pack_start(tree_column, cell_renderer, expand);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_column cast=(GtkTreeViewColumn *)
- * @param cell_renderer cast=(GtkCellRenderer *)
- * @param expand cast=(gboolean)
- */
-public static final native void _gtk_tree_view_column_pack_end(int /*long*/ tree_column, int /*long*/ cell_renderer, boolean expand);
-public static final void gtk_tree_view_column_pack_end(int /*long*/ tree_column, int /*long*/ cell_renderer, boolean expand) {
- lock.lock();
- try {
- _gtk_tree_view_column_pack_end(tree_column, cell_renderer, expand);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_column
+ * cast=(GtkTreeViewColumn *)
+ * @param cell_renderer
+ * cast=(GtkCellRenderer *)
+ * @param expand
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_tree_view_column_pack_end(
+ int /* long */tree_column, int /* long */cell_renderer,
+ boolean expand);
+
+ public static final void gtk_tree_view_column_pack_end(
+ int /* long */tree_column, int /* long */cell_renderer,
+ boolean expand) {
+ lock.lock();
+ try {
+ _gtk_tree_view_column_pack_end(tree_column, cell_renderer, expand);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tree_column cast=(GtkTreeViewColumn *) */
-public static final native void _gtk_tree_view_column_set_alignment(int /*long*/ tree_column, float xalign);
-public static final void gtk_tree_view_column_set_alignment(int /*long*/ tree_column, float xalign) {
- lock.lock();
- try {
- _gtk_tree_view_column_set_alignment(tree_column, xalign);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_column
+ * cast=(GtkTreeViewColumn *)
+ */
+ public static final native void _gtk_tree_view_column_set_alignment(
+ int /* long */tree_column, float xalign);
+
+ public static final void gtk_tree_view_column_set_alignment(
+ int /* long */tree_column, float xalign) {
+ lock.lock();
+ try {
+ _gtk_tree_view_column_set_alignment(tree_column, xalign);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_column cast=(GtkTreeViewColumn *)
- * @param cell_renderer cast=(GtkCellRenderer *)
- * @param func cast=(GtkTreeCellDataFunc)
- * @param func_data cast=(gpointer)
- * @param destroy cast=(GDestroyNotify)
- */
-public static final native void _gtk_tree_view_column_set_cell_data_func(int /*long*/ tree_column, int /*long*/ cell_renderer, int /*long*/ func, int /*long*/ func_data, int /*long*/ destroy);
-public static final void gtk_tree_view_column_set_cell_data_func(int /*long*/ tree_column, int /*long*/ cell_renderer, int /*long*/ func, int /*long*/ func_data, int /*long*/ destroy) {
- lock.lock();
- try {
- _gtk_tree_view_column_set_cell_data_func(tree_column, cell_renderer, func, func_data, destroy);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_column
+ * cast=(GtkTreeViewColumn *)
+ * @param cell_renderer
+ * cast=(GtkCellRenderer *)
+ * @param func
+ * cast=(GtkTreeCellDataFunc)
+ * @param func_data
+ * cast=(gpointer)
+ * @param destroy
+ * cast=(GDestroyNotify)
+ */
+ public static final native void _gtk_tree_view_column_set_cell_data_func(
+ int /* long */tree_column, int /* long */cell_renderer,
+ int /* long */func, int /* long */func_data, int /* long */destroy);
+
+ public static final void gtk_tree_view_column_set_cell_data_func(
+ int /* long */tree_column, int /* long */cell_renderer,
+ int /* long */func, int /* long */func_data, int /* long */destroy) {
+ lock.lock();
+ try {
+ _gtk_tree_view_column_set_cell_data_func(tree_column,
+ cell_renderer, func, func_data, destroy);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param column cast=(GtkTreeViewColumn *)
- * @param clickable cast=(gboolean)
- */
-public static final native void _gtk_tree_view_column_set_clickable(int /*long*/ column, boolean clickable);
-public static final void gtk_tree_view_column_set_clickable(int /*long*/ column, boolean clickable) {
- lock.lock();
- try {
- _gtk_tree_view_column_set_clickable(column, clickable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param column
+ * cast=(GtkTreeViewColumn *)
+ * @param clickable
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_tree_view_column_set_clickable(
+ int /* long */column, boolean clickable);
+
+ public static final void gtk_tree_view_column_set_clickable(
+ int /* long */column, boolean clickable) {
+ lock.lock();
+ try {
+ _gtk_tree_view_column_set_clickable(column, clickable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param column cast=(GtkTreeViewColumn *)
- * @param fixed_width cast=(gint)
- */
-public static final native void _gtk_tree_view_column_set_fixed_width(int /*long*/ column, int fixed_width);
-public static final void gtk_tree_view_column_set_fixed_width(int /*long*/ column, int fixed_width) {
- lock.lock();
- try {
- _gtk_tree_view_column_set_fixed_width(column, fixed_width);
- } finally {
- lock.unlock();
+
+ /**
+ * @param column
+ * cast=(GtkTreeViewColumn *)
+ * @param fixed_width
+ * cast=(gint)
+ */
+ public static final native void _gtk_tree_view_column_set_fixed_width(
+ int /* long */column, int fixed_width);
+
+ public static final void gtk_tree_view_column_set_fixed_width(
+ int /* long */column, int fixed_width) {
+ lock.lock();
+ try {
+ _gtk_tree_view_column_set_fixed_width(column, fixed_width);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_column cast=(GtkTreeViewColumn *)
- * @param min_width cast=(gint)
- */
-public static final native void _gtk_tree_view_column_set_min_width(int /*long*/ tree_column, int min_width);
-public static final void gtk_tree_view_column_set_min_width(int /*long*/ tree_column, int min_width) {
- lock.lock();
- try {
- _gtk_tree_view_column_set_min_width(tree_column, min_width);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_column
+ * cast=(GtkTreeViewColumn *)
+ * @param min_width
+ * cast=(gint)
+ */
+ public static final native void _gtk_tree_view_column_set_min_width(
+ int /* long */tree_column, int min_width);
+
+ public static final void gtk_tree_view_column_set_min_width(
+ int /* long */tree_column, int min_width) {
+ lock.lock();
+ try {
+ _gtk_tree_view_column_set_min_width(tree_column, min_width);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param column cast=(GtkTreeViewColumn *)
- * @param reorderable cast=(gboolean)
- */
-public static final native void _gtk_tree_view_column_set_reorderable(int /*long*/ column, boolean reorderable);
-public static final void gtk_tree_view_column_set_reorderable(int /*long*/ column, boolean reorderable) {
- lock.lock();
- try {
- _gtk_tree_view_column_set_reorderable(column, reorderable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param column
+ * cast=(GtkTreeViewColumn *)
+ * @param reorderable
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_tree_view_column_set_reorderable(
+ int /* long */column, boolean reorderable);
+
+ public static final void gtk_tree_view_column_set_reorderable(
+ int /* long */column, boolean reorderable) {
+ lock.lock();
+ try {
+ _gtk_tree_view_column_set_reorderable(column, reorderable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param column cast=(GtkTreeViewColumn *)
- * @param resizable cast=(gboolean)
- */
-public static final native void _gtk_tree_view_column_set_resizable(int /*long*/ column, boolean resizable);
-public static final void gtk_tree_view_column_set_resizable(int /*long*/ column, boolean resizable) {
- lock.lock();
- try {
- _gtk_tree_view_column_set_resizable(column, resizable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param column
+ * cast=(GtkTreeViewColumn *)
+ * @param resizable
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_tree_view_column_set_resizable(
+ int /* long */column, boolean resizable);
+
+ public static final void gtk_tree_view_column_set_resizable(
+ int /* long */column, boolean resizable) {
+ lock.lock();
+ try {
+ _gtk_tree_view_column_set_resizable(column, resizable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param column cast=(GtkTreeViewColumn *)
- * @param type cast=(GtkTreeViewColumnSizing)
- */
-public static final native void _gtk_tree_view_column_set_sizing(int /*long*/ column, int type);
-public static final void gtk_tree_view_column_set_sizing(int /*long*/ column, int type) {
- lock.lock();
- try {
- _gtk_tree_view_column_set_sizing(column, type);
- } finally {
- lock.unlock();
+
+ /**
+ * @param column
+ * cast=(GtkTreeViewColumn *)
+ * @param type
+ * cast=(GtkTreeViewColumnSizing)
+ */
+ public static final native void _gtk_tree_view_column_set_sizing(
+ int /* long */column, int type);
+
+ public static final void gtk_tree_view_column_set_sizing(
+ int /* long */column, int type) {
+ lock.lock();
+ try {
+ _gtk_tree_view_column_set_sizing(column, type);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_column cast=(GtkTreeViewColumn *)
- * @param setting cast=(gboolean)
- */
-public static final native void _gtk_tree_view_column_set_sort_indicator(int /*long*/ tree_column, boolean setting);
-public static final void gtk_tree_view_column_set_sort_indicator(int /*long*/ tree_column, boolean setting) {
- lock.lock();
- try {
- _gtk_tree_view_column_set_sort_indicator(tree_column, setting);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_column
+ * cast=(GtkTreeViewColumn *)
+ * @param setting
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_tree_view_column_set_sort_indicator(
+ int /* long */tree_column, boolean setting);
+
+ public static final void gtk_tree_view_column_set_sort_indicator(
+ int /* long */tree_column, boolean setting) {
+ lock.lock();
+ try {
+ _gtk_tree_view_column_set_sort_indicator(tree_column, setting);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_column cast=(GtkTreeViewColumn *)
- * @param order cast=(GtkSortType)
- */
-public static final native void _gtk_tree_view_column_set_sort_order(int /*long*/ tree_column, int order);
-public static final void gtk_tree_view_column_set_sort_order(int /*long*/ tree_column, int order) {
- lock.lock();
- try {
- _gtk_tree_view_column_set_sort_order(tree_column, order);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_column
+ * cast=(GtkTreeViewColumn *)
+ * @param order
+ * cast=(GtkSortType)
+ */
+ public static final native void _gtk_tree_view_column_set_sort_order(
+ int /* long */tree_column, int order);
+
+ public static final void gtk_tree_view_column_set_sort_order(
+ int /* long */tree_column, int order) {
+ lock.lock();
+ try {
+ _gtk_tree_view_column_set_sort_order(tree_column, order);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_column cast=(GtkTreeViewColumn *)
- * @param title cast=(const gchar *)
- */
-public static final native void _gtk_tree_view_column_set_title(int /*long*/ tree_column, byte[] title);
-public static final void gtk_tree_view_column_set_title(int /*long*/ tree_column, byte[] title) {
- lock.lock();
- try {
- _gtk_tree_view_column_set_title(tree_column, title);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_column
+ * cast=(GtkTreeViewColumn *)
+ * @param title
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_tree_view_column_set_title(
+ int /* long */tree_column, byte[] title);
+
+ public static final void gtk_tree_view_column_set_title(
+ int /* long */tree_column, byte[] title) {
+ lock.lock();
+ try {
+ _gtk_tree_view_column_set_title(tree_column, title);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tree_column cast=(GtkTreeViewColumn *) */
-public static final native void _gtk_tree_view_column_set_visible (int /*long*/ tree_column, boolean visible);
-public static final void gtk_tree_view_column_set_visible (int /*long*/ tree_column, boolean visible) {
- lock.lock();
- try {
- _gtk_tree_view_column_set_visible(tree_column, visible);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_column
+ * cast=(GtkTreeViewColumn *)
+ */
+ public static final native void _gtk_tree_view_column_set_visible(
+ int /* long */tree_column, boolean visible);
+
+ public static final void gtk_tree_view_column_set_visible(
+ int /* long */tree_column, boolean visible) {
+ lock.lock();
+ try {
+ _gtk_tree_view_column_set_visible(tree_column, visible);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_column cast=(GtkTreeViewColumn *)
- * @param widget cast=(GtkWidget *)
- */
-public static final native void _gtk_tree_view_column_set_widget(int /*long*/ tree_column, int /*long*/ widget);
-public static final void gtk_tree_view_column_set_widget(int /*long*/ tree_column, int /*long*/ widget) {
- lock.lock();
- try {
- _gtk_tree_view_column_set_widget(tree_column, widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_column
+ * cast=(GtkTreeViewColumn *)
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_tree_view_column_set_widget(
+ int /* long */tree_column, int /* long */widget);
+
+ public static final void gtk_tree_view_column_set_widget(
+ int /* long */tree_column, int /* long */widget) {
+ lock.lock();
+ try {
+ _gtk_tree_view_column_set_widget(tree_column, widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param view cast=(GtkTreeView *)
- * @param path cast=(GtkTreePath *)
- */
-public static final native void _gtk_tree_view_set_drag_dest_row(int /*long*/ view, int /*long*/ path, int pos);
-public static final void gtk_tree_view_set_drag_dest_row(int /*long*/ view, int /*long*/ path, int pos) {
- lock.lock();
- try {
- _gtk_tree_view_set_drag_dest_row(view, path, pos);
- } finally {
- lock.unlock();
+
+ /**
+ * @param view
+ * cast=(GtkTreeView *)
+ * @param path
+ * cast=(GtkTreePath *)
+ */
+ public static final native void _gtk_tree_view_set_drag_dest_row(
+ int /* long */view, int /* long */path, int pos);
+
+ public static final void gtk_tree_view_set_drag_dest_row(int /* long */view,
+ int /* long */path, int pos) {
+ lock.lock();
+ try {
+ _gtk_tree_view_set_drag_dest_row(view, path, pos);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param view cast=(GtkTreeView *) */
-public static final native void _gtk_tree_view_set_enable_search (int /*long*/ view, boolean enable_search);
-public static final void gtk_tree_view_set_enable_search (int /*long*/ view, boolean enable_search) {
- lock.lock();
- try {
- _gtk_tree_view_set_enable_search(view, enable_search);
- } finally {
- lock.unlock();
+
+ /**
+ * @param view
+ * cast=(GtkTreeView *)
+ */
+ public static final native void _gtk_tree_view_set_enable_search(
+ int /* long */view, boolean enable_search);
+
+ public static final void gtk_tree_view_set_enable_search(int /* long */view,
+ boolean enable_search) {
+ lock.lock();
+ try {
+ _gtk_tree_view_set_enable_search(view, enable_search);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param view cast=(GtkTreeView *)
- * @param path cast=(GtkTreePath *)
- * @param open_all cast=(gboolean)
- */
-public static final native boolean _gtk_tree_view_expand_row(int /*long*/ view, int /*long*/ path, boolean open_all);
-public static final boolean gtk_tree_view_expand_row(int /*long*/ view, int /*long*/ path, boolean open_all) {
- lock.lock();
- try {
- return _gtk_tree_view_expand_row(view, path, open_all);
- } finally {
- lock.unlock();
+
+ /**
+ * @param view
+ * cast=(GtkTreeView *)
+ * @param path
+ * cast=(GtkTreePath *)
+ * @param open_all
+ * cast=(gboolean)
+ */
+ public static final native boolean _gtk_tree_view_expand_row(
+ int /* long */view, int /* long */path, boolean open_all);
+
+ public static final boolean gtk_tree_view_expand_row(int /* long */view,
+ int /* long */path, boolean open_all) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_expand_row(view, path, open_all);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_view cast=(GtkTreeView *)
- * @param path cast=(GtkTreePath *)
- * @param column cast=(GtkTreeViewColumn *)
- * @param rect cast=(GdkRectangle *)
- */
-public static final native void _gtk_tree_view_get_background_area(int /*long*/ tree_view, int /*long*/ path, int /*long*/ column, GdkRectangle rect);
-public static final void gtk_tree_view_get_background_area(int /*long*/ tree_view, int /*long*/ path, int /*long*/ column, GdkRectangle rect) {
- lock.lock();
- try {
- _gtk_tree_view_get_background_area(tree_view, path, column, rect);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ * @param path
+ * cast=(GtkTreePath *)
+ * @param column
+ * cast=(GtkTreeViewColumn *)
+ * @param rect
+ * cast=(GdkRectangle *)
+ */
+ public static final native void _gtk_tree_view_get_background_area(
+ int /* long */tree_view, int /* long */path, int /* long */column,
+ GdkRectangle rect);
+
+ public static final void gtk_tree_view_get_background_area(
+ int /* long */tree_view, int /* long */path, int /* long */column,
+ GdkRectangle rect) {
+ lock.lock();
+ try {
+ _gtk_tree_view_get_background_area(tree_view, path, column, rect);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tree_view cast=(GtkTreeView *) */
-public static final native int /*long*/ _gtk_tree_view_get_bin_window(int /*long*/ tree_view);
-public static final int /*long*/ gtk_tree_view_get_bin_window(int /*long*/ tree_view) {
- lock.lock();
- try {
- return _gtk_tree_view_get_bin_window(tree_view);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ */
+ public static final native int /* long */_gtk_tree_view_get_bin_window(
+ int /* long */tree_view);
+
+ public static final int /* long */gtk_tree_view_get_bin_window(
+ int /* long */tree_view) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_get_bin_window(tree_view);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_view cast=(GtkTreeView *)
- * @param path cast=(GtkTreePath *)
- * @param column cast=(GtkTreeViewColumn *)
- * @param rect cast=(GdkRectangle *),flags=no_in
- */
-public static final native void _gtk_tree_view_get_cell_area(int /*long*/ tree_view, int /*long*/ path, int /*long*/ column, GdkRectangle rect);
-public static final void gtk_tree_view_get_cell_area(int /*long*/ tree_view, int /*long*/ path, int /*long*/ column, GdkRectangle rect) {
- lock.lock();
- try {
- _gtk_tree_view_get_cell_area(tree_view, path, column, rect);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ * @param path
+ * cast=(GtkTreePath *)
+ * @param column
+ * cast=(GtkTreeViewColumn *)
+ * @param rect
+ * cast=(GdkRectangle *),flags=no_in
+ */
+ public static final native void _gtk_tree_view_get_cell_area(
+ int /* long */tree_view, int /* long */path, int /* long */column,
+ GdkRectangle rect);
+
+ public static final void gtk_tree_view_get_cell_area(
+ int /* long */tree_view, int /* long */path, int /* long */column,
+ GdkRectangle rect) {
+ lock.lock();
+ try {
+ _gtk_tree_view_get_cell_area(tree_view, path, column, rect);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tree_view cast=(GtkTreeView *) */
-public static final native int /*long*/_gtk_tree_view_get_expander_column(int /*long*/ tree_view);
-public static final int /*long*/gtk_tree_view_get_expander_column(int /*long*/ tree_view) {
- lock.lock();
- try {
- return _gtk_tree_view_get_expander_column(tree_view);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ */
+ public static final native int /* long */_gtk_tree_view_get_expander_column(
+ int /* long */tree_view);
+
+ public static final int /* long */gtk_tree_view_get_expander_column(
+ int /* long */tree_view) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_get_expander_column(tree_view);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_view cast=(GtkTreeView *)
- * @param n cast=(gint)
- */
-public static final native int /*long*/ _gtk_tree_view_get_column(int /*long*/ tree_view, int n);
-public static final int /*long*/ gtk_tree_view_get_column(int /*long*/ tree_view, int n) {
- lock.lock();
- try {
- return _gtk_tree_view_get_column(tree_view, n);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ * @param n
+ * cast=(gint)
+ */
+ public static final native int /* long */_gtk_tree_view_get_column(
+ int /* long */tree_view, int n);
+
+ public static final int /* long */gtk_tree_view_get_column(
+ int /* long */tree_view, int n) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_get_column(tree_view, n);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tree_view cast=(GtkTreeView *) */
-public static final native int /*long*/ _gtk_tree_view_get_columns(int /*long*/ tree_view);
-public static final int /*long*/ gtk_tree_view_get_columns(int /*long*/ tree_view) {
- lock.lock();
- try {
- return _gtk_tree_view_get_columns(tree_view);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ */
+ public static final native int /* long */_gtk_tree_view_get_columns(
+ int /* long */tree_view);
+
+ public static final int /* long */gtk_tree_view_get_columns(
+ int /* long */tree_view) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_get_columns(tree_view);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_view cast=(GtkTreeView *)
- * @param path cast=(GtkTreePath **)
- * @param focus_column cast=(GtkTreeViewColumn **)
- */
-public static final native void _gtk_tree_view_get_cursor(int /*long*/ tree_view, int /*long*/[] path, int /*long*/[] focus_column);
-public static final void gtk_tree_view_get_cursor(int /*long*/ tree_view, int /*long*/[] path, int /*long*/[] focus_column) {
- lock.lock();
- try {
- _gtk_tree_view_get_cursor(tree_view, path, focus_column);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ * @param path
+ * cast=(GtkTreePath **)
+ * @param focus_column
+ * cast=(GtkTreeViewColumn **)
+ */
+ public static final native void _gtk_tree_view_get_cursor(
+ int /* long */tree_view, int /* long */[] path,
+ int /* long */[] focus_column);
+
+ public static final void gtk_tree_view_get_cursor(int /* long */tree_view,
+ int /* long */[] path, int /* long */[] focus_column) {
+ lock.lock();
+ try {
+ _gtk_tree_view_get_cursor(tree_view, path, focus_column);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tree_view cast=(GtkTreeView *) */
-public static final native boolean _gtk_tree_view_get_headers_visible(int /*long*/ tree_view);
-public static final boolean gtk_tree_view_get_headers_visible(int /*long*/ tree_view) {
- lock.lock();
- try {
- return _gtk_tree_view_get_headers_visible(tree_view);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ */
+ public static final native boolean _gtk_tree_view_get_headers_visible(
+ int /* long */tree_view);
+
+ public static final boolean gtk_tree_view_get_headers_visible(
+ int /* long */tree_view) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_get_headers_visible(tree_view);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_view cast=(GtkTreeView *)
- * @param x cast=(gint)
- * @param y cast=(gint)
- * @param path cast=(GtkTreePath **)
- * @param column cast=(GtkTreeViewColumn **)
- * @param cell_x cast=(gint *)
- * @param cell_y cast=(gint *)
- */
-public static final native boolean _gtk_tree_view_get_path_at_pos(int /*long*/ tree_view, int x, int y, int /*long*/[] path, int /*long*/[] column, int[] cell_x, int[] cell_y);
-public static final boolean gtk_tree_view_get_path_at_pos(int /*long*/ tree_view, int x, int y, int /*long*/[] path, int /*long*/[] column, int[] cell_x, int[] cell_y) {
- lock.lock();
- try {
- return _gtk_tree_view_get_path_at_pos(tree_view, x, y, path, column, cell_x, cell_y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ * @param x
+ * cast=(gint)
+ * @param y
+ * cast=(gint)
+ * @param path
+ * cast=(GtkTreePath **)
+ * @param column
+ * cast=(GtkTreeViewColumn **)
+ * @param cell_x
+ * cast=(gint *)
+ * @param cell_y
+ * cast=(gint *)
+ */
+ public static final native boolean _gtk_tree_view_get_path_at_pos(
+ int /* long */tree_view, int x, int y, int /* long */[] path,
+ int /* long */[] column, int[] cell_x, int[] cell_y);
+
+ public static final boolean gtk_tree_view_get_path_at_pos(
+ int /* long */tree_view, int x, int y, int /* long */[] path,
+ int /* long */[] column, int[] cell_x, int[] cell_y) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_get_path_at_pos(tree_view, x, y, path,
+ column, cell_x, cell_y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tree_view cast=(GtkTreeView *) */
-public static final native boolean _gtk_tree_view_get_rules_hint(int /*long*/ tree_view);
-public static final boolean gtk_tree_view_get_rules_hint(int /*long*/ tree_view) {
- lock.lock();
- try {
- return _gtk_tree_view_get_rules_hint(tree_view);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ */
+ public static final native boolean _gtk_tree_view_get_rules_hint(
+ int /* long */tree_view);
+
+ public static final boolean gtk_tree_view_get_rules_hint(
+ int /* long */tree_view) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_get_rules_hint(tree_view);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tree_view cast=(GtkTreeView *) */
-public static final native int /*long*/ _gtk_tree_view_get_selection(int /*long*/ tree_view);
-public static final int /*long*/ gtk_tree_view_get_selection(int /*long*/ tree_view) {
- lock.lock();
- try {
- return _gtk_tree_view_get_selection(tree_view);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ */
+ public static final native int /* long */_gtk_tree_view_get_selection(
+ int /* long */tree_view);
+
+ public static final int /* long */gtk_tree_view_get_selection(
+ int /* long */tree_view) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_get_selection(tree_view);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_view cast=(GtkTreeView *)
- * @param visible_rect flags=no_in
- */
-public static final native void _gtk_tree_view_get_visible_rect(int /*long*/ tree_view, GdkRectangle visible_rect);
-public static final void gtk_tree_view_get_visible_rect(int /*long*/ tree_view, GdkRectangle visible_rect) {
- lock.lock();
- try {
- _gtk_tree_view_get_visible_rect(tree_view, visible_rect);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ * @param visible_rect
+ * flags=no_in
+ */
+ public static final native void _gtk_tree_view_get_visible_rect(
+ int /* long */tree_view, GdkRectangle visible_rect);
+
+ public static final void gtk_tree_view_get_visible_rect(
+ int /* long */tree_view, GdkRectangle visible_rect) {
+ lock.lock();
+ try {
+ _gtk_tree_view_get_visible_rect(tree_view, visible_rect);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_view cast=(GtkTreeView *)
- * @param column cast=(GtkTreeViewColumn *)
- * @param position cast=(gint)
- */
-public static final native int _gtk_tree_view_insert_column(int /*long*/ tree_view, int /*long*/ column, int position);
-public static final int gtk_tree_view_insert_column(int /*long*/ tree_view, int /*long*/ column, int position) {
- lock.lock();
- try {
- return _gtk_tree_view_insert_column(tree_view, column, position);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ * @param column
+ * cast=(GtkTreeViewColumn *)
+ * @param position
+ * cast=(gint)
+ */
+ public static final native int _gtk_tree_view_insert_column(
+ int /* long */tree_view, int /* long */column, int position);
+
+ public static final int gtk_tree_view_insert_column(
+ int /* long */tree_view, int /* long */column, int position) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_insert_column(tree_view, column, position);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_view cast=(GtkTreeView *)
- * @param column cast=(GtkTreeViewColumn *)
- * @param base_column cast=(GtkTreeViewColumn *)
- */
-public static final native void _gtk_tree_view_move_column_after(int /*long*/ tree_view, int /*long*/ column, int /*long*/ base_column);
-public static final void gtk_tree_view_move_column_after(int /*long*/ tree_view, int /*long*/ column, int /*long*/base_column) {
- lock.lock();
- try {
- _gtk_tree_view_move_column_after(tree_view, column, base_column);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ * @param column
+ * cast=(GtkTreeViewColumn *)
+ * @param base_column
+ * cast=(GtkTreeViewColumn *)
+ */
+ public static final native void _gtk_tree_view_move_column_after(
+ int /* long */tree_view, int /* long */column,
+ int /* long */base_column);
+
+ public static final void gtk_tree_view_move_column_after(
+ int /* long */tree_view, int /* long */column,
+ int /* long */base_column) {
+ lock.lock();
+ try {
+ _gtk_tree_view_move_column_after(tree_view, column, base_column);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param model cast=(GtkTreeModel *) */
-public static final native int /*long*/ _gtk_tree_view_new_with_model(int /*long*/ model);
-public static final int /*long*/ gtk_tree_view_new_with_model(int /*long*/ model) {
- lock.lock();
- try {
- return _gtk_tree_view_new_with_model(model);
- } finally {
- lock.unlock();
+
+ /**
+ * @param model
+ * cast=(GtkTreeModel *)
+ */
+ public static final native int /* long */_gtk_tree_view_new_with_model(
+ int /* long */model);
+
+ public static final int /* long */gtk_tree_view_new_with_model(
+ int /* long */model) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_new_with_model(model);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_view cast=(GtkTreeView *)
- * @param column cast=(GtkTreeViewColumn *)
- */
-public static final native void _gtk_tree_view_remove_column(int /*long*/ tree_view, int /*long*/ column);
-public static final void gtk_tree_view_remove_column(int /*long*/ tree_view, int /*long*/ column) {
- lock.lock();
- try {
- _gtk_tree_view_remove_column(tree_view, column);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ * @param column
+ * cast=(GtkTreeViewColumn *)
+ */
+ public static final native void _gtk_tree_view_remove_column(
+ int /* long */tree_view, int /* long */column);
+
+ public static final void gtk_tree_view_remove_column(
+ int /* long */tree_view, int /* long */column) {
+ lock.lock();
+ try {
+ _gtk_tree_view_remove_column(tree_view, column);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param view cast=(GtkTreeView *)
- * @param path cast=(GtkTreePath *)
- */
-public static final native boolean _gtk_tree_view_row_expanded(int /*long*/ view, int /*long*/ path);
-public static final boolean gtk_tree_view_row_expanded(int /*long*/ view, int /*long*/ path) {
- lock.lock();
- try {
- return _gtk_tree_view_row_expanded(view, path);
- } finally {
- lock.unlock();
+
+ /**
+ * @param view
+ * cast=(GtkTreeView *)
+ * @param path
+ * cast=(GtkTreePath *)
+ */
+ public static final native boolean _gtk_tree_view_row_expanded(
+ int /* long */view, int /* long */path);
+
+ public static final boolean gtk_tree_view_row_expanded(int /* long */view,
+ int /* long */path) {
+ lock.lock();
+ try {
+ return _gtk_tree_view_row_expanded(view, path);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_view cast=(GtkTreeView *)
- * @param path cast=(GtkTreePath *)
- * @param column cast=(GtkTreeViewColumn *)
- * @param use_align cast=(gboolean)
- * @param row_aligh cast=(gfloat)
- * @param column_align cast=(gfloat)
- */
-public static final native void _gtk_tree_view_scroll_to_cell(int /*long*/ tree_view, int /*long*/ path, int /*long*/ column, boolean use_align, float row_aligh, float column_align);
-public static final void gtk_tree_view_scroll_to_cell(int /*long*/ tree_view, int /*long*/ path, int /*long*/ column, boolean use_align, float row_aligh, float column_align) {
- lock.lock();
- try {
- _gtk_tree_view_scroll_to_cell(tree_view, path, column, use_align, row_aligh, column_align);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ * @param path
+ * cast=(GtkTreePath *)
+ * @param column
+ * cast=(GtkTreeViewColumn *)
+ * @param use_align
+ * cast=(gboolean)
+ * @param row_aligh
+ * cast=(gfloat)
+ * @param column_align
+ * cast=(gfloat)
+ */
+ public static final native void _gtk_tree_view_scroll_to_cell(
+ int /* long */tree_view, int /* long */path, int /* long */column,
+ boolean use_align, float row_aligh, float column_align);
+
+ public static final void gtk_tree_view_scroll_to_cell(
+ int /* long */tree_view, int /* long */path, int /* long */column,
+ boolean use_align, float row_aligh, float column_align) {
+ lock.lock();
+ try {
+ _gtk_tree_view_scroll_to_cell(tree_view, path, column, use_align,
+ row_aligh, column_align);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_view cast=(GtkTreeView *)
- * @param tree_x cast=(gint)
- * @param tree_y cast=(gint)
- */
-public static final native void _gtk_tree_view_scroll_to_point (int /*long*/ tree_view, int tree_x, int tree_y);
-public static final void gtk_tree_view_scroll_to_point (int /*long*/ tree_view, int tree_x, int tree_y) {
- lock.lock();
- try {
- _gtk_tree_view_scroll_to_point(tree_view, tree_x, tree_y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ * @param tree_x
+ * cast=(gint)
+ * @param tree_y
+ * cast=(gint)
+ */
+ public static final native void _gtk_tree_view_scroll_to_point(
+ int /* long */tree_view, int tree_x, int tree_y);
+
+ public static final void gtk_tree_view_scroll_to_point(
+ int /* long */tree_view, int tree_x, int tree_y) {
+ lock.lock();
+ try {
+ _gtk_tree_view_scroll_to_point(tree_view, tree_x, tree_y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_view cast=(GtkTreeView *)
- * @param path cast=(GtkTreePath *)
- * @param focus_column cast=(GtkTreeViewColumn *)
- */
-public static final native void _gtk_tree_view_set_cursor(int /*long*/ tree_view, int /*long*/ path, int /*long*/ focus_column, boolean start_editing);
-public static final void gtk_tree_view_set_cursor(int /*long*/ tree_view, int /*long*/ path, int /*long*/ focus_column, boolean start_editing) {
- lock.lock();
- try {
- _gtk_tree_view_set_cursor(tree_view, path, focus_column, start_editing);
- } finally {
- lock.unlock();
- }
-}
-/**
- * @method flags=dynamic
- * @param tree_view cast=(GtkTreeView*)
- */
-public static final native void _gtk_tree_view_set_grid_lines(int /*long*/ tree_view, int grid_lines);
-public static final void gtk_tree_view_set_grid_lines(int /*long*/ tree_view, int grid_lines) {
- lock.lock();
- try {
- _gtk_tree_view_set_grid_lines(tree_view, grid_lines);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ * @param path
+ * cast=(GtkTreePath *)
+ * @param focus_column
+ * cast=(GtkTreeViewColumn *)
+ */
+ public static final native void _gtk_tree_view_set_cursor(
+ int /* long */tree_view, int /* long */path,
+ int /* long */focus_column, boolean start_editing);
+
+ public static final void gtk_tree_view_set_cursor(int /* long */tree_view,
+ int /* long */path, int /* long */focus_column,
+ boolean start_editing) {
+ lock.lock();
+ try {
+ _gtk_tree_view_set_cursor(tree_view, path, focus_column,
+ start_editing);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_view cast=(GtkTreeView *)
- * @param visible cast=(gboolean)
- */
-public static final native void _gtk_tree_view_set_headers_visible(int /*long*/ tree_view, boolean visible);
-public static final void gtk_tree_view_set_headers_visible(int /*long*/ tree_view, boolean visible) {
- lock.lock();
- try {
- _gtk_tree_view_set_headers_visible(tree_view, visible);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param tree_view
+ * cast=(GtkTreeView*)
+ */
+ public static final native void _gtk_tree_view_set_grid_lines(
+ int /* long */tree_view, int grid_lines);
+
+ public static final void gtk_tree_view_set_grid_lines(
+ int /* long */tree_view, int grid_lines) {
+ lock.lock();
+ try {
+ _gtk_tree_view_set_grid_lines(tree_view, grid_lines);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_view cast=(GtkTreeView *)
- * @param model cast=(GtkTreeModel *)
- */
-public static final native void _gtk_tree_view_set_model(int /*long*/ tree_view, int /*long*/ model);
-public static final void gtk_tree_view_set_model(int /*long*/ tree_view, int /*long*/ model) {
- lock.lock();
- try {
- _gtk_tree_view_set_model(tree_view, model);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ * @param visible
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_tree_view_set_headers_visible(
+ int /* long */tree_view, boolean visible);
+
+ public static final void gtk_tree_view_set_headers_visible(
+ int /* long */tree_view, boolean visible) {
+ lock.lock();
+ try {
+ _gtk_tree_view_set_headers_visible(tree_view, visible);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tree_view cast=(GtkTreeView *) */
-public static final native void _gtk_tree_view_set_rules_hint(int /*long*/ tree_view, boolean setting);
-public static final void gtk_tree_view_set_rules_hint(int /*long*/ tree_view, boolean setting) {
- lock.lock();
- try {
- _gtk_tree_view_set_rules_hint(tree_view, setting);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ * @param model
+ * cast=(GtkTreeModel *)
+ */
+ public static final native void _gtk_tree_view_set_model(
+ int /* long */tree_view, int /* long */model);
+
+ public static final void gtk_tree_view_set_model(int /* long */tree_view,
+ int /* long */model) {
+ lock.lock();
+ try {
+ _gtk_tree_view_set_model(tree_view, model);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tree_view cast=(GtkTreeView *)
- * @param column cast=(gint)
- */
-public static final native void _gtk_tree_view_set_search_column(int /*long*/ tree_view, int column);
-public static final void gtk_tree_view_set_search_column(int /*long*/ tree_view, int column) {
- lock.lock();
- try {
- _gtk_tree_view_set_search_column(tree_view, column);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ */
+ public static final native void _gtk_tree_view_set_rules_hint(
+ int /* long */tree_view, boolean setting);
+
+ public static final void gtk_tree_view_set_rules_hint(
+ int /* long */tree_view, boolean setting) {
+ lock.lock();
+ try {
+ _gtk_tree_view_set_rules_hint(tree_view, setting);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tree_view cast=(GtkTreeView *) */
-public static final native void _gtk_tree_view_unset_rows_drag_dest(int /*long*/ tree_view);
-public static final void gtk_tree_view_unset_rows_drag_dest(int /*long*/ tree_view) {
- lock.lock();
- try {
- _gtk_tree_view_unset_rows_drag_dest(tree_view);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ * @param column
+ * cast=(gint)
+ */
+ public static final native void _gtk_tree_view_set_search_column(
+ int /* long */tree_view, int column);
+
+ public static final void gtk_tree_view_set_search_column(
+ int /* long */tree_view, int column) {
+ lock.lock();
+ try {
+ _gtk_tree_view_set_search_column(tree_view, column);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param tree_view cast=(GtkTreeView *)
- */
-public static final native void _gtk_tree_view_widget_to_tree_coords(int /*long*/ tree_view, int wx, int wy, int[] tx, int[] ty);
-public static final void gtk_tree_view_widget_to_tree_coords(int /*long*/ tree_view, int wx, int wy, int[] tx, int[] ty) {
- lock.lock();
- try {
- _gtk_tree_view_widget_to_tree_coords(tree_view, wx, wy, tx, ty);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ */
+ public static final native void _gtk_tree_view_unset_rows_drag_dest(
+ int /* long */tree_view);
+
+ public static final void gtk_tree_view_unset_rows_drag_dest(
+ int /* long */tree_view) {
+ lock.lock();
+ try {
+ _gtk_tree_view_unset_rows_drag_dest(tree_view);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param tree_view cast=(GtkTreeView *)
- */
-public static final native void _gtk_tree_view_convert_widget_to_bin_window_coords(int /*long*/ tree_view, int wx, int wy, int[] tx, int[] ty);
-public static final void gtk_tree_view_convert_widget_to_bin_window_coords(int /*long*/ tree_view, int wx, int wy, int[] tx, int[] ty) {
- lock.lock();
- try {
- _gtk_tree_view_convert_widget_to_bin_window_coords(tree_view, wx, wy, tx, ty);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ */
+ public static final native void _gtk_tree_view_widget_to_tree_coords(
+ int /* long */tree_view, int wx, int wy, int[] tx, int[] ty);
+
+ public static final void gtk_tree_view_widget_to_tree_coords(
+ int /* long */tree_view, int wx, int wy, int[] tx, int[] ty) {
+ lock.lock();
+ try {
+ _gtk_tree_view_widget_to_tree_coords(tree_view, wx, wy, tx, ty);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param homogeneous cast=(gboolean)
- * @param spacing cast=(gint)
- */
-public static final native int /*long*/ _gtk_vbox_new(boolean homogeneous, int spacing);
-public static final int /*long*/ gtk_vbox_new(boolean homogeneous, int spacing) {
- lock.lock();
- try {
- return _gtk_vbox_new(homogeneous, spacing);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param tree_view
+ * cast=(GtkTreeView *)
+ */
+ public static final native void _gtk_tree_view_convert_widget_to_bin_window_coords(
+ int /* long */tree_view, int wx, int wy, int[] tx, int[] ty);
+
+ public static final void gtk_tree_view_convert_widget_to_bin_window_coords(
+ int /* long */tree_view, int wx, int wy, int[] tx, int[] ty) {
+ lock.lock();
+ try {
+ _gtk_tree_view_convert_widget_to_bin_window_coords(tree_view, wx,
+ wy, tx, ty);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param viewport cast=(GtkViewport *) */
-public static final native int _gtk_viewport_get_shadow_type(int /*long*/ viewport);
-public static final int gtk_viewport_get_shadow_type(int /*long*/ viewport) {
- lock.lock();
- try {
- return _gtk_viewport_get_shadow_type(viewport);
- } finally {
- lock.unlock();
+
+ /**
+ * @param homogeneous
+ * cast=(gboolean)
+ * @param spacing
+ * cast=(gint)
+ */
+ public static final native int /* long */_gtk_vbox_new(
+ boolean homogeneous, int spacing);
+
+ public static final int /* long */gtk_vbox_new(boolean homogeneous,
+ int spacing) {
+ lock.lock();
+ try {
+ return _gtk_vbox_new(homogeneous, spacing);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param viewport cast=(GtkViewport *)
- * @param type cast=(GtkShadowType)
- */
-public static final native void _gtk_viewport_set_shadow_type(int /*long*/ viewport, int type);
-public static final void gtk_viewport_set_shadow_type(int /*long*/ viewport, int type) {
- lock.lock();
- try {
- _gtk_viewport_set_shadow_type(viewport, type);
- } finally {
- lock.unlock();
+
+ /**
+ * @param viewport
+ * cast=(GtkViewport *)
+ */
+ public static final native int _gtk_viewport_get_shadow_type(
+ int /* long */viewport);
+
+ public static final int gtk_viewport_get_shadow_type(int /* long */viewport) {
+ lock.lock();
+ try {
+ return _gtk_viewport_get_shadow_type(viewport);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param adjustment cast=(GtkAdjustment *) */
-public static final native int /*long*/ _gtk_vscale_new(int /*long*/ adjustment);
-public static final int /*long*/ gtk_vscale_new(int /*long*/ adjustment) {
- lock.lock();
- try {
- return _gtk_vscale_new(adjustment);
- } finally {
- lock.unlock();
+
+ /**
+ * @param viewport
+ * cast=(GtkViewport *)
+ * @param type
+ * cast=(GtkShadowType)
+ */
+ public static final native void _gtk_viewport_set_shadow_type(
+ int /* long */viewport, int type);
+
+ public static final void gtk_viewport_set_shadow_type(int /* long */viewport,
+ int type) {
+ lock.lock();
+ try {
+ _gtk_viewport_set_shadow_type(viewport, type);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param adjustment cast=(GtkAdjustment *) */
-public static final native int /*long*/ _gtk_vscrollbar_new(int /*long*/ adjustment);
-public static final int /*long*/ gtk_vscrollbar_new(int /*long*/ adjustment) {
- lock.lock();
- try {
- return _gtk_vscrollbar_new(adjustment);
- } finally {
- lock.unlock();
+
+ /**
+ * @param adjustment
+ * cast=(GtkAdjustment *)
+ */
+ public static final native int /* long */_gtk_vscale_new(
+ int /* long */adjustment);
+
+ public static final int /* long */gtk_vscale_new(int /* long */adjustment) {
+ lock.lock();
+ try {
+ return _gtk_vscale_new(adjustment);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_vseparator_new();
-public static final int /*long*/ gtk_vseparator_new() {
- lock.lock();
- try {
- return _gtk_vseparator_new();
- } finally {
- lock.unlock();
+
+ /**
+ * @param adjustment
+ * cast=(GtkAdjustment *)
+ */
+ public static final native int /* long */_gtk_vscrollbar_new(
+ int /* long */adjustment);
+
+ public static final int /* long */gtk_vscrollbar_new(
+ int /* long */adjustment) {
+ lock.lock();
+ try {
+ return _gtk_vscrollbar_new(adjustment);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param accel_signal cast=(const gchar *)
- * @param accel_group cast=(GtkAccelGroup *)
- * @param accel_key cast=(guint)
- * @param accel_mods cast=(GdkModifierType)
- */
-public static final native void _gtk_widget_add_accelerator(int /*long*/ widget, byte[] accel_signal, int /*long*/ accel_group, int accel_key, int accel_mods, int accel_flags);
-public static final void gtk_widget_add_accelerator(int /*long*/ widget, byte[] accel_signal, int /*long*/ accel_group, int accel_key, int accel_mods, int accel_flags) {
- lock.lock();
- try {
- _gtk_widget_add_accelerator(widget, accel_signal, accel_group, accel_key, accel_mods, accel_flags);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_vseparator_new();
+
+ public static final int /* long */gtk_vseparator_new() {
+ lock.lock();
+ try {
+ return _gtk_vseparator_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param events cast=(gint)
- */
-public static final native void _gtk_widget_add_events(int /*long*/ widget, int events);
-public static final void gtk_widget_add_events(int /*long*/ widget, int events) {
- lock.lock();
- try {
- _gtk_widget_add_events(widget, events);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param accel_signal
+ * cast=(const gchar *)
+ * @param accel_group
+ * cast=(GtkAccelGroup *)
+ * @param accel_key
+ * cast=(guint)
+ * @param accel_mods
+ * cast=(GdkModifierType)
+ */
+ public static final native void _gtk_widget_add_accelerator(
+ int /* long */widget, byte[] accel_signal,
+ int /* long */accel_group, int accel_key, int accel_mods,
+ int accel_flags);
+
+ public static final void gtk_widget_add_accelerator(int /* long */widget,
+ byte[] accel_signal, int /* long */accel_group, int accel_key,
+ int accel_mods, int accel_flags) {
+ lock.lock();
+ try {
+ _gtk_widget_add_accelerator(widget, accel_signal, accel_group,
+ accel_key, accel_mods, accel_flags);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native boolean _gtk_widget_child_focus(int /*long*/ widget, int direction);
-public static final boolean gtk_widget_child_focus(int /*long*/ widget, int direction) {
- lock.lock();
- try {
- return _gtk_widget_child_focus(widget, direction);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param events
+ * cast=(gint)
+ */
+ public static final native void _gtk_widget_add_events(
+ int /* long */widget, int events);
+
+ public static final void gtk_widget_add_events(int /* long */widget,
+ int events) {
+ lock.lock();
+ try {
+ _gtk_widget_add_events(widget, events);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param text cast=(const gchar *)
- */
-public static final native int /*long*/ _gtk_widget_create_pango_layout(int /*long*/ widget, byte[] text);
-public static final int /*long*/ gtk_widget_create_pango_layout(int /*long*/ widget, byte[] text) {
- lock.lock();
- try {
- return _gtk_widget_create_pango_layout(widget, text);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native boolean _gtk_widget_child_focus(
+ int /* long */widget, int direction);
+
+ public static final boolean gtk_widget_child_focus(int /* long */widget,
+ int direction) {
+ lock.lock();
+ try {
+ return _gtk_widget_child_focus(widget, direction);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param text cast=(const gchar *)
- */
-public static final native int /*long*/ _gtk_widget_create_pango_layout(int /*long*/ widget, int /*long*/ text);
-public static final int /*long*/ gtk_widget_create_pango_layout(int /*long*/ widget, int /*long*/ text) {
- lock.lock();
- try {
- return _gtk_widget_create_pango_layout(widget, text);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param text
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_gtk_widget_create_pango_layout(
+ int /* long */widget, byte[] text);
+
+ public static final int /* long */gtk_widget_create_pango_layout(
+ int /* long */widget, byte[] text) {
+ lock.lock();
+ try {
+ return _gtk_widget_create_pango_layout(widget, text);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native void _gtk_widget_destroy(int /*long*/ widget);
-public static final void gtk_widget_destroy(int /*long*/ widget) {
- lock.lock();
- try {
- _gtk_widget_destroy(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param text
+ * cast=(const gchar *)
+ */
+ public static final native int /* long */_gtk_widget_create_pango_layout(
+ int /* long */widget, int /* long */text);
+
+ public static final int /* long */gtk_widget_create_pango_layout(
+ int /* long */widget, int /* long */text) {
+ lock.lock();
+ try {
+ return _gtk_widget_create_pango_layout(widget, text);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param event cast=(GdkEvent *)
- */
-public static final native boolean _gtk_widget_event(int /*long*/ widget, int /*long*/ event);
-public static final boolean gtk_widget_event(int /*long*/ widget, int /*long*/ event) {
- lock.lock();
- try {
- return _gtk_widget_event(widget, event);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_widget_destroy(int /* long */widget);
+
+ public static final void gtk_widget_destroy(int /* long */widget) {
+ lock.lock();
+ try {
+ _gtk_widget_destroy(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native int /*long*/ _gtk_widget_get_accessible (int /*long*/ widget);
-public static final int /*long*/ gtk_widget_get_accessible (int /*long*/ widget) {
- lock.lock();
- try {
- return _gtk_widget_get_accessible(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param event
+ * cast=(GdkEvent *)
+ */
+ public static final native boolean _gtk_widget_event(int /* long */widget,
+ int /* long */event);
+
+ public static final boolean gtk_widget_event(int /* long */widget,
+ int /* long */event) {
+ lock.lock();
+ try {
+ return _gtk_widget_event(widget, event);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native boolean _gtk_widget_get_child_visible (int /*long*/ widget);
-public static final boolean gtk_widget_get_child_visible (int /*long*/ widget) {
- lock.lock();
- try {
- return _gtk_widget_get_child_visible(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native int /* long */_gtk_widget_get_accessible(
+ int /* long */widget);
+
+ public static final int /* long */gtk_widget_get_accessible(
+ int /* long */widget) {
+ lock.lock();
+ try {
+ return _gtk_widget_get_accessible(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int _gtk_widget_get_default_direction();
-public static final int gtk_widget_get_default_direction() {
- lock.lock();
- try {
- return _gtk_widget_get_default_direction();
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native boolean _gtk_widget_get_child_visible(
+ int /* long */widget);
+
+ public static final boolean gtk_widget_get_child_visible(
+ int /* long */widget) {
+ lock.lock();
+ try {
+ return _gtk_widget_get_child_visible(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_widget_get_default_style();
-public static final int /*long*/ gtk_widget_get_default_style() {
- lock.lock();
- try {
- return _gtk_widget_get_default_style();
- } finally {
- lock.unlock();
+
+ public static final native int _gtk_widget_get_default_direction();
+
+ public static final int gtk_widget_get_default_direction() {
+ lock.lock();
+ try {
+ return _gtk_widget_get_default_direction();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native int _gtk_widget_get_direction(int /*long*/ widget);
-public static final int gtk_widget_get_direction(int /*long*/ widget) {
- lock.lock();
- try {
- return _gtk_widget_get_direction(widget);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_widget_get_default_style();
+
+ public static final int /* long */gtk_widget_get_default_style() {
+ lock.lock();
+ try {
+ return _gtk_widget_get_default_style();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native int _gtk_widget_get_events(int /*long*/ widget);
-public static final int gtk_widget_get_events(int /*long*/ widget) {
- lock.lock();
- try {
- return _gtk_widget_get_events(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native int _gtk_widget_get_direction(
+ int /* long */widget);
+
+ public static final int gtk_widget_get_direction(int /* long */widget) {
+ lock.lock();
+ try {
+ return _gtk_widget_get_direction(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native int /*long*/ _gtk_widget_get_modifier_style(int /*long*/ widget);
-public static final int /*long*/ gtk_widget_get_modifier_style(int /*long*/ widget) {
- lock.lock();
- try {
- return _gtk_widget_get_modifier_style(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native int _gtk_widget_get_events(int /* long */widget);
+
+ public static final int gtk_widget_get_events(int /* long */widget) {
+ lock.lock();
+ try {
+ return _gtk_widget_get_events(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native int /*long*/ _gtk_widget_get_pango_context(int /*long*/ widget);
-public static final int /*long*/ gtk_widget_get_pango_context(int /*long*/ widget) {
- lock.lock();
- try {
- return _gtk_widget_get_pango_context(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native int /* long */_gtk_widget_get_modifier_style(
+ int /* long */widget);
+
+ public static final int /* long */gtk_widget_get_modifier_style(
+ int /* long */widget) {
+ lock.lock();
+ try {
+ return _gtk_widget_get_modifier_style(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native int /*long*/ _gtk_widget_get_parent(int /*long*/ widget);
-public static final int /*long*/ gtk_widget_get_parent(int /*long*/ widget) {
- lock.lock();
- try {
- return _gtk_widget_get_parent(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native int /* long */_gtk_widget_get_pango_context(
+ int /* long */widget);
+
+ public static final int /* long */gtk_widget_get_pango_context(
+ int /* long */widget) {
+ lock.lock();
+ try {
+ return _gtk_widget_get_pango_context(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native int /*long*/ _gtk_widget_get_parent_window(int /*long*/ widget);
-public static final int /*long*/ gtk_widget_get_parent_window(int /*long*/ widget) {
- lock.lock();
- try {
- return _gtk_widget_get_parent_window(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native int /* long */_gtk_widget_get_parent(
+ int /* long */widget);
+
+ public static final int /* long */gtk_widget_get_parent(
+ int /* long */widget) {
+ lock.lock();
+ try {
+ return _gtk_widget_get_parent(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native int /*long*/ _gtk_widget_get_style(int /*long*/ widget);
-public static final int /*long*/ gtk_widget_get_style(int /*long*/ widget) {
- lock.lock();
- try {
- return _gtk_widget_get_style(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native int /* long */_gtk_widget_get_parent_window(
+ int /* long */widget);
+
+ public static final int /* long */gtk_widget_get_parent_window(
+ int /* long */widget) {
+ lock.lock();
+ try {
+ return _gtk_widget_get_parent_window(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param width cast=(gint *)
- * @param height cast=(gint *)
- */
-public static final native void _gtk_widget_get_size_request(int /*long*/ widget, int [] width, int [] height);
-public static final void gtk_widget_get_size_request(int /*long*/ widget, int [] width, int [] height) {
- lock.lock();
- try {
- _gtk_widget_get_size_request(widget, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native int /* long */_gtk_widget_get_style(
+ int /* long */widget);
+
+ public static final int /* long */gtk_widget_get_style(
+ int /* long */widget) {
+ lock.lock();
+ try {
+ return _gtk_widget_get_style(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native int /*long*/ _gtk_widget_get_toplevel (int /*long*/ widget);
-public static final int /*long*/ gtk_widget_get_toplevel (int /*long*/ widget) {
- lock.lock();
- try {
- return _gtk_widget_get_toplevel(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param width
+ * cast=(gint *)
+ * @param height
+ * cast=(gint *)
+ */
+ public static final native void _gtk_widget_get_size_request(
+ int /* long */widget, int[] width, int[] height);
+
+ public static final void gtk_widget_get_size_request(int /* long */widget,
+ int[] width, int[] height) {
+ lock.lock();
+ try {
+ _gtk_widget_get_size_request(widget, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _gtk_widget_get_tooltip_text (int /*long*/ widget);
-public static final int /*long*/ gtk_widget_get_tooltip_text (int /*long*/ widget) {
- lock.lock();
- try {
- return _gtk_widget_get_tooltip_text(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native int /* long */_gtk_widget_get_toplevel(
+ int /* long */widget);
+
+ public static final int /* long */gtk_widget_get_toplevel(
+ int /* long */widget) {
+ lock.lock();
+ try {
+ return _gtk_widget_get_toplevel(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native void _gtk_widget_grab_focus(int /*long*/ widget);
-public static final void gtk_widget_grab_focus(int /*long*/ widget) {
- lock.lock();
- try {
- _gtk_widget_grab_focus(widget);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_gtk_widget_get_tooltip_text(
+ int /* long */widget);
+
+ public static final int /* long */gtk_widget_get_tooltip_text(
+ int /* long */widget) {
+ lock.lock();
+ try {
+ return _gtk_widget_get_tooltip_text(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native void _gtk_widget_hide(int /*long*/ widget);
-public static final void gtk_widget_hide(int /*long*/ widget) {
- lock.lock();
- try {
- _gtk_widget_hide(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_widget_grab_focus(
+ int /* long */widget);
+
+ public static final void gtk_widget_grab_focus(int /* long */widget) {
+ lock.lock();
+ try {
+ _gtk_widget_grab_focus(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param widget cast=(GtkWidget *)
- */
-public static final native boolean _gtk_widget_is_composited(int /*long*/ widget);
-public static final boolean gtk_widget_is_composited(int /*long*/ widget) {
- lock.lock();
- try {
- return _gtk_widget_is_composited(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_widget_hide(int /* long */widget);
+
+ public static final void gtk_widget_hide(int /* long */widget) {
+ lock.lock();
+ try {
+ _gtk_widget_hide(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native boolean _gtk_widget_is_focus(int /*long*/ widget);
-public static final boolean gtk_widget_is_focus(int /*long*/ widget) {
- lock.lock();
- try {
- return _gtk_widget_is_focus(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native boolean _gtk_widget_is_composited(
+ int /* long */widget);
+
+ public static final boolean gtk_widget_is_composited(int /* long */widget) {
+ lock.lock();
+ try {
+ return _gtk_widget_is_composited(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native void _gtk_widget_map(int /*long*/ widget);
-public static final void gtk_widget_map(int /*long*/ widget) {
- lock.lock();
- try {
- _gtk_widget_map(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native boolean _gtk_widget_is_focus(
+ int /* long */widget);
+
+ public static final boolean gtk_widget_is_focus(int /* long */widget) {
+ lock.lock();
+ try {
+ return _gtk_widget_is_focus(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param group_cycling cast=(gboolean)
- */
-public static final native boolean _gtk_widget_mnemonic_activate(int /*long*/ widget, boolean group_cycling);
-public static final boolean gtk_widget_mnemonic_activate(int /*long*/ widget, boolean group_cycling) {
- lock.lock();
- try {
- return _gtk_widget_mnemonic_activate(widget, group_cycling);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_widget_map(int /* long */widget);
+
+ public static final void gtk_widget_map(int /* long */widget) {
+ lock.lock();
+ try {
+ _gtk_widget_map(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param state cast=(GtkStateType)
- * @param color cast=(GdkColor *),flags=no_out
- */
-public static final native void _gtk_widget_modify_base(int /*long*/ widget, int state, GdkColor color);
-public static final void gtk_widget_modify_base(int /*long*/ widget, int state, GdkColor color) {
- lock.lock();
- try {
- _gtk_widget_modify_base(widget, state, color);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param group_cycling
+ * cast=(gboolean)
+ */
+ public static final native boolean _gtk_widget_mnemonic_activate(
+ int /* long */widget, boolean group_cycling);
+
+ public static final boolean gtk_widget_mnemonic_activate(
+ int /* long */widget, boolean group_cycling) {
+ lock.lock();
+ try {
+ return _gtk_widget_mnemonic_activate(widget, group_cycling);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param state cast=(GtkStateType)
- * @param color cast=(GdkColor *),flags=no_out
- */
-public static final native void _gtk_widget_modify_bg(int /*long*/ widget, int state, GdkColor color);
-public static final void gtk_widget_modify_bg(int /*long*/ widget, int state, GdkColor color) {
- lock.lock();
- try {
- _gtk_widget_modify_bg(widget, state, color);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param state
+ * cast=(GtkStateType)
+ * @param color
+ * cast=(GdkColor *),flags=no_out
+ */
+ public static final native void _gtk_widget_modify_base(
+ int /* long */widget, int state, GdkColor color);
+
+ public static final void gtk_widget_modify_base(int /* long */widget,
+ int state, GdkColor color) {
+ lock.lock();
+ try {
+ _gtk_widget_modify_base(widget, state, color);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param state cast=(GtkStateType)
- * @param color cast=(GdkColor *),flags=no_out
- */
-public static final native void _gtk_widget_modify_fg(int /*long*/ widget, int state, GdkColor color);
-public static final void gtk_widget_modify_fg(int /*long*/ widget, int state, GdkColor color) {
- lock.lock();
- try {
- _gtk_widget_modify_fg(widget, state, color);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param state
+ * cast=(GtkStateType)
+ * @param color
+ * cast=(GdkColor *),flags=no_out
+ */
+ public static final native void _gtk_widget_modify_bg(int /* long */widget,
+ int state, GdkColor color);
+
+ public static final void gtk_widget_modify_bg(int /* long */widget,
+ int state, GdkColor color) {
+ lock.lock();
+ try {
+ _gtk_widget_modify_bg(widget, state, color);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param pango_font_descr cast=(PangoFontDescription *)
- */
-public static final native void _gtk_widget_modify_font(int /*long*/ widget, int /*long*/ pango_font_descr);
-public static final void gtk_widget_modify_font(int /*long*/ widget, int /*long*/ pango_font_descr) {
- lock.lock();
- try {
- _gtk_widget_modify_font(widget, pango_font_descr);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param state
+ * cast=(GtkStateType)
+ * @param color
+ * cast=(GdkColor *),flags=no_out
+ */
+ public static final native void _gtk_widget_modify_fg(int /* long */widget,
+ int state, GdkColor color);
+
+ public static final void gtk_widget_modify_fg(int /* long */widget,
+ int state, GdkColor color) {
+ lock.lock();
+ try {
+ _gtk_widget_modify_fg(widget, state, color);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param style cast=(GtkRcStyle *)
- */
-public static final native void _gtk_widget_modify_style(int /*long*/ widget, int /*long*/ style);
-public static final void gtk_widget_modify_style(int /*long*/ widget, int /*long*/ style) {
- lock.lock();
- try {
- _gtk_widget_modify_style(widget, style);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param pango_font_descr
+ * cast=(PangoFontDescription *)
+ */
+ public static final native void _gtk_widget_modify_font(
+ int /* long */widget, int /* long */pango_font_descr);
+
+ public static final void gtk_widget_modify_font(int /* long */widget,
+ int /* long */pango_font_descr) {
+ lock.lock();
+ try {
+ _gtk_widget_modify_font(widget, pango_font_descr);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param state cast=(GtkStateType)
- * @param color cast=(GdkColor *),flags=no_out
- */
-public static final native void _gtk_widget_modify_text(int /*long*/ widget, int state, GdkColor color);
-public static final void gtk_widget_modify_text(int /*long*/ widget, int state, GdkColor color) {
- lock.lock();
- try {
- _gtk_widget_modify_text(widget, state, color);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param style
+ * cast=(GtkRcStyle *)
+ */
+ public static final native void _gtk_widget_modify_style(
+ int /* long */widget, int /* long */style);
+
+ public static final void gtk_widget_modify_style(int /* long */widget,
+ int /* long */style) {
+ lock.lock();
+ try {
+ _gtk_widget_modify_style(widget, style);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native void _gtk_widget_queue_resize(int /*long*/ widget);
-public static final void gtk_widget_queue_resize(int /*long*/ widget) {
- lock.lock();
- try {
- _gtk_widget_queue_resize(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param state
+ * cast=(GtkStateType)
+ * @param color
+ * cast=(GdkColor *),flags=no_out
+ */
+ public static final native void _gtk_widget_modify_text(
+ int /* long */widget, int state, GdkColor color);
+
+ public static final void gtk_widget_modify_text(int /* long */widget,
+ int state, GdkColor color) {
+ lock.lock();
+ try {
+ _gtk_widget_modify_text(widget, state, color);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native void _gtk_widget_realize(int /*long*/ widget);
-public static final void gtk_widget_realize(int /*long*/ widget) {
- lock.lock();
- try {
- _gtk_widget_realize(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_widget_queue_resize(
+ int /* long */widget);
+
+ public static final void gtk_widget_queue_resize(int /* long */widget) {
+ lock.lock();
+ try {
+ _gtk_widget_queue_resize(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param accel_group cast=(GtkAccelGroup *)
- * @param accel_key cast=(guint)
- * @param accel_mods cast=(GdkModifierType)
- */
-public static final native void _gtk_widget_remove_accelerator(int /*long*/ widget, int /*long*/ accel_group, int accel_key, int accel_mods);
-public static final void gtk_widget_remove_accelerator(int /*long*/ widget, int /*long*/ accel_group, int accel_key, int accel_mods) {
- lock.lock();
- try {
- _gtk_widget_remove_accelerator(widget, accel_group, accel_key, accel_mods);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_widget_realize(int /* long */widget);
+
+ public static final void gtk_widget_realize(int /* long */widget) {
+ lock.lock();
+ try {
+ _gtk_widget_realize(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param new_parent cast=(GtkWidget *)
- */
-public static final native void _gtk_widget_reparent(int /*long*/ widget, int /*long*/ new_parent);
-public static final void gtk_widget_reparent(int /*long*/ widget, int /*long*/ new_parent) {
- lock.lock();
- try {
- _gtk_widget_reparent(widget, new_parent);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param accel_group
+ * cast=(GtkAccelGroup *)
+ * @param accel_key
+ * cast=(guint)
+ * @param accel_mods
+ * cast=(GdkModifierType)
+ */
+ public static final native void _gtk_widget_remove_accelerator(
+ int /* long */widget, int /* long */accel_group, int accel_key,
+ int accel_mods);
+
+ public static final void gtk_widget_remove_accelerator(
+ int /* long */widget, int /* long */accel_group, int accel_key,
+ int accel_mods) {
+ lock.lock();
+ try {
+ _gtk_widget_remove_accelerator(widget, accel_group, accel_key,
+ accel_mods);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param event cast=(GdkEvent *)
- */
-public static final native int _gtk_widget_send_expose(int /*long*/ widget, int /*long*/ event);
-public static final int gtk_widget_send_expose(int /*long*/ widget, int /*long*/ event) {
- lock.lock();
- try {
- return _gtk_widget_send_expose(widget, event);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param new_parent
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_widget_reparent(int /* long */widget,
+ int /* long */new_parent);
+
+ public static final void gtk_widget_reparent(int /* long */widget,
+ int /* long */new_parent) {
+ lock.lock();
+ try {
+ _gtk_widget_reparent(widget, new_parent);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native void _gtk_widget_set_app_paintable(int /*long*/ widget, boolean app_paintable);
-public static final void gtk_widget_set_app_paintable(int /*long*/ widget, boolean app_paintable) {
- lock.lock();
- try {
- _gtk_widget_set_app_paintable(widget, app_paintable);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param event
+ * cast=(GdkEvent *)
+ */
+ public static final native int _gtk_widget_send_expose(
+ int /* long */widget, int /* long */event);
+
+ public static final int gtk_widget_send_expose(int /* long */widget,
+ int /* long */event) {
+ lock.lock();
+ try {
+ return _gtk_widget_send_expose(widget, event);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param dir cast=(GtkTextDirection) */
-public static final native void _gtk_widget_set_default_direction(int dir);
-public static final void gtk_widget_set_default_direction(int dir) {
- lock.lock();
- try {
- _gtk_widget_set_default_direction(dir);
- } finally {
- lock.unlock();
- }
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param dir cast=(GtkTextDirection)
- */
-public static final native void _gtk_widget_set_direction(int /*long*/ widget, int dir);
-public static final void gtk_widget_set_direction(int /*long*/ widget, int dir) {
- lock.lock();
- try {
- _gtk_widget_set_direction(widget, dir);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_widget_set_app_paintable(
+ int /* long */widget, boolean app_paintable);
+
+ public static final void gtk_widget_set_app_paintable(int /* long */widget,
+ boolean app_paintable) {
+ lock.lock();
+ try {
+ _gtk_widget_set_app_paintable(widget, app_paintable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param double_buffered cast=(gboolean)
- */
-public static final native void _gtk_widget_set_double_buffered(int /*long*/ widget, boolean double_buffered);
-public static final void gtk_widget_set_double_buffered(int /*long*/ widget, boolean double_buffered) {
- lock.lock();
- try {
- _gtk_widget_set_double_buffered(widget, double_buffered);
- } finally {
- lock.unlock();
+
+ /**
+ * @param dir
+ * cast=(GtkTextDirection)
+ */
+ public static final native void _gtk_widget_set_default_direction(int dir);
+
+ public static final void gtk_widget_set_default_direction(int dir) {
+ lock.lock();
+ try {
+ _gtk_widget_set_default_direction(dir);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param name cast=(const char *)
- */
-public static final native void _gtk_widget_set_name(int /*long*/ widget, byte[] name);
-public static final void gtk_widget_set_name(int /*long*/ widget, byte[] name) {
- lock.lock();
- try {
- _gtk_widget_set_name(widget, name);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param dir
+ * cast=(GtkTextDirection)
+ */
+ public static final native void _gtk_widget_set_direction(
+ int /* long */widget, int dir);
+
+ public static final void gtk_widget_set_direction(int /* long */widget,
+ int dir) {
+ lock.lock();
+ try {
+ _gtk_widget_set_direction(widget, dir);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param redraw cast=(gboolean)
- */
-public static final native void _gtk_widget_set_redraw_on_allocate(int /*long*/ widget, boolean redraw);
-public static final void gtk_widget_set_redraw_on_allocate(int /*long*/ widget, boolean redraw) {
- lock.lock();
- try {
- _gtk_widget_set_redraw_on_allocate(widget, redraw);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param double_buffered
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_widget_set_double_buffered(
+ int /* long */widget, boolean double_buffered);
+
+ public static final void gtk_widget_set_double_buffered(
+ int /* long */widget, boolean double_buffered) {
+ lock.lock();
+ try {
+ _gtk_widget_set_double_buffered(widget, double_buffered);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param sensitive cast=(gboolean)
- */
-public static final native void _gtk_widget_set_sensitive(int /*long*/ widget, boolean sensitive);
-public static final void gtk_widget_set_sensitive(int /*long*/ widget, boolean sensitive) {
- lock.lock();
- try {
- _gtk_widget_set_sensitive(widget, sensitive);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param name
+ * cast=(const char *)
+ */
+ public static final native void _gtk_widget_set_name(int /* long */widget,
+ byte[] name);
+
+ public static final void gtk_widget_set_name(int /* long */widget,
+ byte[] name) {
+ lock.lock();
+ try {
+ _gtk_widget_set_name(widget, name);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param width cast=(gint)
- * @param height cast=(gint)
- */
-public static final native void _gtk_widget_set_size_request(int /*long*/ widget, int width, int height);
-public static final void gtk_widget_set_size_request(int /*long*/ widget, int width, int height) {
- lock.lock();
- try {
- _gtk_widget_set_size_request(widget, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param redraw
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_widget_set_redraw_on_allocate(
+ int /* long */widget, boolean redraw);
+
+ public static final void gtk_widget_set_redraw_on_allocate(
+ int /* long */widget, boolean redraw) {
+ lock.lock();
+ try {
+ _gtk_widget_set_redraw_on_allocate(widget, redraw);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param state cast=(GtkStateType)
- */
-public static final native void _gtk_widget_set_state(int /*long*/ widget, int state);
-public static final void gtk_widget_set_state(int /*long*/ widget, int state) {
- lock.lock();
- try {
- _gtk_widget_set_state(widget, state);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param sensitive
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_widget_set_sensitive(
+ int /* long */widget, boolean sensitive);
+
+ public static final void gtk_widget_set_sensitive(int /* long */widget,
+ boolean sensitive) {
+ lock.lock();
+ try {
+ _gtk_widget_set_sensitive(widget, sensitive);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param style cast=(GtkStyle *)
- */
-public static final native void _gtk_widget_set_style(int /*long*/ widget, int /*long*/ style);
-public static final void gtk_widget_set_style(int /*long*/ widget, int /*long*/ style) {
- lock.lock();
- try {
- _gtk_widget_set_style(widget, style);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param width
+ * cast=(gint)
+ * @param height
+ * cast=(gint)
+ */
+ public static final native void _gtk_widget_set_size_request(
+ int /* long */widget, int width, int height);
+
+ public static final void gtk_widget_set_size_request(int /* long */widget,
+ int width, int height) {
+ lock.lock();
+ try {
+ _gtk_widget_set_size_request(widget, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param shape_mask cast=(GdkBitmap *)
- * @param offset_x cast=(gint)
- * @param offset_y cast=(gint)
- */
-public static final native void _gtk_widget_shape_combine_mask(int /*long*/ widget, int /*long*/ shape_mask, int offset_x, int offset_y);
-public static final void gtk_widget_shape_combine_mask(int /*long*/ widget, int /*long*/ shape_mask, int offset_x, int offset_y) {
- lock.lock();
- try {
- _gtk_widget_shape_combine_mask(widget, shape_mask, offset_x, offset_y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param state
+ * cast=(GtkStateType)
+ */
+ public static final native void _gtk_widget_set_state(int /* long */widget,
+ int state);
+
+ public static final void gtk_widget_set_state(int /* long */widget, int state) {
+ lock.lock();
+ try {
+ _gtk_widget_set_state(widget, state);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native void _gtk_widget_show(int /*long*/ widget);
-public static final void gtk_widget_show(int /*long*/ widget) {
- lock.lock();
- try {
- _gtk_widget_show(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param style
+ * cast=(GtkStyle *)
+ */
+ public static final native void _gtk_widget_set_style(int /* long */widget,
+ int /* long */style);
+
+ public static final void gtk_widget_set_style(int /* long */widget,
+ int /* long */style) {
+ lock.lock();
+ try {
+ _gtk_widget_set_style(widget, style);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native void _gtk_widget_show_now(int /*long*/ widget);
-public static final void gtk_widget_show_now(int /*long*/ widget) {
- lock.lock();
- try {
- _gtk_widget_show_now(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param shape_mask
+ * cast=(GdkBitmap *)
+ * @param offset_x
+ * cast=(gint)
+ * @param offset_y
+ * cast=(gint)
+ */
+ public static final native void _gtk_widget_shape_combine_mask(
+ int /* long */widget, int /* long */shape_mask, int offset_x,
+ int offset_y);
+
+ public static final void gtk_widget_shape_combine_mask(
+ int /* long */widget, int /* long */shape_mask, int offset_x,
+ int offset_y) {
+ lock.lock();
+ try {
+ _gtk_widget_shape_combine_mask(widget, shape_mask, offset_x,
+ offset_y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param allocation cast=(GtkAllocation *),flags=no_out
- */
-public static final native void _gtk_widget_size_allocate(int /*long*/ widget, GtkAllocation allocation);
-public static final void gtk_widget_size_allocate(int /*long*/ widget, GtkAllocation allocation) {
- lock.lock();
- try {
- _gtk_widget_size_allocate(widget, allocation);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_widget_show(int /* long */widget);
+
+ public static final void gtk_widget_show(int /* long */widget) {
+ lock.lock();
+ try {
+ _gtk_widget_show(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param requisition cast=(GtkRequisition *),flags=no_in
- */
-public static final native void _gtk_widget_size_request(int /*long*/ widget, GtkRequisition requisition);
-public static final void gtk_widget_size_request(int /*long*/ widget, GtkRequisition requisition) {
- lock.lock();
- try {
- _gtk_widget_size_request(widget, requisition);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_widget_show_now(int /* long */widget);
+
+ public static final void gtk_widget_show_now(int /* long */widget) {
+ lock.lock();
+ try {
+ _gtk_widget_show_now(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param property_name cast=(const gchar *)
- * @param terminator cast=(const gchar *),flags=sentinel
- */
-public static final native void _gtk_widget_style_get(int /*long*/ widget, byte[] property_name, int[] value, int /*long*/ terminator);
-public static final void gtk_widget_style_get(int /*long*/ widget, byte[] property_name, int[] value, int /*long*/ terminator) {
- lock.lock();
- try {
- _gtk_widget_style_get(widget, property_name, value, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param allocation
+ * cast=(GtkAllocation *),flags=no_out
+ */
+ public static final native void _gtk_widget_size_allocate(
+ int /* long */widget, GtkAllocation allocation);
+
+ public static final void gtk_widget_size_allocate(int /* long */widget,
+ GtkAllocation allocation) {
+ lock.lock();
+ try {
+ _gtk_widget_size_allocate(widget, allocation);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param property_name cast=(const gchar *)
- * @param terminator cast=(const gchar *),flags=sentinel
- */
-public static final native void _gtk_widget_style_get(int /*long*/ widget, byte[] property_name, long[] value, int /*long*/ terminator);
-public static final void gtk_widget_style_get(int /*long*/ widget, byte[] property_name, long[] value, int /*long*/ terminator) {
- lock.lock();
- try {
- _gtk_widget_style_get(widget, property_name, value, terminator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param requisition
+ * cast=(GtkRequisition *),flags=no_in
+ */
+ public static final native void _gtk_widget_size_request(
+ int /* long */widget, GtkRequisition requisition);
+
+ public static final void gtk_widget_size_request(int /* long */widget,
+ GtkRequisition requisition) {
+ lock.lock();
+ try {
+ _gtk_widget_size_request(widget, requisition);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param src_widget cast=(GtkWidget *)
- * @param dest_widget cast=(GtkWidget *)
- */
-public static final native boolean _gtk_widget_translate_coordinates(int /*long*/ src_widget, int /*long*/ dest_widget, int src_x, int src_y, int[] dest_x, int[] dest_y);
-public static final boolean gtk_widget_translate_coordinates(int /*long*/ src_widget, int /*long*/ dest_widget, int src_x, int src_y, int[] dest_x, int[] dest_y) {
- lock.lock();
- try {
- return _gtk_widget_translate_coordinates(src_widget, dest_widget, src_x, src_y, dest_x, dest_y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param property_name
+ * cast=(const gchar *)
+ * @param terminator
+ * cast=(const gchar *),flags=sentinel
+ */
+ public static final native void _gtk_widget_style_get(int /* long */widget,
+ byte[] property_name, int[] value, int /* long */terminator);
+
+ public static final void gtk_widget_style_get(int /* long */widget,
+ byte[] property_name, int[] value, int /* long */terminator) {
+ lock.lock();
+ try {
+ _gtk_widget_style_get(widget, property_name, value, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param widget cast=(GtkWidget *) */
-public static final native void _gtk_widget_unrealize(int /*long*/ widget);
-public static final void gtk_widget_unrealize(int /*long*/ widget) {
- lock.lock();
- try {
- _gtk_widget_unrealize(widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param property_name
+ * cast=(const gchar *)
+ * @param terminator
+ * cast=(const gchar *),flags=sentinel
+ */
+ public static final native void _gtk_widget_style_get(int /* long */widget,
+ byte[] property_name, long[] value, int /* long */terminator);
+
+ public static final void gtk_widget_style_get(int /* long */widget,
+ byte[] property_name, long[] value, int /* long */terminator) {
+ lock.lock();
+ try {
+ _gtk_widget_style_get(widget, property_name, value, terminator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GtkWindow *) */
-public static final native boolean _gtk_window_activate_default(int /*long*/ window);
-public static final boolean gtk_window_activate_default(int /*long*/ window) {
- lock.lock();
- try {
- return _gtk_window_activate_default(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param src_widget
+ * cast=(GtkWidget *)
+ * @param dest_widget
+ * cast=(GtkWidget *)
+ */
+ public static final native boolean _gtk_widget_translate_coordinates(
+ int /* long */src_widget, int /* long */dest_widget, int src_x,
+ int src_y, int[] dest_x, int[] dest_y);
+
+ public static final boolean gtk_widget_translate_coordinates(
+ int /* long */src_widget, int /* long */dest_widget, int src_x,
+ int src_y, int[] dest_x, int[] dest_y) {
+ lock.lock();
+ try {
+ return _gtk_widget_translate_coordinates(src_widget, dest_widget,
+ src_x, src_y, dest_x, dest_y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GtkWindow *)
- * @param accel_group cast=(GtkAccelGroup *)
- */
-public static final native void _gtk_window_add_accel_group(int /*long*/ window, int /*long*/ accel_group);
-public static final void gtk_window_add_accel_group(int /*long*/ window, int /*long*/ accel_group) {
- lock.lock();
- try {
- _gtk_window_add_accel_group(window, accel_group);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_widget_unrealize(int /* long */widget);
+
+ public static final void gtk_widget_unrealize(int /* long */widget) {
+ lock.lock();
+ try {
+ _gtk_widget_unrealize(widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param handle cast=(GtkWindow *) */
-public static final native void _gtk_window_deiconify(int /*long*/ handle);
-public static final void gtk_window_deiconify(int /*long*/ handle) {
- lock.lock();
- try {
- _gtk_window_deiconify(handle);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GtkWindow *)
+ */
+ public static final native boolean _gtk_window_activate_default(
+ int /* long */window);
+
+ public static final boolean gtk_window_activate_default(
+ int /* long */window) {
+ lock.lock();
+ try {
+ return _gtk_window_activate_default(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GtkWindow *) */
-public static final native int /*long*/ _gtk_window_get_focus(int /*long*/ window);
-public static final int /*long*/ gtk_window_get_focus(int /*long*/ window) {
- lock.lock();
- try {
- return _gtk_window_get_focus(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GtkWindow *)
+ * @param accel_group
+ * cast=(GtkAccelGroup *)
+ */
+ public static final native void _gtk_window_add_accel_group(
+ int /* long */window, int /* long */accel_group);
+
+ public static final void gtk_window_add_accel_group(int /* long */window,
+ int /* long */accel_group) {
+ lock.lock();
+ try {
+ _gtk_window_add_accel_group(window, accel_group);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param window cast=(GtkWindow *)
- */
-public static final native int /*long*/ _gtk_window_get_group(int /*long*/ window);
-public static final int /*long*/ gtk_window_get_group(int /*long*/ window) {
- lock.lock();
- try {
- return _gtk_window_get_group(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param handle
+ * cast=(GtkWindow *)
+ */
+ public static final native void _gtk_window_deiconify(int /* long */handle);
+
+ public static final void gtk_window_deiconify(int /* long */handle) {
+ lock.lock();
+ try {
+ _gtk_window_deiconify(handle);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GtkWindow *) */
-public static final native int /*long*/ _gtk_window_get_icon_list(int /*long*/ window);
-public static final int /*long*/ gtk_window_get_icon_list(int /*long*/ window) {
- lock.lock();
- try {
- return _gtk_window_get_icon_list(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GtkWindow *)
+ */
+ public static final native int /* long */_gtk_window_get_focus(
+ int /* long */window);
+
+ public static final int /* long */gtk_window_get_focus(
+ int /* long */window) {
+ lock.lock();
+ try {
+ return _gtk_window_get_focus(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GtkWindow *) */
-public static final native boolean _gtk_window_get_modal(int /*long*/ window);
-public static final boolean gtk_window_get_modal(int /*long*/ window) {
- lock.lock();
- try {
- return _gtk_window_get_modal(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param window
+ * cast=(GtkWindow *)
+ */
+ public static final native int /* long */_gtk_window_get_group(
+ int /* long */window);
+
+ public static final int /* long */gtk_window_get_group(
+ int /* long */window) {
+ lock.lock();
+ try {
+ return _gtk_window_get_group(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GtkWindow *) */
-public static final native int _gtk_window_get_mnemonic_modifier(int /*long*/ window);
-public static final int gtk_window_get_mnemonic_modifier(int /*long*/ window) {
- lock.lock();
- try {
- return _gtk_window_get_mnemonic_modifier(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GtkWindow *)
+ */
+ public static final native int /* long */_gtk_window_get_icon_list(
+ int /* long */window);
+
+ public static final int /* long */gtk_window_get_icon_list(
+ int /* long */window) {
+ lock.lock();
+ try {
+ return _gtk_window_get_icon_list(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param window cast=(GtkWindow *)
- */
-public static final native double _gtk_window_get_opacity (int /*long*/ window);
-public static final double gtk_window_get_opacity (int /*long*/ window) {
- lock.lock();
- try {
- return _gtk_window_get_opacity (window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GtkWindow *)
+ */
+ public static final native boolean _gtk_window_get_modal(
+ int /* long */window);
+
+ public static final boolean gtk_window_get_modal(int /* long */window) {
+ lock.lock();
+ try {
+ return _gtk_window_get_modal(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param handle cast=(GtkWindow *)
- * @param x cast=(gint *)
- * @param y cast=(gint *)
- */
-public static final native void _gtk_window_get_position(int /*long*/ handle, int[] x, int[] y);
-public static final void gtk_window_get_position(int /*long*/ handle, int[] x, int[] y) {
- lock.lock();
- try {
- _gtk_window_get_position(handle, x, y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GtkWindow *)
+ */
+ public static final native int _gtk_window_get_mnemonic_modifier(
+ int /* long */window);
+
+ public static final int gtk_window_get_mnemonic_modifier(
+ int /* long */window) {
+ lock.lock();
+ try {
+ return _gtk_window_get_mnemonic_modifier(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param handle cast=(GtkWindow *)
- * @param x cast=(gint *)
- * @param y cast=(gint *)
- */
-public static final native void _gtk_window_get_size(int /*long*/ handle, int[] x, int[] y);
-public static final void gtk_window_get_size(int /*long*/ handle, int[] x, int[] y) {
- lock.lock();
- try {
- _gtk_window_get_size(handle, x, y);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param window
+ * cast=(GtkWindow *)
+ */
+ public static final native double _gtk_window_get_opacity(
+ int /* long */window);
+
+ public static final double gtk_window_get_opacity(int /* long */window) {
+ lock.lock();
+ try {
+ return _gtk_window_get_opacity(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param group cast=(GtkWindowGroup*)
- * @param window cast=(GtkWindow*)
- */
-public static final native void _gtk_window_group_add_window(int /*long*/ group, int /*long*/ window);
-public static final void gtk_window_group_add_window(int /*long*/ group, int /*long*/ window) {
- lock.lock();
- try {
- _gtk_window_group_add_window(group, window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param handle
+ * cast=(GtkWindow *)
+ * @param x
+ * cast=(gint *)
+ * @param y
+ * cast=(gint *)
+ */
+ public static final native void _gtk_window_get_position(
+ int /* long */handle, int[] x, int[] y);
+
+ public static final void gtk_window_get_position(int /* long */handle,
+ int[] x, int[] y) {
+ lock.lock();
+ try {
+ _gtk_window_get_position(handle, x, y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param group cast=(GtkWindowGroup*)
- * @param window cast=(GtkWindow*)
- */
-public static final native void _gtk_window_group_remove_window(int /*long*/ group, int /*long*/ window);
-public static final void gtk_window_group_remove_window(int /*long*/ group, int /*long*/ window) {
- lock.lock();
- try {
- _gtk_window_group_remove_window(group, window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param handle
+ * cast=(GtkWindow *)
+ * @param x
+ * cast=(gint *)
+ * @param y
+ * cast=(gint *)
+ */
+ public static final native void _gtk_window_get_size(int /* long */handle,
+ int[] x, int[] y);
+
+ public static final void gtk_window_get_size(int /* long */handle, int[] x,
+ int[] y) {
+ lock.lock();
+ try {
+ _gtk_window_get_size(handle, x, y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_window_group_new();
-public static final int /*long*/ gtk_window_group_new() {
- lock.lock();
- try {
- return _gtk_window_group_new();
- } finally {
- lock.unlock();
+
+ /**
+ * @param group
+ * cast=(GtkWindowGroup*)
+ * @param window
+ * cast=(GtkWindow*)
+ */
+ public static final native void _gtk_window_group_add_window(
+ int /* long */group, int /* long */window);
+
+ public static final void gtk_window_group_add_window(int /* long */group,
+ int /* long */window) {
+ lock.lock();
+ try {
+ _gtk_window_group_add_window(group, window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param handle cast=(GtkWindow *) */
-public static final native boolean _gtk_window_is_active(int /*long*/ handle);
-public static final boolean gtk_window_is_active(int /*long*/ handle) {
- lock.lock();
- try {
- return _gtk_window_is_active(handle);
- } finally {
- lock.unlock();
+
+ /**
+ * @param group
+ * cast=(GtkWindowGroup*)
+ * @param window
+ * cast=(GtkWindow*)
+ */
+ public static final native void _gtk_window_group_remove_window(
+ int /* long */group, int /* long */window);
+
+ public static final void gtk_window_group_remove_window(
+ int /* long */group, int /* long */window) {
+ lock.lock();
+ try {
+ _gtk_window_group_remove_window(group, window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param handle cast=(GtkWindow *) */
-public static final native void _gtk_window_iconify(int /*long*/ handle);
-public static final void gtk_window_iconify(int /*long*/ handle) {
- lock.lock();
- try {
- _gtk_window_iconify(handle);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_window_group_new();
+
+ public static final int /* long */gtk_window_group_new() {
+ lock.lock();
+ try {
+ return _gtk_window_group_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _gtk_window_list_toplevels ();
-public static final int /*long*/ gtk_window_list_toplevels () {
- lock.lock();
- try {
- return _gtk_window_list_toplevels ();
- } finally {
- lock.unlock();
+
+ /**
+ * @param handle
+ * cast=(GtkWindow *)
+ */
+ public static final native boolean _gtk_window_is_active(
+ int /* long */handle);
+
+ public static final boolean gtk_window_is_active(int /* long */handle) {
+ lock.lock();
+ try {
+ return _gtk_window_is_active(handle);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param handle cast=(GtkWindow *) */
-public static final native void _gtk_window_maximize(int /*long*/ handle);
-public static final void gtk_window_maximize(int /*long*/ handle) {
- lock.lock();
- try {
- _gtk_window_maximize(handle);
- } finally {
- lock.unlock();
+
+ /**
+ * @param handle
+ * cast=(GtkWindow *)
+ */
+ public static final native void _gtk_window_iconify(int /* long */handle);
+
+ public static final void gtk_window_iconify(int /* long */handle) {
+ lock.lock();
+ try {
+ _gtk_window_iconify(handle);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param handle cast=(GtkWindow *) */
-public static final native void _gtk_window_fullscreen(int /*long*/ handle);
-public static final void gtk_window_fullscreen(int /*long*/ handle) {
- lock.lock();
- try {
- _gtk_window_fullscreen(handle);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_gtk_window_list_toplevels();
+
+ public static final int /* long */gtk_window_list_toplevels() {
+ lock.lock();
+ try {
+ return _gtk_window_list_toplevels();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param handle cast=(GtkWindow *) */
-public static final native void _gtk_window_unfullscreen(int /*long*/ handle);
-public static final void gtk_window_unfullscreen(int /*long*/ handle) {
- lock.lock();
- try {
- _gtk_window_unfullscreen(handle);
- } finally {
- lock.unlock();
+
+ /**
+ * @param handle
+ * cast=(GtkWindow *)
+ */
+ public static final native void _gtk_window_maximize(int /* long */handle);
+
+ public static final void gtk_window_maximize(int /* long */handle) {
+ lock.lock();
+ try {
+ _gtk_window_maximize(handle);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param handle cast=(GtkWindow *)
- * @param x cast=(gint)
- * @param y cast=(gint)
- */
-public static final native void _gtk_window_move(int /*long*/ handle, int x, int y);
-public static final void gtk_window_move(int /*long*/ handle, int x, int y) {
- lock.lock();
- try {
- _gtk_window_move(handle, x, y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param handle
+ * cast=(GtkWindow *)
+ */
+ public static final native void _gtk_window_fullscreen(
+ int /* long */handle);
+
+ public static final void gtk_window_fullscreen(int /* long */handle) {
+ lock.lock();
+ try {
+ _gtk_window_fullscreen(handle);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param type cast=(GtkWindowType) */
-public static final native int /*long*/ _gtk_window_new(int type);
-public static final int /*long*/ gtk_window_new(int type) {
- lock.lock();
- try {
- return _gtk_window_new(type);
- } finally {
- lock.unlock();
+
+ /**
+ * @param handle
+ * cast=(GtkWindow *)
+ */
+ public static final native void _gtk_window_unfullscreen(
+ int /* long */handle);
+
+ public static final void gtk_window_unfullscreen(int /* long */handle) {
+ lock.lock();
+ try {
+ _gtk_window_unfullscreen(handle);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GtkWindow *) */
-public static final native void _gtk_window_present(int /*long*/ window);
-public static final void gtk_window_present(int /*long*/ window) {
- lock.lock();
- try {
- _gtk_window_present(window);
- } finally {
- lock.unlock();
+
+ /**
+ * @param handle
+ * cast=(GtkWindow *)
+ * @param x
+ * cast=(gint)
+ * @param y
+ * cast=(gint)
+ */
+ public static final native void _gtk_window_move(int /* long */handle,
+ int x, int y);
+
+ public static final void gtk_window_move(int /* long */handle, int x, int y) {
+ lock.lock();
+ try {
+ _gtk_window_move(handle, x, y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GtkWindow *)
- * @param accel_group cast=(GtkAccelGroup *)
- */
-public static final native void _gtk_window_remove_accel_group(int /*long*/ window, int /*long*/ accel_group);
-public static final void gtk_window_remove_accel_group(int /*long*/ window, int /*long*/ accel_group) {
- lock.lock();
- try {
- _gtk_window_remove_accel_group(window, accel_group);
- } finally {
- lock.unlock();
+
+ /**
+ * @param type
+ * cast=(GtkWindowType)
+ */
+ public static final native int /* long */_gtk_window_new(int type);
+
+ public static final int /* long */gtk_window_new(int type) {
+ lock.lock();
+ try {
+ return _gtk_window_new(type);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param handle cast=(GtkWindow *)
- * @param x cast=(gint)
- * @param y cast=(gint)
- */
-public static final native void _gtk_window_resize(int /*long*/ handle, int x, int y);
-public static final void gtk_window_resize(int /*long*/ handle, int x, int y) {
- lock.lock();
- try {
- _gtk_window_resize(handle, x, y);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GtkWindow *)
+ */
+ public static final native void _gtk_window_present(int /* long */window);
+
+ public static final void gtk_window_present(int /* long */window) {
+ lock.lock();
+ try {
+ _gtk_window_present(window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GtkWindow *)
- * @param widget cast=(GtkWidget *)
- */
-public static final native void _gtk_window_set_default(int /*long*/ window, int /*long*/ widget);
-public static final void gtk_window_set_default(int /*long*/ window, int /*long*/ widget) {
- lock.lock();
- try {
- _gtk_window_set_default(window, widget);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GtkWindow *)
+ * @param accel_group
+ * cast=(GtkAccelGroup *)
+ */
+ public static final native void _gtk_window_remove_accel_group(
+ int /* long */window, int /* long */accel_group);
+
+ public static final void gtk_window_remove_accel_group(
+ int /* long */window, int /* long */accel_group) {
+ lock.lock();
+ try {
+ _gtk_window_remove_accel_group(window, accel_group);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GtkWindow *)
- * @param setting cast=(gboolean)
- */
-public static final native void _gtk_window_set_destroy_with_parent(int /*long*/ window, boolean setting);
-public static final void gtk_window_set_destroy_with_parent(int /*long*/ window, boolean setting) {
- lock.lock();
- try {
- _gtk_window_set_destroy_with_parent(window, setting);
- } finally {
- lock.unlock();
+
+ /**
+ * @param handle
+ * cast=(GtkWindow *)
+ * @param x
+ * cast=(gint)
+ * @param y
+ * cast=(gint)
+ */
+ public static final native void _gtk_window_resize(int /* long */handle,
+ int x, int y);
+
+ public static final void gtk_window_resize(int /* long */handle, int x,
+ int y) {
+ lock.lock();
+ try {
+ _gtk_window_resize(handle, x, y);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param window cast=(GtkWindow *)
- * @param setting cast=(gboolean)
- */
-public static final native void _gtk_window_set_keep_below(int /*long*/ window, boolean setting);
-public static final void gtk_window_set_keep_below(int /*long*/ window, boolean setting) {
- lock.lock();
- try {
- _gtk_window_set_keep_below(window, setting);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GtkWindow *)
+ * @param widget
+ * cast=(GtkWidget *)
+ */
+ public static final native void _gtk_window_set_default(
+ int /* long */window, int /* long */widget);
+
+ public static final void gtk_window_set_default(int /* long */window,
+ int /* long */widget) {
+ lock.lock();
+ try {
+ _gtk_window_set_default(window, widget);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GtkWindow *)
- * @param geometry_widget cast=(GtkWidget *)
- * @param geometry flags=no_out
- */
-public static final native void _gtk_window_set_geometry_hints(int /*long*/ window, int /*long*/ geometry_widget, GdkGeometry geometry, int geom_mask);
-public static final void gtk_window_set_geometry_hints(int /*long*/ window, int /*long*/ geometry_widget, GdkGeometry geometry, int geom_mask) {
- lock.lock();
- try {
- _gtk_window_set_geometry_hints(window, geometry_widget, geometry, geom_mask);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GtkWindow *)
+ * @param setting
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_window_set_destroy_with_parent(
+ int /* long */window, boolean setting);
+
+ public static final void gtk_window_set_destroy_with_parent(
+ int /* long */window, boolean setting) {
+ lock.lock();
+ try {
+ _gtk_window_set_destroy_with_parent(window, setting);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GtkWindow *)
- * @param list cast=(GList *)
- */
-public static final native void _gtk_window_set_icon_list(int /*long*/ window, int /*long*/ list);
-public static final void gtk_window_set_icon_list(int /*long*/ window, int /*long*/ list) {
- lock.lock();
- try {
- _gtk_window_set_icon_list(window, list);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param window
+ * cast=(GtkWindow *)
+ * @param setting
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_window_set_keep_below(
+ int /* long */window, boolean setting);
+
+ public static final void gtk_window_set_keep_below(int /* long */window,
+ boolean setting) {
+ lock.lock();
+ try {
+ _gtk_window_set_keep_below(window, setting);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GtkWindow *)
- * @param modal cast=(gboolean)
- */
-public static final native void _gtk_window_set_modal(int /*long*/ window, boolean modal);
-public static final void gtk_window_set_modal(int /*long*/ window, boolean modal) {
- lock.lock();
- try {
- _gtk_window_set_modal(window, modal);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GtkWindow *)
+ * @param geometry_widget
+ * cast=(GtkWidget *)
+ * @param geometry
+ * flags=no_out
+ */
+ public static final native void _gtk_window_set_geometry_hints(
+ int /* long */window, int /* long */geometry_widget,
+ GdkGeometry geometry, int geom_mask);
+
+ public static final void gtk_window_set_geometry_hints(
+ int /* long */window, int /* long */geometry_widget,
+ GdkGeometry geometry, int geom_mask) {
+ lock.lock();
+ try {
+ _gtk_window_set_geometry_hints(window, geometry_widget, geometry,
+ geom_mask);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param window cast=(GtkWindow *)
- */
-public static final native void _gtk_window_set_opacity(int /*long*/ window, double opacity);
-public static final void gtk_window_set_opacity(int /*long*/ window, double opacity) {
- lock.lock();
- try {
- _gtk_window_set_opacity(window, opacity);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GtkWindow *)
+ * @param list
+ * cast=(GList *)
+ */
+ public static final native void _gtk_window_set_icon_list(
+ int /* long */window, int /* long */list);
+
+ public static final void gtk_window_set_icon_list(int /* long */window,
+ int /* long */list) {
+ lock.lock();
+ try {
+ _gtk_window_set_icon_list(window, list);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param widget cast=(GtkWidget *)
- * @param tip_text cast=(const gchar *)
- */
-public static final native void _gtk_widget_set_tooltip_text(int /*long*/ widget, byte[] tip_text);
-public static final void gtk_widget_set_tooltip_text(int /*long*/ widget, byte[] tip_text) {
- lock.lock();
- try {
- _gtk_widget_set_tooltip_text(widget, tip_text);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GtkWindow *)
+ * @param modal
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_window_set_modal(int /* long */window,
+ boolean modal);
+
+ public static final void gtk_window_set_modal(int /* long */window,
+ boolean modal) {
+ lock.lock();
+ try {
+ _gtk_window_set_modal(window, modal);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param widget cast=(GtkWidget *)
- * @param parent_window cast=(GdkWindow *)
- */
-public static final native void _gtk_widget_set_parent_window(int /*long*/ widget, int /*long*/ parent_window);
-public static final void gtk_widget_set_parent_window(int /*long*/ widget, int /*long*/ parent_window) {
- lock.lock();
- try {
- _gtk_widget_set_parent_window(widget, parent_window);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param window
+ * cast=(GtkWindow *)
+ */
+ public static final native void _gtk_window_set_opacity(
+ int /* long */window, double opacity);
+
+ public static final void gtk_window_set_opacity(int /* long */window,
+ double opacity) {
+ lock.lock();
+ try {
+ _gtk_window_set_opacity(window, opacity);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GtkWindow *)
- * @param resizable cast=(gboolean)
- */
-public static final native void _gtk_window_set_resizable(int /*long*/ window, boolean resizable);
-public static final void gtk_window_set_resizable(int /*long*/ window, boolean resizable) {
- lock.lock();
- try {
- _gtk_window_set_resizable(window, resizable);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param tip_text
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_widget_set_tooltip_text(
+ int /* long */widget, byte[] tip_text);
+
+ public static final void gtk_widget_set_tooltip_text(int /* long */widget,
+ byte[] tip_text) {
+ lock.lock();
+ try {
+ _gtk_widget_set_tooltip_text(widget, tip_text);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GtkWindow *)
- * @param title cast=(const gchar *)
- */
-public static final native void _gtk_window_set_title(int /*long*/ window, byte[] title);
-public static final void gtk_window_set_title(int /*long*/ window, byte[] title) {
- lock.lock();
- try {
- _gtk_window_set_title(window, title);
- } finally {
- lock.unlock();
+
+ /**
+ * @param widget
+ * cast=(GtkWidget *)
+ * @param parent_window
+ * cast=(GdkWindow *)
+ */
+ public static final native void _gtk_widget_set_parent_window(
+ int /* long */widget, int /* long */parent_window);
+
+ public static final void gtk_widget_set_parent_window(int /* long */widget,
+ int /* long */parent_window) {
+ lock.lock();
+ try {
+ _gtk_widget_set_parent_window(widget, parent_window);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param window cast=(GtkWindow *)
- * @param skips_taskbar cast=(gboolean)
- */
-public static final native void _gtk_window_set_skip_taskbar_hint(int /*long*/ window, boolean skips_taskbar);
-public static final void gtk_window_set_skip_taskbar_hint(int /*long*/ window, boolean skips_taskbar) {
- lock.lock();
- try {
- _gtk_window_set_skip_taskbar_hint(window, skips_taskbar);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GtkWindow *)
+ * @param resizable
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_window_set_resizable(
+ int /* long */window, boolean resizable);
+
+ public static final void gtk_window_set_resizable(int /* long */window,
+ boolean resizable) {
+ lock.lock();
+ try {
+ _gtk_window_set_resizable(window, resizable);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param window cast=(GtkWindow *) */
-public static final native void _gtk_window_set_type_hint(int /*long*/ window, int hint);
-public static final void gtk_window_set_type_hint(int /*long*/ window, int hint) {
- lock.lock();
- try {
- _gtk_window_set_type_hint(window, hint);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GtkWindow *)
+ * @param title
+ * cast=(const gchar *)
+ */
+ public static final native void _gtk_window_set_title(int /* long */window,
+ byte[] title);
+
+ public static final void gtk_window_set_title(int /* long */window,
+ byte[] title) {
+ lock.lock();
+ try {
+ _gtk_window_set_title(window, title);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param window cast=(GtkWindow *)
- * @param parent cast=(GtkWindow *)
- */
-public static final native void _gtk_window_set_transient_for(int /*long*/ window, int /*long*/ parent);
-public static final void gtk_window_set_transient_for(int /*long*/ window, int /*long*/ parent) {
- lock.lock();
- try {
- _gtk_window_set_transient_for(window, parent);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param window
+ * cast=(GtkWindow *)
+ * @param skips_taskbar
+ * cast=(gboolean)
+ */
+ public static final native void _gtk_window_set_skip_taskbar_hint(
+ int /* long */window, boolean skips_taskbar);
+
+ public static final void gtk_window_set_skip_taskbar_hint(
+ int /* long */window, boolean skips_taskbar) {
+ lock.lock();
+ try {
+ _gtk_window_set_skip_taskbar_hint(window, skips_taskbar);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param handle cast=(GtkWindow *) */
-public static final native void _gtk_window_unmaximize(int /*long*/ handle);
-public static final void gtk_window_unmaximize(int /*long*/ handle) {
- lock.lock();
- try {
- _gtk_window_unmaximize(handle);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GtkWindow *)
+ */
+ public static final native void _gtk_window_set_type_hint(
+ int /* long */window, int hint);
+
+ public static final void gtk_window_set_type_hint(int /* long */window,
+ int hint) {
+ lock.lock();
+ try {
+ _gtk_window_set_type_hint(window, hint);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param dest cast=(void *)
- * @param src cast=(const void *),flags=no_out
- * @param size cast=(size_t)
- */
-public static final native void memmove(int /*long*/ dest, GInterfaceInfo src, int size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *),flags=no_out
- */
-public static final native void memmove(int /*long*/ dest, GObjectClass src);
-/**
- * @param dest cast=(void *)
- * @param src cast=(const void *),flags=no_out
- * @param size cast=(size_t)
- */
-public static final native void memmove(int /*long*/ dest, GTypeInfo src, int size);
-/**
- * @param dest cast=(void *)
- * @param src cast=(const void *),flags=no_out
- * @param size cast=(size_t)
- */
-public static final native void memmove(int /*long*/ dest, GtkTargetEntry src, int /*long*/ size);
-/**
- * @param dest cast=(void *)
- * @param src cast=(const void *),flags=no_out
- */
-public static final native void memmove(int /*long*/ dest, GtkAdjustment src);
-/**
- * @param dest cast=(void *)
- * @param src cast=(const void *),flags=no_out
- * @param size cast=(size_t)
- */
-public static final native void memmove(int /*long*/ dest, GdkEventButton src, int /*long*/ size);
-/**
- * @param dest cast=(void *)
- * @param src cast=(const void *),flags=no_out
- * @param size cast=(size_t)
- */
-public static final native void memmove(int /*long*/ dest, GdkEventExpose src, int /*long*/ size);
-/**
- * @param dest cast=(void *)
- * @param src cast=(const void *),flags=no_out
- * @param size cast=(size_t)
- */
-public static final native void memmove(int /*long*/ dest, GdkEventMotion src, int /*long*/ size);
-/** @param src flags=no_out */
-public static final native void memmove(int /*long*/ dest, GtkWidgetClass src);
-/**
- * @param dest cast=(void *)
- * @param src cast=(const void *),flags=no_out
- * @param size cast=(size_t)
- */
-public static final native void memmove(int /*long*/ dest, PangoAttribute src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- */
-public static final native void memmove(GObjectClass dest, int /*long*/ src);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(GTypeQuery dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- */
-public static final native void memmove(GtkColorSelectionDialog dest, int /*long*/ src);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- */
-public static final native void memmove(GdkEventProperty dest, int /*long*/ src);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(GdkDragContext dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(GtkSelectionData dest, int /*long*/ src, int /*long*/ size);
-/** @param dest flags=no_in */
-public static final native void memmove(GtkWidgetClass dest, int /*long*/ src);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(GtkTargetPair dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- */
-public static final native void memmove(GtkAdjustment dest, int /*long*/ src);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(GtkBorder dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(GdkColor dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(GdkEvent dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(GdkEventAny dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(GdkEventButton dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(GdkEventCrossing dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(GdkEventExpose dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(GdkEventFocus dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(GdkEventKey dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(GdkEventMotion dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(GdkEventScroll dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(GdkEventVisibility dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(GdkEventWindowState dest, int /*long*/ src, int /*long*/ size);
-public static final native void memmove(int /*long*/ dest, GtkCellRendererClass src);
-public static final native void memmove(GtkCellRendererClass dest, int /*long*/ src);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- */
-public static final native void memmove(GtkFixed dest, int /*long*/ src);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *),flags=no_out
- */
-public static final native void memmove(int /*long*/ dest, GtkFixed src);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- */
-public static final native void memmove(GdkVisual dest, int /*long*/ src);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- */
-public static final native void memmove(GdkImage dest, int /*long*/ src);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(GdkRectangle dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(PangoAttribute dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(PangoAttrColor dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(PangoAttrInt dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(PangoItem dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(PangoLayoutLine dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(PangoLayoutRun dest, int /*long*/ src, int /*long*/ size);
-/**
- * @param dest cast=(void *),flags=no_in
- * @param src cast=(const void *)
- * @param size cast=(size_t)
- */
-public static final native void memmove(PangoLogAttr dest, int /*long*/ src, int /*long*/ size);
-/** @param attribute cast=(const PangoAttribute *) */
-public static final native int /*long*/ _pango_attribute_copy (int /*long*/ attribute);
-public static final int /*long*/ pango_attribute_copy (int /*long*/ attribute) {
- lock.lock();
- try {
- return _pango_attribute_copy(attribute);
- } finally {
- lock.unlock();
+
+ /**
+ * @param window
+ * cast=(GtkWindow *)
+ * @param parent
+ * cast=(GtkWindow *)
+ */
+ public static final native void _gtk_window_set_transient_for(
+ int /* long */window, int /* long */parent);
+
+ public static final void gtk_window_set_transient_for(int /* long */window,
+ int /* long */parent) {
+ lock.lock();
+ try {
+ _gtk_window_set_transient_for(window, parent);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _pango_attr_background_new (short red, short green, short blue);
-public static final int /*long*/ pango_attr_background_new (short red, short green, short blue) {
- lock.lock();
- try {
- return _pango_attr_background_new(red, green, blue);
- } finally {
- lock.unlock();
+
+ /**
+ * @param handle
+ * cast=(GtkWindow *)
+ */
+ public static final native void _gtk_window_unmaximize(
+ int /* long */handle);
+
+ public static final void gtk_window_unmaximize(int /* long */handle) {
+ lock.lock();
+ try {
+ _gtk_window_unmaximize(handle);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param desc cast=(const PangoFontDescription *) */
-public static final native int /*long*/ _pango_attr_font_desc_new(int /*long*/ desc);
-public static final int /*long*/ pango_attr_font_desc_new(int /*long*/ desc) {
- lock.lock();
- try {
- return _pango_attr_font_desc_new(desc);
- } finally {
- lock.unlock();
+
+ /**
+ * @param dest
+ * cast=(void *)
+ * @param src
+ * cast=(const void *),flags=no_out
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(int /* long */dest,
+ GInterfaceInfo src, int size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *),flags=no_out
+ */
+ public static final native void memmove(int /* long */dest, GObjectClass src);
+
+ /**
+ * @param dest
+ * cast=(void *)
+ * @param src
+ * cast=(const void *),flags=no_out
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(int /* long */dest, GTypeInfo src,
+ int size);
+
+ /**
+ * @param dest
+ * cast=(void *)
+ * @param src
+ * cast=(const void *),flags=no_out
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(int /* long */dest,
+ GtkTargetEntry src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *)
+ * @param src
+ * cast=(const void *),flags=no_out
+ */
+ public static final native void memmove(int /* long */dest,
+ GtkAdjustment src);
+
+ /**
+ * @param dest
+ * cast=(void *)
+ * @param src
+ * cast=(const void *),flags=no_out
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(int /* long */dest,
+ GdkEventButton src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *)
+ * @param src
+ * cast=(const void *),flags=no_out
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(int /* long */dest,
+ GdkEventExpose src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *)
+ * @param src
+ * cast=(const void *),flags=no_out
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(int /* long */dest,
+ GdkEventMotion src, int /* long */size);
+
+ /**
+ * @param src
+ * flags=no_out
+ */
+ public static final native void memmove(int /* long */dest,
+ GtkWidgetClass src);
+
+ /**
+ * @param dest
+ * cast=(void *)
+ * @param src
+ * cast=(const void *),flags=no_out
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(int /* long */dest,
+ PangoAttribute src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ */
+ public static final native void memmove(GObjectClass dest,
+ int /* long */src);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(GTypeQuery dest, int /* long */src,
+ int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ */
+ public static final native void memmove(GtkColorSelectionDialog dest,
+ int /* long */src);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ */
+ public static final native void memmove(GdkEventProperty dest,
+ int /* long */src);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(GdkDragContext dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(GtkSelectionData dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param dest
+ * flags=no_in
+ */
+ public static final native void memmove(GtkWidgetClass dest,
+ int /* long */src);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(GtkTargetPair dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ */
+ public static final native void memmove(GtkAdjustment dest,
+ int /* long */src);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(GtkBorder dest, int /* long */src,
+ int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(GdkColor dest, int /* long */src,
+ int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(GdkEvent dest, int /* long */src,
+ int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(GdkEventAny dest, int /* long */src,
+ int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(GdkEventButton dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(GdkEventCrossing dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(GdkEventExpose dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(GdkEventFocus dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(GdkEventKey dest, int /* long */src,
+ int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(GdkEventMotion dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(GdkEventScroll dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(GdkEventVisibility dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(GdkEventWindowState dest,
+ int /* long */src, int /* long */size);
+
+ public static final native void memmove(int /* long */dest,
+ GtkCellRendererClass src);
+
+ public static final native void memmove(GtkCellRendererClass dest,
+ int /* long */src);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ */
+ public static final native void memmove(GtkFixed dest, int /* long */src);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *),flags=no_out
+ */
+ public static final native void memmove(int /* long */dest, GtkFixed src);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ */
+ public static final native void memmove(GdkVisual dest, int /* long */src);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ */
+ public static final native void memmove(GdkImage dest, int /* long */src);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(GdkRectangle dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(PangoAttribute dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(PangoAttrColor dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(PangoAttrInt dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(PangoItem dest, int /* long */src,
+ int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(PangoLayoutLine dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(PangoLayoutRun dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param dest
+ * cast=(void *),flags=no_in
+ * @param src
+ * cast=(const void *)
+ * @param size
+ * cast=(size_t)
+ */
+ public static final native void memmove(PangoLogAttr dest,
+ int /* long */src, int /* long */size);
+
+ /**
+ * @param attribute
+ * cast=(const PangoAttribute *)
+ */
+ public static final native int /* long */_pango_attribute_copy(
+ int /* long */attribute);
+
+ public static final int /* long */pango_attribute_copy(
+ int /* long */attribute) {
+ lock.lock();
+ try {
+ return _pango_attribute_copy(attribute);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _pango_attr_foreground_new (short red, short green, short blue);
-public static final int /*long*/ pango_attr_foreground_new (short red, short green, short blue) {
- lock.lock();
- try {
- return _pango_attr_foreground_new(red, green, blue);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_pango_attr_background_new(
+ short red, short green, short blue);
+
+ public static final int /* long */pango_attr_background_new(short red,
+ short green, short blue) {
+ lock.lock();
+ try {
+ return _pango_attr_background_new(red, green, blue);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _pango_attr_rise_new(int rise);
-public static final int /*long*/ pango_attr_rise_new(int rise) {
- lock.lock();
- try {
- return _pango_attr_rise_new(rise);
- } finally {
- lock.unlock();
+
+ /**
+ * @param desc
+ * cast=(const PangoFontDescription *)
+ */
+ public static final native int /* long */_pango_attr_font_desc_new(
+ int /* long */desc);
+
+ public static final int /* long */pango_attr_font_desc_new(
+ int /* long */desc) {
+ lock.lock();
+ try {
+ return _pango_attr_font_desc_new(desc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param ink_rect flags=no_out
- * @param logical_rect flags=no_out
- */
-public static final native int /*long*/ _pango_attr_shape_new(PangoRectangle ink_rect, PangoRectangle logical_rect);
-public static final int /*long*/ pango_attr_shape_new(PangoRectangle ink_rect, PangoRectangle logical_rect) {
- lock.lock();
- try {
- return _pango_attr_shape_new(ink_rect, logical_rect);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_pango_attr_foreground_new(
+ short red, short green, short blue);
+
+ public static final int /* long */pango_attr_foreground_new(short red,
+ short green, short blue) {
+ lock.lock();
+ try {
+ return _pango_attr_foreground_new(red, green, blue);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param list cast=(PangoAttrList *)
- * @param attr cast=(PangoAttribute *)
- */
-public static final native void _pango_attr_list_insert(int /*long*/ list, int /*long*/ attr);
-public static final void pango_attr_list_insert(int /*long*/ list, int /*long*/ attr) {
- lock.lock();
- try {
- _pango_attr_list_insert(list, attr);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_pango_attr_rise_new(int rise);
+
+ public static final int /* long */pango_attr_rise_new(int rise) {
+ lock.lock();
+ try {
+ return _pango_attr_rise_new(rise);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param list cast=(PangoAttrList *)
- * @param attr cast=(PangoAttribute *)
- */
-public static final native void _pango_attr_list_change(int /*long*/ list, int /*long*/ attr);
-public static final void pango_attr_list_change(int /*long*/ list, int /*long*/ attr) {
- lock.lock();
- try {
- _pango_attr_list_change(list, attr);
- } finally {
- lock.unlock();
+
+ /**
+ * @param ink_rect
+ * flags=no_out
+ * @param logical_rect
+ * flags=no_out
+ */
+ public static final native int /* long */_pango_attr_shape_new(
+ PangoRectangle ink_rect, PangoRectangle logical_rect);
+
+ public static final int /* long */pango_attr_shape_new(
+ PangoRectangle ink_rect, PangoRectangle logical_rect) {
+ lock.lock();
+ try {
+ return _pango_attr_shape_new(ink_rect, logical_rect);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param list cast=(PangoAttrList *) */
-public static final native int /*long*/ _pango_attr_list_get_iterator(int /*long*/ list);
-public static final int /*long*/ pango_attr_list_get_iterator(int /*long*/ list) {
- lock.lock();
- try {
- return _pango_attr_list_get_iterator(list);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(PangoAttrList *)
+ * @param attr
+ * cast=(PangoAttribute *)
+ */
+ public static final native void _pango_attr_list_insert(int /* long */list,
+ int /* long */attr);
+
+ public static final void pango_attr_list_insert(int /* long */list,
+ int /* long */attr) {
+ lock.lock();
+ try {
+ _pango_attr_list_insert(list, attr);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param iterator cast=(PangoAttrIterator *) */
-public static final native boolean _pango_attr_iterator_next(int /*long*/ iterator);
-public static final boolean pango_attr_iterator_next(int /*long*/ iterator) {
- lock.lock();
- try {
- return _pango_attr_iterator_next(iterator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(PangoAttrList *)
+ * @param attr
+ * cast=(PangoAttribute *)
+ */
+ public static final native void _pango_attr_list_change(int /* long */list,
+ int /* long */attr);
+
+ public static final void pango_attr_list_change(int /* long */list,
+ int /* long */attr) {
+ lock.lock();
+ try {
+ _pango_attr_list_change(list, attr);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param iterator cast=(PangoAttrIterator *) */
-public static final native void _pango_attr_iterator_range(int /*long*/ iterator, int[] start, int[] end);
-public static final void pango_attr_iterator_range(int /*long*/ iterator, int[] start, int[] end) {
- lock.lock();
- try {
- _pango_attr_iterator_range(iterator, start, end);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(PangoAttrList *)
+ */
+ public static final native int /* long */_pango_attr_list_get_iterator(
+ int /* long */list);
+
+ public static final int /* long */pango_attr_list_get_iterator(
+ int /* long */list) {
+ lock.lock();
+ try {
+ return _pango_attr_list_get_iterator(list);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param iterator cast=(PangoAttrIterator *)
- * @param type cast=(PangoAttrType)
- */
-public static final native int /*long*/ _pango_attr_iterator_get(int /*long*/ iterator, int type);
-public static final int /*long*/ pango_attr_iterator_get(int /*long*/ iterator, int type) {
- lock.lock();
- try {
- return _pango_attr_iterator_get(iterator, type);
- } finally {
- lock.unlock();
+
+ /**
+ * @param iterator
+ * cast=(PangoAttrIterator *)
+ */
+ public static final native boolean _pango_attr_iterator_next(
+ int /* long */iterator);
+
+ public static final boolean pango_attr_iterator_next(int /* long */iterator) {
+ lock.lock();
+ try {
+ return _pango_attr_iterator_next(iterator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param iterator cast=(PangoAttrIterator *) */
-public static final native int /*long*/ _pango_attr_iterator_get_attrs(int /*long*/ iterator);
-public static final int /*long*/ pango_attr_iterator_get_attrs(int /*long*/ iterator) {
- lock.lock();
- try {
- return _pango_attr_iterator_get_attrs(iterator);
- } finally {
- lock.unlock();
+
+ /**
+ * @param iterator
+ * cast=(PangoAttrIterator *)
+ */
+ public static final native void _pango_attr_iterator_range(
+ int /* long */iterator, int[] start, int[] end);
+
+ public static final void pango_attr_iterator_range(int /* long */iterator,
+ int[] start, int[] end) {
+ lock.lock();
+ try {
+ _pango_attr_iterator_range(iterator, start, end);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param iterator cast=(PangoAttrIterator *) */
-public static final native void _pango_attr_iterator_destroy(int /*long*/ iterator);
-public static final void pango_attr_iterator_destroy(int /*long*/ iterator) {
- lock.lock();
- try {
- _pango_attr_iterator_destroy(iterator);
- } finally {
- lock.unlock();
+ /**
+ * @param iterator
+ * cast=(PangoAttrIterator *)
+ * @param type
+ * cast=(PangoAttrType)
+ */
+ public static final native int /* long */_pango_attr_iterator_get(
+ int /* long */iterator, int type);
+
+ public static final int /* long */pango_attr_iterator_get(
+ int /* long */iterator, int type) {
+ lock.lock();
+ try {
+ return _pango_attr_iterator_get(iterator, type);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _pango_attr_list_new();
-public static final int /*long*/ pango_attr_list_new() {
- lock.lock();
- try {
- return _pango_attr_list_new();
- } finally {
- lock.unlock();
+
+ /**
+ * @param iterator
+ * cast=(PangoAttrIterator *)
+ */
+ public static final native int /* long */_pango_attr_iterator_get_attrs(
+ int /* long */iterator);
+
+ public static final int /* long */pango_attr_iterator_get_attrs(
+ int /* long */iterator) {
+ lock.lock();
+ try {
+ return _pango_attr_iterator_get_attrs(iterator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param list cast=(PangoAttrList *) */
-public static final native void _pango_attr_list_unref(int /*long*/ list);
-public static final void pango_attr_list_unref(int /*long*/ list) {
- lock.lock();
- try {
- _pango_attr_list_unref(list);
- } finally {
- lock.unlock();
+
+ /**
+ * @param iterator
+ * cast=(PangoAttrIterator *)
+ */
+ public static final native void _pango_attr_iterator_destroy(
+ int /* long */iterator);
+
+ public static final void pango_attr_iterator_destroy(int /* long */iterator) {
+ lock.lock();
+ try {
+ _pango_attr_iterator_destroy(iterator);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _pango_attr_strikethrough_color_new(short red, short green, short blue);
-public static final int /*long*/ pango_attr_strikethrough_color_new(short red, short green, short blue) {
- lock.lock();
- try {
- return _pango_attr_strikethrough_color_new(red, green, blue);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_pango_attr_list_new();
+
+ public static final int /* long */pango_attr_list_new() {
+ lock.lock();
+ try {
+ return _pango_attr_list_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _pango_attr_strikethrough_new(boolean strikethrough);
-public static final int /*long*/ pango_attr_strikethrough_new(boolean strikethrough) {
- lock.lock();
- try {
- return _pango_attr_strikethrough_new(strikethrough);
- } finally {
- lock.unlock();
+
+ /**
+ * @param list
+ * cast=(PangoAttrList *)
+ */
+ public static final native void _pango_attr_list_unref(int /* long */list);
+
+ public static final void pango_attr_list_unref(int /* long */list) {
+ lock.lock();
+ try {
+ _pango_attr_list_unref(list);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _pango_attr_underline_color_new(short red, short green, short blue);
-public static final int /*long*/ pango_attr_underline_color_new(short red, short green, short blue) {
- lock.lock();
- try {
- return _pango_attr_underline_color_new(red, green, blue);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_pango_attr_strikethrough_color_new(
+ short red, short green, short blue);
+
+ public static final int /* long */pango_attr_strikethrough_color_new(
+ short red, short green, short blue) {
+ lock.lock();
+ try {
+ return _pango_attr_strikethrough_color_new(red, green, blue);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _pango_attr_underline_new(int underline);
-public static final int /*long*/ pango_attr_underline_new(int underline) {
- lock.lock();
- try {
- return _pango_attr_underline_new(underline);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_pango_attr_strikethrough_new(
+ boolean strikethrough);
+
+ public static final int /* long */pango_attr_strikethrough_new(
+ boolean strikethrough) {
+ lock.lock();
+ try {
+ return _pango_attr_strikethrough_new(strikethrough);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _pango_attr_weight_new(int weight);
-public static final int /*long*/ pango_attr_weight_new(int weight) {
- lock.lock();
- try {
- return _pango_attr_weight_new(weight);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_pango_attr_underline_color_new(
+ short red, short green, short blue);
+
+ public static final int /* long */pango_attr_underline_color_new(short red,
+ short green, short blue) {
+ lock.lock();
+ try {
+ return _pango_attr_underline_color_new(red, green, blue);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _pango_cairo_font_map_get_default();
-public static final int /*long*/ pango_cairo_font_map_get_default() {
- lock.lock();
- try {
- return _pango_cairo_font_map_get_default();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_pango_attr_underline_new(
+ int underline);
+
+ public static final int /* long */pango_attr_underline_new(int underline) {
+ lock.lock();
+ try {
+ return _pango_attr_underline_new(underline);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _pango_cairo_font_map_new();
-public static final int /*long*/ pango_cairo_font_map_new() {
- lock.lock();
- try {
- return _pango_cairo_font_map_new();
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_pango_attr_weight_new(int weight);
+
+ public static final int /* long */pango_attr_weight_new(int weight) {
+ lock.lock();
+ try {
+ return _pango_attr_weight_new(weight);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _pango_cairo_font_map_create_context(int /*long*/ fontmap);
-public static final int /*long*/ pango_cairo_font_map_create_context(int /*long*/ fontmap) {
- lock.lock();
- try {
- return _pango_cairo_font_map_create_context(fontmap);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_pango_cairo_font_map_get_default();
+
+ public static final int /* long */pango_cairo_font_map_get_default() {
+ lock.lock();
+ try {
+ return _pango_cairo_font_map_get_default();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int /*long*/ _pango_cairo_create_layout(int /*long*/ cairo);
-public static final int /*long*/ pango_cairo_create_layout(int /*long*/ cairo) {
- lock.lock();
- try {
- return _pango_cairo_create_layout(cairo);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_pango_cairo_font_map_new();
+
+ public static final int /* long */pango_cairo_font_map_new() {
+ lock.lock();
+ try {
+ return _pango_cairo_font_map_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param context cast=(PangoContext *)
- */
-public static final native int /*long*/ _pango_cairo_context_get_font_options(int /*long*/ context);
-public static final int /*long*/ pango_cairo_context_get_font_options(int /*long*/ context) {
- lock.lock();
- try {
- return _pango_cairo_context_get_font_options(context);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_pango_cairo_font_map_create_context(
+ int /* long */fontmap);
+
+ public static final int /* long */pango_cairo_font_map_create_context(
+ int /* long */fontmap) {
+ lock.lock();
+ try {
+ return _pango_cairo_font_map_create_context(fontmap);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param context cast=(PangoContext *)
- */
-public static final native void _pango_cairo_context_set_font_options(int /*long*/ context, int /*long*/ options);
-public static final void pango_cairo_context_set_font_options(int /*long*/ context, int /*long*/ options) {
- lock.lock();
- try {
- _pango_cairo_context_set_font_options(context, options);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int /* long */_pango_cairo_create_layout(
+ int /* long */cairo);
+
+ public static final int /* long */pango_cairo_create_layout(
+ int /* long */cairo) {
+ lock.lock();
+ try {
+ return _pango_cairo_create_layout(cairo);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _pango_cairo_font_map_set_resolution(int /*long*/ fontmap, double dpi);
-public static final void pango_cairo_font_map_set_resolution(int /*long*/ fontmap, double dpi) {
- lock.lock();
- try {
- _pango_cairo_font_map_set_resolution(fontmap, dpi);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param context
+ * cast=(PangoContext *)
+ */
+ public static final native int /* long */_pango_cairo_context_get_font_options(
+ int /* long */context);
+
+ public static final int /* long */pango_cairo_context_get_font_options(
+ int /* long */context) {
+ lock.lock();
+ try {
+ return _pango_cairo_context_get_font_options(context);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _pango_cairo_layout_path(int /*long*/ cairo, int /*long*/ layout);
-public static final void pango_cairo_layout_path(int /*long*/ cairo, int /*long*/ layout) {
- lock.lock();
- try {
- _pango_cairo_layout_path(cairo, layout);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param context
+ * cast=(PangoContext *)
+ */
+ public static final native void _pango_cairo_context_set_font_options(
+ int /* long */context, int /* long */options);
+
+ public static final void pango_cairo_context_set_font_options(
+ int /* long */context, int /* long */options) {
+ lock.lock();
+ try {
+ _pango_cairo_context_set_font_options(context, options);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _pango_cairo_show_layout(int /*long*/ cairo, int /*long*/ layout);
-public static final void pango_cairo_show_layout(int /*long*/ cairo, int /*long*/ layout) {
- lock.lock();
- try {
- _pango_cairo_show_layout(cairo, layout);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _pango_cairo_font_map_set_resolution(
+ int /* long */fontmap, double dpi);
+
+ public static final void pango_cairo_font_map_set_resolution(
+ int /* long */fontmap, double dpi) {
+ lock.lock();
+ try {
+ _pango_cairo_font_map_set_resolution(fontmap, dpi);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param context cast=(PangoContext *) */
-public static final native int _pango_context_get_base_dir(int /*long*/ context);
-public static final int pango_context_get_base_dir(int /*long*/ context) {
- lock.lock();
- try {
- return _pango_context_get_base_dir(context);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _pango_cairo_layout_path(
+ int /* long */cairo, int /* long */layout);
+
+ public static final void pango_cairo_layout_path(int /* long */cairo,
+ int /* long */layout) {
+ lock.lock();
+ try {
+ _pango_cairo_layout_path(cairo, layout);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param context cast=(PangoContext *) */
-public static final native int /*long*/ _pango_context_get_language(int /*long*/ context);
-public static final int /*long*/ pango_context_get_language(int /*long*/ context) {
- lock.lock();
- try {
- return _pango_context_get_language(context);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _pango_cairo_show_layout(
+ int /* long */cairo, int /* long */layout);
+
+ public static final void pango_cairo_show_layout(int /* long */cairo,
+ int /* long */layout) {
+ lock.lock();
+ try {
+ _pango_cairo_show_layout(cairo, layout);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param context cast=(PangoContext *)
- * @param desc cast=(const PangoFontDescription *)
- * @param language cast=(PangoLanguage *)
- */
-public static final native int /*long*/ _pango_context_get_metrics(int /*long*/ context, int /*long*/ desc, int /*long*/ language);
-public static final int /*long*/ pango_context_get_metrics(int /*long*/ context, int /*long*/ desc, int /*long*/ language) {
- lock.lock();
- try {
- return _pango_context_get_metrics(context, desc, language);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(PangoContext *)
+ */
+ public static final native int _pango_context_get_base_dir(
+ int /* long */context);
+
+ public static final int pango_context_get_base_dir(int /* long */context) {
+ lock.lock();
+ try {
+ return _pango_context_get_base_dir(context);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param context cast=(PangoContext *)
- * @param families cast=(PangoFontFamily ***)
- * @param n_families cast=(int *)
- */
-public static final native void _pango_context_list_families(int /*long*/ context, int /*long*/[] families, int[] n_families);
-public static final void pango_context_list_families(int /*long*/ context, int /*long*/[] families, int[] n_families) {
- lock.lock();
- try {
- _pango_context_list_families(context, families, n_families);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(PangoContext *)
+ */
+ public static final native int /* long */_pango_context_get_language(
+ int /* long */context);
+
+ public static final int /* long */pango_context_get_language(
+ int /* long */context) {
+ lock.lock();
+ try {
+ return _pango_context_get_language(context);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param context cast=(PangoContext *) */
-public static final native void _pango_context_set_base_dir(int /*long*/ context, int direction);
-public static final void pango_context_set_base_dir(int /*long*/ context, int direction) {
- lock.lock();
- try {
- _pango_context_set_base_dir(context, direction);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(PangoContext *)
+ * @param desc
+ * cast=(const PangoFontDescription *)
+ * @param language
+ * cast=(PangoLanguage *)
+ */
+ public static final native int /* long */_pango_context_get_metrics(
+ int /* long */context, int /* long */desc, int /* long */language);
+
+ public static final int /* long */pango_context_get_metrics(
+ int /* long */context, int /* long */desc, int /* long */language) {
+ lock.lock();
+ try {
+ return _pango_context_get_metrics(context, desc, language);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param context cast=(PangoContext *)
- * @param language cast=(PangoLanguage *)
- */
-public static final native void _pango_context_set_language(int /*long*/ context, int /*long*/ language);
-public static final void pango_context_set_language(int /*long*/ context, int /*long*/ language) {
- lock.lock();
- try {
- _pango_context_set_language(context, language);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(PangoContext *)
+ * @param families
+ * cast=(PangoFontFamily ***)
+ * @param n_families
+ * cast=(int *)
+ */
+ public static final native void _pango_context_list_families(
+ int /* long */context, int /* long */[] families, int[] n_families);
+
+ public static final void pango_context_list_families(int /* long */context,
+ int /* long */[] families, int[] n_families) {
+ lock.lock();
+ try {
+ _pango_context_list_families(context, families, n_families);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param desc cast=(PangoFontDescription *) */
-public static final native int /*long*/ _pango_font_description_copy(int /*long*/ desc);
-public static final int /*long*/ pango_font_description_copy(int /*long*/ desc) {
- lock.lock();
- try {
- return _pango_font_description_copy(desc);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(PangoContext *)
+ */
+ public static final native void _pango_context_set_base_dir(
+ int /* long */context, int direction);
+
+ public static final void pango_context_set_base_dir(int /* long */context,
+ int direction) {
+ lock.lock();
+ try {
+ _pango_context_set_base_dir(context, direction);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param desc cast=(PangoFontDescription *) */
-public static final native void _pango_font_description_free(int /*long*/ desc);
-public static final void pango_font_description_free(int /*long*/ desc) {
- lock.lock();
- try {
- _pango_font_description_free(desc);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(PangoContext *)
+ * @param language
+ * cast=(PangoLanguage *)
+ */
+ public static final native void _pango_context_set_language(
+ int /* long */context, int /* long */language);
+
+ public static final void pango_context_set_language(int /* long */context,
+ int /* long */language) {
+ lock.lock();
+ try {
+ _pango_context_set_language(context, language);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param str cast=(const char *),flags=no_out critical */
-public static final native int /*long*/ _pango_font_description_from_string(byte[] str);
-public static final int /*long*/ pango_font_description_from_string(byte[] str) {
- lock.lock();
- try {
- return _pango_font_description_from_string(str);
- } finally {
- lock.unlock();
+
+ /**
+ * @param desc
+ * cast=(PangoFontDescription *)
+ */
+ public static final native int /* long */_pango_font_description_copy(
+ int /* long */desc);
+
+ public static final int /* long */pango_font_description_copy(
+ int /* long */desc) {
+ lock.lock();
+ try {
+ return _pango_font_description_copy(desc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param desc cast=(PangoFontDescription *) */
-public static final native int /*long*/ _pango_font_description_get_family(int /*long*/ desc);
-public static final int /*long*/ pango_font_description_get_family(int /*long*/ desc) {
- lock.lock();
- try {
- return _pango_font_description_get_family(desc);
- } finally {
- lock.unlock();
+
+ /**
+ * @param desc
+ * cast=(PangoFontDescription *)
+ */
+ public static final native void _pango_font_description_free(
+ int /* long */desc);
+
+ public static final void pango_font_description_free(int /* long */desc) {
+ lock.lock();
+ try {
+ _pango_font_description_free(desc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param desc cast=(PangoFontDescription *) */
-public static final native int _pango_font_description_get_size(int /*long*/ desc);
-public static final int pango_font_description_get_size(int /*long*/ desc) {
- lock.lock();
- try {
- return _pango_font_description_get_size(desc);
- } finally {
- lock.unlock();
+
+ /**
+ * @param str
+ * cast=(const char *),flags=no_out critical
+ */
+ public static final native int /* long */_pango_font_description_from_string(
+ byte[] str);
+
+ public static final int /* long */pango_font_description_from_string(
+ byte[] str) {
+ lock.lock();
+ try {
+ return _pango_font_description_from_string(str);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param desc cast=(PangoFontDescription *) */
-public static final native int _pango_font_description_get_stretch(int /*long*/ desc);
-public static final int pango_font_description_get_stretch(int /*long*/ desc) {
- lock.lock();
- try {
- return _pango_font_description_get_stretch(desc);
- } finally {
- lock.unlock();
+
+ /**
+ * @param desc
+ * cast=(PangoFontDescription *)
+ */
+ public static final native int /* long */_pango_font_description_get_family(
+ int /* long */desc);
+
+ public static final int /* long */pango_font_description_get_family(
+ int /* long */desc) {
+ lock.lock();
+ try {
+ return _pango_font_description_get_family(desc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param desc cast=(PangoFontDescription *) */
-public static final native int _pango_font_description_get_variant(int /*long*/ desc);
-public static final int pango_font_description_get_variant(int /*long*/ desc) {
- lock.lock();
- try {
- return _pango_font_description_get_variant(desc);
- } finally {
- lock.unlock();
+
+ /**
+ * @param desc
+ * cast=(PangoFontDescription *)
+ */
+ public static final native int _pango_font_description_get_size(
+ int /* long */desc);
+
+ public static final int pango_font_description_get_size(int /* long */desc) {
+ lock.lock();
+ try {
+ return _pango_font_description_get_size(desc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param desc cast=(PangoFontDescription *) */
-public static final native int _pango_font_description_get_style(int /*long*/ desc);
-public static final int pango_font_description_get_style(int /*long*/ desc) {
- lock.lock();
- try {
- return _pango_font_description_get_style(desc);
- } finally {
- lock.unlock();
+
+ /**
+ * @param desc
+ * cast=(PangoFontDescription *)
+ */
+ public static final native int _pango_font_description_get_stretch(
+ int /* long */desc);
+
+ public static final int pango_font_description_get_stretch(
+ int /* long */desc) {
+ lock.lock();
+ try {
+ return _pango_font_description_get_stretch(desc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param desc cast=(PangoFontDescription *) */
-public static final native int _pango_font_description_get_weight(int /*long*/ desc);
-public static final int pango_font_description_get_weight(int /*long*/ desc) {
- lock.lock();
- try {
- return _pango_font_description_get_weight(desc);
- } finally {
- lock.unlock();
+
+ /**
+ * @param desc
+ * cast=(PangoFontDescription *)
+ */
+ public static final native int _pango_font_description_get_variant(
+ int /* long */desc);
+
+ public static final int pango_font_description_get_variant(
+ int /* long */desc) {
+ lock.lock();
+ try {
+ return _pango_font_description_get_variant(desc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-public static final native int /*long*/ _pango_font_description_new();
-public static final int /*long*/ pango_font_description_new() {
- lock.lock();
- try {
- return _pango_font_description_new();
- } finally {
- lock.unlock();
+
+ /**
+ * @param desc
+ * cast=(PangoFontDescription *)
+ */
+ public static final native int _pango_font_description_get_style(
+ int /* long */desc);
+
+ public static final int pango_font_description_get_style(int /* long */desc) {
+ lock.lock();
+ try {
+ return _pango_font_description_get_style(desc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param desc cast=(PangoFontDescription *)
- * @param family cast=(const char *),flags=no_out critical
- */
-public static final native void _pango_font_description_set_family(int /*long*/ desc, byte[] family);
-public static final void pango_font_description_set_family(int /*long*/ desc, byte[] family) {
- lock.lock();
- try {
- _pango_font_description_set_family(desc, family);
- } finally {
- lock.unlock();
+
+ /**
+ * @param desc
+ * cast=(PangoFontDescription *)
+ */
+ public static final native int _pango_font_description_get_weight(
+ int /* long */desc);
+
+ public static final int pango_font_description_get_weight(int /* long */desc) {
+ lock.lock();
+ try {
+ return _pango_font_description_get_weight(desc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param desc cast=(PangoFontDescription *)
- * @param size cast=(gint)
- */
-public static final native void _pango_font_description_set_size(int /*long*/ desc, int size);
-public static final void pango_font_description_set_size(int /*long*/ desc, int size) {
- lock.lock();
- try {
- _pango_font_description_set_size(desc, size);
- } finally {
- lock.unlock();
+
+ public static final native int /* long */_pango_font_description_new();
+
+ public static final int /* long */pango_font_description_new() {
+ lock.lock();
+ try {
+ return _pango_font_description_new();
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param desc cast=(PangoFontDescription *)
- * @param stretch cast=(PangoStretch)
- */
-public static final native void _pango_font_description_set_stretch(int /*long*/ desc, int stretch);
-public static final void pango_font_description_set_stretch(int /*long*/ desc, int stretch) {
- lock.lock();
- try {
- _pango_font_description_set_stretch(desc, stretch);
- } finally {
- lock.unlock();
+
+ /**
+ * @param desc
+ * cast=(PangoFontDescription *)
+ * @param family
+ * cast=(const char *),flags=no_out critical
+ */
+ public static final native void _pango_font_description_set_family(
+ int /* long */desc, byte[] family);
+
+ public static final void pango_font_description_set_family(
+ int /* long */desc, byte[] family) {
+ lock.lock();
+ try {
+ _pango_font_description_set_family(desc, family);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param desc cast=(PangoFontDescription *)
- * @param weight cast=(PangoStyle)
- */
-public static final native void _pango_font_description_set_style(int /*long*/ desc, int weight);
-public static final void pango_font_description_set_style(int /*long*/ desc, int weight) {
- lock.lock();
- try {
- _pango_font_description_set_style(desc, weight);
- } finally {
- lock.unlock();
+
+ /**
+ * @param desc
+ * cast=(PangoFontDescription *)
+ * @param size
+ * cast=(gint)
+ */
+ public static final native void _pango_font_description_set_size(
+ int /* long */desc, int size);
+
+ public static final void pango_font_description_set_size(int /* long */desc,
+ int size) {
+ lock.lock();
+ try {
+ _pango_font_description_set_size(desc, size);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param desc cast=(PangoFontDescription *)
- * @param weight cast=(PangoWeight)
- */
-public static final native void _pango_font_description_set_weight(int /*long*/ desc, int weight);
-public static final void pango_font_description_set_weight(int /*long*/ desc, int weight) {
- lock.lock();
- try {
- _pango_font_description_set_weight(desc, weight);
- } finally {
- lock.unlock();
+
+ /**
+ * @param desc
+ * cast=(PangoFontDescription *)
+ * @param stretch
+ * cast=(PangoStretch)
+ */
+ public static final native void _pango_font_description_set_stretch(
+ int /* long */desc, int stretch);
+
+ public static final void pango_font_description_set_stretch(
+ int /* long */desc, int stretch) {
+ lock.lock();
+ try {
+ _pango_font_description_set_stretch(desc, stretch);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param desc cast=(PangoFontDescription *)
- * @param variant cast=(PangoVariant)
- */
-public static final native void _pango_font_description_set_variant(int /*long*/ desc, int variant);
-public static final void pango_font_description_set_variant(int /*long*/ desc, int variant) {
- lock.lock();
- try {
- _pango_font_description_set_variant(desc, variant);
- } finally {
- lock.unlock();
+
+ /**
+ * @param desc
+ * cast=(PangoFontDescription *)
+ * @param weight
+ * cast=(PangoStyle)
+ */
+ public static final native void _pango_font_description_set_style(
+ int /* long */desc, int weight);
+
+ public static final void pango_font_description_set_style(int /* long */desc,
+ int weight) {
+ lock.lock();
+ try {
+ _pango_font_description_set_style(desc, weight);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param desc cast=(PangoFontDescription *) */
-public static final native int /*long*/ _pango_font_description_to_string(int /*long*/ desc);
-public static final int /*long*/ pango_font_description_to_string(int /*long*/ desc) {
- lock.lock();
- try {
- return _pango_font_description_to_string(desc);
- } finally {
- lock.unlock();
+
+ /**
+ * @param desc
+ * cast=(PangoFontDescription *)
+ * @param weight
+ * cast=(PangoWeight)
+ */
+ public static final native void _pango_font_description_set_weight(
+ int /* long */desc, int weight);
+
+ public static final void pango_font_description_set_weight(
+ int /* long */desc, int weight) {
+ lock.lock();
+ try {
+ _pango_font_description_set_weight(desc, weight);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param face cast=(PangoFontFace *) */
-public static final native int /*long*/ _pango_font_face_describe(int /*long*/ face);
-public static final int /*long*/ pango_font_face_describe(int /*long*/ face) {
- lock.lock();
- try {
- return _pango_font_face_describe(face);
- } finally {
- lock.unlock();
+
+ /**
+ * @param desc
+ * cast=(PangoFontDescription *)
+ * @param variant
+ * cast=(PangoVariant)
+ */
+ public static final native void _pango_font_description_set_variant(
+ int /* long */desc, int variant);
+
+ public static final void pango_font_description_set_variant(
+ int /* long */desc, int variant) {
+ lock.lock();
+ try {
+ _pango_font_description_set_variant(desc, variant);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param family cast=(PangoFontFamily *) */
-public static final native int /*long*/ _pango_font_family_get_name(int /*long*/ family);
-public static final int /*long*/ pango_font_family_get_name(int /*long*/ family) {
- lock.lock();
- try {
- return _pango_font_family_get_name(family);
- } finally {
- lock.unlock();
+
+ /**
+ * @param desc
+ * cast=(PangoFontDescription *)
+ */
+ public static final native int /* long */_pango_font_description_to_string(
+ int /* long */desc);
+
+ public static final int /* long */pango_font_description_to_string(
+ int /* long */desc) {
+ lock.lock();
+ try {
+ return _pango_font_description_to_string(desc);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param family cast=(PangoFontFamily *)
- * @param faces cast=(PangoFontFace ***)
- * @param n_faces cast=(int *)
- */
-public static final native void _pango_font_family_list_faces(int /*long*/ family, int /*long*/[] faces, int[] n_faces);
-public static final void pango_font_family_list_faces(int /*long*/ family, int /*long*/[] faces, int[] n_faces) {
- lock.lock();
- try {
- _pango_font_family_list_faces(family, faces, n_faces);
- } finally {
- lock.unlock();
+
+ /**
+ * @param face
+ * cast=(PangoFontFace *)
+ */
+ public static final native int /* long */_pango_font_face_describe(
+ int /* long */face);
+
+ public static final int /* long */pango_font_face_describe(
+ int /* long */face) {
+ lock.lock();
+ try {
+ return _pango_font_face_describe(face);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param font cast=(PangoFont *)
- * @param language cast=(PangoLanguage *)
- */
-public static final native int /*long*/ _pango_font_get_metrics(int /*long*/ font, int /*long*/ language);
-public static final int /*long*/ pango_font_get_metrics(int /*long*/ font, int /*long*/ language) {
- lock.lock();
- try {
- return _pango_font_get_metrics(font, language);
- } finally {
- lock.unlock();
+
+ /**
+ * @param family
+ * cast=(PangoFontFamily *)
+ */
+ public static final native int /* long */_pango_font_family_get_name(
+ int /* long */family);
+
+ public static final int /* long */pango_font_family_get_name(
+ int /* long */family) {
+ lock.lock();
+ try {
+ return _pango_font_family_get_name(family);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param metrics cast=(PangoFontMetrics *) */
-public static final native int _pango_font_metrics_get_approximate_char_width(int /*long*/ metrics);
-public static final int pango_font_metrics_get_approximate_char_width(int /*long*/ metrics) {
- lock.lock();
- try {
- return _pango_font_metrics_get_approximate_char_width(metrics);
- } finally {
- lock.unlock();
+
+ /**
+ * @param family
+ * cast=(PangoFontFamily *)
+ * @param faces
+ * cast=(PangoFontFace ***)
+ * @param n_faces
+ * cast=(int *)
+ */
+ public static final native void _pango_font_family_list_faces(
+ int /* long */family, int /* long */[] faces, int[] n_faces);
+
+ public static final void pango_font_family_list_faces(int /* long */family,
+ int /* long */[] faces, int[] n_faces) {
+ lock.lock();
+ try {
+ _pango_font_family_list_faces(family, faces, n_faces);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param metrics cast=(PangoFontMetrics *) */
-public static final native int _pango_font_metrics_get_ascent(int /*long*/ metrics);
-public static final int pango_font_metrics_get_ascent(int /*long*/ metrics) {
- lock.lock();
- try {
- return _pango_font_metrics_get_ascent(metrics);
- } finally {
- lock.unlock();
+
+ /**
+ * @param font
+ * cast=(PangoFont *)
+ * @param language
+ * cast=(PangoLanguage *)
+ */
+ public static final native int /* long */_pango_font_get_metrics(
+ int /* long */font, int /* long */language);
+
+ public static final int /* long */pango_font_get_metrics(int /* long */font,
+ int /* long */language) {
+ lock.lock();
+ try {
+ return _pango_font_get_metrics(font, language);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param metrics cast=(PangoFontMetrics *) */
-public static final native int _pango_font_metrics_get_descent(int /*long*/ metrics);
-public static final int pango_font_metrics_get_descent(int /*long*/ metrics) {
- lock.lock();
- try {
- return _pango_font_metrics_get_descent(metrics);
- } finally {
- lock.unlock();
+
+ /**
+ * @param metrics
+ * cast=(PangoFontMetrics *)
+ */
+ public static final native int _pango_font_metrics_get_approximate_char_width(
+ int /* long */metrics);
+
+ public static final int pango_font_metrics_get_approximate_char_width(
+ int /* long */metrics) {
+ lock.lock();
+ try {
+ return _pango_font_metrics_get_approximate_char_width(metrics);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int _pango_font_metrics_get_underline_thickness(int /*long*/ metrics);
-public static final int pango_font_metrics_get_underline_thickness(int /*long*/ metrics) {
- lock.lock();
- try {
- return _pango_font_metrics_get_underline_thickness(metrics);
- } finally {
- lock.unlock();
+
+ /**
+ * @param metrics
+ * cast=(PangoFontMetrics *)
+ */
+ public static final native int _pango_font_metrics_get_ascent(
+ int /* long */metrics);
+
+ public static final int pango_font_metrics_get_ascent(int /* long */metrics) {
+ lock.lock();
+ try {
+ return _pango_font_metrics_get_ascent(metrics);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int _pango_font_metrics_get_underline_position(int /*long*/ metrics);
-public static final int pango_font_metrics_get_underline_position(int /*long*/ metrics) {
- lock.lock();
- try {
- return _pango_font_metrics_get_underline_position(metrics);
- } finally {
- lock.unlock();
+
+ /**
+ * @param metrics
+ * cast=(PangoFontMetrics *)
+ */
+ public static final native int _pango_font_metrics_get_descent(
+ int /* long */metrics);
+
+ public static final int pango_font_metrics_get_descent(
+ int /* long */metrics) {
+ lock.lock();
+ try {
+ return _pango_font_metrics_get_descent(metrics);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int _pango_font_metrics_get_strikethrough_thickness(int /*long*/ metrics);
-public static final int pango_font_metrics_get_strikethrough_thickness(int /*long*/ metrics) {
- lock.lock();
- try {
- return _pango_font_metrics_get_strikethrough_thickness(metrics);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int _pango_font_metrics_get_underline_thickness(
+ int /* long */metrics);
+
+ public static final int pango_font_metrics_get_underline_thickness(
+ int /* long */metrics) {
+ lock.lock();
+ try {
+ return _pango_font_metrics_get_underline_thickness(metrics);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native int _pango_font_metrics_get_strikethrough_position(int /*long*/ metrics);
-public static final int pango_font_metrics_get_strikethrough_position(int /*long*/ metrics) {
- lock.lock();
- try {
- return _pango_font_metrics_get_strikethrough_position(metrics);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int _pango_font_metrics_get_underline_position(
+ int /* long */metrics);
+
+ public static final int pango_font_metrics_get_underline_position(
+ int /* long */metrics) {
+ lock.lock();
+ try {
+ return _pango_font_metrics_get_underline_position(metrics);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param metrics cast=(PangoFontMetrics *) */
-public static final native void _pango_font_metrics_unref(int /*long*/ metrics);
-public static final void pango_font_metrics_unref(int /*long*/ metrics) {
- lock.lock();
- try {
- _pango_font_metrics_unref(metrics);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int _pango_font_metrics_get_strikethrough_thickness(
+ int /* long */metrics);
+
+ public static final int pango_font_metrics_get_strikethrough_thickness(
+ int /* long */metrics) {
+ lock.lock();
+ try {
+ return _pango_font_metrics_get_strikethrough_thickness(metrics);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param language cast=(const char *),flags=no_out */
-public static final native int /*long*/ _pango_language_from_string(byte[] language);
-public static final int /*long*/ pango_language_from_string(byte[] language) {
- lock.lock();
- try {
- return _pango_language_from_string(language);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native int _pango_font_metrics_get_strikethrough_position(
+ int /* long */metrics);
+
+ public static final int pango_font_metrics_get_strikethrough_position(
+ int /* long */metrics) {
+ lock.lock();
+ try {
+ return _pango_font_metrics_get_strikethrough_position(metrics);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout *) */
-public static final native void _pango_layout_context_changed(int /*long*/ layout);
-public static final void pango_layout_context_changed(int /*long*/ layout) {
- lock.lock();
- try {
- _pango_layout_context_changed(layout);
- } finally {
- lock.unlock();
+
+ /**
+ * @param metrics
+ * cast=(PangoFontMetrics *)
+ */
+ public static final native void _pango_font_metrics_unref(
+ int /* long */metrics);
+
+ public static final void pango_font_metrics_unref(int /* long */metrics) {
+ lock.lock();
+ try {
+ _pango_font_metrics_unref(metrics);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout*) */
-public static final native int _pango_layout_get_alignment(int /*long*/ layout);
-public static final int pango_layout_get_alignment(int /*long*/ layout) {
- lock.lock();
- try {
- return _pango_layout_get_alignment(layout);
- } finally {
- lock.unlock();
+
+ /**
+ * @param language
+ * cast=(const char *),flags=no_out
+ */
+ public static final native int /* long */_pango_language_from_string(
+ byte[] language);
+
+ public static final int /* long */pango_language_from_string(byte[] language) {
+ lock.lock();
+ try {
+ return _pango_language_from_string(language);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout *) */
-public static final native int /*long*/ _pango_layout_get_context(int /*long*/ layout);
-public static final int /*long*/ pango_layout_get_context(int /*long*/ layout) {
- lock.lock();
- try {
- return _pango_layout_get_context(layout);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout *)
+ */
+ public static final native void _pango_layout_context_changed(
+ int /* long */layout);
+
+ public static final void pango_layout_context_changed(int /* long */layout) {
+ lock.lock();
+ try {
+ _pango_layout_context_changed(layout);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout *) */
-public static final native int /*long*/ _pango_layout_get_attributes(int /*long*/ layout);
-public static final int /*long*/ pango_layout_get_attributes(int /*long*/ layout) {
- lock.lock();
- try {
- return _pango_layout_get_attributes(layout);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout*)
+ */
+ public static final native int _pango_layout_get_alignment(
+ int /* long */layout);
+
+ public static final int pango_layout_get_alignment(int /* long */layout) {
+ lock.lock();
+ try {
+ return _pango_layout_get_alignment(layout);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout*) */
-public static final native int _pango_layout_get_indent(int /*long*/ layout);
-public static final int pango_layout_get_indent(int /*long*/ layout) {
- lock.lock();
- try {
- return _pango_layout_get_indent(layout);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout *)
+ */
+ public static final native int /* long */_pango_layout_get_context(
+ int /* long */layout);
+
+ public static final int /* long */pango_layout_get_context(
+ int /* long */layout) {
+ lock.lock();
+ try {
+ return _pango_layout_get_context(layout);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout*) */
-public static final native int /*long*/ _pango_layout_get_iter(int /*long*/ layout);
-public static final int /*long*/ pango_layout_get_iter(int /*long*/ layout) {
- lock.lock();
- try {
- return _pango_layout_get_iter(layout);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout *)
+ */
+ public static final native int /* long */_pango_layout_get_attributes(
+ int /* long */layout);
+
+ public static final int /* long */pango_layout_get_attributes(
+ int /* long */layout) {
+ lock.lock();
+ try {
+ return _pango_layout_get_attributes(layout);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout*) */
-public static final native boolean _pango_layout_get_justify(int /*long*/ layout);
-public static final boolean pango_layout_get_justify(int /*long*/ layout) {
- lock.lock();
- try {
- return _pango_layout_get_justify(layout);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout*)
+ */
+ public static final native int _pango_layout_get_indent(
+ int /* long */layout);
+
+ public static final int pango_layout_get_indent(int /* long */layout) {
+ lock.lock();
+ try {
+ return _pango_layout_get_indent(layout);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout *) */
-public static final native int /*long*/ _pango_layout_get_line(int /*long*/ layout, int line);
-public static final int /*long*/ pango_layout_get_line(int /*long*/ layout, int line) {
- lock.lock();
- try {
- return _pango_layout_get_line(layout, line);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout*)
+ */
+ public static final native int /* long */_pango_layout_get_iter(
+ int /* long */layout);
+
+ public static final int /* long */pango_layout_get_iter(
+ int /* long */layout) {
+ lock.lock();
+ try {
+ return _pango_layout_get_iter(layout);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout*) */
-public static final native int _pango_layout_get_line_count(int /*long*/ layout);
-public static final int pango_layout_get_line_count(int /*long*/ layout) {
- lock.lock();
- try {
- return _pango_layout_get_line_count(layout);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout*)
+ */
+ public static final native boolean _pango_layout_get_justify(
+ int /* long */layout);
+
+ public static final boolean pango_layout_get_justify(int /* long */layout) {
+ lock.lock();
+ try {
+ return _pango_layout_get_justify(layout);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param layout cast=(PangoLayout*)
- * @param attrs cast=(PangoLogAttr **)
- * @param n_attrs cast=(int *)
- */
-public static final native void _pango_layout_get_log_attrs(int /*long*/ layout, int /*long*/[] attrs, int[] n_attrs);
-public static final void pango_layout_get_log_attrs(int /*long*/ layout, int /*long*/[] attrs, int[] n_attrs) {
- lock.lock();
- try {
- _pango_layout_get_log_attrs(layout, attrs, n_attrs);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout *)
+ */
+ public static final native int /* long */_pango_layout_get_line(
+ int /* long */layout, int line);
+
+ public static final int /* long */pango_layout_get_line(
+ int /* long */layout, int line) {
+ lock.lock();
+ try {
+ return _pango_layout_get_line(layout, line);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param layout cast=(PangoLayout *)
- * @param width cast=(int *)
- * @param height cast=(int *)
- */
-public static final native void _pango_layout_get_size(int /*long*/ layout, int[] width, int[] height);
-public static final void pango_layout_get_size(int /*long*/ layout, int[] width, int[] height) {
- lock.lock();
- try {
- _pango_layout_get_size(layout, width, height);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout*)
+ */
+ public static final native int _pango_layout_get_line_count(
+ int /* long */layout);
+
+ public static final int pango_layout_get_line_count(int /* long */layout) {
+ lock.lock();
+ try {
+ return _pango_layout_get_line_count(layout);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout*) */
-public static final native int _pango_layout_get_spacing(int /*long*/ layout);
-public static final int pango_layout_get_spacing(int /*long*/ layout) {
- lock.lock();
- try {
- return _pango_layout_get_spacing(layout);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout*)
+ * @param attrs
+ * cast=(PangoLogAttr **)
+ * @param n_attrs
+ * cast=(int *)
+ */
+ public static final native void _pango_layout_get_log_attrs(
+ int /* long */layout, int /* long */[] attrs, int[] n_attrs);
+
+ public static final void pango_layout_get_log_attrs(int /* long */layout,
+ int /* long */[] attrs, int[] n_attrs) {
+ lock.lock();
+ try {
+ _pango_layout_get_log_attrs(layout, attrs, n_attrs);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout*) */
-public static final native int /*long*/ _pango_layout_get_tabs(int /*long*/ layout);
-public static final int /*long*/ pango_layout_get_tabs(int /*long*/ layout) {
- lock.lock();
- try {
- return _pango_layout_get_tabs(layout);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout *)
+ * @param width
+ * cast=(int *)
+ * @param height
+ * cast=(int *)
+ */
+ public static final native void _pango_layout_get_size(
+ int /* long */layout, int[] width, int[] height);
+
+ public static final void pango_layout_get_size(int /* long */layout,
+ int[] width, int[] height) {
+ lock.lock();
+ try {
+ _pango_layout_get_size(layout, width, height);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout *) */
-public static final native int /*long*/ _pango_layout_get_text(int /*long*/ layout);
-public static final int /*long*/ pango_layout_get_text(int /*long*/ layout) {
- lock.lock();
- try {
- return _pango_layout_get_text(layout);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout*)
+ */
+ public static final native int _pango_layout_get_spacing(
+ int /* long */layout);
+
+ public static final int pango_layout_get_spacing(int /* long */layout) {
+ lock.lock();
+ try {
+ return _pango_layout_get_spacing(layout);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout *) */
-public static final native int _pango_layout_get_width(int /*long*/ layout);
-public static final int pango_layout_get_width(int /*long*/ layout) {
- lock.lock();
- try {
- return _pango_layout_get_width(layout);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout*)
+ */
+ public static final native int /* long */_pango_layout_get_tabs(
+ int /* long */layout);
+
+ public static final int /* long */pango_layout_get_tabs(
+ int /* long */layout) {
+ lock.lock();
+ try {
+ return _pango_layout_get_tabs(layout);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param layout cast=(PangoLayout*)
- * @param pos flags=no_in
- */
-public static final native void _pango_layout_index_to_pos(int /*long*/ layout, int index, PangoRectangle pos);
-public static final void pango_layout_index_to_pos(int /*long*/ layout, int index, PangoRectangle pos) {
- lock.lock();
- try {
- _pango_layout_index_to_pos(layout, index, pos);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout *)
+ */
+ public static final native int /* long */_pango_layout_get_text(
+ int /* long */layout);
+
+ public static final int /* long */pango_layout_get_text(
+ int /* long */layout) {
+ lock.lock();
+ try {
+ return _pango_layout_get_text(layout);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param iter cast=(PangoLayoutIter*) */
-public static final native void _pango_layout_iter_free(int /*long*/ iter);
-public static final void pango_layout_iter_free(int /*long*/ iter) {
- lock.lock();
- try {
- _pango_layout_iter_free(iter);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout *)
+ */
+ public static final native int _pango_layout_get_width(
+ int /* long */layout);
+
+ public static final int pango_layout_get_width(int /* long */layout) {
+ lock.lock();
+ try {
+ return _pango_layout_get_width(layout);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param iter cast=(PangoLayoutIter*)
- * @param ink_rect flags=no_in
- * @param logical_rect flags=no_in
- */
-public static final native void _pango_layout_iter_get_line_extents(int /*long*/ iter, PangoRectangle ink_rect, PangoRectangle logical_rect);
-public static final void pango_layout_iter_get_line_extents(int /*long*/ iter, PangoRectangle ink_rect, PangoRectangle logical_rect) {
- lock.lock();
- try {
- _pango_layout_iter_get_line_extents(iter, ink_rect, logical_rect);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout*)
+ * @param pos
+ * flags=no_in
+ */
+ public static final native void _pango_layout_index_to_pos(
+ int /* long */layout, int index, PangoRectangle pos);
+
+ public static final void pango_layout_index_to_pos(int /* long */layout,
+ int index, PangoRectangle pos) {
+ lock.lock();
+ try {
+ _pango_layout_index_to_pos(layout, index, pos);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param iter cast=(PangoLayoutIter*) */
-public static final native int _pango_layout_iter_get_index(int /*long*/ iter);
-public static final int pango_layout_iter_get_index(int /*long*/ iter) {
- lock.lock();
- try {
- return _pango_layout_iter_get_index(iter);
- } finally {
- lock.unlock();
+
+ /**
+ * @param iter
+ * cast=(PangoLayoutIter*)
+ */
+ public static final native void _pango_layout_iter_free(int /* long */iter);
+
+ public static final void pango_layout_iter_free(int /* long */iter) {
+ lock.lock();
+ try {
+ _pango_layout_iter_free(iter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param iter cast=(PangoLayoutIter*) */
-public static final native int /*long*/ _pango_layout_iter_get_run(int /*long*/ iter);
-public static final int /*long*/ pango_layout_iter_get_run(int /*long*/ iter) {
- lock.lock();
- try {
- return _pango_layout_iter_get_run(iter);
- } finally {
- lock.unlock();
+
+ /**
+ * @param iter
+ * cast=(PangoLayoutIter*)
+ * @param ink_rect
+ * flags=no_in
+ * @param logical_rect
+ * flags=no_in
+ */
+ public static final native void _pango_layout_iter_get_line_extents(
+ int /* long */iter, PangoRectangle ink_rect,
+ PangoRectangle logical_rect);
+
+ public static final void pango_layout_iter_get_line_extents(
+ int /* long */iter, PangoRectangle ink_rect,
+ PangoRectangle logical_rect) {
+ lock.lock();
+ try {
+ _pango_layout_iter_get_line_extents(iter, ink_rect, logical_rect);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param iter cast=(PangoLayoutIter*) */
-public static final native boolean _pango_layout_iter_next_line(int /*long*/ iter);
-public static final boolean pango_layout_iter_next_line(int /*long*/ iter) {
- lock.lock();
- try {
- return _pango_layout_iter_next_line(iter);
- } finally {
- lock.unlock();
+
+ /**
+ * @param iter
+ * cast=(PangoLayoutIter*)
+ */
+ public static final native int _pango_layout_iter_get_index(
+ int /* long */iter);
+
+ public static final int pango_layout_iter_get_index(int /* long */iter) {
+ lock.lock();
+ try {
+ return _pango_layout_iter_get_index(iter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param iter cast=(PangoLayoutIter*) */
-public static final native boolean _pango_layout_iter_next_run(int /*long*/ iter);
-public static final boolean pango_layout_iter_next_run(int /*long*/ iter) {
- lock.lock();
- try {
- return _pango_layout_iter_next_run(iter);
- } finally {
- lock.unlock();
+
+ /**
+ * @param iter
+ * cast=(PangoLayoutIter*)
+ */
+ public static final native int /* long */_pango_layout_iter_get_run(
+ int /* long */iter);
+
+ public static final int /* long */pango_layout_iter_get_run(
+ int /* long */iter) {
+ lock.lock();
+ try {
+ return _pango_layout_iter_get_run(iter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param line cast=(PangoLayoutLine*)
- * @param ink_rect cast=(PangoRectangle *),flags=no_in
- * @param logical_rect cast=(PangoRectangle *),flags=no_in
- */
-public static final native void _pango_layout_line_get_extents(int /*long*/ line, PangoRectangle ink_rect, PangoRectangle logical_rect);
-public static final void pango_layout_line_get_extents(int /*long*/ line, PangoRectangle ink_rect, PangoRectangle logical_rect) {
- lock.lock();
- try {
- _pango_layout_line_get_extents(line, ink_rect, logical_rect);
- } finally {
- lock.unlock();
+
+ /**
+ * @param iter
+ * cast=(PangoLayoutIter*)
+ */
+ public static final native boolean _pango_layout_iter_next_line(
+ int /* long */iter);
+
+ public static final boolean pango_layout_iter_next_line(int /* long */iter) {
+ lock.lock();
+ try {
+ return _pango_layout_iter_next_line(iter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param line cast=(PangoLayoutLine*)
- * @param index_ cast=(int *)
- * @param trailing cast=(int *)
- */
-public static final native boolean _pango_layout_line_x_to_index(int /*long*/ line, int x_pos, int[] index_, int[] trailing);
-public static final boolean pango_layout_line_x_to_index(int /*long*/ line, int x_pos, int[] index_, int[] trailing) {
- lock.lock();
- try {
- return _pango_layout_line_x_to_index(line, x_pos, index_, trailing);
- } finally {
- lock.unlock();
+
+ /**
+ * @param iter
+ * cast=(PangoLayoutIter*)
+ */
+ public static final native boolean _pango_layout_iter_next_run(
+ int /* long */iter);
+
+ public static final boolean pango_layout_iter_next_run(int /* long */iter) {
+ lock.lock();
+ try {
+ return _pango_layout_iter_next_run(iter);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param context cast=(PangoContext *) */
-public static final native int /*long*/ _pango_layout_new(int /*long*/ context);
-public static final int /*long*/ pango_layout_new(int /*long*/ context) {
- lock.lock();
- try {
- return _pango_layout_new(context);
- } finally {
- lock.unlock();
+
+ /**
+ * @param line
+ * cast=(PangoLayoutLine*)
+ * @param ink_rect
+ * cast=(PangoRectangle *),flags=no_in
+ * @param logical_rect
+ * cast=(PangoRectangle *),flags=no_in
+ */
+ public static final native void _pango_layout_line_get_extents(
+ int /* long */line, PangoRectangle ink_rect,
+ PangoRectangle logical_rect);
+
+ public static final void pango_layout_line_get_extents(int /* long */line,
+ PangoRectangle ink_rect, PangoRectangle logical_rect) {
+ lock.lock();
+ try {
+ _pango_layout_line_get_extents(line, ink_rect, logical_rect);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout *) */
-public static final native void _pango_layout_set_alignment (int /*long*/ layout, int alignment);
-public static final void pango_layout_set_alignment (int /*long*/ layout, int alignment) {
- lock.lock();
- try {
- _pango_layout_set_alignment(layout, alignment);
- } finally {
- lock.unlock();
+
+ /**
+ * @param line
+ * cast=(PangoLayoutLine*)
+ * @param index_
+ * cast=(int *)
+ * @param trailing
+ * cast=(int *)
+ */
+ public static final native boolean _pango_layout_line_x_to_index(
+ int /* long */line, int x_pos, int[] index_, int[] trailing);
+
+ public static final boolean pango_layout_line_x_to_index(int /* long */line,
+ int x_pos, int[] index_, int[] trailing) {
+ lock.lock();
+ try {
+ return _pango_layout_line_x_to_index(line, x_pos, index_, trailing);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param layout cast=(PangoLayout *)
- * @param attrs cast=(PangoAttrList *)
- */
-public static final native void _pango_layout_set_attributes(int /*long*/ layout, int /*long*/ attrs);
-public static final void pango_layout_set_attributes(int /*long*/ layout, int /*long*/ attrs) {
- lock.lock();
- try {
- _pango_layout_set_attributes(layout, attrs);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(PangoContext *)
+ */
+ public static final native int /* long */_pango_layout_new(
+ int /* long */context);
+
+ public static final int /* long */pango_layout_new(int /* long */context) {
+ lock.lock();
+ try {
+ return _pango_layout_new(context);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @method flags=dynamic */
-public static final native void _pango_layout_set_auto_dir(int /*long*/ layout, boolean auto_dir);
-public static final void pango_layout_set_auto_dir(int /*long*/ layout, boolean auto_dir) {
- lock.lock();
- try {
- _pango_layout_set_auto_dir(layout, auto_dir);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout *)
+ */
+ public static final native void _pango_layout_set_alignment(
+ int /* long */layout, int alignment);
+
+ public static final void pango_layout_set_alignment(int /* long */layout,
+ int alignment) {
+ lock.lock();
+ try {
+ _pango_layout_set_alignment(layout, alignment);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param context cast=(PangoLayout *)
- * @param descr cast=(PangoFontDescription *)
- */
-public static final native void _pango_layout_set_font_description(int /*long*/ context, int /*long*/ descr);
-public static final void pango_layout_set_font_description(int /*long*/ context, int /*long*/ descr) {
- lock.lock();
- try {
- _pango_layout_set_font_description(context, descr);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout *)
+ * @param attrs
+ * cast=(PangoAttrList *)
+ */
+ public static final native void _pango_layout_set_attributes(
+ int /* long */layout, int /* long */attrs);
+
+ public static final void pango_layout_set_attributes(int /* long */layout,
+ int /* long */attrs) {
+ lock.lock();
+ try {
+ _pango_layout_set_attributes(layout, attrs);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout*) */
-public static final native void _pango_layout_set_indent(int /*long*/ layout, int indent);
-public static final void pango_layout_set_indent(int /*long*/ layout, int indent) {
- lock.lock();
- try {
- _pango_layout_set_indent(layout, indent);
- } finally {
- lock.unlock();
+
+ /** @method flags=dynamic */
+ public static final native void _pango_layout_set_auto_dir(
+ int /* long */layout, boolean auto_dir);
+
+ public static final void pango_layout_set_auto_dir(int /* long */layout,
+ boolean auto_dir) {
+ lock.lock();
+ try {
+ _pango_layout_set_auto_dir(layout, auto_dir);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout*) */
-public static final native void _pango_layout_set_justify(int /*long*/ layout, boolean justify);
-public static final void pango_layout_set_justify(int /*long*/ layout, boolean justify) {
- lock.lock();
- try {
- _pango_layout_set_justify(layout, justify);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(PangoLayout *)
+ * @param descr
+ * cast=(PangoFontDescription *)
+ */
+ public static final native void _pango_layout_set_font_description(
+ int /* long */context, int /* long */descr);
+
+ public static final void pango_layout_set_font_description(
+ int /* long */context, int /* long */descr) {
+ lock.lock();
+ try {
+ _pango_layout_set_font_description(context, descr);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param context cast=(PangoLayout *)
- * @param setting cast=(gboolean)
- */
-public static final native void _pango_layout_set_single_paragraph_mode(int /*long*/ context, boolean setting);
-public static final void pango_layout_set_single_paragraph_mode(int /*long*/ context, boolean setting) {
- lock.lock();
- try {
- _pango_layout_set_single_paragraph_mode(context, setting);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout*)
+ */
+ public static final native void _pango_layout_set_indent(
+ int /* long */layout, int indent);
+
+ public static final void pango_layout_set_indent(int /* long */layout,
+ int indent) {
+ lock.lock();
+ try {
+ _pango_layout_set_indent(layout, indent);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout *) */
-public static final native void _pango_layout_set_spacing(int /*long*/ layout, int spacing);
-public static final void pango_layout_set_spacing(int /*long*/ layout, int spacing) {
- lock.lock();
- try {
- _pango_layout_set_spacing(layout, spacing);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout*)
+ */
+ public static final native void _pango_layout_set_justify(
+ int /* long */layout, boolean justify);
+
+ public static final void pango_layout_set_justify(int /* long */layout,
+ boolean justify) {
+ lock.lock();
+ try {
+ _pango_layout_set_justify(layout, justify);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param layout cast=(PangoLayout *)
- * @param tabs cast=(PangoTabArray *)
- */
-public static final native void _pango_layout_set_tabs(int /*long*/ layout, int /*long*/ tabs);
-public static final void pango_layout_set_tabs(int /*long*/ layout, int /*long*/ tabs) {
- lock.lock();
- try {
- _pango_layout_set_tabs(layout, tabs);
- } finally {
- lock.unlock();
+
+ /**
+ * @param context
+ * cast=(PangoLayout *)
+ * @param setting
+ * cast=(gboolean)
+ */
+ public static final native void _pango_layout_set_single_paragraph_mode(
+ int /* long */context, boolean setting);
+
+ public static final void pango_layout_set_single_paragraph_mode(
+ int /* long */context, boolean setting) {
+ lock.lock();
+ try {
+ _pango_layout_set_single_paragraph_mode(context, setting);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param layout cast=(PangoLayout *)
- * @param text cast=(const char *),flags=no_out critical
- * @param length cast=(int)
- */
-public static final native void _pango_layout_set_text(int /*long*/ layout, byte[] text, int length);
-public static final void pango_layout_set_text(int /*long*/ layout, byte[] text, int length) {
- lock.lock();
- try {
- _pango_layout_set_text(layout, text, length);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout *)
+ */
+ public static final native void _pango_layout_set_spacing(
+ int /* long */layout, int spacing);
+
+ public static final void pango_layout_set_spacing(int /* long */layout,
+ int spacing) {
+ lock.lock();
+ try {
+ _pango_layout_set_spacing(layout, spacing);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout *) */
-public static final native void _pango_layout_set_width(int /*long*/ layout, int width);
-public static final void pango_layout_set_width(int /*long*/ layout, int width) {
- lock.lock();
- try {
- _pango_layout_set_width(layout, width);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout *)
+ * @param tabs
+ * cast=(PangoTabArray *)
+ */
+ public static final native void _pango_layout_set_tabs(
+ int /* long */layout, int /* long */tabs);
+
+ public static final void pango_layout_set_tabs(int /* long */layout,
+ int /* long */tabs) {
+ lock.lock();
+ try {
+ _pango_layout_set_tabs(layout, tabs);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param layout cast=(PangoLayout *) */
-public static final native void _pango_layout_set_wrap (int /*long*/ layout, int wrap);
-public static final void pango_layout_set_wrap (int /*long*/ layout, int wrap) {
- lock.lock();
- try {
- _pango_layout_set_wrap(layout, wrap);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout *)
+ * @param text
+ * cast=(const char *),flags=no_out critical
+ * @param length
+ * cast=(int)
+ */
+ public static final native void _pango_layout_set_text(
+ int /* long */layout, byte[] text, int length);
+
+ public static final void pango_layout_set_text(int /* long */layout,
+ byte[] text, int length) {
+ lock.lock();
+ try {
+ _pango_layout_set_text(layout, text, length);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param layout cast=(PangoLayout *)
- * @param index cast=(int *)
- * @param trailing cast=(int *)
- */
-public static final native boolean _pango_layout_xy_to_index(int /*long*/ layout, int x, int y, int[] index, int[] trailing);
-public static final boolean pango_layout_xy_to_index(int /*long*/ layout, int x, int y, int[] index, int[] trailing) {
- lock.lock();
- try {
- return _pango_layout_xy_to_index(layout, x, y, index, trailing);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout *)
+ */
+ public static final native void _pango_layout_set_width(
+ int /* long */layout, int width);
+
+ public static final void pango_layout_set_width(int /* long */layout,
+ int width) {
+ lock.lock();
+ try {
+ _pango_layout_set_width(layout, width);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tab_array cast=(PangoTabArray *) */
-public static final native int _pango_tab_array_get_size(int /*long*/ tab_array);
-public static final int pango_tab_array_get_size(int /*long*/ tab_array) {
- lock.lock();
- try {
- return _pango_tab_array_get_size(tab_array);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout *)
+ */
+ public static final native void _pango_layout_set_wrap(
+ int /* long */layout, int wrap);
+
+ public static final void pango_layout_set_wrap(int /* long */layout,
+ int wrap) {
+ lock.lock();
+ try {
+ _pango_layout_set_wrap(layout, wrap);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tab_array cast=(PangoTabArray *)
- * @param alignments cast=(PangoTabAlign **)
- * @param locations cast=(int **)
- */
-public static final native void _pango_tab_array_get_tabs(int /*long*/ tab_array, int /*long*/[] alignments, int /*long*/[] locations);
-public static final void pango_tab_array_get_tabs(int /*long*/ tab_array, int /*long*/[] alignments, int /*long*/[] locations) {
- lock.lock();
- try {
- _pango_tab_array_get_tabs(tab_array, alignments, locations);
- } finally {
- lock.unlock();
+
+ /**
+ * @param layout
+ * cast=(PangoLayout *)
+ * @param index
+ * cast=(int *)
+ * @param trailing
+ * cast=(int *)
+ */
+ public static final native boolean _pango_layout_xy_to_index(
+ int /* long */layout, int x, int y, int[] index, int[] trailing);
+
+ public static final boolean pango_layout_xy_to_index(int /* long */layout,
+ int x, int y, int[] index, int[] trailing) {
+ lock.lock();
+ try {
+ return _pango_layout_xy_to_index(layout, x, y, index, trailing);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/** @param tab_array cast=(PangoTabArray *) */
-public static final native void _pango_tab_array_free(int /*long*/ tab_array);
-public static final void pango_tab_array_free(int /*long*/ tab_array) {
- lock.lock();
- try {
- _pango_tab_array_free(tab_array);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tab_array
+ * cast=(PangoTabArray *)
+ */
+ public static final native int _pango_tab_array_get_size(
+ int /* long */tab_array);
+
+ public static final int pango_tab_array_get_size(int /* long */tab_array) {
+ lock.lock();
+ try {
+ return _pango_tab_array_get_size(tab_array);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param initial_size cast=(gint)
- * @param positions_in_pixels cast=(gboolean)
- */
-public static final native int /*long*/ _pango_tab_array_new(int initial_size, boolean positions_in_pixels);
-public static final int /*long*/ pango_tab_array_new(int initial_size, boolean positions_in_pixels) {
- lock.lock();
- try {
- return _pango_tab_array_new(initial_size, positions_in_pixels);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tab_array
+ * cast=(PangoTabArray *)
+ * @param alignments
+ * cast=(PangoTabAlign **)
+ * @param locations
+ * cast=(int **)
+ */
+ public static final native void _pango_tab_array_get_tabs(
+ int /* long */tab_array, int /* long */[] alignments,
+ int /* long */[] locations);
+
+ public static final void pango_tab_array_get_tabs(int /* long */tab_array,
+ int /* long */[] alignments, int /* long */[] locations) {
+ lock.lock();
+ try {
+ _pango_tab_array_get_tabs(tab_array, alignments, locations);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param tab_array cast=(PangoTabArray *)
- * @param tab_index cast=(gint)
- * @param alignment cast=(PangoTabAlign)
- * @param location cast=(gint)
- */
-public static final native void _pango_tab_array_set_tab(int /*long*/ tab_array, int tab_index, int /*long*/ alignment, int location);
-public static final void pango_tab_array_set_tab(int /*long*/ tab_array, int tab_index, int /*long*/ alignment, int location) {
- lock.lock();
- try {
- _pango_tab_array_set_tab(tab_array, tab_index, alignment, location);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tab_array
+ * cast=(PangoTabArray *)
+ */
+ public static final native void _pango_tab_array_free(int /* long */tab_array);
+
+ public static final void pango_tab_array_free(int /* long */tab_array) {
+ lock.lock();
+ try {
+ _pango_tab_array_free(tab_array);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param object cast=(AtkObject *)
- * @param relationship cast=(AtkRelationType)
- * @param target cast=(AtkObject *)
- */
-public static final native boolean _atk_object_add_relationship (int /*long*/ object, int relationship, int /*long*/ target);
-public static final boolean atk_object_add_relationship (int /*long*/ object, int relationship, int /*long*/ target) {
- lock.lock();
- try {
- return _atk_object_add_relationship(object, relationship, target);
- } finally {
- lock.unlock();
+
+ /**
+ * @param initial_size
+ * cast=(gint)
+ * @param positions_in_pixels
+ * cast=(gboolean)
+ */
+ public static final native int /* long */_pango_tab_array_new(
+ int initial_size, boolean positions_in_pixels);
+
+ public static final int /* long */pango_tab_array_new(int initial_size,
+ boolean positions_in_pixels) {
+ lock.lock();
+ try {
+ return _pango_tab_array_new(initial_size, positions_in_pixels);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @method flags=dynamic
- * @param object cast=(AtkObject *)
- * @param relationship cast=(AtkRelationType)
- * @param target cast=(AtkObject *)
- */
-public static final native boolean _atk_object_remove_relationship (int /*long*/ object, int relationship, int /*long*/ target);
-public static final boolean atk_object_remove_relationship (int /*long*/ object, int relationship, int /*long*/ target) {
- lock.lock();
- try {
- return _atk_object_remove_relationship(object, relationship, target);
- } finally {
- lock.unlock();
+
+ /**
+ * @param tab_array
+ * cast=(PangoTabArray *)
+ * @param tab_index
+ * cast=(gint)
+ * @param alignment
+ * cast=(PangoTabAlign)
+ * @param location
+ * cast=(gint)
+ */
+ public static final native void _pango_tab_array_set_tab(
+ int /* long */tab_array, int tab_index, int /* long */alignment,
+ int location);
+
+ public static final void pango_tab_array_set_tab(int /* long */tab_array,
+ int tab_index, int /* long */alignment, int location) {
+ lock.lock();
+ try {
+ _pango_tab_array_set_tab(tab_array, tab_index, alignment, location);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param path cast=(const char*)
- */
-public static final native int _access (byte [] path, int amode);
-public static final int access (byte [] path, int amode) {
- lock.lock();
- try {
- return _access(path, amode);
- } finally {
- lock.unlock();
+
+ /**
+ * @method flags=dynamic
+ * @param object
+ * cast=(AtkObject *)
+ * @param relationship
+ * cast=(AtkRelationType)
+ * @param target
+ * cast=(AtkObject *)
+ */
+ public static final native boolean _atk_object_add_relationship(
+ int /* long */object, int relationship, int /* long */target);
+
+ public static final boolean atk_object_add_relationship(
+ int /* long */object, int relationship, int /* long */target) {
+ lock.lock();
+ try {
+ return _atk_object_add_relationship(object, relationship, target);
+ } finally {
+ lock.unlock();
+ }
}
-}
-/**
- * @param s1 cast=(const char*)
- * @param s2 cast=(const char*)
- */
-public static final native int strcmp (int /*long*/ s1, byte [] s2);
+
+ /**
+ * @method flags=dynamic
+ * @param object
+ * cast=(AtkObject *)
+ * @param relationship
+ * cast=(AtkRelationType)
+ * @param target
+ * cast=(AtkObject *)
+ */
+ public static final native boolean _atk_object_remove_relationship(
+ int /* long */object, int relationship, int /* long */target);
+
+ public static final boolean atk_object_remove_relationship(
+ int /* long */object, int relationship, int /* long */target) {
+ lock.lock();
+ try {
+ return _atk_object_remove_relationship(object, relationship, target);
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ /**
+ * @param path
+ * cast=(const char*)
+ */
+ public static final native int _access(byte[] path, int amode);
+
+ public static final int access(byte[] path, int amode) {
+ lock.lock();
+ try {
+ return _access(path, amode);
+ } finally {
+ lock.unlock();
+ }
+ }
+
+ /**
+ * @param s1
+ * cast=(const char*)
+ * @param s2
+ * cast=(const char*)
+ */
+ public static final native int strcmp(int /* long */s1, byte[] s2);
}
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
index 7b38bd83129..90ff9f4852b 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
@@ -229,6 +229,7 @@ int /*long*/ cellDataProc (int /*long*/ tree_column, int /*long*/ cell, int /*lo
if (isPixbuf) {
OS.gtk_tree_model_get (tree_model, iter, modelIndex + CELL_PIXBUF, ptr, -1);
OS.g_object_set (cell, OS.pixbuf, ptr [0], 0);
+ OS.g_object_unref (ptr [0]);
} else {
OS.gtk_tree_model_get (tree_model, iter, modelIndex + CELL_TEXT, ptr, -1);
if (ptr [0] != 0) {
@@ -248,6 +249,7 @@ int /*long*/ cellDataProc (int /*long*/ tree_column, int /*long*/ cell, int /*lo
OS.gtk_tree_model_get (tree_model, iter, modelIndex + CELL_BACKGROUND, ptr, -1);
if (ptr [0] != 0) {
OS.g_object_set (cell, OS.cell_background_gdk, ptr [0], 0);
+ OS.gdk_color_free (ptr [0]);
}
}
}
@@ -256,11 +258,13 @@ int /*long*/ cellDataProc (int /*long*/ tree_column, int /*long*/ cell, int /*lo
OS.gtk_tree_model_get (tree_model, iter, modelIndex + CELL_FOREGROUND, ptr, -1);
if (ptr [0] != 0) {
OS.g_object_set (cell, OS.foreground_gdk, ptr [0], 0);
+ OS.gdk_color_free (ptr [0]);
}
ptr [0] = 0;
OS.gtk_tree_model_get (tree_model, iter, modelIndex + CELL_FONT, ptr, -1);
if (ptr [0] != 0) {
OS.g_object_set (cell, OS.font_desc, ptr [0], 0);
+ OS.pango_font_description_free (ptr [0]);
}
}
}
@@ -544,7 +548,17 @@ void createColumn (TableColumn column, int index) {
for (int j=0; j<modelLength; j++) {
OS.gtk_tree_model_get (oldModel, oldItem, j, ptr, -1);
OS.gtk_list_store_set (newModel, newItem, j, ptr [0], -1);
- if (types [j] == OS.G_TYPE_STRING ()) OS.g_free ((ptr [0]));
+ if (types [j] == OS.G_TYPE_STRING ()) {
+ OS.g_free ((ptr [0]));
+ } else if (ptr [0] != 0) {
+ if (types [j] == OS.GDK_TYPE_COLOR()) {
+ OS.gdk_color_free (ptr [0]);
+ } else if (types [j] == OS.GDK_TYPE_PIXBUF()) {
+ OS.g_object_unref (ptr [0]);
+ } else if (types [j] == OS.PANGO_TYPE_FONT_DESCRIPTION()) {
+ OS.pango_font_description_free (ptr [0]);
+ }
+ }
}
OS.gtk_list_store_remove (oldModel, oldItem);
OS.g_free (oldItem);
@@ -997,18 +1011,29 @@ void destroyItem (TableColumn column) {
for (int j=0; j<FIRST_COLUMN; j++) {
OS.gtk_tree_model_get (oldModel, oldItem, j, ptr, -1);
OS.gtk_list_store_set (newModel, newItem, j, ptr [0], -1);
+ if (ptr [0] != 0) {
+ if (j == FOREGROUND_COLUMN || j == BACKGROUND_COLUMN) {
+ OS.gdk_color_free (ptr [0]);
+ } else if (j == FONT_COLUMN) {
+ OS.pango_font_description_free (ptr [0]);
+ }
+ }
}
OS.gtk_tree_model_get (oldModel, oldItem, column.modelIndex + CELL_PIXBUF, ptr, -1);
OS.gtk_list_store_set (newModel, newItem, FIRST_COLUMN + CELL_PIXBUF, ptr [0], -1);
+ if (ptr [0] != 0) OS.g_object_unref (ptr [0]);
OS.gtk_tree_model_get (oldModel, oldItem, column.modelIndex + CELL_TEXT, ptr, -1);
OS.gtk_list_store_set (newModel, newItem, FIRST_COLUMN + CELL_TEXT, ptr [0], -1);
OS.g_free (ptr [0]);
OS.gtk_tree_model_get (oldModel, oldItem, column.modelIndex + CELL_FOREGROUND, ptr, -1);
OS.gtk_list_store_set (newModel, newItem, FIRST_COLUMN + CELL_FOREGROUND, ptr [0], -1);
+ if (ptr [0] != 0) OS.gdk_color_free (ptr [0]);
OS.gtk_tree_model_get (oldModel, oldItem, column.modelIndex + CELL_BACKGROUND, ptr, -1);
OS.gtk_list_store_set (newModel, newItem, FIRST_COLUMN + CELL_BACKGROUND, ptr [0], -1);
+ if (ptr [0] != 0) OS.gdk_color_free (ptr [0]);
OS.gtk_tree_model_get (oldModel, oldItem, column.modelIndex + CELL_FONT, ptr, -1);
OS.gtk_list_store_set (newModel, newItem, FIRST_COLUMN + CELL_FONT, ptr [0], -1);
+ if (ptr [0] != 0) OS.pango_font_description_free (ptr [0]);
OS.gtk_list_store_remove (oldModel, oldItem);
OS.g_free (oldItem);
item.handle = newItem;
@@ -2649,7 +2674,10 @@ int /*long*/ rendererRenderProc (int /*long*/ cell, int /*long*/ window, int /*l
int modelIndex = columnCount == 0 ? Table.FIRST_COLUMN : columns [columnIndex].modelIndex;
OS.gtk_tree_model_get (modelHandle, item.handle, modelIndex + Table.CELL_BACKGROUND, ptr, -1);
}
- if (ptr [0] != 0) drawState |= SWT.BACKGROUND;
+ if (ptr [0] != 0) {
+ drawState |= SWT.BACKGROUND;
+ OS.gdk_color_free (ptr [0]);
+ }
if ((flags & OS.GTK_CELL_RENDERER_SELECTED) != 0) drawState |= SWT.SELECTED;
if ((flags & OS.GTK_CELL_RENDERER_FOCUSED) != 0) drawState |= SWT.FOCUSED;
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java
index 3307d505eba..7119af43434 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java
@@ -132,6 +132,7 @@ Color _getBackground () {
if (ptr [0] == 0) return parent.getBackground ();
GdkColor gdkColor = new GdkColor ();
OS.memmove (gdkColor, ptr [0], GdkColor.sizeof);
+ OS.gdk_color_free (ptr [0]);
return Color.gtk_new (display, gdkColor);
}
@@ -144,6 +145,7 @@ Color _getBackground (int index) {
if (ptr [0] == 0) return _getBackground ();
GdkColor gdkColor = new GdkColor ();
OS.memmove (gdkColor, ptr [0], GdkColor.sizeof);
+ OS.gdk_color_free (ptr [0]);
return Color.gtk_new (display, gdkColor);
}
@@ -159,6 +161,7 @@ Color _getForeground () {
if (ptr [0] == 0) return parent.getForeground ();
GdkColor gdkColor = new GdkColor ();
OS.memmove (gdkColor, ptr [0], GdkColor.sizeof);
+ OS.gdk_color_free (ptr [0]);
return Color.gtk_new (display, gdkColor);
}
@@ -171,6 +174,7 @@ Color _getForeground (int index) {
if (ptr [0] == 0) return _getForeground ();
GdkColor gdkColor = new GdkColor ();
OS.memmove (gdkColor, ptr [0], GdkColor.sizeof);
+ OS.gdk_color_free (ptr [0]);
return Color.gtk_new (display, gdkColor);
}
@@ -183,6 +187,7 @@ Image _getImage (int index) {
if (ptr [0] == 0) return null;
ImageList imageList = parent.imageList;
int imageIndex = imageList.indexOf (ptr [0]);
+ OS.g_object_unref (ptr [0]);
if (imageIndex == -1) return null;
return imageList.get (imageIndex);
}
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
index 7715436e4e4..0e630d385c0 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
@@ -274,6 +274,7 @@ int /*long*/ cellDataProc (int /*long*/ tree_column, int /*long*/ cell, int /*lo
ptr [0] = 0;
OS.gtk_tree_model_get (tree_model, iter, modelIndex + CELL_PIXBUF, ptr, -1);
OS.g_object_set (cell, OS.pixbuf, ptr[0], 0);
+ OS.g_object_unref (ptr [0]);
} else {
ptr [0] = 0;
OS.gtk_tree_model_get (tree_model, iter, modelIndex + CELL_TEXT, ptr, -1);
@@ -294,6 +295,7 @@ int /*long*/ cellDataProc (int /*long*/ tree_column, int /*long*/ cell, int /*lo
OS.gtk_tree_model_get (tree_model, iter, modelIndex + CELL_BACKGROUND, ptr, -1);
if (ptr [0] != 0) {
OS.g_object_set (cell, OS.cell_background_gdk, ptr[0], 0);
+ OS.gdk_color_free (ptr [0]);
}
}
}
@@ -302,11 +304,13 @@ int /*long*/ cellDataProc (int /*long*/ tree_column, int /*long*/ cell, int /*lo
OS.gtk_tree_model_get (tree_model, iter, modelIndex + CELL_FOREGROUND, ptr, -1);
if (ptr [0] != 0) {
OS.g_object_set (cell, OS.foreground_gdk, ptr[0], 0);
+ OS.gdk_color_free (ptr [0]);
}
ptr [0] = 0;
OS.gtk_tree_model_get (tree_model, iter, modelIndex + CELL_FONT, ptr, -1);
if (ptr [0] != 0) {
OS.g_object_set (cell, OS.font_desc, ptr[0], 0);
+ OS.pango_font_description_free (ptr [0]);
}
}
}
@@ -589,12 +593,32 @@ void copyModel (int /*long*/ oldModel, int oldStart, int /*long*/ newModel, int
for (int j = 0; j < FIRST_COLUMN; j++) {
OS.gtk_tree_model_get (oldModel, oldItem, j, ptr, -1);
OS.gtk_tree_store_set (newModel, newItem, j, ptr [0], -1);
- if (types [j] == OS.G_TYPE_STRING ()) OS.g_free ((ptr [0]));
+ if (types[j] == OS.G_TYPE_STRING()) {
+ OS.g_free((ptr[0]));
+ } else if (ptr[0] != 0) {
+ if (types[j] == OS.GDK_TYPE_COLOR()) {
+ OS.gdk_color_free(ptr[0]);
+ } else if (types[j] == OS.GDK_TYPE_PIXBUF()) {
+ OS.g_object_unref(ptr[0]);
+ } else if (types[j] == OS.PANGO_TYPE_FONT_DESCRIPTION()) {
+ OS.pango_font_description_free(ptr[0]);
+ }
+ }
}
for (int j= 0; j<modelLength - FIRST_COLUMN; j++) {
OS.gtk_tree_model_get (oldModel, oldItem, oldStart + j, ptr, -1);
OS.gtk_tree_store_set (newModel, newItem, newStart + j, ptr [0], -1);
- if (types [j] == OS.G_TYPE_STRING ()) OS.g_free ((ptr [0]));
+ if (types[j] == OS.G_TYPE_STRING()) {
+ OS.g_free((ptr[0]));
+ } else if (ptr[0] != 0) {
+ if (types[j] == OS.GDK_TYPE_COLOR()) {
+ OS.gdk_color_free(ptr[0]);
+ } else if (types[j] == OS.GDK_TYPE_PIXBUF()) {
+ OS.g_object_unref(ptr[0]);
+ } else if (types[j] == OS.PANGO_TYPE_FONT_DESCRIPTION()) {
+ OS.pango_font_description_free(ptr[0]);
+ }
+ }
}
}
} else {
@@ -2646,7 +2670,10 @@ int /*long*/ rendererRenderProc (int /*long*/ cell, int /*long*/ window, int /*l
int modelIndex = columnCount == 0 ? Tree.FIRST_COLUMN : columns [columnIndex].modelIndex;
OS.gtk_tree_model_get (modelHandle, item.handle, modelIndex + Tree.CELL_BACKGROUND, ptr, -1);
}
- if (ptr [0] != 0) drawState |= SWT.BACKGROUND;
+ if (ptr[0] != 0) {
+ drawState |= SWT.BACKGROUND;
+ OS.gdk_color_free(ptr[0]);
+ }
if ((flags & OS.GTK_CELL_RENDERER_SELECTED) != 0) drawState |= SWT.SELECTED;
if ((flags & OS.GTK_CELL_RENDERER_FOCUSED) != 0) drawState |= SWT.FOCUSED;
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java
index c40dea482dd..68d8a81a5f4 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java
@@ -217,6 +217,7 @@ Color _getBackground () {
if (ptr [0] == 0) return parent.getBackground ();
GdkColor gdkColor = new GdkColor ();
OS.memmove (gdkColor, ptr [0], GdkColor.sizeof);
+ OS.gdk_color_free (ptr [0]);
return Color.gtk_new (display, gdkColor);
}
@@ -229,6 +230,7 @@ Color _getBackground (int index) {
if (ptr [0] == 0) return _getBackground ();
GdkColor gdkColor = new GdkColor ();
OS.memmove (gdkColor, ptr [0], GdkColor.sizeof);
+ OS.gdk_color_free (ptr [0]);
return Color.gtk_new (display, gdkColor);
}
@@ -244,6 +246,7 @@ Color _getForeground () {
if (ptr [0] == 0) return parent.getForeground ();
GdkColor gdkColor = new GdkColor ();
OS.memmove (gdkColor, ptr [0], GdkColor.sizeof);
+ OS.gdk_color_free (ptr [0]);
return Color.gtk_new (display, gdkColor);
}
@@ -256,6 +259,7 @@ Color _getForeground (int index) {
if (ptr [0] == 0) return _getForeground ();
GdkColor gdkColor = new GdkColor ();
OS.memmove (gdkColor, ptr [0], GdkColor.sizeof);
+ OS.gdk_color_free (ptr [0]);
return Color.gtk_new (display, gdkColor);
}
@@ -268,6 +272,7 @@ Image _getImage (int index) {
if (ptr [0] == 0) return null;
ImageList imageList = parent.imageList;
int imageIndex = imageList.indexOf (ptr [0]);
+ OS.g_object_unref (ptr [0]);
if (imageIndex == -1) return null;
return imageList.get (imageIndex);
}

Back to the top