Remove incorrect rename-to annotations

The `rename-to` annotation is used to "shadow" a symbol with another
one, which means both symbols need to exist. It can't be used to rename
a symbol to something else.
This commit is contained in:
Emmanuele Bassi 2020-03-03 13:13:26 +00:00
parent 041043eec1
commit 5e099e2606

View File

@ -10952,7 +10952,7 @@ _gtk_widget_remove_attached_window (GtkWidget *widget,
}
/**
* gtk_widget_class_set_css_name: (rename-to gtk_widget_class_set_class_css_name)
* gtk_widget_class_set_css_name:
* @widget_class: class to set the name on
* @name: name to use
*
@ -10982,7 +10982,7 @@ gtk_widget_class_get_visible_by_default (GtkWidgetClass *widget_class)
}
/**
* gtk_widget_class_get_css_name: (rename-to gtk_widget_class_get_class_css_name)
* gtk_widget_class_get_css_name:
* @widget_class: class to set the name on
*
* Gets the name used by this class for matching in CSS code. See