Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit 1842fc3

Browse files
Merge pull request #124 from gkoz/gio
Remove pieces that have bindings in the gio crate now
2 parents b0c9d9b + 4c2da82 commit 1842fc3

File tree

3 files changed

+0
-35
lines changed

3 files changed

+0
-35
lines changed

src/app_info.rs

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/lib.rs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ extern crate glib_sys as glib_ffi;
7676
extern crate gobject_sys as gobject_ffi;
7777
extern crate gio_sys as gio_ffi;
7878

79-
pub use app_info::{
80-
AppInfo,
81-
AppInfoExt,
82-
};
8379
pub use bytes::Bytes;
8480
pub use error::Error;
8581
pub use file_error::FileError;
@@ -119,15 +115,6 @@ pub use time_val::{
119115
get_current_time,
120116
};
121117

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-
131118
#[macro_use]
132119
pub mod wrapper;
133120
#[macro_use]
@@ -137,7 +124,6 @@ pub mod shared;
137124
#[macro_use]
138125
pub mod object;
139126

140-
mod app_info;
141127
mod bytes;
142128
pub mod error;
143129
mod file_error;

src/prelude.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//! Traits and essential types inteded for blanket imports.
22
33
pub use {
4-
AppInfoExt,
54
Cast,
65
Continue,
76
IsA,

0 commit comments

Comments
 (0)