~ubuntu-branches/debian/squeeze/brasero/squeeze

« back to all changes in this revision

Viewing changes to src/brasero-filter-option.h

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2010-05-03 16:02:19 UTC
  • mfrom: (1.2.18 upstream) (9.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100503160219-m16zmh337vlv0cmw
Tags: 2.30.1-1
* 31_link_libice.patch: new patch. Explicitly link to libice.
  Closes: #554057.
* Drop build-dependency on libbeagle since beagle is going to be 
  removed.
* New upstream release.
* Update build-dependencies.
* Disable introspection support to avoid blocking the totem 
  transition.
* Bump shlibs to 2.30.
* 01_pkglibdir.patch, 90_relibtoolize.patch: updated for the new 
  version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
G_BEGIN_DECLS
31
31
 
32
 
#define BRASERO_FILTER_NOTIFY_KEY               "/apps/brasero/filter/notify"
33
 
 
34
32
#define BRASERO_TYPE_FILTER_OPTION             (brasero_filter_option_get_type ())
35
33
#define BRASERO_FILTER_OPTION(obj)             (G_TYPE_CHECK_INSTANCE_CAST ((obj), BRASERO_TYPE_FILTER_OPTION, BraseroFilterOption))
36
34
#define BRASERO_FILTER_OPTION_CLASS(klass)     (G_TYPE_CHECK_CLASS_CAST ((klass), BRASERO_TYPE_FILTER_OPTION, BraseroFilterOptionClass))