X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=generator-lib%2Fwrappi_types.mli;h=6bd58f010f6c996ab6bf0567b3c0ca57814c3503;hb=68483fce4f959886866af28c1c3342c2a6fcb410;hp=f4b4f669cece050b2d7582cf1b2ea327b2004588;hpb=ba261f047e7c98f603565b92a16a8ec2c5baeb69;p=wrappi.git diff --git a/generator-lib/wrappi_types.mli b/generator-lib/wrappi_types.mli index f4b4f66..6bd58f0 100644 --- a/generator-lib/wrappi_types.mli +++ b/generator-lib/wrappi_types.mli @@ -16,7 +16,13 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. *) -type any_type = TInt32 | TInt64 | Type of string +type any_type = + | TFilePerm + | TInt32 + | TInt64 + | TPathname + | TUInt32 + | TUInt64 (** Any API parameter or return type. *) type parameter = string * any_type