mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 01:40:10 +00:00
s/G_PARAM_WRITE/G_PARAM_WRITABLE/
obvious fix to make it compile
This commit is contained in:
parent
c4f26ae336
commit
f06a725358
@ -406,7 +406,7 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
|
||||
_("Headers Clickable"),
|
||||
_("Column headers respond to click events"),
|
||||
FALSE,
|
||||
G_PARAM_WRITE));
|
||||
G_PARAM_WRITABLE));
|
||||
|
||||
g_object_class_install_property (o_class,
|
||||
PROP_EXPANDER_COLUMN,
|
||||
|
Loading…
Reference in New Issue
Block a user