about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-02-16 10:25:47 +0100
committerGitHub <noreply@github.com>2023-02-16 10:25:47 +0100
commitbd769c926162d7b8699b2c9ef5df63bd20510896 (patch)
tree0437c066b5ecc2ec9a211060aa6526e70f24d066 /src
parent920edce73e9cd5d59fe8f4403df53c6362636acd (diff)
parent831f78a38977335c4ca1333c844528f12c01a772 (diff)
downloadbox64-bd769c926162d7b8699b2c9ef5df63bd20510896.tar.gz
box64-bd769c926162d7b8699b2c9ef5df63bd20510896.zip
Merge pull request #518 from fredldotme/moregsettings
wrapped: Wrap two more gsettings functions
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedgio2_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedgio2_private.h b/src/wrapped/wrappedgio2_private.h
index c65d69db..f2245ea8 100755
--- a/src/wrapped/wrappedgio2_private.h
+++ b/src/wrapped/wrappedgio2_private.h
@@ -1319,7 +1319,7 @@ GO(g_settings_get_has_unapplied, iFp)
 //GO(g_settings_get_int, 
 //GO(g_settings_get_mapped, 
 //GO(g_settings_get_range, 
-//GO(g_settings_get_string, 
+GO(g_settings_get_string, pFpp)
 //GO(g_settings_get_strv, 
 //GO(g_settings_get_type, 
 //GO(g_settings_get_uint, 
@@ -1356,7 +1356,7 @@ GO(g_settings_reset, vFpp)
 GO(g_settings_schema_source_get_default, pFv)
 GO(g_settings_schema_source_get_type, LFv)
 //GO(g_settings_schema_source_list_schemas, 
-//GO(g_settings_schema_source_lookup, 
+GO(g_settings_schema_source_lookup, pFppi)
 //GO(g_settings_schema_source_new_from_directory, 
 GO(g_settings_schema_source_ref, pFp)
 GO(g_settings_schema_source_unref, vFp)