GNOME Bugzilla – Bug 684909
codegen: Explicitly close output
Last modified: 2012-10-05 20:51:47 UTC
This is just cleaner rather than relying on the GC, and maybe if we're lucky it will actually solve a problem.
Created attachment 225233 [details] [review] codegen: Explicitly close output
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.
Sounds fine to me. Oh, also please use the 'gdbus' component in the future otherwise I won't see it - thanks!
Attachment 225233 [details] pushed as ce06987 - codegen: Explicitly close output