diff options
Diffstat (limited to 'gtk/gtktreeselection.h')
-rw-r--r-- | gtk/gtktreeselection.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtktreeselection.h b/gtk/gtktreeselection.h index b8c864d51f..04320e4b3c 100644 --- a/gtk/gtktreeselection.h +++ b/gtk/gtktreeselection.h @@ -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 |