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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A Dawt_Desktop.c35 GNOME_URL_SHOW_TYPE *gnome_url_show; variable
81 gnome_url_show = (GNOME_URL_SHOW_TYPE*)dlsym(gnome_handle, "gnome_url_show");
84 fprintf(stderr, "can not find symble gnome_url_show\n");
106 * Method: gnome_url_show
115 if (gnome_url_show == NULL) {
120 // call gnome_url_show(const char* , GError**)
121 success = (*gnome_url_show)(url_c, NULL);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDesktopPeer.java109 result = gnome_url_show(uriByteArray);
118 private native boolean gnome_url_show(byte[] url); method in class:XDesktopPeer

Completed in 30 milliseconds