Skip to content

Commit 6998f86

Browse files
authored
Merge pull request #33 from EPashkin/regen
Regen
2 parents ee42495 + 6cc9569 commit 6998f86

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+151
-287
lines changed

gir

Submodule gir updated 67 files

src/auto/authentication_request.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// This file was generated by gir (d50d839) from gir-files (469db10)
1+
// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb)
2+
// from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70)
23
// DO NOT EDIT
34

45
#[cfg(any(feature = "v2_2", feature = "dox"))]
@@ -141,7 +142,6 @@ impl<O: IsA<AuthenticationRequest> + IsA<glib::object::Object>> AuthenticationRe
141142
#[cfg(any(feature = "v2_2", feature = "dox"))]
142143
unsafe extern "C" fn cancelled_trampoline<P>(this: *mut ffi::WebKitAuthenticationRequest, f: glib_ffi::gpointer)
143144
where P: IsA<AuthenticationRequest> {
144-
callback_guard!();
145145
let f: &&(Fn(&P) + 'static) = transmute(f);
146146
f(&AuthenticationRequest::from_glib_borrow(this).downcast_unchecked())
147147
}

src/auto/back_forward_list.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// This file was generated by gir (d50d839) from gir-files (469db10)
1+
// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb)
2+
// from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70)
23
// DO NOT EDIT
34

45
use BackForwardListItem;

src/auto/back_forward_list_item.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// This file was generated by gir (d50d839) from gir-files (469db10)
1+
// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb)
2+
// from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70)
23
// DO NOT EDIT
34

45
use ffi;

src/auto/color_chooser_request.rs

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// This file was generated by gir (d50d839) from gir-files (469db10)
1+
// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb)
2+
// from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70)
23
// DO NOT EDIT
34

45
use ffi;
@@ -94,8 +95,7 @@ impl<O: IsA<ColorChooserRequest> + IsA<glib::object::Object>> ColorChooserReques
9495

9596
fn get_property_rgba(&self) -> Option<gdk::RGBA> {
9697
unsafe {
97-
let mut value = Value::uninitialized();
98-
gobject_ffi::g_value_init(value.to_glib_none_mut().0, <gdk::RGBA as StaticType>::static_type().to_glib());
98+
let mut value = Value::from_type(<gdk::RGBA as StaticType>::static_type());
9999
gobject_ffi::g_object_get_property(self.to_glib_none().0, "rgba".to_glib_none().0, value.to_glib_none_mut().0);
100100
value.get()
101101
}
@@ -128,14 +128,12 @@ impl<O: IsA<ColorChooserRequest> + IsA<glib::object::Object>> ColorChooserReques
128128
#[cfg(any(feature = "v2_8", feature = "dox"))]
129129
unsafe extern "C" fn finished_trampoline<P>(this: *mut ffi::WebKitColorChooserRequest, f: glib_ffi::gpointer)
130130
where P: IsA<ColorChooserRequest> {
131-
callback_guard!();
132131
let f: &&(Fn(&P) + 'static) = transmute(f);
133132
f(&ColorChooserRequest::from_glib_borrow(this).downcast_unchecked())
134133
}
135134

136135
unsafe extern "C" fn notify_rgba_trampoline<P>(this: *mut ffi::WebKitColorChooserRequest, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
137136
where P: IsA<ColorChooserRequest> {
138-
callback_guard!();
139137
let f: &&(Fn(&P) + 'static) = transmute(f);
140138
f(&ColorChooserRequest::from_glib_borrow(this).downcast_unchecked())
141139
}

src/auto/context_menu.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// This file was generated by gir (d50d839) from gir-files (469db10)
1+
// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb)
2+
// from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70)
23
// DO NOT EDIT
34

45
use ContextMenuItem;

src/auto/context_menu_item.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// This file was generated by gir (d50d839) from gir-files (469db10)
1+
// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb)
2+
// from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70)
23
// DO NOT EDIT
34

45
use ContextMenu;
@@ -20,6 +21,7 @@ glib_wrapper! {
2021
}
2122

2223
impl ContextMenuItem {
24+
//#[cfg_attr(feature = "v2_18", deprecated)]
2325
//pub fn new<P: IsA</*Ignored*/gtk::Action>>(action: &P) -> ContextMenuItem {
2426
// unsafe { TODO: call ffi::webkit_context_menu_item_new() }
2527
//}
@@ -59,6 +61,7 @@ impl ContextMenuItem {
5961
}
6062

6163
pub trait ContextMenuItemExt {
64+
//#[cfg_attr(feature = "v2_18", deprecated)]
6265
//fn get_action(&self) -> /*Ignored*/Option<gtk::Action>;
6366

6467
//#[cfg(any(feature = "v2_18", feature = "dox"))]

src/auto/cookie_manager.rs

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// This file was generated by gir (d50d839) from gir-files (469db10)
1+
// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb)
2+
// from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70)
23
// DO NOT EDIT
34

45
use CookieAcceptPolicy;
@@ -26,12 +27,15 @@ glib_wrapper! {
2627
}
2728

2829
pub trait CookieManagerExt {
30+
#[cfg_attr(feature = "v2_16", deprecated)]
2931
fn delete_all_cookies(&self);
3032

33+
#[cfg_attr(feature = "v2_16", deprecated)]
3134
fn delete_cookies_for_domain(&self, domain: &str);
3235

3336
//fn get_accept_policy<'a, 'b, P: Into<Option<&'a gio::Cancellable>>, Q: Into<Option<&'b /*Ignored*/gio::AsyncReadyCallback>>, R: Into<Option</*Unimplemented*/Fundamental: Pointer>>>(&self, cancellable: P, callback: Q, user_data: R);
3437

38+
//#[cfg_attr(feature = "v2_16", deprecated)]
3539
//fn get_domains_with_cookies<'a, 'b, P: Into<Option<&'a gio::Cancellable>>, Q: Into<Option<&'b /*Ignored*/gio::AsyncReadyCallback>>, R: Into<Option</*Unimplemented*/Fundamental: Pointer>>>(&self, cancellable: P, callback: Q, user_data: R);
3640

3741
fn set_accept_policy(&self, policy: CookieAcceptPolicy);
@@ -85,7 +89,6 @@ impl<O: IsA<CookieManager> + IsA<glib::object::Object>> CookieManagerExt for O {
8589

8690
unsafe extern "C" fn changed_trampoline<P>(this: *mut ffi::WebKitCookieManager, f: glib_ffi::gpointer)
8791
where P: IsA<CookieManager> {
88-
callback_guard!();
8992
let f: &&(Fn(&P) + 'static) = transmute(f);
9093
f(&CookieManager::from_glib_borrow(this).downcast_unchecked())
9194
}

src/auto/credential.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// This file was generated by gir (d50d839) from gir-files (469db10)
1+
// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb)
2+
// from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70)
23
// DO NOT EDIT
34

45
#[cfg(any(feature = "v2_2", feature = "dox"))]

src/auto/download.rs

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// This file was generated by gir (d50d839) from gir-files (469db10)
1+
// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb)
2+
// from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70)
23
// DO NOT EDIT
34

45
use Error;
@@ -218,64 +219,55 @@ impl<O: IsA<Download> + IsA<glib::object::Object>> DownloadExt for O {
218219

219220
unsafe extern "C" fn created_destination_trampoline<P>(this: *mut ffi::WebKitDownload, destination: *mut libc::c_char, f: glib_ffi::gpointer)
220221
where P: IsA<Download> {
221-
callback_guard!();
222222
let f: &&(Fn(&P, &str) + 'static) = transmute(f);
223223
f(&Download::from_glib_borrow(this).downcast_unchecked(), &String::from_glib_none(destination))
224224
}
225225

226226
unsafe extern "C" fn decide_destination_trampoline<P>(this: *mut ffi::WebKitDownload, suggested_filename: *mut libc::c_char, f: glib_ffi::gpointer) -> glib_ffi::gboolean
227227
where P: IsA<Download> {
228-
callback_guard!();
229228
let f: &&(Fn(&P, &str) -> bool + 'static) = transmute(f);
230229
f(&Download::from_glib_borrow(this).downcast_unchecked(), &String::from_glib_none(suggested_filename)).to_glib()
231230
}
232231

233232
unsafe extern "C" fn failed_trampoline<P>(this: *mut ffi::WebKitDownload, error: *mut glib_ffi::GError, f: glib_ffi::gpointer)
234233
where P: IsA<Download> {
235-
callback_guard!();
236234
let f: &&(Fn(&P, &Error) + 'static) = transmute(f);
237235
f(&Download::from_glib_borrow(this).downcast_unchecked(), &from_glib_borrow(error))
238236
}
239237

240238
unsafe extern "C" fn finished_trampoline<P>(this: *mut ffi::WebKitDownload, f: glib_ffi::gpointer)
241239
where P: IsA<Download> {
242-
callback_guard!();
243240
let f: &&(Fn(&P) + 'static) = transmute(f);
244241
f(&Download::from_glib_borrow(this).downcast_unchecked())
245242
}
246243

247244
unsafe extern "C" fn received_data_trampoline<P>(this: *mut ffi::WebKitDownload, data_length: u64, f: glib_ffi::gpointer)
248245
where P: IsA<Download> {
249-
callback_guard!();
250246
let f: &&(Fn(&P, u64) + 'static) = transmute(f);
251247
f(&Download::from_glib_borrow(this).downcast_unchecked(), data_length)
252248
}
253249

254250
#[cfg(any(feature = "v2_6", feature = "dox"))]
255251
unsafe extern "C" fn notify_allow_overwrite_trampoline<P>(this: *mut ffi::WebKitDownload, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
256252
where P: IsA<Download> {
257-
callback_guard!();
258253
let f: &&(Fn(&P) + 'static) = transmute(f);
259254
f(&Download::from_glib_borrow(this).downcast_unchecked())
260255
}
261256

262257
unsafe extern "C" fn notify_destination_trampoline<P>(this: *mut ffi::WebKitDownload, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
263258
where P: IsA<Download> {
264-
callback_guard!();
265259
let f: &&(Fn(&P) + 'static) = transmute(f);
266260
f(&Download::from_glib_borrow(this).downcast_unchecked())
267261
}
268262

269263
unsafe extern "C" fn notify_estimated_progress_trampoline<P>(this: *mut ffi::WebKitDownload, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
270264
where P: IsA<Download> {
271-
callback_guard!();
272265
let f: &&(Fn(&P) + 'static) = transmute(f);
273266
f(&Download::from_glib_borrow(this).downcast_unchecked())
274267
}
275268

276269
unsafe extern "C" fn notify_response_trampoline<P>(this: *mut ffi::WebKitDownload, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
277270
where P: IsA<Download> {
278-
callback_guard!();
279271
let f: &&(Fn(&P) + 'static) = transmute(f);
280272
f(&Download::from_glib_borrow(this).downcast_unchecked())
281273
}

src/auto/editor_state.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// This file was generated by gir (d50d839) from gir-files (469db10)
1+
// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb)
2+
// from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70)
23
// DO NOT EDIT
34

45
use ffi;
@@ -57,7 +58,6 @@ impl<O: IsA<EditorState> + IsA<glib::object::Object>> EditorStateExt for O {
5758
#[cfg(any(feature = "v2_10", feature = "dox"))]
5859
unsafe extern "C" fn notify_typing_attributes_trampoline<P>(this: *mut ffi::WebKitEditorState, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
5960
where P: IsA<EditorState> {
60-
callback_guard!();
6161
let f: &&(Fn(&P) + 'static) = transmute(f);
6262
f(&EditorState::from_glib_borrow(this).downcast_unchecked())
6363
}

src/auto/enums.rs

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
// This file was generated by gir (d50d839) from gir-files (469db10)
1+
// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb)
2+
// from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70)
23
// DO NOT EDIT
34

45
use ffi;
5-
use glib_ffi;
6-
use glib::error::ErrorDomain;
7-
use glib::Type;
86
use glib::StaticType;
9-
use glib::value::{Value, SetValue, FromValue, FromValueOptional};
10-
use gobject_ffi;
7+
use glib::Type;
8+
use glib::error::ErrorDomain;
119
use glib::translate::*;
10+
use glib::value::FromValue;
11+
use glib::value::FromValueOptional;
12+
use glib::value::SetValue;
13+
use glib::value::Value;
14+
use glib_ffi;
15+
use gobject_ffi;
1216

1317
#[cfg(any(feature = "v2_2", feature = "dox"))]
1418
#[derive(Clone, Copy, Debug, Eq, PartialEq, Hash)]

src/auto/favicon_database.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// This file was generated by gir (d50d839) from gir-files (469db10)
1+
// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb)
2+
// from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70)
23
// DO NOT EDIT
34

45
use ffi;
@@ -62,7 +63,6 @@ impl<O: IsA<FaviconDatabase> + IsA<glib::object::Object>> FaviconDatabaseExt for
6263

6364
unsafe extern "C" fn favicon_changed_trampoline<P>(this: *mut ffi::WebKitFaviconDatabase, page_uri: *mut libc::c_char, favicon_uri: *mut libc::c_char, f: glib_ffi::gpointer)
6465
where P: IsA<FaviconDatabase> {
65-
callback_guard!();
6666
let f: &&(Fn(&P, &str, &str) + 'static) = transmute(f);
6767
f(&FaviconDatabase::from_glib_borrow(this).downcast_unchecked(), &String::from_glib_none(page_uri), &String::from_glib_none(favicon_uri))
6868
}

src/auto/file_chooser_request.rs

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// This file was generated by gir (d50d839) from gir-files (469db10)
1+
// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb)
2+
// from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70)
23
// DO NOT EDIT
34

45
use ffi;
@@ -89,8 +90,7 @@ impl<O: IsA<FileChooserRequest> + IsA<glib::object::Object>> FileChooserRequestE
8990

9091
fn get_property_filter(&self) -> Option<gtk::FileFilter> {
9192
unsafe {
92-
let mut value = Value::uninitialized();
93-
gobject_ffi::g_value_init(value.to_glib_none_mut().0, <gtk::FileFilter as StaticType>::static_type().to_glib());
93+
let mut value = Value::from_type(<gtk::FileFilter as StaticType>::static_type());
9494
gobject_ffi::g_object_get_property(self.to_glib_none().0, "filter".to_glib_none().0, value.to_glib_none_mut().0);
9595
value.get()
9696
}
@@ -131,28 +131,24 @@ impl<O: IsA<FileChooserRequest> + IsA<glib::object::Object>> FileChooserRequestE
131131

132132
unsafe extern "C" fn notify_filter_trampoline<P>(this: *mut ffi::WebKitFileChooserRequest, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
133133
where P: IsA<FileChooserRequest> {
134-
callback_guard!();
135134
let f: &&(Fn(&P) + 'static) = transmute(f);
136135
f(&FileChooserRequest::from_glib_borrow(this).downcast_unchecked())
137136
}
138137

139138
unsafe extern "C" fn notify_mime_types_trampoline<P>(this: *mut ffi::WebKitFileChooserRequest, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
140139
where P: IsA<FileChooserRequest> {
141-
callback_guard!();
142140
let f: &&(Fn(&P) + 'static) = transmute(f);
143141
f(&FileChooserRequest::from_glib_borrow(this).downcast_unchecked())
144142
}
145143

146144
unsafe extern "C" fn notify_select_multiple_trampoline<P>(this: *mut ffi::WebKitFileChooserRequest, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
147145
where P: IsA<FileChooserRequest> {
148-
callback_guard!();
149146
let f: &&(Fn(&P) + 'static) = transmute(f);
150147
f(&FileChooserRequest::from_glib_borrow(this).downcast_unchecked())
151148
}
152149

153150
unsafe extern "C" fn notify_selected_files_trampoline<P>(this: *mut ffi::WebKitFileChooserRequest, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
154151
where P: IsA<FileChooserRequest> {
155-
callback_guard!();
156152
let f: &&(Fn(&P) + 'static) = transmute(f);
157153
f(&FileChooserRequest::from_glib_borrow(this).downcast_unchecked())
158154
}

src/auto/find_controller.rs

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// This file was generated by gir (d50d839) from gir-files (469db10)
1+
// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb)
2+
// from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70)
23
// DO NOT EDIT
34

45
use WebView;
@@ -120,8 +121,7 @@ impl<O: IsA<FindController> + IsA<glib::object::Object>> FindControllerExt for O
120121

121122
fn get_property_text(&self) -> Option<String> {
122123
unsafe {
123-
let mut value = Value::uninitialized();
124-
gobject_ffi::g_value_init(value.to_glib_none_mut().0, <String as StaticType>::static_type().to_glib());
124+
let mut value = Value::from_type(<String as StaticType>::static_type());
125125
gobject_ffi::g_object_get_property(self.to_glib_none().0, "text".to_glib_none().0, value.to_glib_none_mut().0);
126126
value.get()
127127
}
@@ -186,49 +186,42 @@ impl<O: IsA<FindController> + IsA<glib::object::Object>> FindControllerExt for O
186186

187187
unsafe extern "C" fn counted_matches_trampoline<P>(this: *mut ffi::WebKitFindController, match_count: libc::c_uint, f: glib_ffi::gpointer)
188188
where P: IsA<FindController> {
189-
callback_guard!();
190189
let f: &&(Fn(&P, u32) + 'static) = transmute(f);
191190
f(&FindController::from_glib_borrow(this).downcast_unchecked(), match_count)
192191
}
193192

194193
unsafe extern "C" fn failed_to_find_text_trampoline<P>(this: *mut ffi::WebKitFindController, f: glib_ffi::gpointer)
195194
where P: IsA<FindController> {
196-
callback_guard!();
197195
let f: &&(Fn(&P) + 'static) = transmute(f);
198196
f(&FindController::from_glib_borrow(this).downcast_unchecked())
199197
}
200198

201199
unsafe extern "C" fn found_text_trampoline<P>(this: *mut ffi::WebKitFindController, match_count: libc::c_uint, f: glib_ffi::gpointer)
202200
where P: IsA<FindController> {
203-
callback_guard!();
204201
let f: &&(Fn(&P, u32) + 'static) = transmute(f);
205202
f(&FindController::from_glib_borrow(this).downcast_unchecked(), match_count)
206203
}
207204

208205
unsafe extern "C" fn notify_max_match_count_trampoline<P>(this: *mut ffi::WebKitFindController, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
209206
where P: IsA<FindController> {
210-
callback_guard!();
211207
let f: &&(Fn(&P) + 'static) = transmute(f);
212208
f(&FindController::from_glib_borrow(this).downcast_unchecked())
213209
}
214210

215211
unsafe extern "C" fn notify_options_trampoline<P>(this: *mut ffi::WebKitFindController, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
216212
where P: IsA<FindController> {
217-
callback_guard!();
218213
let f: &&(Fn(&P) + 'static) = transmute(f);
219214
f(&FindController::from_glib_borrow(this).downcast_unchecked())
220215
}
221216

222217
unsafe extern "C" fn notify_text_trampoline<P>(this: *mut ffi::WebKitFindController, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
223218
where P: IsA<FindController> {
224-
callback_guard!();
225219
let f: &&(Fn(&P) + 'static) = transmute(f);
226220
f(&FindController::from_glib_borrow(this).downcast_unchecked())
227221
}
228222

229223
unsafe extern "C" fn notify_web_view_trampoline<P>(this: *mut ffi::WebKitFindController, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
230224
where P: IsA<FindController> {
231-
callback_guard!();
232225
let f: &&(Fn(&P) + 'static) = transmute(f);
233226
f(&FindController::from_glib_borrow(this).downcast_unchecked())
234227
}

src/auto/flags.rs

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
// This file was generated by gir (d50d839) from gir-files (469db10)
1+
// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb)
2+
// from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70)
23
// DO NOT EDIT
34

45
use ffi;
5-
use glib::Type;
66
use glib::StaticType;
7-
use glib::value::{Value, SetValue, FromValue, FromValueOptional};
8-
use gobject_ffi;
7+
use glib::Type;
98
use glib::translate::*;
9+
use glib::value::FromValue;
10+
use glib::value::FromValueOptional;
11+
use glib::value::SetValue;
12+
use glib::value::Value;
13+
use gobject_ffi;
1014

1115
#[cfg(any(feature = "v2_10", feature = "dox"))]
1216
bitflags! {

0 commit comments

Comments
 (0)