00001 #ifndef _PORTS_H 00002 #define _PORTS_H 00003 00004 #include <glibmm.h> 00005 #include <ctime> 00006 00007 /* sprintf for Glib::ustring. Use Glib::ustring::compose if possible. */ 00008 size_t usprintf(Glib::ustring &ustr, const Glib::ustring fmt, ...); 00009 00010 void get_gmtime_str(Glib::ustring& dtimeStr, Glib::ustring& ttimeStr, time_t sec = time(NULL)); 00011 void get_time_str(Glib::ustring& dtimeStr, Glib::ustring& ttimeStr, time_t sec = time(NULL)); 00012 00013 #endif
1.5.9