removed obsolete parameter from gtk-doc comment.

2006-11-30  Sven Neumann  <sven@gimp.org>

        * app/widgets/gimppropwidgets.c (gimp_prop_color_button_new):
        removed obsolete parameter from gtk-doc comment.
This commit is contained in:
Sven Neumann 2006-11-30 15:30:25 +00:00 committed by Sven Neumann
parent 900504701d
commit 010d9ff7cf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-11-30 Sven Neumann <sven@gimp.org>
* app/widgets/gimppropwidgets.c (gimp_prop_color_button_new):
removed obsolete parameter from gtk-doc comment.
2006-11-30 Michael Natterer <mitch@gimp.org>
* libgimp/gimp.def

View File

@ -230,7 +230,6 @@ 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 #GimpRGB property.
* @context: #GimpContext to take the color management config from
* @title: Title of the #GimpColorPanel that is to be created
* @width: Width of color button.
* @height: Height of color button.