diff options
author | José Alburquerque <jaalburquerque@gmail.com> | 2013-06-09 12:35:40 -0400 |
---|---|---|
committer | José Alburquerque <jaalburquerque@gmail.com> | 2013-06-09 12:37:40 -0400 |
commit | bcf1fbc13596efeaa3900bd56e35b89b9b261858 (patch) | |
tree | 65727da219e41dc630e566318e7bd85082b05a0a /ChangeLog | |
parent | 621835cfd37ed364945eb7653bc6c3b4ea5f7499 (diff) | |
download | glibmm-bcf1fbc13596efeaa3900bd56e35b89b9b261858.tar.gz |
gmmproc: Use an environment variable for the return mismatches.
* tools/gmmproc.in: Check for the GMMPROC_RETURN_MISMATCHES
environment variable and use its value as the default for the internal
boolean '$main::return_mismatches' variable which when true makes
gmmproc report if the return type in a _WRAP_METHOD() does not match
the C function return type.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2013-06-09 José Alburquerque <jaalburquerque@gmail.com> + + gmmproc: Use an environment variable for the return mismatches. + + * tools/gmmproc.in: Check for the GMMPROC_RETURN_MISMATCHES + environment variable and use its value as the default for the internal + boolean '$main::return_mismatches' variable which when true makes + gmmproc report if the return type in a _WRAP_METHOD() does not match + the C function return type. + 2013-06-07 Kjell Ahlstedt <kjell.ahlstedt@bredband.net> gmmproc: Write glibmm version in generated files. |