src/solaris/native/sun/awt/gtk2_interface.h

Print this page

        

*** 661,671 **** /* * Load the gtk2 library. If the library is already loaded this method has no * effect and returns success. * Returns FALSE on failure and TRUE on success. */ ! gboolean gtk2_load(); /* * Loads fp_gtk_show_uri function pointer. This initialization is * separated because the function is required only * for java.awt.Desktop API. The function relies on initialization in --- 661,671 ---- /* * Load the gtk2 library. If the library is already loaded this method has no * effect and returns success. * Returns FALSE on failure and TRUE on success. */ ! gboolean gtk2_load(JNIEnv *env); /* * Loads fp_gtk_show_uri function pointer. This initialization is * separated because the function is required only * for java.awt.Desktop API. The function relies on initialization in