[gtk/constraint-guide-2: 6/6] Implement gtk_constraint_guide_new



commit 14b05b130d96cdd344077fe210dfff8a626264c3
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jun 27 20:28:07 2019 +0000

    Implement gtk_constraint_guide_new

 gtk/gtkconstraintguide.c | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/gtk/gtkconstraintguide.c b/gtk/gtkconstraintguide.c
index f9f58bba8f..3ddfffe168 100644
--- a/gtk/gtkconstraintguide.c
+++ b/gtk/gtkconstraintguide.c
@@ -260,3 +260,9 @@ gtk_constraint_guide_class_init (GtkConstraintGuideClass *class)
 
   g_object_class_install_properties (object_class, LAST_GUIDE_PROP, guide_props);
 }
+
+GtkConstraintsGuide *
+gtk_constraints_guide_new (void)
+{
+  return g_object_new (GTK_TYPE_CONSTRAINTS_GUIDE, NULL);
+}


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