mirror of https://github.com/GNOME/gimp.git
fixed inline docs updated application docs
This commit is contained in:
parent
924acb2b0d
commit
6b8d6ca4a6
|
@ -329,6 +329,8 @@ gimp_color_bar_expose (GtkWidget *widget,
|
|||
|
||||
/**
|
||||
* gimp_color_bar_new:
|
||||
* @orientation: whether the bar should be oriented horizontally or
|
||||
* vertically
|
||||
*
|
||||
* Creates a new #GimpColorBar widget.
|
||||
*
|
||||
|
@ -371,7 +373,7 @@ gimp_color_bar_set_color (GimpColorBar *bar,
|
|||
}
|
||||
|
||||
/**
|
||||
* gimp_color_bar_set_color:
|
||||
* gimp_color_bar_set_channel:
|
||||
* @bar: a #GimpColorBar widget
|
||||
* @channel: a #GimpHistogramChannel
|
||||
*
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2004-02-19 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/app-sections.txt
|
||||
* app/app.types: updated.
|
||||
|
||||
2004-02-19 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimpwidgets/libgimpwidgets-sections.txt
|
||||
|
|
|
@ -186,6 +186,7 @@ gimp_set_user_context
|
|||
gimp_get_user_context
|
||||
gimp_set_current_context
|
||||
gimp_get_current_context
|
||||
gimp_set_global_buffer
|
||||
GimpPlugInDebug
|
||||
<SUBSECTION Standard>
|
||||
GimpClass
|
||||
|
@ -3460,6 +3461,26 @@ GIMP_IS_CHANNEL_TREE_VIEW_CLASS
|
|||
GIMP_CHANNEL_TREE_VIEW_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpcolorbar</FILE>
|
||||
<TITLE>GimpColorBar</TITLE>
|
||||
GimpColorBar
|
||||
gimp_color_bar_new
|
||||
gimp_color_bar_set_color
|
||||
gimp_color_bar_set_channel
|
||||
gimp_color_bar_set_buffers
|
||||
<SUBSECTION Standard>
|
||||
GimpColorBarClass
|
||||
GIMP_COLOR_BAR
|
||||
GIMP_IS_COLOR_BAR
|
||||
GIMP_TYPE_COLOR_BAR
|
||||
gimp_color_bar_get_type
|
||||
GIMP_COLOR_BAR_CLASS
|
||||
GIMP_IS_COLOR_BAR_CLASS
|
||||
GIMP_COLOR_BAR_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpcoloreditor</FILE>
|
||||
<TITLE>GimpColorEditor</TITLE>
|
||||
|
@ -5646,6 +5667,7 @@ gimp_image_invalidate_without_render
|
|||
<FILE>gimpimage-qmask</FILE>
|
||||
<TITLE>GimpImage-qmask</TITLE>
|
||||
GIMP_IMAGE_QMASK_NAME
|
||||
gimp_image_get_qmask
|
||||
gimp_image_set_qmask_state
|
||||
gimp_image_get_qmask_state
|
||||
gimp_image_qmask_invert
|
||||
|
@ -5687,7 +5709,6 @@ gimp_image_undo_push_image_mod
|
|||
gimp_image_undo_push_image_type
|
||||
gimp_image_undo_push_image_size
|
||||
gimp_image_undo_push_image_resolution
|
||||
gimp_image_undo_push_image_qmask
|
||||
gimp_image_undo_push_image_grid
|
||||
gimp_image_undo_push_image_guide
|
||||
gimp_image_undo_push_image_colormap
|
||||
|
|
|
@ -28,6 +28,7 @@ gimp_clone_get_type
|
|||
gimp_clone_options_get_type
|
||||
gimp_clone_tool_get_type
|
||||
gimp_color_balance_tool_get_type
|
||||
gimp_color_bar_get_type
|
||||
gimp_color_display_editor_get_type
|
||||
gimp_color_editor_get_type
|
||||
gimp_color_frame_get_type
|
||||
|
|
Loading…
Reference in New Issue