~ubuntu-branches/ubuntu/trusty/brasero/trusty-proposed

« back to all changes in this revision

Viewing changes to src/brasero-project.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-08 09:33:41 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 52.
  • Revision ID: james.westby@ubuntu.com-20090908093341-ijo24e75x1j3hviu
Tags: upstream-2.27.92
ImportĀ upstreamĀ versionĀ 2.27.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
#include <gtk/gtk.h>
34
34
 
 
35
#include "brasero-session-cfg.h"
 
36
 
35
37
#include "brasero-disc.h"
36
38
#include "brasero-uri-container.h"
37
39
#include "brasero-project-type-chooser.h"
82
84
                            BraseroURIContainer *source);
83
85
 
84
86
BraseroProjectType
85
 
brasero_project_open_project (BraseroProject *project,
86
 
                              const gchar *uri,
87
 
                              gboolean playlist);
 
87
brasero_project_open_session (BraseroProject *project,
 
88
                              BraseroSessionCfg *session);
88
89
 
89
90
gboolean
90
91
brasero_project_save_project (BraseroProject *project);
91
92
gboolean
92
93
brasero_project_save_project_as (BraseroProject *project);
93
94
 
94
 
BraseroProjectType
95
 
brasero_project_load_session (BraseroProject *project, const gchar *uri);
96
95
gboolean
97
96
brasero_project_save_session (BraseroProject *project,
98
97
                              const gchar *uri,