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

« back to all changes in this revision

Viewing changes to src/epg_events.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:
40
40
                
41
41
        gboolean                add_epg_event(const EpgEvent& epg_event);
42
42
        gboolean                get_current(EpgEvent& epg_event);
43
 
        EpgEventList    get_list(guint start_time, guint end_time);
 
43
        EpgEventList    get_list(time_t start_time, time_t end_time);
44
44
        void                    prune();
45
45
        void                    load(Data::Connection& connection, guint channel_id);
46
46
        void                    save(Data::Connection& connection, guint channel_id);