~swem/totem/assignment

« back to all changes in this revision

Viewing changes to src/totem-statusbar.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-02-25 19:11:33 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100225191133-7bonpywglovrzohq
Tags: 2.29.91-1
* New upstream development release:
  + debian/patches/90_autotools.patch:
    - Refreshed for the new version.
  + debian/control.in:
    - Update build dependencies and dependencies.
* debian/patches/99_gst-bus_flush.patch:
  + Patch from upstream GIT to fix automatic codec installation
    and random errors showing up from previous tracks.
* debian/control.in:
  + Add ATK build dependency to allow buildds to actually install
    the correct version instead of producing an error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 
62
62
typedef GtkStatusbarClass TotemStatusbarClass;
63
63
 
64
 
GType      totem_statusbar_get_type             (void) G_GNUC_CONST;
 
64
G_MODULE_EXPORT GType totem_statusbar_get_type  (void) G_GNUC_CONST;
65
65
GtkWidget* totem_statusbar_new                  (void);
66
66
 
67
67
void       totem_statusbar_set_time             (TotemStatusbar *statusbar,