use const for G_CONST_RETURN.

2006-07-05  Sven Neumann  <sven@gimp.org>

	* libgimp/gimp*selectbutton.[ch]: use const for G_CONST_RETURN.
This commit is contained in:
Sven Neumann
2006-07-05 14:13:20 +00:00
committed by Sven Neumann
parent bdd3c6444b
commit e85896c0fa
11 changed files with 48 additions and 44 deletions

View File

@ -249,7 +249,7 @@ gimp_gradient_select_button_new (const gchar *title,
*
* Since: GIMP 2.4
*/
G_CONST_RETURN gchar *
const gchar *
gimp_gradient_select_button_get_gradient (GimpGradientSelectButton *button)
{
GimpGradientSelectButtonPrivate *priv;