Hi, In GtkRecentInfo, there are functions gtk_recent_info_get_added/ modified/visited for getting information about recently used resources, which return time_t. This is the first appeareance of time_t as a return type in GTK and I'm wondering is this ok and will it work on win32/everywhere? In Glib, there's a typedef GTime, but it's deprecated: "It has been deprecated since it is not equivalent to time_t on 64-bit platforms with a 64-bit time_t."
Marko _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
