mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +00:00
widget: Fix compile warnings: missing return value
This commit is contained in:
parent
d9c581900b
commit
d4fb25f6de
@ -12378,6 +12378,7 @@ gtk_widget_in_destruction (GtkWidget *widget)
|
|||||||
return widget->priv->in_destruction;
|
return widget->priv->in_destruction;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gboolean
|
||||||
_gtk_widget_get_resize_pending (GtkWidget *widget)
|
_gtk_widget_get_resize_pending (GtkWidget *widget)
|
||||||
{
|
{
|
||||||
return widget->priv->resize_pending;
|
return widget->priv->resize_pending;
|
||||||
|
Loading…
Reference in New Issue
Block a user