mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
Seal GtkTreeSelection.
* gtk/gtktreeselection.h: Seal all member fields. svn path=/trunk/; revision=20528
This commit is contained in:
parent
1ba7f437bc
commit
4e1a46ebc3
@ -54,11 +54,11 @@ struct _GtkTreeSelection
|
||||
|
||||
/*< private >*/
|
||||
|
||||
GtkTreeView *tree_view;
|
||||
GtkSelectionMode type;
|
||||
GtkTreeSelectionFunc user_func;
|
||||
gpointer user_data;
|
||||
GDestroyNotify destroy;
|
||||
GtkTreeView *GSEAL (tree_view);
|
||||
GtkSelectionMode GSEAL (type);
|
||||
GtkTreeSelectionFunc GSEAL (user_func);
|
||||
gpointer GSEAL (user_data);
|
||||
GtkDestroyNotify GSEAL (destroy);
|
||||
};
|
||||
|
||||
struct _GtkTreeSelectionClass
|
||||
|
Loading…
Reference in New Issue
Block a user