Fixes https://gitlab.gnome.org/GNOME/vala/issues/1475
public void set_search_delay (uint delay);
[NoAccessorMethod]
public bool activates_default { get; set; }
- public string placeholder_text { get; set; }
+ [NoAccessorMethod]
+ public string placeholder_text { owned get; set; }
[Version (since = "4.8")]
public uint search_delay { get; set; }
public signal void activate ();
.free_to_paintable destroys_instance
render_* parent="Gtk.StyleContext"
render_* symbol_type="method" instance_idx=0
+SearchEntry
+ // gtk4 < 4.10
+ .placeholder_text no_accessor_method
TextBuffer
.backspace.iter ref
.delete.start ref