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 684909 - codegen: Explicitly close output
codegen: Explicitly close output
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gdbus
unspecified
Other All
: Normal normal
: ---
Assigned To: David Zeuthen (not reading bugmail)
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-09-26 20:09 UTC by Colin Walters
Modified: 2012-10-05 20:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
codegen: Explicitly close output (891 bytes, patch)
2012-09-26 20:09 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2012-09-26 20:09:53 UTC
This is just cleaner rather than relying on the GC, and maybe
if we're lucky it will actually solve a problem.
Comment 1 Colin Walters 2012-09-26 20:09:55 UTC
Created attachment 225233 [details] [review]
codegen: Explicitly close output
Comment 2 Jan Alexander Steffens (heftig) 2012-09-26 20:11:17 UTC
Seems to help when building GDM, as otherwise it tries to compile libgdm_la-gdm-client.o before gdm-client-glue.h is fully written here.
Comment 3 David Zeuthen (not reading bugmail) 2012-10-05 19:54:27 UTC
Sounds fine to me. Oh, also please use the 'gdbus' component in the future otherwise I won't see it - thanks!
Comment 4 Colin Walters 2012-10-05 20:51:44 UTC
Attachment 225233 [details] pushed as ce06987 - codegen: Explicitly close output