File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -43,3 +43,8 @@ cfg_condition = "feature = \"vulkan\""
43
43
name = " Gsk.VulkanRendererClass"
44
44
status = " generate"
45
45
cfg_condition = " feature = \" vulkan\" "
46
+
47
+ [[object ]]
48
+ name = " Gsk.ComponentTransferNode"
49
+ status = " generate"
50
+ version = " 4.20"
Original file line number Diff line number Diff line change @@ -1939,6 +1939,8 @@ extern "C" {
1939
1939
//=========================================================================
1940
1940
// GskComponentTransferNode
1941
1941
//=========================================================================
1942
+ #[ cfg( feature = "v4_20" ) ]
1943
+ #[ cfg_attr( docsrs, doc( cfg( feature = "v4_20" ) ) ) ]
1942
1944
pub fn gsk_component_transfer_node_get_type ( ) -> GType ;
1943
1945
#[ cfg( feature = "v4_20" ) ]
1944
1946
#[ cfg_attr( docsrs, doc( cfg( feature = "v4_20" ) ) ) ]
You can’t perform that action at this time.
0 commit comments