Skip to content
This repository was archived by the owner on Mar 1, 2019. It is now read-only.

Commit db96087

Browse files
committed
regenerate
1 parent 4b3f81c commit db96087

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

gio-subclass/src/action.rs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// This file was generated by gir (https://github.com/gtk-rs/gir @ 32cbf3c+)
2-
// from gir-files (https://github.com/gtk-rs/gir-files @ b215ee8+)
1+
// This file was generated by gir (https://github.com/gtk-rs/gir @ ec3c0fa+)
2+
// from gir-files (https://github.com/gtk-rs/gir-files @ 2b56823)
33
// DO NOT EDIT
44

55
#[allow(unused_imports)]
@@ -72,7 +72,7 @@ unsafe extern "C" fn action_activate<T: ObjectType>
7272
let imp = instance.get_impl();
7373
let imp = (*(*interface_static).imp_static).get_impl(imp);
7474
let wrap: T = from_glib_borrow(instance);
75-
imp.activate(&wrap)
75+
imp.activate(&wrap, &from_glib_none(action), /*Unknown conversion*/parameter)
7676
}
7777

7878
unsafe extern "C" fn action_change_state<T: ObjectType>
@@ -87,7 +87,7 @@ unsafe extern "C" fn action_change_state<T: ObjectType>
8787
let imp = instance.get_impl();
8888
let imp = (*(*interface_static).imp_static).get_impl(imp);
8989
let wrap: T = from_glib_borrow(instance);
90-
imp.change_state(&wrap)
90+
imp.change_state(&wrap, &from_glib_none(action), &from_glib_none(value))
9191
}
9292

9393
unsafe extern "C" fn action_get_enabled<T: ObjectType>
@@ -102,7 +102,7 @@ unsafe extern "C" fn action_get_enabled<T: ObjectType>
102102
let imp = instance.get_impl();
103103
let imp = (*(*interface_static).imp_static).get_impl(imp);
104104
let wrap: T = from_glib_borrow(instance);
105-
imp.get_enabled(&wrap)
105+
imp.get_enabled(&wrap, &from_glib_none(action)).to_glib()
106106
}
107107

108108
unsafe extern "C" fn action_get_name<T: ObjectType>
@@ -117,7 +117,7 @@ unsafe extern "C" fn action_get_name<T: ObjectType>
117117
let imp = instance.get_impl();
118118
let imp = (*(*interface_static).imp_static).get_impl(imp);
119119
let wrap: T = from_glib_borrow(instance);
120-
imp.get_name(&wrap)
120+
imp.get_name(&wrap, &from_glib_none(action))/*Not checked*/.to_glib_none().0
121121
}
122122

123123
unsafe extern "C" fn action_get_parameter_type<T: ObjectType>
@@ -132,7 +132,7 @@ unsafe extern "C" fn action_get_parameter_type<T: ObjectType>
132132
let imp = instance.get_impl();
133133
let imp = (*(*interface_static).imp_static).get_impl(imp);
134134
let wrap: T = from_glib_borrow(instance);
135-
imp.get_parameter_type(&wrap)
135+
imp.get_parameter_type(&wrap, &from_glib_none(action))/*Not checked*/.to_glib_none().0
136136
}
137137

138138
unsafe extern "C" fn action_get_state<T: ObjectType>
@@ -147,7 +147,7 @@ unsafe extern "C" fn action_get_state<T: ObjectType>
147147
let imp = instance.get_impl();
148148
let imp = (*(*interface_static).imp_static).get_impl(imp);
149149
let wrap: T = from_glib_borrow(instance);
150-
imp.get_state(&wrap)
150+
imp.get_state(&wrap, &from_glib_none(action)).to_glib_full()
151151
}
152152

153153
unsafe extern "C" fn action_get_state_hint<T: ObjectType>
@@ -162,7 +162,7 @@ unsafe extern "C" fn action_get_state_hint<T: ObjectType>
162162
let imp = instance.get_impl();
163163
let imp = (*(*interface_static).imp_static).get_impl(imp);
164164
let wrap: T = from_glib_borrow(instance);
165-
imp.get_state_hint(&wrap)
165+
imp.get_state_hint(&wrap, &from_glib_none(action)).to_glib_full()
166166
}
167167

168168
unsafe extern "C" fn action_get_state_type<T: ObjectType>
@@ -177,7 +177,7 @@ unsafe extern "C" fn action_get_state_type<T: ObjectType>
177177
let imp = instance.get_impl();
178178
let imp = (*(*interface_static).imp_static).get_impl(imp);
179179
let wrap: T = from_glib_borrow(instance);
180-
imp.get_state_type(&wrap)
180+
imp.get_state_type(&wrap, &from_glib_none(action))/*Not checked*/.to_glib_none().0
181181
}
182182

183183
unsafe extern "C" fn action_init<T: ObjectType>(

0 commit comments

Comments
 (0)