File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,6 @@ generate = [
208
208
" Gtk.ScrolledWindow" ,
209
209
" Gtk.ScrollStep" ,
210
210
" Gtk.ScrollType" ,
211
- " Gtk.SearchEntry" ,
212
211
" Gtk.SelectionMode" ,
213
212
" Gtk.SelectionModel" ,
214
213
" Gtk.SensitivityType" ,
@@ -1881,6 +1880,20 @@ status = "generate"
1881
1880
name = " search-mode-enabled"
1882
1881
generate = [" notify" ] # the prop has a getter/setter already
1883
1882
1883
+ [[object ]]
1884
+ name = " Gtk.SearchEntry"
1885
+ status = " generate"
1886
+ [[object .function ]]
1887
+ name = " get_placeholder_text"
1888
+ # Use the property that is available since 4.0 instead of the function
1889
+ # that is only available since 4.10
1890
+ ignore = true
1891
+ [[object .function ]]
1892
+ name = " set_placeholder_text"
1893
+ # Use the property that is available since 4.0 instead of the function
1894
+ # that is only available since 4.10
1895
+ ignore = true
1896
+
1884
1897
[[object ]]
1885
1898
name = " Gtk.SelectionFilterModel"
1886
1899
status = " generate"
You can’t perform that action at this time.
0 commit comments