Support array type

This commit is contained in:
Diego Augusto 2024-07-04 22:02:51 +00:00 committed by Sonny Piers
parent f1cf70b6eb
commit da5b9909fc
16 changed files with 133 additions and 4 deletions

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
DO NOT EDIT!
This file was @generated by blueprint-compiler. Instead, edit the
corresponding .blp file and regenerate this file with blueprint-compiler.
-->
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkAboutDialog" id="about">
<property name="valign">3</property>
<property name="authors">Jane doe &lt;jane-doe@email.com&gt;
Jhonny D &lt;jd@email.com&gt;</property>
</object>
</interface>