~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to src/burn-plugin-manager.h

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-11-18 11:30:50 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: james.westby@ubuntu.com-20081118113050-yhrskmatlel0gzfm
Tags: upstream-0.8.3
ImportĀ upstreamĀ versionĀ 0.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <glib-object.h>
27
27
#include <gmodule.h>
28
28
 
29
 
#include "burn-basics.h"
30
 
#include "burn-plugin.h"
31
 
#include "burn-task.h"
32
 
 
33
29
G_BEGIN_DECLS
34
30
 
35
31
#define BRASERO_TYPE_PLUGIN_MANAGER             (brasero_plugin_manager_get_type ())