gtk: Use const instead G_CONST_RETURN
This commit is contained in:
@ -1864,7 +1864,7 @@ gtk_expander_set_label (GtkExpander *expander,
|
||||
*
|
||||
* Since: 2.4
|
||||
*/
|
||||
G_CONST_RETURN char *
|
||||
const char *
|
||||
gtk_expander_get_label (GtkExpander *expander)
|
||||
{
|
||||
GtkExpanderPrivate *priv;
|
||||
|
||||
Reference in New Issue
Block a user