Also seal variables marked as private.

* gtk/gtkdialog.h: Also seal variables marked as private.

svn path=/trunk/; revision=20501
This commit is contained in:
Tim Janik 2008-06-20 10:58:55 +00:00
parent d0b16c1151
commit fa1e2eb009

View File

@ -105,7 +105,7 @@ struct _GtkDialog
GtkWidget *GSEAL (action_area);
/*< private >*/
GtkWidget *separator;
GtkWidget *GSEAL (separator);
};
struct _GtkDialogClass