~ubuntu-branches/ubuntu/trusty/totem/trusty-proposed

« back to all changes in this revision

Viewing changes to src/totem-cell-renderer-video.h

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons, Josselin Mouette, Sjoerd Simons, Emilio Pozuelo Monfort
  • Date: 2009-04-19 17:28:51 UTC
  • mfrom: (1.2.52 upstream) (5.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090419172851-epoqimnq62akn294
Tags: 2.26.1-1
[ Josselin Mouette ]
* totem-plugins depends on python-gdbm. Closes: #523582.

[ Sjoerd Simons ]
* New upstream release (2.26.1)
* debian/patches/02_flv.patch: Dropped, fixed upstream
* debian/patches/04_tracker_build.patch: Dropped, fixed upstream
* debian/patches/01_fake_keypresses.patch: Updated and simplified
* debian/patches/70_bbc_plugin.patch: Updated
* debian/patches/90_autotools.patch: Updated

[ Emilio Pozuelo Monfort ]
* Recommend gnome-codec-install rather than gnome-app-install.
  Closes: #523052.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
typedef struct _TotemCellRendererVideoPrivate   TotemCellRendererVideoPrivate;
45
45
 
 
46
/**
 
47
 * TotemCellRendererVideo:
 
48
 *
 
49
 * All the fields in the #TotemCellRendererVideo structure are private and should never be accessed directly.
 
50
 **/
46
51
typedef struct {
47
52
        GtkCellRenderer parent;
48
53
        TotemCellRendererVideoPrivate *priv;
49
54
} TotemCellRendererVideo;
50
55
 
 
56
/**
 
57
 * TotemCellRendererVideoClass:
 
58
 * @parent: the parent class
 
59
 *
 
60
 * The class structure for the #TotemCellRendererVideo type.
 
61
 **/
51
62
typedef struct {
52
63
        GtkCellRendererClass parent;
53
64
} TotemCellRendererVideoClass;