see plug-ins/perl/Changes
This commit is contained in:
parent
2557c517b1
commit
664dcaeb94
2 changed files with 5 additions and 5 deletions
|
|
@ -1470,7 +1470,7 @@ gimp_query_procedure(proc_name)
|
|||
&proc_copyright, &proc_date, &proc_type, &nparams, &nreturn_vals,
|
||||
¶ms, &return_vals) == TRUE)
|
||||
{
|
||||
EXTEND (sp,8);
|
||||
EXTEND (SP,8);
|
||||
PUSHs (newSVpv (proc_blurb,0)); g_free (proc_blurb);
|
||||
PUSHs (newSVpv (proc_help,0)); g_free (proc_help);
|
||||
PUSHs (newSVpv (proc_author,0)); g_free (proc_author);
|
||||
|
|
@ -1733,13 +1733,13 @@ gimp_color_cube()
|
|||
char *
|
||||
gimp_directory()
|
||||
|
||||
char *
|
||||
gimp_data_directory()
|
||||
|
||||
char *
|
||||
gimp_gtkrc()
|
||||
|
||||
#ifdef GIMP11
|
||||
char *
|
||||
gimp_data_directory()
|
||||
|
||||
SV *
|
||||
gimp_personal_rc_file(basename)
|
||||
char * basename
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ use Config;
|
|||
$|=1;
|
||||
|
||||
@examples =
|
||||
qw(windy.pl prep4gif.pl webify.pl PDB alpha2color.pl tex-to-float ditherize.pl
|
||||
qw(windy.pl prep4gif.pl webify.pl PDB tex-to-float ditherize.pl
|
||||
border.pl view3d.pl feedback.pl xachlego.pl xachshadow.pl parasite-editor
|
||||
scratches.pl blowinout.pl terral_text xachvision.pl perlcc gouge
|
||||
sethspin.pl animate_cells image_tile yinyang stamps font_table
|
||||
|
|
|
|||
Loading…
Reference in a new issue