File tree Expand file tree Collapse file tree 4 files changed +7
-18
lines changed Expand file tree Collapse file tree 4 files changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -1238,10 +1238,6 @@ trust_return_value_nullability = false
1238
1238
name = " get_icon_sizes"
1239
1239
ignore = true # TODO: implement me
1240
1240
# TODO gtk3 ignored some more array functions
1241
- [[object .function ]]
1242
- name = " set_resource_path"
1243
- # ToGlibPtr<'_, *const *const i8>` is not implemented for `str`
1244
- manual = true
1245
1241
1246
1242
[[object ]]
1247
1243
name = " Gtk.IconView"
Original file line number Diff line number Diff line change @@ -166,6 +166,13 @@ impl IconTheme {
166
166
}
167
167
}
168
168
169
+ #[ doc( alias = "gtk_icon_theme_set_resource_path" ) ]
170
+ pub fn set_resource_path ( & self , path : & [ & str ] ) {
171
+ unsafe {
172
+ ffi:: gtk_icon_theme_set_resource_path ( self . to_glib_none ( ) . 0 , path. to_glib_none ( ) . 0 ) ;
173
+ }
174
+ }
175
+
169
176
#[ doc( alias = "gtk_icon_theme_set_search_path" ) ]
170
177
pub fn set_search_path ( & self , path : & [ & std:: path:: Path ] ) {
171
178
unsafe {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ mod flow_box;
136
136
mod font_chooser;
137
137
mod functions;
138
138
mod gesture_stylus;
139
- mod icon_theme;
140
139
mod im_context;
141
140
mod im_context_simple;
142
141
mod info_bar;
You can’t perform that action at this time.
0 commit comments