summaryrefslogtreecommitdiffstats
path: root/resources/cl-event-if.cfg
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2011-05-27 14:24:18 +0200
committerMichael Bien <[email protected]>2011-05-27 14:24:18 +0200
commit098144aa185f396933c52af6c59201add4978b21 (patch)
tree3a6675cd0dce7fc93f72f52bfb6414601fa70a56 /resources/cl-event-if.cfg
parentce775f60ea028ce3c9e6139f83427ea8a86e3d54 (diff)
renamed binding interfaces so we don't have a conflict with HLB.
Diffstat (limited to 'resources/cl-event-if.cfg')
-rw-r--r--resources/cl-event-if.cfg16
1 files changed, 8 insertions, 8 deletions
diff --git a/resources/cl-event-if.cfg b/resources/cl-event-if.cfg
index 8e0759b1..73a9c772 100644
--- a/resources/cl-event-if.cfg
+++ b/resources/cl-event-if.cfg
@@ -4,14 +4,14 @@ Style InterfaceOnly
import com.jogamp.opencl.llb.impl.CLEventCallback
-ClassJavadoc CLEvent /**
-ClassJavadoc CLEvent * Java bindings to OpenCL events.
-ClassJavadoc CLEvent * @author Michael Bien
-ClassJavadoc CLEvent */
-JavaClass CLEvent
+ClassJavadoc CLEventBinding /**
+ClassJavadoc CLEventBinding * Java bindings to OpenCL events.
+ClassJavadoc CLEventBinding * @author Michael Bien
+ClassJavadoc CLEventBinding */
+JavaClass CLEventBinding
IgnoreNot .*CreateUserEvent.*|.*GetEventInfo.*|.*GetEventProfilingInfo.*|.*SetUserEventStatus.*|clWaitForEvents.*|.*RetainEvent.*|.*ReleaseEvent.*|CL_EVENT_.*
-CustomJavaCode CLEvent
-CustomJavaCode CLEvent /** Interface to C language function: <br> <code> int32_t {@native clSetEventCallback}(cl_event event, cl_int command_exec_callback_type, void (CL_CALLBACK *pfn_event_notify) (cl_event event, cl_int event_command_exec_status, void *user_data), void *user_data); </code> */
-CustomJavaCode CLEvent public int clSetEventCallback(long event, int type, CLEventCallback cb); \ No newline at end of file
+CustomJavaCode CLEventBinding
+CustomJavaCode CLEventBinding /** Interface to C language function: <br> <code> int32_t {@native clSetEventCallback}(cl_event event, cl_int command_exec_callback_type, void (CL_CALLBACK *pfn_event_notify) (cl_event event, cl_int event_command_exec_status, void *user_data), void *user_data); </code> */
+CustomJavaCode CLEventBinding public int clSetEventCallback(long event, int type, CLEventCallback cb); \ No newline at end of file