diff options
Diffstat (limited to 'lib/ephy-dialog.h')
-rw-r--r-- | lib/ephy-dialog.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/ephy-dialog.h b/lib/ephy-dialog.h index 572280dc7..a440dd625 100644 --- a/lib/ephy-dialog.h +++ b/lib/ephy-dialog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001, 2002 Marco Pesenti Gritti + * Copyright (C) 2000-2003 Marco Pesenti Gritti * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,6 +14,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id$ */ #ifndef EPHY_DIALOG_H @@ -43,8 +45,10 @@ typedef struct EphyDialogPrivate EphyDialogPrivate; struct EphyDialog { - GObject parent; - EphyDialogPrivate *priv; + GObject parent; + + /*< private >*/ + EphyDialogPrivate *priv; }; typedef enum |