~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to libbrasero-burn/brasero-track-data-cfg.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:
164
164
brasero_track_data_cfg_span_possible (BraseroTrackDataCfg *track,
165
165
                                      goffset sectors);
166
166
 
167
 
goffset
168
 
brasero_track_data_cfg_span_max_space (BraseroTrackDataCfg *track);
169
 
 
170
167
void
171
168
brasero_track_data_cfg_span_stop (BraseroTrackDataCfg *track);
172
169
 
182
179
 
183
180
gboolean
184
181
brasero_track_data_cfg_set_icon (BraseroTrackDataCfg *track,
185
 
                                 const gchar *icon_path,
 
182
                                 const gchar *path,
186
183
                                 GError **error);
187
184
 
188
185
G_END_DECLS