summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2007-06-04 01:41:03 +0000
committerKenneth Russel <[email protected]>2007-06-04 01:41:03 +0000
commit9b7d99bc8fcd8ee2f5d2d36ba75f2aade851b07c (patch)
tree477208e00c594544e7abbb3ae26699f95c9706a9 /doc
parentd4771326d15acb54276c393821e033a686f3687d (diff)
Added GlueGenRuntimePackage to allow people to rename and incorporate
those helper classes into their apps git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@62 a78bb65f-1512-4460-ba86-f6dc96a7bf27
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/manual/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/manual/index.html b/doc/manual/index.html
index 1b8703c..2192af5 100755
--- a/doc/manual/index.html
+++ b/doc/manual/index.html
@@ -981,6 +981,17 @@ struct. Normally only those structs referenced directly by the parsed
C APIs have corresponding Java classes emitted.
+<dt><strong><a name="GlueGenRuntimePackage">GlueGenRuntimePackage</a></strong>
+<dd>Syntax: <code>GlueGenRuntimePackage [package name, like com.sun.gluegen.runtime]</code> <br>
+
+(optional) Changes the package in which the generated glue code
+expects to find its run-time helper classes (like BufferFactory, CPU,
+StructAccessor). Defaults to <CODE>com.sun.gluegen.runtime</CODE> (no
+quotes). This is useful if you want to bundle the runtime classes in
+your application without the possibility of interfering with other
+versions elsewhere in the system.
+
+
<dt><strong><a name="Extends">Extends</a></strong>
<dd>Syntax: <code>Extends [Java interface name] [interface name to
extend] </code> <br>