From 3dc4dcc4ca0dee958a56f43e8a635a6d961e7ccc Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Wed, 12 Mar 2025 01:28:59 -0500 Subject: Systray patch --- systray/helpers.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 systray/helpers.h (limited to 'systray/helpers.h') diff --git a/systray/helpers.h b/systray/helpers.h new file mode 100644 index 0000000..2c592e0 --- /dev/null +++ b/systray/helpers.h @@ -0,0 +1,12 @@ +#ifndef HELPERS_H +#define HELPERS_H + +#include + +typedef void (*PropHandler)(DBusPendingCall *pcall, void *data); + +int request_property (DBusConnection *conn, const char *busname, + const char *busobj, const char *prop, const char *iface, + PropHandler handler, void *data); + +#endif /* HELPERS_H */ -- cgit v1.2.3