[gtk/matthiasc/for-master: 22/23] Make GtkOverlayLayout public



commit 9fa3742c09f3e54b1a6f7e6d4695a23d5bbb320e
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon May 25 14:22:10 2020 -0400

    Make GtkOverlayLayout public
    
    Keeping the layout manager type private does not
    really work when it has layout child properties
    that need to be usable in ui files.

 gtk/gtk.h                                             | 1 +
 gtk/gtkoverlay.c                                      | 2 +-
 gtk/gtkoverlaylayout.c                                | 2 +-
 gtk/{gtkoverlaylayoutprivate.h => gtkoverlaylayout.h} | 0
 4 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtk.h b/gtk/gtk.h
index 570e362efa..eba47fb967 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -164,6 +164,7 @@
 #include <gtk/gtknotebook.h>
 #include <gtk/gtkorientable.h>
 #include <gtk/gtkoverlay.h>
+#include <gtk/gtkoverlaylayout.h>
 #include <gtk/gtkpadcontroller.h>
 #include <gtk/gtkpagesetup.h>
 #include <gtk/gtkpaned.h>
diff --git a/gtk/gtkoverlay.c b/gtk/gtkoverlay.c
index f790256911..9444cfd96a 100644
--- a/gtk/gtkoverlay.c
+++ b/gtk/gtkoverlay.c
@@ -22,7 +22,7 @@
 
 #include "gtkoverlay.h"
 
-#include "gtkoverlaylayoutprivate.h"
+#include "gtkoverlaylayout.h"
 #include "gtkbuildable.h"
 #include "gtkintl.h"
 #include "gtkmarshalers.h"
diff --git a/gtk/gtkoverlaylayout.c b/gtk/gtkoverlaylayout.c
index 2e0104f92d..54ed06e573 100644
--- a/gtk/gtkoverlaylayout.c
+++ b/gtk/gtkoverlaylayout.c
@@ -20,7 +20,7 @@
 
 #include "config.h"
 
-#include "gtkoverlaylayoutprivate.h"
+#include "gtkoverlaylayout.h"
 
 #include "gtkintl.h"
 #include "gtklayoutchild.h"
diff --git a/gtk/gtkoverlaylayoutprivate.h b/gtk/gtkoverlaylayout.h
similarity index 100%
rename from gtk/gtkoverlaylayoutprivate.h
rename to gtk/gtkoverlaylayout.h


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]