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:
committed by
Sven Neumann
parent
bdd3c6444b
commit
e85896c0fa
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user