~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-09-09 12:27:41 UTC
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: package-import@ubuntu.com-20110909122741-b929bk0txqsqsyyi
Tags: upstream-3.1.90
ImportĀ upstreamĀ versionĀ 3.1.90

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);