Callback man page on Cygwin

Man page or keyword search:  
man Server   22533 pages
apropos Keyword Search (all sections)
Output format
Cygwin logo
[printable version]

Callback(3)			 OCaml library			   Callback(3)

NAME
       Callback - Registering OCaml values with the C runtime.

Module
       Module	Callback

Documentation
       Module Callback
	: sig end

       Registering OCaml values with the C runtime.

       This  module  allows  OCaml  values to be registered with the C runtime
       under a symbolic name, so that C code can later	call  back  registered
       OCaml functions, or raise registered OCaml exceptions.

       val register : string -> 'a -> unit

       Callback.register  n  v registers the value v under the name n . C code
       can later retrieve a handle to v by calling caml_named_value(n) .

       val register_exception : string -> exn -> unit

       Callback.register_exception n exn registers the exception contained  in
       the  exception value exn under the name n . C code can later retrieve a
       handle to the exception by calling caml_named_value(n) . The  exception
       value  thus  obtained  is  suitable  for	 passing  as first argument to
       raise_constant or raise_with_arg .

OCamldoc			  2013-10-24			   Callback(3)
[top]

List of man pages available for Cygwin

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net