Re: freezing for GLib 2.26
- From: Morten Welinder <mortenw gnome org>
- To: Ryan Lortie <desrt desrt ca>
- Cc: gtk-devel-list gnome org
- Subject: Re: freezing for GLib 2.26
- Date: Fri, 10 Sep 2010 08:58:13 -0400
> I plan on branching glib-2-26 early next week and removing GApplication
> (and related classes) from the branch.
GDateTime still has API issues. g_date_time_new_full does not
have enough arguments to uniquely identify a time. For example,
one of these is going to be mistaken for the other:
# TZ=US/Eastern perl -e 'print scalar localtime 1289109599, "\n";'
Sun Nov 7 01:59:59 2010
# TZ=US/Eastern perl -e 'print scalar localtime 1289113199, "\n";'
Sun Nov 7 01:59:59 2010
Morten
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]