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> 2006-08-04 Michael Natterer <mitch@gimp.org>
* app/actions/image-actions.c: cosmetics. * app/actions/image-actions.c: cosmetics.

View File

@ -78,9 +78,9 @@ static void gimp_prop_paint_menu_notify (GObject *config,
/** /**
* gimp_prop_paint_mode_menu_new: * gimp_prop_paint_mode_menu_new:
* @config: #GimpConfig object to which property is attached. * @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. * @with_behind_mode: Whether to include "Behind" mode in the menu.
* *
* Creates a #GimpPaintModeMenu widget to display and set the specified * Creates a #GimpPaintModeMenu widget to display and set the specified
* Enum property, for which the enum must be #GimpLayerModeEffects. * Enum property, for which the enum must be #GimpLayerModeEffects.
@ -178,14 +178,14 @@ static void gimp_prop_color_button_notify (GObject *config,
/** /**
* gimp_prop_color_button_new: * gimp_prop_color_button_new:
* @config: #GimpConfig object to which property is attached. * @config: #GimpConfig object to which property is attached.
* @property_name: Name of RGB property. * @property_name: Name of #GimpRGB property.
* @title: title of the #GimpColorPanel that is to be created * @title: Title of the #GimpColorPanel that is to be created
* @width: Width of color button. * @width: Width of color button.
* @height: Height of color button. * @height: Height of color button.
* @type: How transparency is represented. * @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. * property. Pressing the button brings up a color selector dialog.
* *
* Return value: A new #GimpColorPanel widget. * Return value: A new #GimpColorPanel widget.
@ -296,11 +296,11 @@ static void gimp_prop_view_notify (GObject *config,
/** /**
* gimp_prop_view_new: * gimp_prop_view_new:
* @config: #GimpConfig object to which property is attached. * @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. * @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. * Return value: A new #GimpView widget.
* *