typemap for std::size_t

Unaccountably missing from swig_guile.
This commit is contained in:
John Ralls 2021-03-05 16:13:09 -08:00
parent 5c74337810
commit 42185c0ec8

View File

@ -38,6 +38,9 @@ namespace std {
%enddef
%typemap(in) std::size_t "$1 = scm_to_ulong($input);";
%typemap(out) std::size_t "$result = scm_from_ulong($1);";
//%module sw_gnc_optiondb
%{
#include "gnc-optiondb.h"