Cleaner interface.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5200 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Art Yerkes 2003-10-25 03:20:40 +00:00
commit 1053c27e1e

View file

@ -20,7 +20,7 @@ type 'a c_obj_t =
| C_enum of 'a
| C_director_core of 'a c_obj_t * 'a c_obj_t option ref
val convert_c_obj c : 'a c_obj_t -> 'b c_obj_t
val convert_c_obj : 'a c_obj_t -> 'b c_obj_t
val get_int : 'a c_obj_t -> int
val get_float : 'a c_obj_t -> float