libgimp/gimpgradientselectbutton.c Make doc comments match reality.

2006-07-19  Manish Singh  <yosh@gimp.org>

        * libgimp/gimpgradientselectbutton.c
        * libgimp/gimppatternselectbutton.c: Make doc comments match
        reality.
This commit is contained in:
Manish Singh 2006-07-20 03:45:28 +00:00 committed by Manish Singh
parent bc0c1a85cf
commit fde314f555
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2006-07-19 Manish Singh <yosh@gimp.org>
* libgimp/gimpgradientselectbutton.c
* libgimp/gimppatternselectbutton.c: Make doc comments match
reality.
2006-07-19 Manish Singh <yosh@gimp.org>
* libgimpwidgets/gimpdialog.[ch]: add gimp_dialog_add_button[s] API,

View File

@ -240,7 +240,7 @@ gimp_gradient_select_button_new (const gchar *title,
}
/**
* gimp_gradient_select_button_get_gradient_name:
* gimp_gradient_select_button_get_gradient:
* @button: A #GimpGradientSelectButton
*
* Retrieves the name of currently selected gradient.

View File

@ -280,7 +280,7 @@ gimp_pattern_select_button_get_pattern (GimpPatternSelectButton *button)
}
/**
* gimp_pattern_select_button_set_pattern_name:
* gimp_pattern_select_button_set_pattern:
* @button: A #GimpPatternSelectButton
* @pattern_name: Pattern name to set; %NULL means no change.
*