about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedgtk3.c
diff options
context:
space:
mode:
authorlizhuoheng <114734429+LiZhuoheng-coder@users.noreply.github.com>2023-04-21 16:37:17 +0800
committerGitHub <noreply@github.com>2023-04-21 10:37:17 +0200
commit1a3d41266972fbc01971ee044ddb7155dc33fa89 (patch)
tree0cb95b9642f5524797c9d0fdceab220501bb46f7 /src/wrapped/wrappedgtk3.c
parentae08d21bf12fbefa5a7531cf7b61ea5ba9620bae (diff)
downloadbox64-1a3d41266972fbc01971ee044ddb7155dc33fa89.tar.gz
box64-1a3d41266972fbc01971ee044ddb7155dc33fa89.zip
Added more gtk3 wrapped functions (#720)
Diffstat (limited to 'src/wrapped/wrappedgtk3.c')
-rwxr-xr-xsrc/wrapped/wrappedgtk3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/wrappedgtk3.c b/src/wrapped/wrappedgtk3.c
index 46adf789..fb14b8b6 100755
--- a/src/wrapped/wrappedgtk3.c
+++ b/src/wrapped/wrappedgtk3.c
@@ -60,6 +60,7 @@ GO(gtk_progress_bar_get_type, LFv_t)        \
 GO(gtk_menu_shell_get_type, LFv_t)          \
 GO(gtk_menu_bar_get_type, LFv_t)            \
 GO(gtk_action_get_type, LFv_t)              \
+GO(gtk_application_get_type, LFv_t)         \
 GO(gtk_dialog_add_button, pFppi_t)          \
 GO(gtk_spin_button_get_value, dFp_t)        \
 GO(gtk_builder_lookup_callback_symbol, pFpp_t)  \
@@ -722,6 +723,7 @@ EXPORT void my3_gtk_container_foreach(x64emu_t* emu, void* container, void* cb,
     libname = lib->name;                                        \
     getMy(lib);                                                 \
     SETALT(my3_);                                               \
+    SetGtkApplicationID(my->gtk_application_get_type());        \
     SetGtkWidget3ID(my->gtk_widget_get_type());                 \
     SetGtkContainer3ID(my->gtk_container_get_type());           \
     SetGtkTextView3ID(my->gtk_text_view_get_type());            \