mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
decompiler: GUInt properties for gunichar needs conversion
Fix #148 Signed-off-by: Hubert Figuière <hub@figuiere.net>
This commit is contained in:
parent
d47955c5a2
commit
7823b5b2a8
4 changed files with 27 additions and 0 deletions
7
tests/samples/entry.ui
Normal file
7
tests/samples/entry.ui
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<requires lib="gtk" version="4.0"/>
|
||||
<object class="GtkEntry">
|
||||
<property name="invisible-char">●</property>
|
||||
</object>
|
||||
</interface>
|
Loading…
Add table
Add a link
Reference in a new issue