2
2
// from gir-files (https://github.com/gtk-rs/gir-files)
3
3
// DO NOT EDIT
4
4
5
- use crate :: ffi;
6
- #[ cfg( feature = "v4_20" ) ]
7
- #[ cfg_attr( docsrs, doc( cfg( feature = "v4_20" ) ) ) ]
8
- use crate :: { ComponentTransfer , RenderNode } ;
5
+ use crate :: { ffi, ComponentTransfer , RenderNode } ;
9
6
use glib:: { prelude:: * , translate:: * } ;
10
7
11
8
glib:: wrapper! {
@@ -25,8 +22,6 @@ impl StaticType for ComponentTransferNode {
25
22
}
26
23
27
24
impl ComponentTransferNode {
28
- #[ cfg( feature = "v4_20" ) ]
29
- #[ cfg_attr( docsrs, doc( cfg( feature = "v4_20" ) ) ) ]
30
25
#[ doc( alias = "gsk_component_transfer_node_new" ) ]
31
26
pub fn new (
32
27
child : impl AsRef < RenderNode > ,
@@ -47,8 +42,6 @@ impl ComponentTransferNode {
47
42
}
48
43
}
49
44
50
- #[ cfg( feature = "v4_20" ) ]
51
- #[ cfg_attr( docsrs, doc( cfg( feature = "v4_20" ) ) ) ]
52
45
#[ doc( alias = "gsk_component_transfer_node_get_child" ) ]
53
46
#[ doc( alias = "get_child" ) ]
54
47
pub fn child ( & self ) -> RenderNode {
@@ -59,8 +52,6 @@ impl ComponentTransferNode {
59
52
}
60
53
}
61
54
62
- #[ cfg( feature = "v4_20" ) ]
63
- #[ cfg_attr( docsrs, doc( cfg( feature = "v4_20" ) ) ) ]
64
55
#[ doc( alias = "gsk_component_transfer_node_get_transfer" ) ]
65
56
#[ doc( alias = "get_transfer" ) ]
66
57
pub fn transfer ( & self , component : u32 ) -> ComponentTransfer {
0 commit comments