gtk: Use const instead G_CONST_RETURN
This commit is contained in:
@ -1980,7 +1980,7 @@ gtk_tool_item_group_set_ellipsize (GtkToolItemGroup *group,
|
||||
*
|
||||
* Since: 2.20
|
||||
*/
|
||||
G_CONST_RETURN gchar*
|
||||
const gchar*
|
||||
gtk_tool_item_group_get_label (GtkToolItemGroup *group)
|
||||
{
|
||||
GtkToolItemGroupPrivate *priv;
|
||||
|
Reference in New Issue
Block a user