about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-05-28 18:32:02 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-05-28 18:32:02 +0200
commitd1ac3f3c246bfd552b16f9148628ffc27452d5e8 (patch)
tree0af2d9fc451a84caa51e5da807b05caa8ddb333e /src
parentec9447ad5fbd6a818633e7b347f589a1da973b8b (diff)
downloadbox64-d1ac3f3c246bfd552b16f9148628ffc27452d5e8.tar.gz
box64-d1ac3f3c246bfd552b16f9148628ffc27452d5e8.zip
Added wrapped g_settings_get_uint funciton (for #809)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedgio2_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedgio2_private.h b/src/wrapped/wrappedgio2_private.h
index bb5c80eb..1454cad5 100755
--- a/src/wrapped/wrappedgio2_private.h
+++ b/src/wrapped/wrappedgio2_private.h
@@ -1322,7 +1322,7 @@ GO(g_settings_get_int, iFpp)
 GO(g_settings_get_string, pFpp)
 GO(g_settings_get_strv, pFpp)
 GO(g_settings_get_type, pFv)
-//GO(g_settings_get_uint, 
+GO(g_settings_get_uint, uFpp)
 GO(g_settings_get_user_value, pFpp)
 GO(g_settings_get_value, pFpp)
 GO(g_settings_is_writable, iFpp)