about summary refs log tree commit diff stats
path: root/src/wrapped/generated
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-18 15:04:39 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-03-18 15:04:39 +0100
commit670c0678912c5c7c82f6b8191a9d5086b5cd9dc2 (patch)
tree3391b76fe18861e6cbf40d6162e077ef5a3ef132 /src/wrapped/generated
parent5ec4616614914c5e047b84dc0a74b63a35624fc4 (diff)
downloadbox64-670c0678912c5c7c82f6b8191a9d5086b5cd9dc2.tar.gz
box64-670c0678912c5c7c82f6b8191a9d5086b5cd9dc2.zip
Added some wrapped function to libatspi
Diffstat (limited to 'src/wrapped/generated')
-rw-r--r--src/wrapped/generated/functions_list.txt2
-rw-r--r--src/wrapped/generated/wrappedatspitypes.h4
2 files changed, 5 insertions, 1 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt
index 0c7cba16..fee84c04 100644
--- a/src/wrapped/generated/functions_list.txt
+++ b/src/wrapped/generated/functions_list.txt
@@ -2383,6 +2383,8 @@ wrappedatk:
 wrappedatkbridge:
 wrappedatomic:
 wrappedatspi:
+- pFppp:
+  - atspi_event_listener_new
 wrappedbz2:
 - iFp:
   - BZ2_bzCompressEnd
diff --git a/src/wrapped/generated/wrappedatspitypes.h b/src/wrapped/generated/wrappedatspitypes.h
index 7540f5e6..b03ecc14 100644
--- a/src/wrapped/generated/wrappedatspitypes.h
+++ b/src/wrapped/generated/wrappedatspitypes.h
@@ -11,7 +11,9 @@
 #define ADDED_FUNCTIONS() 
 #endif
 
+typedef void* (*pFppp_t)(void*, void*, void*);
 
-#define SUPER() ADDED_FUNCTIONS()
+#define SUPER() ADDED_FUNCTIONS() \
+	GO(atspi_event_listener_new, pFppp_t)
 
 #endif // __wrappedatspiTYPES_H_