X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkrecentchooserwidget.h;h=460dd6c2285084f2fea388c76724b54d429d6c9b;hb=c6fbdb67f3dc86cf49f2ac5ac8c072f4e586fd29;hp=0a01428471dac917da7c85e6e93ff4016f262ac3;hpb=77d4d3cdae0739c0a5643fb23891f8790f05c074;p=~andy%2Fgtk diff --git a/gtk/gtkrecentchooserwidget.h b/gtk/gtkrecentchooserwidget.h index 0a0142847..460dd6c22 100644 --- a/gtk/gtkrecentchooserwidget.h +++ b/gtk/gtkrecentchooserwidget.h @@ -13,20 +13,18 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ +#ifndef __GTK_RECENT_CHOOSER_WIDGET_H__ +#define __GTK_RECENT_CHOOSER_WIDGET_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __GTK_RECENT_CHOOSER_WIDGET_H__ -#define __GTK_RECENT_CHOOSER_WIDGET_H__ - #include -#include +#include G_BEGIN_DECLS @@ -44,15 +42,21 @@ typedef struct _GtkRecentChooserWidgetPrivate GtkRecentChooserWidgetPrivate; struct _GtkRecentChooserWidget { - /*< private >*/ - GtkVBox parent_instance; + GtkBox parent_instance; - GtkRecentChooserWidgetPrivate *GSEAL (priv); + /*< private >*/ + GtkRecentChooserWidgetPrivate *priv; }; struct _GtkRecentChooserWidgetClass { - GtkVBoxClass parent_class; + GtkBoxClass parent_class; + + /* Padding for future expansion */ + void (*_gtk_reserved1) (void); + void (*_gtk_reserved2) (void); + void (*_gtk_reserved3) (void); + void (*_gtk_reserved4) (void); }; GType gtk_recent_chooser_widget_get_type (void) G_GNUC_CONST;