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

« back to all changes in this revision

Viewing changes to src/brasero-disc.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Moog
  • Date: 2009-07-28 01:12:27 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20090728011227-tiva9yorc5d1r5hs
Tags: upstream-2.27.5
ImportĀ upstreamĀ versionĀ 2.27.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        BraseroDiscResult       (*add_uri)              (BraseroDisc *disc,
81
81
                                                         const gchar *uri);
82
82
 
 
83
        gboolean                (*is_empty)             (BraseroDisc *disc);
83
84
        gboolean                (*get_selected_uri)     (BraseroDisc *disc,
84
85
                                                         gchar **uri);
85
86
        gboolean                (*get_boundaries)       (BraseroDisc *disc,
127
128
brasero_disc_set_session_contents (BraseroDisc *disc,
128
129
                                   BraseroBurnSession *session);
129
130
 
 
131
gboolean
 
132
brasero_disc_is_empty (BraseroDisc *disc);
 
133
 
130
134
void
131
135
brasero_disc_selection_changed (BraseroDisc *disc);
132
136