~ubuntu-branches/ubuntu/wily/totem/wily

« back to all changes in this revision

Viewing changes to src/totem-fullscreen.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Sjoerd Simons, Michael Biebl, Josselin Mouette
  • Date: 2011-11-27 06:21:34 UTC
  • mfrom: (1.4.8) (5.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20111127062134-c3ikko9wdfn9m2av
Tags: 3.2.1-1
[ Sjoerd Simons ]
* New upstream release
* debian/control.in: Update build-depends
* debian/rules: Enable vala plugins
* debian/totem-plugins.install:
  - Add grilo and rotation plugins
  - Remove jamendo, thumbnail and tracker plugins

[ Michael Biebl ]
* debian/control.in:
  - Bump Depends on python-gobject to (>= 2.90.3).

[ Josselin Mouette ]
* Replace python-gobject dependencies by python-gi.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
struct TotemFullscreen {
49
49
        GObject                parent;
50
 
        
 
50
 
51
51
        /* Public Widgets from popups */
52
52
        GtkWidget              *time_label;
53
53
        GtkWidget              *seek;
55
55
        GtkWidget              *buttons_box;
56
56
        GtkWidget              *exit_button;
57
57
 
58
 
        /* Read only */
59
 
        gboolean                is_fullscreen;
60
 
 
61
58
        /* Private */
62
59
        TotemFullscreenPrivate *priv;
63
60
};