AyatanaIndicators / libayatana-appindicator

Ayatana Application Indicators Shared Library
GNU Lesser General Public License v3.0
57 stars 14 forks source link

GIR generation: app-indicator.c:576: Warning: AyatanaAppIndicator3: incorrect number of parameters in comment block, parameter annotations will be ignored #24

Closed sunweaver closed 1 year ago

sunweaver commented 3 years ago
[ 21%] Generating AyatanaAppIndicator3-0.1.gir
cd /home/sunweaver/MyDocuments/4projects/ayatana-upstream/libayatana-appindicator.upstream/libayatana-appindicator/src && /usr/bin/g-ir-scanner app-indicator.c app-indicator.h --add-include-path=/home/sunweaver/MyDocuments/4projects/ayatana-upstream/libayatana-appindicator.upstream/libayatana-appindicator/build/gtk3/src --c-include=libayatana-appindicator/app-indicator.h --symbol-prefix=app --identifier-prefix=App --namespace=AyatanaAppIndicator3 --nsversion=0.1 --quiet --warn-all --include=GObject-2.0 --include=Gtk-3.0 --library-path=/home/sunweaver/MyDocuments/4projects/ayatana-upstream/libayatana-appindicator.upstream/libayatana-appindicator/build/gtk3/src --library="ayatana-appindicator3" --output /home/sunweaver/MyDocuments/4projects/ayatana-upstream/libayatana-appindicator.upstream/libayatana-appindicator/build/gtk3/src/AyatanaAppIndicator3-0.1.gir
app-indicator.h:76: Warning: AyatanaAppIndicator3: symbol='IS_APP_INDICATOR': Unknown namespace for symbol 'IS_APP_INDICATOR'
app-indicator.h:77: Warning: AyatanaAppIndicator3: symbol='IS_APP_INDICATOR_CLASS': Unknown namespace for symbol 'IS_APP_INDICATOR_CLASS'
app-indicator.c:576: Warning: AyatanaAppIndicator3: incorrect number of parameters in comment block, parameter annotations will be ignored.
tari01 commented 3 years ago

Yes, we had the same warning in the Automake version. This will need to be fixed along with a bunch of other warnings. There are quite a few...