diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-09-19 09:38:46 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-09-19 09:38:46 +0200 |
| commit | 56c272c17a44c94fa7d9e54b87fbb40058cfc11e (patch) | |
| tree | 643c46b728cab7b8c2b1f9755cd378149a6aa4df | |
| parent | 6f92db542bf146a6442f678862c413d97756e774 (diff) | |
| download | box64-56c272c17a44c94fa7d9e54b87fbb40058cfc11e.tar.gz box64-56c272c17a44c94fa7d9e54b87fbb40058cfc11e.zip | |
Added some more wrapped functions to xcb, gio2 and gobject2 (for #46)
| -rwxr-xr-x | src/wrapped/wrappedgio2_private.h | 30 | ||||
| -rwxr-xr-x | src/wrapped/wrappedgobject2_private.h | 1 | ||||
| -rwxr-xr-x | src/wrapped/wrappedlibxcb_private.h | 2 |
3 files changed, 17 insertions, 16 deletions
diff --git a/src/wrapped/wrappedgio2_private.h b/src/wrapped/wrappedgio2_private.h index 957b95e7..47bb2f8a 100755 --- a/src/wrapped/wrappedgio2_private.h +++ b/src/wrapped/wrappedgio2_private.h @@ -12,21 +12,21 @@ //GO(g_action_get_state_hint, //GO(g_action_get_state_type, //GO(g_action_get_type, -//GO(g_action_group_action_added, -//GO(g_action_group_action_enabled_changed, -//GO(g_action_group_action_removed, -//GO(g_action_group_action_state_changed, -//GO(g_action_group_activate_action, -//GO(g_action_group_change_action_state, -//GO(g_action_group_get_action_enabled, -//GO(g_action_group_get_action_parameter_type, -//GO(g_action_group_get_action_state, -//GO(g_action_group_get_action_state_hint, -//GO(g_action_group_get_action_state_type, -//GO(g_action_group_get_type, -//GO(g_action_group_has_action, -//GO(g_action_group_list_actions, -//GO(g_action_group_query_action, +GO(g_action_group_action_added, vFpp) +GO(g_action_group_action_enabled_changed, vFppp) +GO(g_action_group_action_removed, vFpp) +GO(g_action_group_action_state_changed, vFppp) +GO(g_action_group_activate_action, vFppp) +GO(g_action_group_change_action_state, vFppp) +GO(g_action_group_get_action_enabled, iFpp) +GO(g_action_group_get_action_parameter_type, pFpp) +GO(g_action_group_get_action_state, pFpp) +GO(g_action_group_get_action_state_hint, pFpp) +GO(g_action_group_get_action_state_type, pFpp) +GO(g_action_group_get_type, iFv) +GO(g_action_group_has_action, iFpp) +GO(g_action_group_list_actions, pFp) +GO(g_action_group_query_action, iFppppppp) //GO(g_action_map_add_action, //GO(g_action_map_add_action_entries, //GO(g_action_map_get_type, diff --git a/src/wrapped/wrappedgobject2_private.h b/src/wrapped/wrappedgobject2_private.h index d2597f92..44891f38 100755 --- a/src/wrapped/wrappedgobject2_private.h +++ b/src/wrapped/wrappedgobject2_private.h @@ -199,6 +199,7 @@ GOM(g_param_spec_set_qdata_full, vFEpupp) GO(g_param_spec_sink, vFp) GO(g_param_spec_steal_qdata, pFpu) GO(g_param_spec_string, pFppppi) +DATA(g_param_spec_types, sizeof(void*)) GO(g_param_spec_uchar, pFpppCCCi) GO(g_param_spec_uint, pFpppuuui) GO(g_param_spec_uint64, pFpppUUUi) diff --git a/src/wrapped/wrappedlibxcb_private.h b/src/wrapped/wrappedlibxcb_private.h index d5342139..84fa3aee 100755 --- a/src/wrapped/wrappedlibxcb_private.h +++ b/src/wrapped/wrappedlibxcb_private.h @@ -401,7 +401,7 @@ GO(xcb_open_font_checked, pFpuWp) //GO(xcb_point_next, GO(xcb_poll_for_event, pFp) GO(xcb_poll_for_queued_event, pFp) -//GO(xcb_poll_for_reply, +GO(xcb_poll_for_reply, iFpupp) //GO(xcb_poll_for_reply64, GO(xcb_poll_for_special_event, pFpp) GO(xcb_poly_arc, pFpuuup) |