gtk: Use const instead G_CONST_RETURN
This commit is contained in:
@ -7665,7 +7665,7 @@ gtk_notebook_set_tab_label_text (GtkNotebook *notebook,
|
||||
* tab label widget is not a #GtkLabel. The string is owned
|
||||
* by the widget and must not be freed.
|
||||
*/
|
||||
G_CONST_RETURN gchar *
|
||||
const gchar *
|
||||
gtk_notebook_get_tab_label_text (GtkNotebook *notebook,
|
||||
GtkWidget *child)
|
||||
{
|
||||
@ -7803,7 +7803,7 @@ gtk_notebook_set_menu_label_text (GtkNotebook *notebook,
|
||||
* menu label, or the menu label widget is not a #GtkLabel.
|
||||
* The string is owned by the widget and must not be freed.
|
||||
*/
|
||||
G_CONST_RETURN gchar *
|
||||
const gchar *
|
||||
gtk_notebook_get_menu_label_text (GtkNotebook *notebook,
|
||||
GtkWidget *child)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user