docs: Don't mention deprecated API in gtk_widget_set_visible

That statement is true, but since that API is deprecated, it doesn't
need to be there anymore to avoid confusing people.
This commit is contained in:
Marco Melorio 2023-01-08 21:49:28 +01:00
parent 5a3156a8b7
commit 553fde9761

View File

@ -5664,10 +5664,6 @@ gtk_widget_get_state_flags (GtkWidget *widget)
*
* Note that setting this to %TRUE doesnt mean the widget is
* actually viewable, see [method@Gtk.Widget.get_visible].
*
* This function simply calls [method@Gtk.Widget.show] or
* [method@Gtk.Widget.hide] but is nicer to use when the
* visibility of the widget depends on some condition.
*/
void
gtk_widget_set_visible (GtkWidget *widget,