~ubuntu-branches/ubuntu/vivid/brasero/vivid-proposed

« back to all changes in this revision

Viewing changes to libbrasero-burn/brasero-plugin-information.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl, Laurent Bigonville, Michael Biebl
  • Date: 2011-10-13 20:13:30 UTC
  • mfrom: (1.4.5 experimental)
  • mto: (1.4.7 experimental)
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: james.westby@ubuntu.com-20111013201330-r1rg6r6uof0cwpsp
Tags: 3.0.0-4
[ Laurent Bigonville ]
* debian/control.in: Update Vcs-* fields

[ Michael Biebl ]
* Upload to unstable.
* debian/patches/02_gcc-format-security.patch
  - Fix format string vulnerabilities.
* debian/watch:
  - Switch to .xz tarballs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
brasero_plugin_get_name (BraseroPlugin *plugin);
51
51
 
52
52
const gchar *
 
53
brasero_plugin_get_display_name (BraseroPlugin *plugin);
 
54
 
 
55
const gchar *
53
56
brasero_plugin_get_author (BraseroPlugin *plugin);
54
57
 
55
58
guint
67
70
const gchar *
68
71
brasero_plugin_get_icon_name (BraseroPlugin *plugin);
69
72
 
70
 
gchar *
71
 
brasero_plugin_get_gconf_priority_key (BraseroPlugin *plugin);
72
 
 
73
73
typedef struct _BraseroPluginError BraseroPluginError;
74
74
struct _BraseroPluginError {
75
75
        BraseroPluginErrorType type;