GtkCellEditable: Use G_PARAM_EXPLICIT_NOTIFY
This is an interface property, so all implementors will have to adjust to this.
This commit is contained in:
@@ -51,7 +51,7 @@ gtk_cell_editable_default_init (GtkCellEditableInterface *iface)
|
||||
P_("Editing Canceled"),
|
||||
P_("Indicates that editing has been canceled"),
|
||||
FALSE,
|
||||
GTK_PARAM_READWRITE));
|
||||
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
|
||||
|
||||
/**
|
||||
* GtkCellEditable::editing-done:
|
||||
|
||||
Reference in New Issue
Block a user