From 86dfd2840fc5fd2651d0e45bbfca0140fea7b103 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 10 Oct 2023 14:18:35 +0200 Subject: Added wrapped libayatana-appindicator3 and libdbusmenu-glib (for #1013) --- src/wrapped/generated/wrappeddbusmenuglibtypes.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/wrapped/generated/wrappeddbusmenuglibtypes.h (limited to 'src/wrapped/generated/wrappeddbusmenuglibtypes.h') diff --git a/src/wrapped/generated/wrappeddbusmenuglibtypes.h b/src/wrapped/generated/wrappeddbusmenuglibtypes.h new file mode 100644 index 00000000..9235ed59 --- /dev/null +++ b/src/wrapped/generated/wrappeddbusmenuglibtypes.h @@ -0,0 +1,22 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.2.0.18) * + *******************************************************************/ +#ifndef __wrappeddbusmenuglibTYPES_H_ +#define __wrappeddbusmenuglibTYPES_H_ + +#ifndef LIBNAME +#error You should only #include this file inside a wrapped*.c file +#endif +#ifndef ADDED_FUNCTIONS +#define ADDED_FUNCTIONS() +#endif + +typedef void (*vFppp_t)(void*, void*, void*); +typedef int32_t (*iFppp_t)(void*, void*, void*); + +#define SUPER() ADDED_FUNCTIONS() \ + GO(dbusmenu_menuitem_foreach, vFppp_t) \ + GO(dbusmenu_menuitem_send_about_to_show, vFppp_t) \ + GO(dbusmenu_client_add_type_handler, iFppp_t) + +#endif // __wrappeddbusmenuglibTYPES_H_ -- cgit 1.4.1