aboutsummaryrefslogtreecommitdiff
path: root/src/generate-id.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-07-11 09:00:39 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-07-11 09:00:39 +0200
commitc4c5f3fb7288a72c2923321efbf9b4790ffedfbe (patch)
tree012ed07c56b1f660bea61a80cee55599ac4a1788 /src/generate-id.h
parent20bf8076e741c08798690023b9beaba621ca0d9c (diff)
parentaa8c2020ac31ccc53c6b87de20ddf321418811c6 (diff)
downloadayatana-indicator-application-main.tar.gz
ayatana-indicator-application-main.tar.bz2
ayatana-indicator-application-main.zip
Merge branch 'sunweaver-pr/appindicator-glib-support'HEADmain
Attributes GH PR #26: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/26
Diffstat (limited to 'src/generate-id.h')
-rw-r--r--src/generate-id.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/generate-id.h b/src/generate-id.h
index 1d2da21..48343ee 100644
--- a/src/generate-id.h
+++ b/src/generate-id.h
@@ -2,20 +2,22 @@
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
+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
by the Free Software Foundation.
-This program is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranties of
-MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
+This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranties of
+MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU General Public License for more details.
-You should have received a copy of the GNU General Public License along
+You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
*/
@@ -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);