mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove Timespec from the guile base typemap.
This commit is contained in:
parent
91f4b19039
commit
d86b65183d
@ -50,9 +50,6 @@ typedef char gchar;
|
|||||||
%typemap(in) gboolean "$1 = scm_is_true($input) ? TRUE : FALSE;"
|
%typemap(in) gboolean "$1 = scm_is_true($input) ? TRUE : FALSE;"
|
||||||
%typemap(out) gboolean "$result = $1 ? SCM_BOOL_T : SCM_BOOL_F;"
|
%typemap(out) gboolean "$result = $1 ? SCM_BOOL_T : SCM_BOOL_F;"
|
||||||
|
|
||||||
%typemap(in) Timespec "$1 = gnc_timepair2timespec($input);"
|
|
||||||
%typemap(out) Timespec "$result = gnc_timespec2timepair($1);"
|
|
||||||
|
|
||||||
%typemap(in) GDate "$1 = gnc_time64_to_GDate($input);"
|
%typemap(in) GDate "$1 = gnc_time64_to_GDate($input);"
|
||||||
|
|
||||||
%typemap(in) GncGUID "$1 = gnc_scm2guid($input);"
|
%typemap(in) GncGUID "$1 = gnc_scm2guid($input);"
|
||||||
|
Loading…
Reference in New Issue
Block a user