diff options
| author | lizhuoheng <114734429+LiZhuoheng-coder@users.noreply.github.com> | 2023-04-21 16:37:17 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-21 10:37:17 +0200 |
| commit | 1a3d41266972fbc01971ee044ddb7155dc33fa89 (patch) | |
| tree | 0cb95b9642f5524797c9d0fdceab220501bb46f7 /src/wrapped/wrappedgio2_private.h | |
| parent | ae08d21bf12fbefa5a7531cf7b61ea5ba9620bae (diff) | |
| download | box64-1a3d41266972fbc01971ee044ddb7155dc33fa89.tar.gz box64-1a3d41266972fbc01971ee044ddb7155dc33fa89.zip | |
Added more gtk3 wrapped functions (#720)
Diffstat (limited to 'src/wrapped/wrappedgio2_private.h')
| -rwxr-xr-x | src/wrapped/wrappedgio2_private.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/wrapped/wrappedgio2_private.h b/src/wrapped/wrappedgio2_private.h index 24bb36c9..148759ae 100755 --- a/src/wrapped/wrappedgio2_private.h +++ b/src/wrapped/wrappedgio2_private.h @@ -79,9 +79,9 @@ GO(g_app_launch_context_get_type, LFv) //GO(g_app_launch_context_new, //GO(g_app_launch_context_setenv, //GO(g_app_launch_context_unsetenv, -//GO(g_application_activate, +GO(g_application_activate, vFp) //GO(g_application_add_main_option, -//GO(g_application_add_main_option_entries, +GO(g_application_add_main_option_entries, vFpp) //GO(g_application_add_option_group, //GO(g_application_command_line_create_file_for_arg, //GO(g_application_command_line_get_arguments, @@ -107,16 +107,16 @@ GO(g_app_launch_context_get_type, LFv) //GO(g_application_get_is_registered, //GO(g_application_get_is_remote, //GO(g_application_get_resource_base_path, -//GO(g_application_get_type, +GO(g_application_get_type, LFv) //GO(g_application_hold, //GO(g_application_id_is_valid, //GO(g_application_mark_busy, -//GO(g_application_new, -//GO(g_application_open, -//GO(g_application_quit, -//GO(g_application_register, -//GO(g_application_release, -//GO(g_application_run, +GO(g_application_new, pFpi) +GO(g_application_open, vFppip) +GO(g_application_quit, vFp) +GO(g_application_register, iFppp) +GO(g_application_release, vFp) +GO(g_application_run, iFpip) //GO(g_application_send_notification, //GO(g_application_set_action_group, //GO(g_application_set_application_id, @@ -809,7 +809,7 @@ GO(g_file_mount_enclosing_volume_finish, iFppp) //GOM(g_file_mount_mountable, vFEpippBp) GO(g_file_mount_mountable_finish, pFppp) //GOM(g_file_move, iFEppipBpp) -//GO(g_filename_completer_get_completions, +GO(g_filename_completer_get_completions, pFpp) //GO(g_filename_completer_get_completion_suffix, //GO(g_filename_completer_get_type, //GO(g_filename_completer_new, @@ -1360,7 +1360,7 @@ 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) -//GO(g_settings_schema_unref, +GO(g_settings_schema_unref, vFp) //GO(g_settings_set, //GO(g_settings_set_boolean, //GO(g_settings_set_double, @@ -1565,9 +1565,9 @@ GO(g_simple_proxy_resolver_get_type, LFv) //GO(g_srv_target_get_weight, //GO(g_srv_target_list_sort, //GO(g_srv_target_new, -//GO(g_static_resource_fini, +GO(g_static_resource_fini, vFp) //GO(g_static_resource_get_resource, -//GO(g_static_resource_init, +GO(g_static_resource_init, vFp) //GO(g_subprocess_communicate, //GO(g_subprocess_communicate_async, //GO(g_subprocess_communicate_finish, |