GNOME Bugzilla – Bug 308448
gconf sentinel markup patch
Last modified: 2005-06-21 07:04:35 UTC
this is a patcvh marking up NULL terminated va_list functions exported by gconf. this is useful, since 0 termination insteasd of NULL will cause problems on 64bit platforms.
Created attachment 48064 [details] [review] gconf2-sentinel.patch patch against 2.11.1 of gconf2
Thanks 2005-06-21 Mark McLoughlin <mark@skynet.ie> * configure.in: require glib 2.7.0 2005-06-21 Mark McLoughlin <mark@skynet.ie> Patch from Marcus Meissner <meissner@suse.de> in bug #308448 * gconf/gconf-changeset.h, gconf/gconf-client.h: use G_GNUC_NULL_TERMINATED for gconf_(client|engine)_change_set_from_current()