diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-01-05 21:01:48 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-01-05 21:01:48 +0100 |
| commit | 255be6e7864443e1fbfce0cb1d5065f72d13bc47 (patch) | |
| tree | f2482b6104b7928ccb9776311cde629707783a59 /src/wrapped/generated/wrappedglib2types.h | |
| parent | 42b18c57ce5a10b45dc644c75ff7580c88f7fc56 (diff) | |
| download | box64-255be6e7864443e1fbfce0cb1d5065f72d13bc47.tar.gz box64-255be6e7864443e1fbfce0cb1d5065f72d13bc47.zip | |
Added some more glib2 wrapped functions (for #202 and second ticket of #195)
Diffstat (limited to 'src/wrapped/generated/wrappedglib2types.h')
| -rw-r--r-- | src/wrapped/generated/wrappedglib2types.h | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/src/wrapped/generated/wrappedglib2types.h b/src/wrapped/generated/wrappedglib2types.h index ba82b40d..f4a7ef9d 100644 --- a/src/wrapped/generated/wrappedglib2types.h +++ b/src/wrapped/generated/wrappedglib2types.h @@ -17,7 +17,9 @@ typedef void (*vFpp_t)(void*, void*); typedef void (*vFpV_t)(void*, ...); typedef int64_t (*iFpp_t)(void*, void*); typedef int64_t (*iFpV_t)(void*, ...); +typedef int64_t (*iFpA_t)(void*, va_list); typedef uint64_t (*uFpp_t)(void*, void*); +typedef uintptr_t (*LFpA_t)(void*, va_list); typedef void* (*pFup_t)(uint64_t, void*); typedef void* (*pFpu_t)(void*, uint64_t); typedef void* (*pFpp_t)(void*, void*); @@ -26,8 +28,8 @@ typedef void* (*pFpA_t)(void*, va_list); typedef void (*vFppp_t)(void*, void*, void*); typedef void (*vFppV_t)(void*, void*, ...); typedef void (*vFppA_t)(void*, void*, va_list); -typedef int64_t (*iFppp_t)(void*, void*, void*); typedef int64_t (*iFppV_t)(void*, void*, ...); +typedef int64_t (*iFppA_t)(void*, void*, va_list); typedef uint64_t (*uFipp_t)(int64_t, void*, void*); typedef uint64_t (*uFupp_t)(uint64_t, void*, void*); typedef uint64_t (*uFppp_t)(void*, void*, void*); @@ -37,8 +39,8 @@ typedef void (*vFpipV_t)(void*, int64_t, void*, ...); typedef void (*vFpipA_t)(void*, int64_t, void*, va_list); typedef void (*vFpupp_t)(void*, uint64_t, void*, void*); typedef void (*vFpppp_t)(void*, void*, void*, void*); -typedef int64_t (*iFpLpp_t)(void*, uintptr_t, void*, void*); typedef int64_t (*iFpLpV_t)(void*, uintptr_t, void*, ...); +typedef int64_t (*iFpLpA_t)(void*, uintptr_t, void*, va_list); typedef uint64_t (*uFippp_t)(int64_t, void*, void*, void*); typedef uint64_t (*uFpipp_t)(void*, int64_t, void*, void*); typedef void* (*pFpipV_t)(void*, int64_t, void*, ...); @@ -50,6 +52,7 @@ typedef void (*vFpiLpp_t)(void*, int64_t, uintptr_t, void*, void*); typedef void (*vFppipV_t)(void*, void*, int64_t, void*, ...); typedef uint64_t (*uFiippp_t)(int64_t, int64_t, void*, void*, void*); typedef uint64_t (*uFiuppp_t)(int64_t, uint64_t, void*, void*, void*); +typedef void* (*pFppppp_t)(void*, void*, void*, void*, void*); typedef int64_t (*iFpupppp_t)(void*, uint64_t, void*, void*, void*, void*); typedef uint64_t (*uFpiippp_t)(void*, int64_t, int64_t, void*, void*, void*); typedef void* (*pFppuipp_t)(void*, void*, uint64_t, int64_t, void*, void*); @@ -78,25 +81,25 @@ typedef int64_t (*iFpppippppppp_t)(void*, void*, void*, int64_t, void*, void*, v GO(g_print, vFpV_t) \ GO(g_printerr, vFpV_t) \ GO(g_source_remove_by_funcs_user_data, iFpp_t) \ - GO(g_vprintf, iFpp_t) \ GO(g_printf, iFpV_t) \ + GO(g_vprintf, iFpA_t) \ GO(g_idle_add, uFpp_t) \ - GO(g_printf_string_upper_bound, uFpp_t) \ + GO(g_printf_string_upper_bound, LFpA_t) \ GO(g_ptr_array_new_full, pFup_t) \ GO(g_source_new, pFpu_t) \ GO(g_hash_table_new, pFpp_t) \ GO(g_list_sort, pFpp_t) \ GO(g_log_set_default_handler, pFpp_t) \ GO(g_slist_sort, pFpp_t) \ - GO(g_strdup_vprintf, pFpp_t) \ + GO(g_variant_new_parsed_va, pFpp_t) \ GO(g_build_filename, pFpV_t) \ GO(g_markup_printf_escaped, pFpV_t) \ GO(g_strdup_printf, pFpV_t) \ GO(g_strjoin, pFpV_t) \ GO(g_variant_new, pFpV_t) \ GO(g_markup_vprintf_escaped, pFpA_t) \ + GO(g_strdup_vprintf, pFpA_t) \ GO(g_strjoinv, pFpA_t) \ - GO(g_variant_new_parsed_va, pFpA_t) \ GO(g_array_sort_with_data, vFppp_t) \ GO(g_hash_table_foreach, vFppp_t) \ GO(g_ptr_array_foreach, vFppp_t) \ @@ -107,11 +110,11 @@ typedef int64_t (*iFpppippppppp_t)(void*, void*, void*, int64_t, void*, void*, v GO(g_variant_get, vFppV_t) \ GO(g_string_append_vprintf, vFppA_t) \ GO(g_string_vprintf, vFppA_t) \ - GO(g_vasprintf, iFppp_t) \ - GO(g_vfprintf, iFppp_t) \ - GO(g_vsprintf, iFppp_t) \ GO(g_fprintf, iFppV_t) \ GO(g_sprintf, iFppV_t) \ + GO(g_vasprintf, iFppA_t) \ + GO(g_vfprintf, iFppA_t) \ + GO(g_vsprintf, iFppA_t) \ GO(g_child_watch_add, uFipp_t) \ GO(g_timeout_add, uFupp_t) \ GO(g_timeout_add_seconds, uFupp_t) \ @@ -131,8 +134,8 @@ typedef int64_t (*iFpppippppppp_t)(void*, void*, void*, int64_t, void*, void*, v GO(g_logv, vFpipA_t) \ GO(g_datalist_id_set_data_full, vFpupp_t) \ GO(g_source_set_callback, vFpppp_t) \ - GO(g_vsnprintf, iFpLpp_t) \ GO(g_snprintf, iFpLpV_t) \ + GO(g_vsnprintf, iFpLpA_t) \ GO(g_idle_add_full, uFippp_t) \ GO(g_io_add_watch, uFpipp_t) \ GO(g_log_set_handler, uFpipp_t) \ @@ -147,6 +150,7 @@ typedef int64_t (*iFpppippppppp_t)(void*, void*, void*, int64_t, void*, void*, v GO(g_child_watch_add_full, uFiippp_t) \ GO(g_timeout_add_full, uFiuppp_t) \ GO(g_timeout_add_seconds_full, uFiuppp_t) \ + GO(g_option_group_new, pFppppp_t) \ GO(g_datalist_id_replace_data, iFpupppp_t) \ GO(g_io_add_watch_full, uFpiippp_t) \ GO(g_variant_new_from_data, pFppuipp_t) \ |