mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
Add testcase for g_settings_bind with [u]int64 properties
And use different values for the doubles test. All of these fail currently since g_settings_bind default mapping truncate to glong (eek!). Bug #616119
This commit is contained in:
committed by
Matthias Clasen
parent
fac8b91eaf
commit
230038f684
@@ -78,6 +78,12 @@
|
||||
<key name="int" type="i">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key name="int64" type="x">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key name="uint64" type="t">
|
||||
<default>0</default>
|
||||
</key>
|
||||
<key name="double" type="d">
|
||||
<default>0</default>
|
||||
</key>
|
||||
|
Reference in New Issue
Block a user