From 68a842cc62f12e6372c804708690e31169368c30 Mon Sep 17 00:00:00 2001 From: kbr Date: Mon, 20 Feb 2006 01:34:37 +0000 Subject: Added alcGetDeviceSpecifiers to support alcGetString(null, ALC_DEVICE_SPECIFIER); rewrote alcGetString to use same underlying routine git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@113 03bf7f67-59de-4072-a415-9a990d468a3f --- make/joal-alc-CustomJavaCode.java | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 make/joal-alc-CustomJavaCode.java (limited to 'make/joal-alc-CustomJavaCode.java') diff --git a/make/joal-alc-CustomJavaCode.java b/make/joal-alc-CustomJavaCode.java new file mode 100755 index 0000000..8efba6e --- /dev/null +++ b/make/joal-alc-CustomJavaCode.java @@ -0,0 +1,6 @@ +/** Entry point (through function pointer) to C language function:
const ALCchar * alcGetString(ALCdevice * device, ALCenum param); */ +public java.lang.String alcGetString(ALCdevice device, int param); + +/** Fetches the names of the available ALC device specifiers. + Equivalent to the C call alcGetString(NULL, ALC_DEVICE_SPECIFIER). */ +public java.lang.String[] alcGetDeviceSpecifiers(); -- cgit v1.2.3