GNOME Bugzilla – Bug 666351
[0.11] Get rid of GST_TYPE_DATE
Last modified: 2012-01-13 00:23:34 UTC
It's in GObject now, we can and should remove all our own GDate stuff.
Ideally all of this stuff would just be handled by a GDateTime/GstDateTime that can express partial dates (i.e. YYYY, YYYY-MM, YYYY-MM-DD, YYYY-MM-DD+time) commit c721d5377317b4fdce380db9c913ed073bc1a027 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Thu Jan 12 20:46:27 2012 +0000 Remove GST_TYPE_DATE, our own GDate type Which we had to add because GLib didn't have it back in the day. Port everything to plain old G_TYPE_DATE, which is also a boxed type. Ideally we'd just use GDateTime for everything, but it doesn't support not setting some of the fields unfortuntely (which would be very useful for tag handling in general, if we could express 2012-01 for example). https://bugzilla.gnome.org/show_bug.cgi?id=666351 commit e96aaec6bbfbc54b09995cdbefd6168d0bef95a1 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Thu Jan 12 23:35:44 2012 +0000 GST_TYPE_DATE -> G_TYPE_DATE commit 86313742d4c11c1ca8705de1265acb4cb8af39cf Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Fri Jan 13 00:05:50 2012 +0000 GST_TYPE_DATE -> G_TYPE_DATE