From 9b7d99bc8fcd8ee2f5d2d36ba75f2aade851b07c Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Mon, 4 Jun 2007 01:41:03 +0000 Subject: 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 --- doc/manual/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') 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. +
GlueGenRuntimePackage +
Syntax: GlueGenRuntimePackage [package name, like com.sun.gluegen.runtime]
+ +(optional) Changes the package in which the generated glue code +expects to find its run-time helper classes (like BufferFactory, CPU, +StructAccessor). Defaults to com.sun.gluegen.runtime (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. + +
Extends
Syntax: Extends [Java interface name] [interface name to extend]
-- cgit v1.2.3