GNOME Bugzilla – Bug 692398
Use the G_DEFINE_QUARK macro
Last modified: 2013-01-24 12:26:44 UTC
This macro got introduced with glib 2.34, which is required by EDS master. Using this macro reduces boilerplate and ensures that quark definition functions make proper use of the G_UNLIKELY macro.
Created attachment 234222 [details] [review] proposed patch
Nice cleanup. Go ahead.
Thank you for looking. Patch has landed.
Except of one thing, the configure.ac change is wrong, please revert that part.