fixed inline documentation.
2003-09-15 Sven Neumann <sven@gimp.org> * app/config/gimpxmlparser.c: fixed inline documentation. * app/vectors/gimpstroke.h: added a missing newline. 2003-09-15 Sven Neumann <sven@gimp.org> * app/app-docs.sgml * app/app-sections.txt: updated.
This commit is contained in:

committed by
Sven Neumann

parent
80bd6f1c2b
commit
304ac0fd54
@ -1,3 +1,9 @@
|
||||
2003-09-15 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/config/gimpxmlparser.c: fixed inline documentation.
|
||||
|
||||
* app/vectors/gimpstroke.h: added a missing newline.
|
||||
|
||||
2003-09-15 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/config/Makefile.am
|
||||
|
@ -42,7 +42,7 @@ static gchar * parse_encoding (const gchar *text,
|
||||
|
||||
/**
|
||||
* gimp_xml_parser_new:
|
||||
* @parser: a #GMarkupParser
|
||||
* @markup_parser: a #GMarkupParser
|
||||
* @user_data: user data to pass to #GMarkupParser functions
|
||||
*
|
||||
* GimpXmlParser is a thin wrapper around GMarkupParser. This function
|
||||
|
@ -249,7 +249,8 @@ GimpStroke * gimp_stroke_make_bezier (const GimpStroke *stroke);
|
||||
|
||||
void gimp_stroke_translate (GimpStroke *stroke,
|
||||
gdouble offset_x,
|
||||
gdouble offset_y);void gimp_stroke_scale (GimpStroke *stroke,
|
||||
gdouble offset_y);
|
||||
void gimp_stroke_scale (GimpStroke *stroke,
|
||||
gdouble scale_x,
|
||||
gdouble scale_y);
|
||||
void gimp_stroke_transform (GimpStroke *stroke,
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-09-15 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/app-docs.sgml
|
||||
* app/app-sections.txt: updated.
|
||||
|
||||
2003-09-12 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpmath/libgimpmath-sections.txt
|
||||
|
@ -103,7 +103,7 @@
|
||||
</chapter>
|
||||
|
||||
<chapter id="app-config-objects">
|
||||
<title>The Actual Config Objects</title>
|
||||
<title>The GimpRc Objects</title>
|
||||
<xi:include href="xml/gimpbaseconfig.xml"/>
|
||||
<xi:include href="xml/gimpcoreconfig.xml"/>
|
||||
<xi:include href="xml/gimpdisplayconfig.xml"/>
|
||||
@ -116,6 +116,7 @@
|
||||
<title>Lowlevel Serializing/Deserializing Functions</title>
|
||||
<xi:include href="xml/gimpconfigwriter.xml"/>
|
||||
<xi:include href="xml/gimpscanner.xml"/>
|
||||
<xi:include href="xml/gimpxmlparser.xml"/>
|
||||
</chapter>
|
||||
</part>
|
||||
|
||||
@ -272,6 +273,8 @@
|
||||
<xi:include href="xml/gimpvectors.xml"/>
|
||||
<xi:include href="xml/gimpvectors-compat.xml"/>
|
||||
<xi:include href="xml/gimpvectors-preview.xml"/>
|
||||
<xi:include href="xml/gimpvectors-import.xml"/>
|
||||
<xi:include href="xml/gimpvectors-export.xml"/>
|
||||
</part>
|
||||
|
||||
<part id="app-xcf-part">
|
||||
@ -711,12 +714,13 @@
|
||||
<title>Initialization & Glue Code</title>
|
||||
<xi:include href="xml/gui.xml"/>
|
||||
<xi:include href="xml/session.xml"/>
|
||||
<xi:include href="xml/dialogs.xml"/>
|
||||
<xi:include href="xml/dialogs-constructors.xml"/>
|
||||
<xi:include href="xml/themes.xml"/>
|
||||
</chapter>
|
||||
|
||||
<chapter id="app-gui-dialogs">
|
||||
<title>Dialogs</title>
|
||||
<xi:include href="xml/dialogs.xml"/>
|
||||
<xi:include href="xml/dialogs-constructors.xml"/>
|
||||
<xi:include href="xml/about-dialog.xml"/>
|
||||
<xi:include href="xml/color-notebook.xml"/>
|
||||
<xi:include href="xml/color-history.xml"/>
|
||||
|
@ -539,8 +539,6 @@ gimp_drawable_data
|
||||
gimp_drawable_shadow
|
||||
gimp_drawable_bytes
|
||||
gimp_drawable_bytes_with_alpha
|
||||
gimp_drawable_get_visible
|
||||
gimp_drawable_set_visible
|
||||
gimp_drawable_alpha_changed
|
||||
gimp_drawable_cmap
|
||||
gimp_drawable_get_color_at
|
||||
@ -834,8 +832,10 @@ gimp_item_parasite_attach
|
||||
gimp_item_parasite_detach
|
||||
gimp_item_parasite_find
|
||||
gimp_item_parasite_list
|
||||
gimp_item_set_linked
|
||||
gimp_item_get_visible
|
||||
gimp_item_set_visible
|
||||
gimp_item_get_linked
|
||||
gimp_item_set_linked
|
||||
<SUBSECTION Standard>
|
||||
GimpItemClass
|
||||
GIMP_ITEM
|
||||
@ -1276,11 +1276,15 @@ gimp_display_shell_expose_area
|
||||
gimp_display_shell_expose_guide
|
||||
gimp_display_shell_expose_full
|
||||
gimp_display_shell_flush
|
||||
gimp_display_shell_pause
|
||||
gimp_display_shell_resume
|
||||
gimp_display_shell_draw_area
|
||||
gimp_display_shell_draw_cursor
|
||||
gimp_display_shell_draw_guide
|
||||
gimp_display_shell_draw_guides
|
||||
gimp_display_shell_draw_grid
|
||||
gimp_display_shell_draw_vector
|
||||
gimp_display_shell_draw_vectors
|
||||
gimp_display_shell_update_icon
|
||||
gimp_display_shell_shrink_wrap
|
||||
gimp_display_shell_selection_visibility
|
||||
@ -2261,9 +2265,13 @@ gimp_draw_tool_draw_arc_by_anchor
|
||||
gimp_draw_tool_draw_cross_by_anchor
|
||||
gimp_draw_tool_draw_handle
|
||||
gimp_draw_tool_on_handle
|
||||
gimp_draw_tool_on_vectors_curve
|
||||
gimp_draw_tool_on_vectors_handle
|
||||
gimp_draw_tool_draw_lines
|
||||
gimp_draw_tool_draw_strokes
|
||||
gimp_draw_tool_draw_boundary
|
||||
gimp_draw_tool_set_vectors
|
||||
gimp_draw_tool_set_transform
|
||||
<SUBSECTION Standard>
|
||||
GimpDrawToolClass
|
||||
GIMP_DRAW_TOOL
|
||||
@ -2951,11 +2959,11 @@ GIMP_VECTOR_OPTIONS_GET_CLASS
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpvectortool</FILE>
|
||||
VectorFunction
|
||||
<TITLE>GimpVectorTool</TITLE>
|
||||
GimpVectorTool
|
||||
gimp_vector_tool_register
|
||||
gimp_vector_tool_set_vectors
|
||||
GimpVectorFunction
|
||||
<SUBSECTION Standard>
|
||||
GimpVectorToolClass
|
||||
GIMP_VECTOR_TOOL
|
||||
@ -2978,6 +2986,7 @@ gimp_bezier_stroke_new_moveto
|
||||
gimp_bezier_stroke_lineto
|
||||
gimp_bezier_stroke_conicto
|
||||
gimp_bezier_stroke_cubicto
|
||||
gimp_bezier_stroke_arcto
|
||||
<SUBSECTION Standard>
|
||||
GimpBezierStrokeClass
|
||||
GIMP_BEZIER_STROKE
|
||||
@ -3013,6 +3022,7 @@ gimp_stroke_anchor_get_next
|
||||
gimp_stroke_anchor_select
|
||||
gimp_stroke_anchor_move_relative
|
||||
gimp_stroke_anchor_move_absolute
|
||||
gimp_stroke_control_points_get
|
||||
gimp_stroke_point_is_movable
|
||||
gimp_stroke_point_move_relative
|
||||
gimp_stroke_point_move_absolute
|
||||
@ -3033,9 +3043,6 @@ gimp_stroke_duplicate
|
||||
gimp_stroke_make_bezier
|
||||
gimp_stroke_translate
|
||||
gimp_stroke_scale
|
||||
gimp_stroke_resize
|
||||
gimp_stroke_flip
|
||||
gimp_stroke_rotate
|
||||
gimp_stroke_transform
|
||||
gimp_stroke_get_draw_anchors
|
||||
gimp_stroke_get_draw_controls
|
||||
@ -3092,6 +3099,7 @@ GIMP_VECTORS_GET_CLASS
|
||||
GimpVectorsCompatPoint
|
||||
gimp_vectors_compat_new
|
||||
gimp_vectors_compat_get_points
|
||||
gimp_vectors_compat_is_compatible
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@ -3100,6 +3108,16 @@ gimp_vectors_compat_get_points
|
||||
gimp_vectors_get_new_preview
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpvectors-import</FILE>
|
||||
gimp_vectors_import
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpvectors-export</FILE>
|
||||
gimp_vectors_export
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpbrusheditor</FILE>
|
||||
<TITLE>GimpBrushEditor</TITLE>
|
||||
@ -4712,6 +4730,7 @@ gimp_composite_generic_init
|
||||
gimp_composite_generic_install
|
||||
gimp_composite_addition_any_any_any_generic
|
||||
gimp_composite_anti_erase_any_any_any_generic
|
||||
gimp_composite_behind_any_any_any_generic
|
||||
gimp_composite_blend_any_any_any_generic
|
||||
gimp_composite_burn_any_any_any_generic
|
||||
gimp_composite_color_any_any_any_generic
|
||||
@ -4876,6 +4895,15 @@ gimp_scanner_parse_color
|
||||
gimp_scanner_parse_matrix2
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpxmlparser</FILE>
|
||||
GimpXmlParser
|
||||
gimp_xml_parser_new
|
||||
gimp_xml_parser_parse_file
|
||||
gimp_xml_parser_parse_io_channel
|
||||
gimp_xml_parser_free
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>core-enums</FILE>
|
||||
GIMP_TYPE_ADD_MASK_TYPE
|
||||
@ -5068,6 +5096,7 @@ gimp_drawable_get_preview
|
||||
<SECTION>
|
||||
<FILE>gimpdrawable-transform-utils</FILE>
|
||||
<TITLE>GimpDrawable-transform-utils</TITLE>
|
||||
gimp_drawable_transform_matrix_flip
|
||||
gimp_drawable_transform_matrix_rotate
|
||||
gimp_drawable_transform_matrix_rotate_center
|
||||
gimp_drawable_transform_matrix_scale
|
||||
@ -5296,7 +5325,7 @@ gimp_image_undo_push_mask
|
||||
gimp_image_undo_push_item_rename
|
||||
gimp_image_undo_push_item_displace
|
||||
gimp_image_undo_push_item_linked
|
||||
gimp_image_undo_push_drawable_visibility
|
||||
gimp_image_undo_push_item_visibility
|
||||
gimp_image_undo_push_layer_add
|
||||
gimp_image_undo_push_layer_remove
|
||||
gimp_image_undo_push_layer_mod
|
||||
@ -5340,6 +5369,8 @@ gimp_image_undo_push_item
|
||||
<SECTION>
|
||||
<FILE>gimpitem-linked</FILE>
|
||||
<TITLE>GimpItem-linked</TITLE>
|
||||
GimpItemLinkedMask
|
||||
gimp_item_linked_get_list
|
||||
gimp_item_linked_translate
|
||||
gimp_item_linked_flip
|
||||
gimp_item_linked_rotate
|
||||
@ -5855,15 +5886,21 @@ grid_dialog_new
|
||||
|
||||
<SECTION>
|
||||
<FILE>gui</FILE>
|
||||
gui_init
|
||||
gui_libs_init
|
||||
gui_environ_init
|
||||
gui_themes_init
|
||||
gui_themes_get_theme_dir
|
||||
gui_init
|
||||
gui_restore
|
||||
gui_post_init
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>themes</FILE>
|
||||
themes_init
|
||||
themes_exit
|
||||
themes_get_theme_dir
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>help-commands</FILE>
|
||||
help_help_cmd_callback
|
||||
@ -5896,8 +5933,8 @@ image_menu_update
|
||||
|
||||
<SECTION>
|
||||
<FILE>images-commands</FILE>
|
||||
images_raise_displays_cmd_callback
|
||||
images_new_display_cmd_callback
|
||||
images_raise_views_cmd_callback
|
||||
images_new_view_cmd_callback
|
||||
images_delete_image_cmd_callback
|
||||
</SECTION>
|
||||
|
||||
@ -6610,9 +6647,12 @@ tools_exit
|
||||
<FILE>gimpanchor</FILE>
|
||||
GimpAnchor
|
||||
GIMP_ANCHOR
|
||||
GIMP_VALUE_HOLDS_ANCHOR
|
||||
gimp_anchor_new
|
||||
gimp_anchor_free
|
||||
gimp_anchor_duplicate
|
||||
<SUBSECTION Standard>
|
||||
gimp_anchor_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
Reference in New Issue
Block a user