X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkrecentchooserdialog.h;h=ff557dbef5acd8e51e4ab7cd175c08f574a7a980;hb=1247a842a228980a06893e6167ae8c73a4bb6eed;hp=d8c12214a80d8d4269d2e3141384cf42585e6231;hpb=a4ce0b6caad3b90ff5ac5aeabef9af1d8e0cb19a;p=~andy%2Fgtk diff --git a/gtk/gtkrecentchooserdialog.h b/gtk/gtkrecentchooserdialog.h index d8c12214a..ff557dbef 100644 --- a/gtk/gtkrecentchooserdialog.h +++ b/gtk/gtkrecentchooserdialog.h @@ -13,18 +13,16 @@ * 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 . */ -#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) -#error "Only can be included directly." -#endif - #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 @@ -45,15 +43,21 @@ typedef struct _GtkRecentChooserDialogPrivate GtkRecentChooserDialogPrivate; struct _GtkRecentChooserDialog { - /*< private >*/ GtkDialog parent_instance; - GtkRecentChooserDialogPrivate *GSEAL (priv); + /*< 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); };