mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +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;
|
||||
}
|
||||
|
||||
gboolean
|
||||
_gtk_widget_get_resize_pending (GtkWidget *widget)
|
||||
{
|
||||
return widget->priv->resize_pending;
|
||||
|
Loading…
Reference in New Issue
Block a user