mirror of https://github.com/GNOME/gimp.git
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:
parent
900504701d
commit
010d9ff7cf
|
@ -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>
|
2006-11-30 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* libgimp/gimp.def
|
* libgimp/gimp.def
|
||||||
|
|
|
@ -230,7 +230,6 @@ 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 #GimpRGB property.
|
* @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
|
* @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.
|
||||||
|
|
Loading…
Reference in New Issue