2005-05-18 Ismael Juma * configure.ac: Change to generate Config.java. * src/java/org/gnu/gconf/Config.java.in: Add file. * doc/examples/gconf/BasicGConfApp.java: Fix several issues. (main): Use Gtk.init() instead of Program.initGnomeUI to allow people who do not have libgnome-java installed to run the example. * src/java/org/gnu/gconf/ConfClient.java.in: Pass Error Handle instead of int[] to jni in several places. Rename to ConfClient.java. * src/jni/org_gnu_gconf_ConfClient.c: Fix bug #303209. Fix all usage of GError. Use getGObjectHandle. Remove unnecessary method call. * Makefile.am: Fix build problem. Change to accomodate the use of Config.java.in as the provider of the location of the jni file.