some doc fixes.

2006-08-04  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimppropwidgets.c: some doc fixes.
This commit is contained in:
Michael Natterer
2006-08-04 09:41:09 +00:00
committed by Michael Natterer
parent 459778bb76
commit 3de105e9c5
2 changed files with 18 additions and 14 deletions

View File

@ -1,3 +1,7 @@
2006-08-04 Michael Natterer <mitch@gimp.org>
* app/widgets/gimppropwidgets.c: some doc fixes.
2006-08-04 Michael Natterer <mitch@gimp.org>
* app/actions/image-actions.c: cosmetics.

View File

@ -79,7 +79,7 @@ static void gimp_prop_paint_menu_notify (GObject *config,
/**
* gimp_prop_paint_mode_menu_new:
* @config: #GimpConfig object to which property is attached.
* @property_name: Name of Enum property controlled by combo box.
* @property_name: Name of Enum property.
* @with_behind_mode: Whether to include "Behind" mode in the menu.
*
* Creates a #GimpPaintModeMenu widget to display and set the specified
@ -179,13 +179,13 @@ static void gimp_prop_color_button_notify (GObject *config,
/**
* gimp_prop_color_button_new:
* @config: #GimpConfig object to which property is attached.
* @property_name: Name of RGB property.
* @title: title of the #GimpColorPanel that is to be created
* @property_name: Name of #GimpRGB property.
* @title: Title of the #GimpColorPanel that is to be created
* @width: Width of color button.
* @height: Height of color button.
* @type: How transparency is represented.
*
* Creates a #GimpColorPanel to set and display the value of an RGB
* Creates a #GimpColorPanel to set and display the value of a #GimpRGB
* property. Pressing the button brings up a color selector dialog.
*
* Return value: A new #GimpColorPanel widget.
@ -297,10 +297,10 @@ static void gimp_prop_view_notify (GObject *config,
/**
* gimp_prop_view_new:
* @config: #GimpConfig object to which property is attached.
* @property_name: Name of Unit property.
* @property_name: Name of #GimpViewable property.
* @size: Width and height of preview display.
*
* Creates a widget to display the value of a Preview property.
* Creates a widget to display the value of a #GimpViewable property.
*
* Return value: A new #GimpView widget.
*