applied a modified patch from Joao S. O. Bueno <gwidion@mpc.com.br> that
2003-07-09 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/paths.pdb: applied a modified patch from Joao S. O. Bueno <gwidion@mpc.com.br> that adds the new PDB function gimp_path_to_selection(). * app/pdb/internal_procs.c * app/pdb/paths_cmds.c * libgimp/gimppaths_pdb.[ch]: regenerated.
This commit is contained in:

committed by
Sven Neumann

parent
9bad7d216b
commit
3cfa4dc931
@ -1,3 +1,8 @@
|
||||
2003-07-09 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/libgimp-sections.txt
|
||||
* libgimp/tmpl/libgimp-paths.sgml: updated.
|
||||
|
||||
2003-07-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpmath/libgimpmath-sections.txt
|
||||
|
@ -457,6 +457,7 @@ gimp_path_delete
|
||||
gimp_path_get_locked
|
||||
gimp_path_set_locked
|
||||
gimp_path_set_tattoo
|
||||
gimp_path_to_selection
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -30,11 +30,13 @@ gimppaths
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@pathname:
|
||||
@name:
|
||||
@path_closed:
|
||||
@num_path_point_details:
|
||||
@points_pairs:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@pathname:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_path_get_current ##### -->
|
||||
@ -52,8 +54,10 @@ gimppaths
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@set_current_path_name:
|
||||
@name:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@set_current_path_name:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_path_set_points ##### -->
|
||||
@ -62,11 +66,13 @@ gimppaths
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@pathname:
|
||||
@name:
|
||||
@ptype:
|
||||
@num_path_points:
|
||||
@points_pairs:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@pathname:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_path_stroke_current ##### -->
|
||||
@ -96,8 +102,10 @@ gimppaths
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@pathname:
|
||||
@name:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@pathname:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_get_path_by_tattoo ##### -->
|
||||
@ -116,8 +124,10 @@ gimppaths
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@path_name_to_del:
|
||||
@name:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@path_name_to_del:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_path_get_locked ##### -->
|
||||
@ -126,8 +136,10 @@ gimppaths
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@pathname:
|
||||
@name:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@pathname:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_path_set_locked ##### -->
|
||||
@ -136,9 +148,11 @@ gimppaths
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@pathname:
|
||||
@name:
|
||||
@lockstatus:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@pathname:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_path_set_tattoo ##### -->
|
||||
@ -147,8 +161,27 @@ gimppaths
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@pathname:
|
||||
@name:
|
||||
@tattovalue:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@pathname:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_path_to_selection ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@name:
|
||||
@op:
|
||||
@antialias:
|
||||
@feather:
|
||||
@feather_radius_x:
|
||||
@feather_radius_y:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@pathname:
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user