diff options
author | Robert Tari <robert@tari.in> | 2024-09-26 10:41:33 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-07-11 08:43:34 +0200 |
commit | 7949738e86f832cea414410c1997d3195e095549 (patch) | |
tree | 57197e45b9d2796d114891738df05530abdb324e /src/generate-id.h | |
parent | 26523e2d825d089b099b36f49e7a84ccf03f8a06 (diff) | |
download | ayatana-indicator-application-7949738e86f832cea414410c1997d3195e095549.tar.gz ayatana-indicator-application-7949738e86f832cea414410c1997d3195e095549.tar.bz2 ayatana-indicator-application-7949738e86f832cea414410c1997d3195e095549.zip |
Allow the service to handle both legacy menus and the new GMenu
Diffstat (limited to 'src/generate-id.h')
-rw-r--r-- | src/generate-id.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/generate-id.h b/src/generate-id.h index 5ae8411..48343ee 100644 --- a/src/generate-id.h +++ b/src/generate-id.h @@ -2,9 +2,11 @@ Quick litte lack to generate the ordering ID. Copyright 2010 Canonical Ltd. +Copyright 2025 Robert Tari Authors: Ted Gould <ted@canonical.com> + Robert Tari <robert@tari.in> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published @@ -23,7 +25,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define __GENERATE_ID_H__ #include <glib.h> -#include "libayatana-appindicator/app-indicator.h" +#include "libayatana-appindicator-glib/ayatana-appindicator.h" guint32 generate_id (const AppIndicatorCategory category, const gchar * id); |