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

« back to all changes in this revision

Viewing changes to src/main_window.h

  • Committer: Bazaar Package Importer
  • Author(s): Teis Dreijer
  • Date: 2010-02-14 11:29:00 UTC
  • mfrom: (1.1.11 upstream) (3.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20100214112900-krutrmpz248vz1ji
Tags: 1.1.6-2
* Updated debian/control
  - Removed libgnomem-2.6-dev and libgnomeuimm-2.6-dev
    from Build-Depends (Closes: #568782)
  - Added libgconfmm-2.6-dev to Build-Depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
        void on_show();
83
83
        void on_hide();
84
 
        void start_engine();
85
 
        void stop_engine();
86
84
                        
87
85
        void create_engine();
88
86
public:
117
115
        void play(const Glib::ustring& mrl);
118
116
        void pause(gboolean state);
119
117
        void restart_engine();
 
118
        void start_engine();
 
119
        void stop_engine();
120
120
 
121
121
        void fullscreen(gboolean change_mode = true);
122
122
        void unfullscreen(gboolean restore_mode = true);