mirror of https://github.com/GNOME/gimp.git
app/app-docs.sgml app/app-sections.txt updated.
2005-05-25 Sven Neumann <sven@gimp.org> * app/app-docs.sgml * app/app-sections.txt * app/app.types: updated.
This commit is contained in:
parent
e0b3fdfc3c
commit
5190f74be5
|
@ -1,3 +1,9 @@
|
||||||
|
2005-05-25 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* app/app-docs.sgml
|
||||||
|
* app/app-sections.txt
|
||||||
|
* app/app.types: updated.
|
||||||
|
|
||||||
2005-05-21 Sven Neumann <sven@gimp.org>
|
2005-05-21 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* libgimpwidgets/libgimpwidgets-docs.sgml
|
* libgimpwidgets/libgimpwidgets-docs.sgml
|
||||||
|
|
|
@ -277,6 +277,7 @@
|
||||||
<xi:include href="xml/gimp-transform-utils.xml" />
|
<xi:include href="xml/gimp-transform-utils.xml" />
|
||||||
<xi:include href="xml/gimparea.xml" />
|
<xi:include href="xml/gimparea.xml" />
|
||||||
<xi:include href="xml/gimpcoords.xml" />
|
<xi:include href="xml/gimpcoords.xml" />
|
||||||
|
<xi:include href="xml/gimpdashpattern.xml" />
|
||||||
<xi:include href="xml/gimpinterpreterdb.xml" />
|
<xi:include href="xml/gimpinterpreterdb.xml" />
|
||||||
<xi:include href="xml/gimpmarshal.xml" />
|
<xi:include href="xml/gimpmarshal.xml" />
|
||||||
<xi:include href="xml/gimppreviewcache.xml" />
|
<xi:include href="xml/gimppreviewcache.xml" />
|
||||||
|
@ -803,6 +804,7 @@
|
||||||
<chapter id="app-widgets-cell-renderers">
|
<chapter id="app-widgets-cell-renderers">
|
||||||
<title>Cell Renderers for GtkTreeView</title>
|
<title>Cell Renderers for GtkTreeView</title>
|
||||||
<xi:include href="xml/gimpcellrendereraccel.xml" />
|
<xi:include href="xml/gimpcellrendereraccel.xml" />
|
||||||
|
<xi:include href="xml/gimpcellrendererdashes.xml" />
|
||||||
<xi:include href="xml/gimpcellrendererviewable.xml" />
|
<xi:include href="xml/gimpcellrendererviewable.xml" />
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
|
|
@ -1394,11 +1394,23 @@ GIMP_IS_STROKE_DESC_CLASS
|
||||||
GIMP_STROKE_DESC_GET_CLASS
|
GIMP_STROKE_DESC_GET_CLASS
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>gimpdashpattern</FILE>
|
||||||
|
<TITLE>GimpDashPattern</TITLE>
|
||||||
|
gimp_dash_pattern_from_preset
|
||||||
|
gimp_dash_pattern_from_segments
|
||||||
|
gimp_dash_pattern_segments_set
|
||||||
|
gimp_dash_pattern_from_value
|
||||||
|
gimp_dash_pattern_value_set
|
||||||
|
gimp_dash_pattern_copy
|
||||||
|
gimp_dash_pattern_free
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gimpstrokeoptions</FILE>
|
<FILE>gimpstrokeoptions</FILE>
|
||||||
<TITLE>GimpStrokeOptions</TITLE>
|
<TITLE>GimpStrokeOptions</TITLE>
|
||||||
GimpStrokeOptions
|
GimpStrokeOptions
|
||||||
gimp_stroke_options_set_dash_preset
|
gimp_stroke_options_set_dash_pattern
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GimpStrokeOptionsClass
|
GimpStrokeOptionsClass
|
||||||
GIMP_STROKE_OPTIONS
|
GIMP_STROKE_OPTIONS
|
||||||
|
@ -1499,6 +1511,7 @@ GimpViewable
|
||||||
gimp_viewable_invalidate_preview
|
gimp_viewable_invalidate_preview
|
||||||
gimp_viewable_size_changed
|
gimp_viewable_size_changed
|
||||||
gimp_viewable_calc_preview_size
|
gimp_viewable_calc_preview_size
|
||||||
|
gimp_viewable_get_size
|
||||||
gimp_viewable_get_preview_size
|
gimp_viewable_get_preview_size
|
||||||
gimp_viewable_get_popup_size
|
gimp_viewable_get_popup_size
|
||||||
gimp_viewable_get_preview
|
gimp_viewable_get_preview
|
||||||
|
@ -3659,6 +3672,7 @@ gimp_vectors_stroke_get_length
|
||||||
gimp_vectors_stroke_get_by_ID
|
gimp_vectors_stroke_get_by_ID
|
||||||
gimp_vectors_get_length
|
gimp_vectors_get_length
|
||||||
gimp_vectors_get_distance
|
gimp_vectors_get_distance
|
||||||
|
gimp_vectors_get_n_strokes
|
||||||
gimp_vectors_interpolate
|
gimp_vectors_interpolate
|
||||||
gimp_vectors_bounds
|
gimp_vectors_bounds
|
||||||
gimp_vectors_make_bezier
|
gimp_vectors_make_bezier
|
||||||
|
@ -3913,6 +3927,22 @@ GIMP_IS_CELL_RENDERER_ACCEL_CLASS
|
||||||
GIMP_CELL_RENDERER_ACCEL_GET_CLASS
|
GIMP_CELL_RENDERER_ACCEL_GET_CLASS
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>gimpcellrendererdashes</FILE>
|
||||||
|
<TITLE>GimpCellRendererDashes</TITLE>
|
||||||
|
GimpCellRendererDashes
|
||||||
|
gimp_cell_renderer_dashes_new
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GimpCellRendererDashesClass
|
||||||
|
GIMP_CELL_RENDERER_DASHES
|
||||||
|
GIMP_IS_CELL_RENDERER_DASHES
|
||||||
|
GIMP_TYPE_CELL_RENDERER_DASHES
|
||||||
|
gimp_cell_renderer_dashes_get_type
|
||||||
|
GIMP_CELL_RENDERER_DASHES_CLASS
|
||||||
|
GIMP_IS_CELL_RENDERER_DASHES_CLASS
|
||||||
|
GIMP_CELL_RENDERER_DASHES_GET_CLASS
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gimpcellrendererviewable</FILE>
|
<FILE>gimpcellrendererviewable</FILE>
|
||||||
<TITLE>GimpCellRendererViewable</TITLE>
|
<TITLE>GimpCellRendererViewable</TITLE>
|
||||||
|
@ -7412,7 +7442,6 @@ procedural_db_destroy_args
|
||||||
procedural_db_set_data
|
procedural_db_set_data
|
||||||
procedural_db_get_data
|
procedural_db_get_data
|
||||||
procedural_db_free_data
|
procedural_db_free_data
|
||||||
pdb_type_name
|
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
@ -7424,6 +7453,13 @@ plug_in_debug_exit
|
||||||
plug_in_debug_argv
|
plug_in_debug_argv
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>procedural-db-query</FILE>
|
||||||
|
procedural_db_dump
|
||||||
|
procedural_db_query
|
||||||
|
procedural_db_proc_info
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>plug-in-def</FILE>
|
<FILE>plug-in-def</FILE>
|
||||||
<TITLE>PlugInDef</TITLE>
|
<TITLE>PlugInDef</TITLE>
|
||||||
|
@ -7470,6 +7506,7 @@ plug_in_proc_def_get_stock_id
|
||||||
plug_in_proc_def_get_pixbuf
|
plug_in_proc_def_get_pixbuf
|
||||||
plug_in_proc_def_get_help_id
|
plug_in_proc_def_get_help_id
|
||||||
plug_in_proc_def_get_sensitive
|
plug_in_proc_def_get_sensitive
|
||||||
|
plug_in_proc_def_set_icon
|
||||||
plug_in_proc_def_find
|
plug_in_proc_def_find
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
@ -7726,6 +7763,8 @@ gimp_clipboard_init
|
||||||
gimp_clipboard_exit
|
gimp_clipboard_exit
|
||||||
gimp_clipboard_has_buffer
|
gimp_clipboard_has_buffer
|
||||||
gimp_clipboard_get_buffer
|
gimp_clipboard_get_buffer
|
||||||
|
gimp_clipboard_has_svg
|
||||||
|
gimp_clipboard_get_svg
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
|
|
@ -29,6 +29,7 @@ gimp_buffer_view_get_type
|
||||||
gimp_by_color_select_tool_get_type
|
gimp_by_color_select_tool_get_type
|
||||||
gimp_canvas_get_type
|
gimp_canvas_get_type
|
||||||
gimp_cell_renderer_accel_get_type
|
gimp_cell_renderer_accel_get_type
|
||||||
|
gimp_cell_renderer_dashes_get_type
|
||||||
gimp_cell_renderer_viewable_get_type
|
gimp_cell_renderer_viewable_get_type
|
||||||
gimp_channel_get_type
|
gimp_channel_get_type
|
||||||
gimp_channel_tree_view_get_type
|
gimp_channel_tree_view_get_type
|
||||||
|
|
Loading…
Reference in New Issue