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 730094 - xcb: Remove padding fields
xcb: Remove padding fields
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.24.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2014-05-14 00:32 UTC by Robert Ancell
Modified: 2014-05-14 04:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove unnecessary padding fields (4.20 KB, patch)
2014-05-14 00:33 UTC, Robert Ancell
accepted-commit_now Details | Review

Description Robert Ancell 2014-05-14 00:32:58 UTC
Some structures allow access to the padding fields from the C structures. Since these don't do anything except make the memory be set out correctly there's no reason to access them from Vala.
Comment 1 Robert Ancell 2014-05-14 00:33:45 UTC
Created attachment 276488 [details] [review]
Remove unnecessary padding fields