mirror of https://github.com/GNOME/gimp.git
libgimp/libgimp-sections.txt updated.
2006-11-04 Sven Neumann <sven@gimp.org> * libgimp/libgimp-sections.txt * libgimpbase/libgimpbase-sections.txt: updated. * libgimp/tmpl/gimpedit.sgml * libgimp/tmpl/gimpfileops.sgml * libgimp/tmpl/gimpfontselectbutton.sgml * libgimp/tmpl/gimpvectors.sgml * libgimpbase/tmpl/gimpbaseenums.sgml * libgimpconfig/tmpl/gimpcolorconfig.sgml: regenerated.
This commit is contained in:
parent
099bb0a811
commit
14731a5a81
|
@ -1,3 +1,15 @@
|
|||
2006-11-04 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/libgimp-sections.txt
|
||||
* libgimpbase/libgimpbase-sections.txt: updated.
|
||||
|
||||
* libgimp/tmpl/gimpedit.sgml
|
||||
* libgimp/tmpl/gimpfileops.sgml
|
||||
* libgimp/tmpl/gimpfontselectbutton.sgml
|
||||
* libgimp/tmpl/gimpvectors.sgml
|
||||
* libgimpbase/tmpl/gimpbaseenums.sgml
|
||||
* libgimpconfig/tmpl/gimpcolorconfig.sgml: regenerated.
|
||||
|
||||
2006-10-26 Simon Budig <simon@gimp.org>
|
||||
|
||||
* devel-docs/libgimp/tmpl/gimppaths.sgml
|
||||
|
|
|
@ -360,6 +360,7 @@ gimp_edit_fill
|
|||
gimp_edit_bucket_fill
|
||||
gimp_edit_blend
|
||||
gimp_edit_stroke
|
||||
gimp_edit_stroke_vectors
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -367,6 +368,7 @@ gimp_edit_stroke
|
|||
gimp_temp_name
|
||||
gimp_file_load
|
||||
gimp_file_load_layer
|
||||
gimp_file_load_layers
|
||||
gimp_file_save
|
||||
gimp_register_magic_load_handler
|
||||
gimp_register_load_handler
|
||||
|
@ -676,7 +678,6 @@ gimp_path_set_locked
|
|||
gimp_path_set_tattoo
|
||||
gimp_path_to_selection
|
||||
gimp_path_import
|
||||
gimp_path_import_string
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -882,25 +883,29 @@ gimp_image_undo_thaw
|
|||
|
||||
<SECTION>
|
||||
<FILE>gimpvectors</FILE>
|
||||
gimp_vectors_new
|
||||
gimp_vectors_new_from_file
|
||||
gimp_vectors_new_from_string
|
||||
gimp_vectors_get_strokes
|
||||
gimp_vectors_get_image
|
||||
gimp_vectors_get_linked
|
||||
gimp_vectors_get_name
|
||||
gimp_vectors_get_tattoo
|
||||
gimp_vectors_get_visible
|
||||
gimp_vectors_new
|
||||
gimp_vectors_set_linked
|
||||
gimp_vectors_set_name
|
||||
gimp_vectors_set_tattoo
|
||||
gimp_vectors_set_visible
|
||||
gimp_vectors_get_strokes
|
||||
gimp_vectors_remove_stroke
|
||||
gimp_vectors_to_selection
|
||||
gimp_vectors_parasite_attach
|
||||
gimp_vectors_parasite_detach
|
||||
gimp_vectors_parasite_find
|
||||
gimp_vectors_parasite_list
|
||||
gimp_vectors_stroke_new_from_points
|
||||
gimp_vectors_stroke_close
|
||||
gimp_vectors_stroke_remove
|
||||
gimp_vectors_stroke_get_length
|
||||
gimp_vectors_stroke_get_points
|
||||
gimp_vectors_stroke_get_point_at_dist
|
||||
gimp_vectors_stroke_interpolate
|
||||
gimp_vectors_stroke_scale
|
||||
|
|
|
@ -181,3 +181,13 @@ Edit menu functions (cut, copy, paste, clear, etc.)
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_edit_stroke_vectors ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@vectors_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
|
|
@ -49,6 +49,18 @@ File operations (load, save, etc.)
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_file_load_layers ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@run_mode:
|
||||
@image_ID:
|
||||
@filename:
|
||||
@num_layers:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_file_save ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -28,10 +28,6 @@ GimpFontSelectButton
|
|||
|
||||
</para>
|
||||
|
||||
@:
|
||||
@:
|
||||
@:
|
||||
|
||||
@gimpfontselectbutton: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
@ -41,9 +37,9 @@ GimpFontSelectButton
|
|||
|
||||
</para>
|
||||
|
||||
@gimpfontselectbutton: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@:
|
||||
@:
|
||||
@:
|
||||
|
||||
<!-- ##### ARG GimpFontSelectButton:font-name ##### -->
|
||||
<para>
|
||||
|
|
|
@ -17,6 +17,55 @@ gimpvectors
|
|||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_new_from_file ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@filename:
|
||||
@merge:
|
||||
@scale:
|
||||
@num_vectors:
|
||||
@vectors_ids:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_new_from_string ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@string:
|
||||
@length:
|
||||
@merge:
|
||||
@scale:
|
||||
@num_vectors:
|
||||
@vectors_ids:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_get_strokes ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@vectors_ID:
|
||||
@num_strokes:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_get_image ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -62,16 +111,6 @@ gimpvectors
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_set_linked ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -112,13 +151,13 @@ gimpvectors
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_get_strokes ##### -->
|
||||
<!-- ##### FUNCTION gimp_vectors_remove_stroke ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@vectors_ID:
|
||||
@num_strokes:
|
||||
@stroke_id:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
@ -177,6 +216,19 @@ gimpvectors
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_stroke_new_from_points ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@vectors_ID:
|
||||
@type:
|
||||
@num_points:
|
||||
@controlpoints:
|
||||
@closed:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_stroke_close ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -198,6 +250,19 @@ gimpvectors
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_stroke_get_points ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@vectors_ID:
|
||||
@stroke_id:
|
||||
@num_points:
|
||||
@controlpoints:
|
||||
@closed:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_stroke_get_point_at_dist ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@ GimpSizeType
|
|||
GimpStackTraceMode
|
||||
GimpTransferMode
|
||||
GimpTransformDirection
|
||||
GimpVectorsStrokeType
|
||||
<SUBSECTION Standard>
|
||||
GIMP_TYPE_ADD_MASK_TYPE
|
||||
GIMP_TYPE_BLEND_MODE
|
||||
|
@ -71,6 +72,7 @@ GIMP_TYPE_SIZE_TYPE
|
|||
GIMP_TYPE_STACK_TRACE_MODE
|
||||
GIMP_TYPE_TRANSFER_MODE
|
||||
GIMP_TYPE_TRANSFORM_DIRECTION
|
||||
GIMP_TYPE_VECTORS_STROKE_TYPE
|
||||
gimp_add_mask_type_get_type
|
||||
gimp_blend_mode_get_type
|
||||
gimp_bucket_fill_mode_get_type
|
||||
|
@ -100,6 +102,7 @@ gimp_size_type_get_type
|
|||
gimp_stack_trace_mode_get_type
|
||||
gimp_transfer_mode_get_type
|
||||
gimp_transform_direction_get_type
|
||||
gimp_vectors_stroke_type_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
|
|
@ -324,3 +324,10 @@ Basic GIMP enumeration data types.
|
|||
@GIMP_TRANSFORM_FORWARD:
|
||||
@GIMP_TRANSFORM_BACKWARD:
|
||||
|
||||
<!-- ##### ENUM GimpVectorsStrokeType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_VECTORS_STROKE_TYPE_BEZIER:
|
||||
|
||||
|
|
|
@ -87,12 +87,3 @@ GimpColorConfig
|
|||
@GIMP_COLOR_RENDERING_INTENT_SATURATION:
|
||||
@GIMP_COLOR_RENDERING_INTENT_ABSOLUTE_COLORIMETRIC:
|
||||
|
||||
<!-- ##### ENUM GimpColorFileOpenBehaviour ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_COLOR_FILE_OPEN_ASK:
|
||||
@GIMP_COLOR_FILE_OPEN_LEAVE:
|
||||
@GIMP_COLOR_FILE_OPEN_CONVERT_RGB:
|
||||
|
||||
|
|
Loading…
Reference in New Issue