diff options
| author | Guido Berhoerster <guido+ayatana@berhoerster.name> | 2021-03-01 19:13:17 +0100 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-10 09:56:51 +0200 |
| commit | 808727b9b49328d8e46097fccdd1614de774ed00 (patch) | |
| tree | 596942f70f2a6a98680e7344afca0d351976c613 /src/app-indicator.h | |
| parent | 2ea7c4ae2e9c93d698f4d9065ebd5a49904720c6 (diff) | |
| download | libayatana-appindicator-808727b9b49328d8e46097fccdd1614de774ed00.tar.gz libayatana-appindicator-808727b9b49328d8e46097fccdd1614de774ed00.tar.bz2 libayatana-appindicator-808727b9b49328d8e46097fccdd1614de774ed00.zip | |
Add macros for compile-time version checking
Diffstat (limited to 'src/app-indicator.h')
| -rw-r--r-- | src/app-indicator.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app-indicator.h b/src/app-indicator.h index b53b7fd..4ac78f4 100644 --- a/src/app-indicator.h +++ b/src/app-indicator.h @@ -32,6 +32,10 @@ License version 3 and version 2.1 along with this program. If not, see #include <gtk/gtk.h> +#define APP_INDICATOR_INSIDE +#include "app-indicator-version.h" +#undef APP_INDICATOR_INSIDE + G_BEGIN_DECLS /** |
