Re: freezing for GLib 2.26



> 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]