Sha256: 1fa86d4174a346f2bb908c3611e9ee89d240be1a1b0596ad2e977b345e3e3870
Contents?: true
Size: 448 Bytes
Versions: 20
Compression:
Stored size: 448 Bytes
Contents
/* barcode.i */ %module Barcode %{ #include "ruby/ext/rho/rhoruby.h" extern const char* rho_barcode_barcode_recognize(const char* filename); extern void rho_barcode_take_barcode(const char* callback, VALUE options); #define barcode_recognize rho_barcode_barcode_recognize #define take_barcode rho_barcode_take_barcode %} extern const char* barcode_recognize(const char* filename); extern void take_barcode(const char* callback, VALUE options);
Version data entries
20 entries across 20 versions & 1 rubygems