app/plug-in/plug-in-params.c libgimp/gimp.[ch]
2006-06-25 Manish Singh <yosh@gimp.org> * app/plug-in/plug-in-params.c * libgimp/gimp.[ch] * libgimpbase/gimpprotocol.[ch] * plug-ins/common/colormap-remap.c * plug-ins/common/curve_bend.c * plug-ins/common/grid.c * plug-ins/pygimp/pygimp-pdb.c * plug-ins/script-fu/siod-wrapper.c * tools/pdbgen/pdb.pl: turn d_int8 and d_int8array into guint8. Fixes bug #344431.
This commit is contained in:
committed by
Manish Singh
parent
7cb2b3ec58
commit
f1e54be89d
@ -34,8 +34,8 @@ package Gimp::CodeGen::pdb;
|
||||
type => 'guint8 ',
|
||||
const_type => 'guint8 ',
|
||||
init_value => '0',
|
||||
get_value_func => '$var = g_value_get_int ($value)',
|
||||
set_value_func => 'g_value_set_int ($value, $var)' },
|
||||
get_value_func => '$var = g_value_get_uint ($value)',
|
||||
set_value_func => 'g_value_set_uint ($value, $var)' },
|
||||
|
||||
float => { name => 'FLOAT',
|
||||
type => 'gdouble ',
|
||||
|
||||
Reference in New Issue
Block a user