mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Remove pointless sealing from GtkTextChild
This commit is contained in:
parent
9dee9a84d0
commit
0c4a0dae6d
@ -58,7 +58,8 @@ struct _GtkTextChildAnchor
|
||||
{
|
||||
GObject parent_instance;
|
||||
|
||||
gpointer GSEAL (segment);
|
||||
/*< private >*/
|
||||
gpointer segment;
|
||||
};
|
||||
|
||||
struct _GtkTextChildAnchorClass
|
||||
|
Loading…
Reference in New Issue
Block a user