1 // C function const GLubyte * glGetString ( GLenum name ) 2 3 public static native String glGetString( 4 int name 5 ); 6