~kaozilon/totem/test

« back to all changes in this revision

Viewing changes to src/plugins/totem-module.c

  • 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:
53
53
 
54
54
typedef GType (*TotemModuleRegisterFunc) (GTypeModule *);
55
55
 
56
 
static void totem_module_init           (TotemModule *action);
57
 
static void totem_module_class_init     (TotemModuleClass *class);
58
 
 
59
56
static GObjectClass *parent_class = NULL;
60
57
 
61
58
G_DEFINE_TYPE (TotemModule, totem_module, G_TYPE_TYPE_MODULE)