Merge branch 'gbsneto/install-header' into 'master'

build: Install gtkboxlayout.h

See merge request GNOME/gtk!676
This commit is contained in:
Matthias Clasen 2019-03-28 02:48:03 +00:00
commit 4d9f4ed14b
2 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,8 @@ gtk_box_layout_set_orientation (GtkBoxLayout *self,
_gtk_orientable_set_style_classes (GTK_ORIENTABLE (widget));
gtk_layout_manager_layout_changed (layout_manager);
g_object_notify (G_OBJECT (self), "orientation");
}
static void

View File

@ -426,6 +426,7 @@ gtk_public_headers = files([
'gtkbindings.h',
'gtkborder.h',
'gtkbox.h',
'gtkboxlayout.h',
'gtkbuildable.h',
'gtkbuilder.h',
'gtkbutton.h',