~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:
89
89
brasero_track_data_cfg_new (void);
90
90
 
91
91
gboolean
92
 
brasero_track_data_cfg_get_contents (BraseroTrackData *track,
93
 
                                     GSList **grafts,
94
 
                                     GSList **excluded);
95
 
 
96
 
gboolean
97
92
brasero_track_data_cfg_add (BraseroTrackDataCfg *track,
98
93
                            const gchar *uri,
99
94
                            GtkTreePath *parent);
176
171
 * Icon
177
172
 */
178
173
 
179
 
const gchar *
 
174
GIcon *
 
175
brasero_track_data_cfg_get_icon (BraseroTrackDataCfg *track);
 
176
 
 
177
gchar *
180
178
brasero_track_data_cfg_get_icon_path (BraseroTrackDataCfg *track);
181
179
 
182
180
gboolean