~ubuntu-branches/debian/sid/brasero/sid

« back to all changes in this revision

Viewing changes to libbrasero-burn/brasero-progress.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-19 14:00:13 UTC
  • mfrom: (5.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20111119140013-9dnkj4de9z9lzceo
Tags: 3.2.0-2
* Upload to unstable.
* debian/control.in:
  - Make libbrasero-media3-dev depend on gir1.2-brasero-3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
typedef struct BraseroBurnProgressPrivate BraseroBurnProgressPrivate;
52
52
 
53
53
typedef struct {
54
 
        GtkVBox parent;
 
54
        GtkBox parent;
55
55
        BraseroBurnProgressPrivate *priv;
56
56
} BraseroBurnProgress;
57
57
 
58
58
typedef struct {
59
 
        GtkVBoxClass parent_class;
 
59
        GtkBoxClass parent_class;
60
60
} BraseroBurnProgressClass;
61
61
 
62
62
GType brasero_burn_progress_get_type (void);