~ubuntu-branches/ubuntu/raring/gedit/raring

« back to all changes in this revision

Viewing changes to gedit/gedit-panel.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2011-06-27 05:29:37 UTC
  • mfrom: (1.1.86 upstream)
  • Revision ID: james.westby@ubuntu.com-20110627052937-9zihn7ha7of3b251
Tags: 3.1.1-0ubuntu1
* New upstream release.
* debian/control.in:
  - Require GTK+ 3.1.6
* debian/watch:
  - Look at unstable releases too

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
 
56
56
struct _GeditPanel 
57
57
{
58
 
        GtkVBox vbox;
 
58
        GtkBin parent;
59
59
 
60
60
        /*< private > */
61
61
        GeditPanelPrivate *priv;
68
68
 
69
69
struct _GeditPanelClass 
70
70
{
71
 
        GtkVBoxClass parent_class;
 
71
        GtkBinClass parent_class;
72
72
 
73
73
        void (* item_added)     (GeditPanel     *panel,
74
74
                                 GtkWidget      *item);
83
83
        void (*_gedit_reserved1) (void);
84
84
        void (*_gedit_reserved2) (void);
85
85
        void (*_gedit_reserved3) (void);
86
 
        void (*_gedit_reserved4) (void);        
 
86
        void (*_gedit_reserved4) (void);
87
87
};
88
88
 
89
89
/*