summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/external-resources.qdoc
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2021-04-16 10:51:41 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-04-18 06:21:07 +0000
commitbc0e309adc3e516c1465211c1e9472e7757b3299 (patch)
tree4e0893a14ecb2212bcac1dbe94b1362f770a00e7 /src/corelib/doc/src/external-resources.qdoc
parent481a0388ae7816b2b0c140014353670ebe94ea46 (diff)
Add documentation links for some JNI entities
Add doc page link for: * AttachCurrentThread call. * Interface Function Table which describes JNIEnv. Change-Id: I12b41429c40838e5133e58132930aede287e2e71 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> (cherry picked from commit d72067c93833e9787a45aeddee800faab0d2d40a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/corelib/doc/src/external-resources.qdoc')
-rw-r--r--src/corelib/doc/src/external-resources.qdoc12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/corelib/doc/src/external-resources.qdoc b/src/corelib/doc/src/external-resources.qdoc
index 583e668be4..abd359ac33 100644
--- a/src/corelib/doc/src/external-resources.qdoc
+++ b/src/corelib/doc/src/external-resources.qdoc
@@ -78,7 +78,7 @@
/*!
\externalpage https://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/functions.html
- \title Oracle: JNI Functions
+ \title Java: JNI Functions
*/
/*!
@@ -90,3 +90,13 @@
\externalpage https://developer.android.com/training/articles/perf-jni#local-and-global-references
\title JNI tips: Local and global references
*/
+
+/*!
+ \externalpage https://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/invocation.html#attach_current_thread
+ \title Java: AttachCurrentThread
+*/
+
+/*!
+ \externalpage https://docs.oracle.com/en/java/javase/13/docs/specs/jni/functions.html#interface-function-table
+ \title Java: Interface Function Table
+*/