mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 01:40:10 +00:00
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:
parent
d0b16c1151
commit
fa1e2eb009
@ -105,7 +105,7 @@ struct _GtkDialog
|
|||||||
GtkWidget *GSEAL (action_area);
|
GtkWidget *GSEAL (action_area);
|
||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GtkWidget *separator;
|
GtkWidget *GSEAL (separator);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkDialogClass
|
struct _GtkDialogClass
|
||||||
|
Loading…
Reference in New Issue
Block a user