Searched refs:gnome_handle (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A Dawt_Desktop.c40 void *gnome_handle; local
70 gnome_handle = dlopen(VERSIONED_JNI_LIB_NAME("gnome-2", "0"), RTLD_LAZY);
71 if (gnome_handle == NULL) {
72 gnome_handle = dlopen(JNI_LIB_NAME("gnome-2"), RTLD_LAZY);
73 if (gnome_handle == NULL) {
81 gnome_url_show = (GNOME_URL_SHOW_TYPE*)dlsym(gnome_handle, "gnome_url_show");

Completed in 21 milliseconds