GNOME Bugzilla – Bug 784852
gimpcellrenderertoggle: Simplify build
Last modified: 2017-07-12 16:31:29 UTC
.
Created attachment 355434 [details] [review] gimpcellrenderertoggle: Simplify build By removing glib-genmarshal usage, seeing as the generic marshaller via libffi works just as well.
Review of attachment 355434 [details] [review]: ::: cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.c @@ +96,3 @@ G_STRUCT_OFFSET (GimpCellRendererToggleClass, clicked), NULL, NULL, + g_cclosure_marshal_generic, I prefer to just write NULL instead. But Carlos likes writing out g_cclosure_marshal_generic for some reason, so he will probably appreciate this. :D
Attachment 355434 [details] pushed as 827f151 - gimpcellrenderertoggle: Simplify build
Created attachment 355444 [details] [review] build: Remove all mentions of old generated files We don't build marshallers any more, so we must not reference them in the list of sources.
Review of attachment 355444 [details] [review]: Obviously...