~ubuntu-branches/debian/sid/me-tv/sid

« back to all changes in this revision

Viewing changes to src/me-tv.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Evans
  • Date: 2010-11-11 12:19:18 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20101111121918-hfq2bkuncpoz5a8h
Tags: 1.3.4-1
* New upstream release
* debian/control:
  - Updated Standards-Version to 3.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
Glib::ustring encode_xml(const Glib::ustring& s);
57
57
Glib::ustring trim_string(const Glib::ustring& s);
58
58
 
59
 
guint get_local_time();
 
59
time_t get_local_time();
60
60
Glib::ustring get_local_time_text(const gchar* format);
61
61
Glib::ustring get_local_time_text(time_t t, const gchar* format);
62
62
guint convert_to_local_time(guint utc);