diff options
author | Robert Tari <robert@tari.in> | 2022-07-15 23:37:01 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-02-02 09:57:36 +0100 |
commit | 694ab4eec294a93358f78a349c6df94c3b666126 (patch) | |
tree | d9a654fd20e9e75935c450b115076099eb99b857 /bindings/vala | |
parent | 0231964daf69d1043ef35de3ff1a5a906cbcc244 (diff) | |
download | libayatana-appindicator-694ab4eec294a93358f78a349c6df94c3b666126.tar.gz libayatana-appindicator-694ab4eec294a93358f78a349c6df94c3b666126.tar.bz2 libayatana-appindicator-694ab4eec294a93358f78a349c6df94c3b666126.zip |
Fix all remaining build warnings
Diffstat (limited to 'bindings/vala')
-rw-r--r-- | bindings/vala/ayatana-appindicator-0.1-custom.vala | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/bindings/vala/ayatana-appindicator-0.1-custom.vala b/bindings/vala/ayatana-appindicator-0.1-custom.vala index 9fa51eb..4cf9e3e 100644 --- a/bindings/vala/ayatana-appindicator-0.1-custom.vala +++ b/bindings/vala/ayatana-appindicator-0.1-custom.vala @@ -1,5 +1,6 @@ /* - Copyright (C) 2011 Canonical, Ltd. + Copyright 2011 Canonical, Ltd. + Copyright 2022 Robert Tari This program is free software: you can redistribute it and/or modify it under the terms of either or both of the following licenses: @@ -19,11 +20,13 @@ License version 3 and version 2.1 along with this program. If not, see <http://www.gnu.org/licenses/> - Authored by Michal Hruby <michal.hruby@canonical.com> + Authors: + Michal Hruby <michal.hruby@canonical.com> + Robert Tari <robert@tari.in> */ namespace AppIndicator { - [CCode (type_check_function = "IS_APP_INDICATOR", type_id = "app_indicator_get_type ()")] + [CCode (type_check_function = "APP_IS_INDICATOR", type_id = "app_indicator_get_type ()")] public class Indicator : GLib.Object { } } |