[libadwaita/wip/exalm/screenshots-2: 11/21] header-bar: Fix docs example




commit f91ca5ab9ffd0595cb6d143657c19b5692cc33aa
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Dec 20 15:56:20 2021 +0500

    header-bar: Fix docs example

 src/adw-header-bar.c | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/src/adw-header-bar.c b/src/adw-header-bar.c
index 22b91251..b77bff95 100644
--- a/src/adw-header-bar.c
+++ b/src/adw-header-bar.c
@@ -48,11 +48,13 @@
  *   <child>
  *     <object class="GtkBox">
  *       <property name="orientation">vertical</property>
- *       <object class="AdwHeaderBar">
- *         <binding name="show-end-title-buttons">
- *           <lookup name="folded">leaflet</lookup>
- *         </binding>
- *       </object>
+ *       <child>
+ *         <object class="AdwHeaderBar">
+ *           <binding name="show-end-title-buttons">
+ *             <lookup name="folded">leaflet</lookup>
+ *           </binding>
+ *         </object>
+ *       </child>
  *       ...
  *     </object>
  *   </child>
@@ -60,11 +62,13 @@
  *   <child>
  *     <object class="GtkBox">
  *       <property name="orientation">vertical</property>
- *       <object class="AdwHeaderBar">
- *         <binding name="show-start-title-buttons">
- *           <lookup name="folded">leaflet</lookup>
- *         </binding>
- *       </object>
+ *       <child>
+ *         <object class="AdwHeaderBar">
+ *           <binding name="show-start-title-buttons">
+ *             <lookup name="folded">leaflet</lookup>
+ *           </binding>
+ *         </object>
+ *       </child>
  *       ...
  *     </object>
  *   </child>


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