This repository was archived by the owner on Jun 8, 2021. It is now read-only.
File tree 3 files changed +0
-35
lines changed
3 files changed +0
-35
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -76,10 +76,6 @@ extern crate glib_sys as glib_ffi;
76
76
extern crate gobject_sys as gobject_ffi;
77
77
extern crate gio_sys as gio_ffi;
78
78
79
- pub use app_info:: {
80
- AppInfo ,
81
- AppInfoExt ,
82
- } ;
83
79
pub use bytes:: Bytes ;
84
80
pub use error:: Error ;
85
81
pub use file_error:: FileError ;
@@ -119,15 +115,6 @@ pub use time_val::{
119
115
get_current_time,
120
116
} ;
121
117
122
- pub use gio_ffi:: GApplicationFlags as ApplicationFlags ;
123
- pub use gio_ffi:: G_APPLICATION_FLAGS_NONE as APPLICATION_FLAGS_NONE ;
124
- pub use gio_ffi:: G_APPLICATION_IS_SERVICE as APPLICATION_IS_SERVICE ;
125
- pub use gio_ffi:: G_APPLICATION_IS_LAUNCHER as APPLICATION_IS_LAUNCHER ;
126
- pub use gio_ffi:: G_APPLICATION_HANDLES_OPEN as APPLICATION_HANDLES_OPEN ;
127
- pub use gio_ffi:: G_APPLICATION_HANDLES_COMMAND_LINE as APPLICATION_HANDLES_COMMAND_LINE ;
128
- pub use gio_ffi:: G_APPLICATION_SEND_ENVIRONMENT as APPLICATION_SEND_ENVIRONMENT ;
129
- pub use gio_ffi:: G_APPLICATION_NON_UNIQUE as APPLICATION_NON_UNIQUE ;
130
-
131
118
#[ macro_use]
132
119
pub mod wrapper;
133
120
#[ macro_use]
@@ -137,7 +124,6 @@ pub mod shared;
137
124
#[ macro_use]
138
125
pub mod object;
139
126
140
- mod app_info;
141
127
mod bytes;
142
128
pub mod error;
143
129
mod file_error;
Original file line number Diff line number Diff line change 1
1
//! Traits and essential types inteded for blanket imports.
2
2
3
3
pub use {
4
- AppInfoExt ,
5
4
Cast ,
6
5
Continue ,
7
6
IsA ,
You can’t perform that action at this time.
0 commit comments