File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,6 @@ generate = [
130
130
" Gtk.GestureRotate" ,
131
131
" Gtk.GestureSwipe" ,
132
132
" Gtk.GestureZoom" ,
133
- " Gtk.GraphicsOffload" ,
134
133
" Gtk.GraphicsOffloadEnabled" ,
135
134
" Gtk.Grid" ,
136
135
" Gtk.GridLayout" ,
@@ -1371,6 +1370,14 @@ status = "generate"
1371
1370
[object .signal .return ]
1372
1371
nullable = true
1373
1372
1373
+ [[object ]]
1374
+ name = " Gtk.GraphicsOffload"
1375
+ status = " generate"
1376
+ [[object .property ]]
1377
+ name = " black-background"
1378
+ generate = [" notify" ] # already has a getter/setter
1379
+
1380
+
1374
1381
[[object ]]
1375
1382
name = " Gtk.GridLayoutChild"
1376
1383
status = " generate"
Original file line number Diff line number Diff line change @@ -95,16 +95,6 @@ impl GraphicsOffload {
95
95
}
96
96
}
97
97
98
- #[ doc( alias = "black-background" ) ]
99
- pub fn get_property_black_background ( & self ) -> bool {
100
- ObjectExt :: property ( self , "black-background" )
101
- }
102
-
103
- #[ doc( alias = "black-background" ) ]
104
- pub fn set_property_black_background ( & self , black_background : bool ) {
105
- ObjectExt :: set_property ( self , "black-background" , black_background)
106
- }
107
-
108
98
#[ doc( alias = "black-background" ) ]
109
99
pub fn connect_black_background_notify < F : Fn ( & Self ) + ' static > ( & self , f : F ) -> SignalHandlerId {
110
100
unsafe extern "C" fn notify_black_background_trampoline <
You can’t perform that action at this time.
0 commit comments