After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 656089 - g-ir-scanner generates warnings
g-ir-scanner generates warnings
Status: RESOLVED FIXED
Product: emerillon
Classification: Other
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: emerillon-maint
emerillon-maint
Depends on:
Blocks:
 
 
Reported: 2011-08-06 22:49 UTC by Laurent Bigonville
Modified: 2011-09-07 10:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add missing GIR annotations (3.18 KB, patch)
2011-08-10 20:33 UTC, Simon Wenner
committed Details | Review

Description Laurent Bigonville 2011-08-06 22:49:43 UTC
Hi,

During build I get:

g-ir-scanner: Emerillon: warning: 7 warnings suppressed (use --warn-all to see them)

Enabling the warnings:

window.h:62: Warning: Emerillon: emerillon_window_get_map_view: return value: Missing (transfer) annotation
window.h:64: Warning: Emerillon: emerillon_window_get_ui_manager: return value: Missing (transfer) annotation
window.c:989: Warning: Emerillon: emerillon_window_get_toolbar: return value: Missing (transfer) annotation
window.c:1005: Warning: Emerillon: emerillon_window_get_sidebar: return value: Missing (transfer) annotation
window.h:70: Warning: Emerillon: emerillon_window_get_statusbar: return value: Missing (transfer) annotation
window.h:60: Warning: Emerillon: emerillon_window_dup_default: return value: Missing (transfer) annotation
preferences.h:58: Warning: Emerillon: emerillon_preferences_dup_default: return value: Missing (transfer) annotation
Comment 1 Simon Wenner 2011-08-10 20:33:43 UTC
Created attachment 193596 [details] [review]
Add missing GIR annotations

This patch adds the missing introspection annotations.
Comment 2 Andreas Henriksson 2011-08-11 09:53:13 UTC
Comment on attachment 193596 [details] [review]
Add missing GIR annotations

Applied to the gtk3 branch, thanks!
Comment 3 Łukasz Jernaś 2011-09-07 10:44:58 UTC
OK, the gtk3 branch is merged into master. Thank you for your work, I really appreciate that!