~ubuntu-branches/ubuntu/wily/me-tv/wily

« back to all changes in this revision

Viewing changes to src/dvb_transponder.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Lamothe
  • Date: 2010-06-20 21:51:41 UTC
  • mfrom: (1.1.13 upstream) (3.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100620215141-jfzya7s0a5g8xxl4
Tags: 1.2.6-1
* New upstream release
* Fix "needs to depend on libxine1-x" updated control file to
  depend on ${xine-x:Depends} (Closes: #575122)
* Fix "EPG texts with ampersands not shown" encoded XML strings
  in GTK controls that use markup (Closes: #582613)
* Updated the description of the application to remove reference
  to MythTV

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
                bool operator==(const Transponder& transponder) const;
44
44
                bool operator!=(const Transponder& transponder) const;
45
45
 
 
46
                bool operator==(struct dvb_frontend_parameters frontend_parameters) const;
 
47
                bool operator!=(struct dvb_frontend_parameters frontend_parameters) const;
 
48
 
46
49
                fe_type_t                                               frontend_type;
47
50
                struct dvb_frontend_parameters  frontend_parameters;
48
51
                guint                                                   polarisation;