From 3de105e9c5472abddcc5545bc464453cad337e24 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Fri, 4 Aug 2006 09:41:09 +0000 Subject: [PATCH] some doc fixes. 2006-08-04 Michael Natterer * app/widgets/gimppropwidgets.c: some doc fixes. --- ChangeLog | 4 ++++ app/widgets/gimppropwidgets.c | 28 ++++++++++++++-------------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 911c681fdb..be93e75902 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-08-04 Michael Natterer + + * app/widgets/gimppropwidgets.c: some doc fixes. + 2006-08-04 Michael Natterer * app/actions/image-actions.c: cosmetics. diff --git a/app/widgets/gimppropwidgets.c b/app/widgets/gimppropwidgets.c index bef170124f..3586a71a6c 100644 --- a/app/widgets/gimppropwidgets.c +++ b/app/widgets/gimppropwidgets.c @@ -78,9 +78,9 @@ 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. - * @with_behind_mode: Whether to include "Behind" mode in the menu. + * @config: #GimpConfig object to which property is attached. + * @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 * 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: - * @config: #GimpConfig object to which property is attached. - * @property_name: Name of RGB 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. + * @config: #GimpConfig object to which property is attached. + * @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. @@ -296,11 +296,11 @@ 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. - * @size: Width and height of preview display. + * @config: #GimpConfig object to which property is attached. + * @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. *