X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkrecentchooserdialog.h;h=ff557dbef5acd8e51e4ab7cd175c08f574a7a980;hb=6767541ead7cc150d1dd066d3b84d85559500c28;hp=22be218d0b523ee263c847653222e123899b3801;hpb=056f6db533b418e3571d2614c349bb412900dbc1;p=~andy%2Fgtk diff --git a/gtk/gtkrecentchooserdialog.h b/gtk/gtkrecentchooserdialog.h index 22be218d0..ff557dbef 100644 --- a/gtk/gtkrecentchooserdialog.h +++ b/gtk/gtkrecentchooserdialog.h @@ -1,7 +1,7 @@ /* GTK - The GIMP Toolkit * gtkrecentchooserdialog.h: Recent files selector dialog * Copyright (C) 2006 Emmanuele Bassi - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either @@ -13,16 +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_DIALOG_H__ #define __GTK_RECENT_CHOOSER_DIALOG_H__ +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only can be included directly." +#endif + #include -#include "gtkrecentchooser.h" +#include G_BEGIN_DECLS @@ -41,15 +43,21 @@ typedef struct _GtkRecentChooserDialogPrivate GtkRecentChooserDialogPrivate; struct _GtkRecentChooserDialog { - /*< private >*/ GtkDialog parent_instance; - + + /*< private >*/ GtkRecentChooserDialogPrivate *priv; }; struct _GtkRecentChooserDialogClass { GtkDialogClass parent_class; + + /* Padding for future expansion */ + void (*_gtk_reserved1) (void); + void (*_gtk_reserved2) (void); + void (*_gtk_reserved3) (void); + void (*_gtk_reserved4) (void); };