~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to nautilus/nautilus-burn-bar.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:
38
38
 
39
39
typedef struct
40
40
{
41
 
        GtkHBox                     box;
 
41
        GtkBox                     box;
42
42
        NautilusDiscBurnBarPrivate *priv;
43
43
} NautilusDiscBurnBar;
44
44
 
45
45
typedef struct
46
46
{
47
 
        GtkHBoxClass          parent_class;
 
47
        GtkBoxClass          parent_class;
48
48
 
49
49
        void (* title_changed) (NautilusDiscBurnBar *bar);
50
50
        void (* icon_changed)  (NautilusDiscBurnBar *bar);