summaryrefslogtreecommitdiffstats
path: root/resources/cl-event-if.cfg
diff options
context:
space:
mode:
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