diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-01-18 11:54:02 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-01-18 11:54:02 +0100 |
| commit | d08abf05ffea3b1c686358c5c8a78aa8489e6ef9 (patch) | |
| tree | 67c854f7973b438e236f612bf0db78fc94f2d943 /src | |
| parent | cd6af181833e978e1148a870f95644449d2380d5 (diff) | |
| download | box64-d08abf05ffea3b1c686358c5c8a78aa8489e6ef9.tar.gz box64-d08abf05ffea3b1c686358c5c8a78aa8489e6ef9.zip | |
Added 1 more wrapped function to libgconf2
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedgconf2_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedgconf2_private.h b/src/wrapped/wrappedgconf2_private.h index b89d6844..b4bb35d6 100644 --- a/src/wrapped/wrappedgconf2_private.h +++ b/src/wrapped/wrappedgconf2_private.h @@ -45,7 +45,7 @@ GO(gconf_client_add_dir, vFppip) //GO(gconf_client_error, GO(gconf_client_error_handling_mode_get_type, LFv) GO(gconf_client_get, pFppp) -//GO(gconf_client_get_bool, +GO(gconf_client_get_bool, iFppp) GO(gconf_client_get_default, pFv) //GO(gconf_client_get_default_from_schema, //GO(gconf_client_get_entry, |