CVSROOT: /cvs/gnome Module name: libgtk-java Changes by: dcbw 06/02/21 15:28:41
Modified files: src/jni : gtk_java.c org_gnu_gdk_DragContext.c org_gnu_gdk_Window.c org_gnu_glib_CustomEvents.c org_gnu_glib_Error.c org_gnu_glib_GObject.c org_gnu_glib_List.c org_gnu_glib_MainLoop.c org_gnu_glib_Quark.c org_gnu_glib_Timer.c org_gnu_glib_Type.c org_gnu_glib_Value.c org_gnu_gtk_AccelKey.c org_gnu_gtk_CellRendererPixbuf.c org_gnu_gtk_CellRendererText.c org_gnu_gtk_FileChooserDialog.c org_gnu_gtk_Gtk.c org_gnu_gtk_Plug.c org_gnu_pango_Font.c Log message: 2005-02-21 Dan Williams <[EMAIL PROTECTED]> * src/jni/gtk_java.c: (getStructHandle) - actually return the struct's Handle instead of not returning anything at all * src/jni/org_gnu_gdk_DragContext.c: include gtkdnd.h to get the prototype for gtk_drag_finish() * src/jni/org_gnu_gdk_Window.c: Java_org_gnu_gdk_Window_gdk_1window_1get_1pointer() - correctly cast value to GtkModifierType* instead of int* * src/jni/org_gnu_glib_CustomEvents.c: - Add copyright text at the top - Include gdk/gdk.h for gtk_[enter|leave]_threads() * src/jni/org_gnu_glib_Error.c src/jni/org_gnu_glib_List.c src/jni/org_gnu_glib_MainLoop.c src/jni/org_gnu_glib_Quark.c src/jni/org_gnu_glib_Timer.c src/jni/org_gnu_glib_Type.c src/jni/org_gnu_glib_Value.c - Include gdk/gdk.h for gtk_[enter|leave]_threads() * src/jni/org_gnu_glib_GObject.c - Include gdk/gdk.h for gtk_[enter|leave]_threads() - Remove unused variables - Java_org_gnu_glib_GObject_nativeCollect(), Java_org_gnu_glib_GObject_g_1object_1ref(), and Java_org_gnu_glib_GObject_g_1object_1unref() shouldn't return jint since their prototypes in the Java code are void and the C functions return void too * src/jni/org_gnu_gtk_AccelKey.c - Java_org_gnu_gtk_AccelKey_accel_1key_1new() actually needs to return jobject, not void * src/jni/org_gnu_gtk_CellRendererPixbuf.c src/jni/org_gnu_gtk_CellRendererText.c src/jni/org_gnu_gtk_FileChooserDialog.c - Ensure that functions like g_object_set() get their argument lists NULL-terminated if they need it * src/jni/org_gnu_gtk_Gtk.c - Include stdlib.h to pick up prototype for memcpy() * src/jni/org_gnu_gtk_Plug.c - Return valid values when an exception is thrown * src/jni/org_gnu_pango_Font.c - Include gtk_java.h to pick up prototypes for getStructHandle() and getGBoxedHandle() URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=libgtk-java&who=dcbw&date=explicit&mindate=2006-02-21%2015:27&maxdate=2006-02-21%2015:29 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list