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

Regen with custom modules #77

Merged
merged 1 commit into from Dec 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion atk-sys/Cargo.toml
Expand Up @@ -37,4 +37,4 @@ license = "MIT"
links = "atk"
name = "atk-sys"
repository = "https://github.com/gtk-rs/sys"
version = "0.5.0"
version = "0.5.0"
2 changes: 1 addition & 1 deletion atk-sys/src/lib.rs
@@ -1,4 +1,4 @@
// This file was generated by gir (e58a8db) from gir-files (469db10)
// This file was generated by gir (86dfd98) from gir-files (469db10)
// DO NOT EDIT

#![allow(non_camel_case_types, non_upper_case_globals)]
Expand Down
2 changes: 1 addition & 1 deletion gdk-pixbuf-sys/Cargo.toml
Expand Up @@ -37,4 +37,4 @@ license = "MIT"
links = "gdk_pixbuf"
name = "gdk-pixbuf-sys"
repository = "https://github.com/gtk-rs/sys"
version = "0.5.0"
version = "0.5.0"
2 changes: 1 addition & 1 deletion gdk-pixbuf-sys/src/lib.rs
@@ -1,4 +1,4 @@
// This file was generated by gir (e58a8db) from gir-files (469db10)
// This file was generated by gir (86dfd98) from gir-files (469db10)
// DO NOT EDIT

#![allow(non_camel_case_types, non_upper_case_globals)]
Expand Down
2 changes: 1 addition & 1 deletion gdk-sys/Cargo.toml
Expand Up @@ -54,4 +54,4 @@ license = "MIT"
links = "gdk"
name = "gdk-sys"
repository = "https://github.com/gtk-rs/sys"
version = "0.5.0"
version = "0.5.0"
2 changes: 1 addition & 1 deletion gdk-sys/src/lib.rs
@@ -1,4 +1,4 @@
// This file was generated by gir (e58a8db) from gir-files (469db10)
// This file was generated by gir (86dfd98) from gir-files (469db10)
// DO NOT EDIT

#![allow(non_camel_case_types, non_upper_case_globals)]
Expand Down
2 changes: 1 addition & 1 deletion gio-sys/Cargo.toml
Expand Up @@ -40,4 +40,4 @@ license = "MIT"
links = "gio"
name = "gio-sys"
repository = "https://github.com/gtk-rs/sys"
version = "0.5.0"
version = "0.5.0"
2 changes: 1 addition & 1 deletion gio-sys/src/lib.rs
@@ -1,4 +1,4 @@
// This file was generated by gir (e58a8db) from gir-files (469db10)
// This file was generated by gir (86dfd98) from gir-files (469db10)
// DO NOT EDIT

#![allow(non_camel_case_types, non_upper_case_globals)]
Expand Down
2 changes: 1 addition & 1 deletion glib-sys/Cargo.toml
Expand Up @@ -31,4 +31,4 @@ license = "MIT"
links = "glib"
name = "glib-sys"
repository = "https://github.com/gtk-rs/sys"
version = "0.5.0"
version = "0.5.0"
2 changes: 1 addition & 1 deletion glib-sys/src/lib.rs
@@ -1,4 +1,4 @@
// This file was generated by gir (e58a8db) from gir-files (469db10)
// This file was generated by gir (86dfd98) from gir-files (469db10)
// DO NOT EDIT

#![allow(non_camel_case_types, non_upper_case_globals)]
Expand Down
2 changes: 1 addition & 1 deletion gobject-sys/Cargo.toml
Expand Up @@ -32,4 +32,4 @@ license = "MIT"
links = "gobject"
name = "gobject-sys"
repository = "https://github.com/gtk-rs/sys"
version = "0.5.0"
version = "0.5.0"
2 changes: 1 addition & 1 deletion gobject-sys/src/lib.rs
@@ -1,4 +1,4 @@
// This file was generated by gir (e58a8db) from gir-files (469db10)
// This file was generated by gir (86dfd98) from gir-files (469db10)
// DO NOT EDIT

#![allow(non_camel_case_types, non_upper_case_globals)]
Expand Down
6 changes: 4 additions & 2 deletions gtk-sys/src/lib.rs
@@ -1,4 +1,4 @@
// This file was generated by gir (e58a8db) from gir-files (469db10)
// This file was generated by gir (86dfd98) from gir-files (469db10)
// DO NOT EDIT

#![allow(non_camel_case_types, non_upper_case_globals)]
Expand All @@ -14,7 +14,9 @@ extern crate gdk_sys as gdk;
extern crate pango_sys as pango;
extern crate cairo_sys as cairo;

pub mod xlib;
mod manual;

pub use manual::*;

#[allow(unused_imports)]
use libc::{c_int, c_char, c_uchar, c_float, c_uint, c_double,
Expand Down
5 changes: 4 additions & 1 deletion gtk-sys/src/xlib.rs → gtk-sys/src/manual.rs
Expand Up @@ -2,4 +2,7 @@
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>

pub type Window = i32;

pub mod xlib {
pub type Window = i32;
}
2 changes: 1 addition & 1 deletion pango-sys/Cargo.toml
Expand Up @@ -36,4 +36,4 @@ license = "MIT"
links = "pango"
name = "pango-sys"
repository = "https://github.com/gtk-rs/sys"
version = "0.5.0"
version = "0.5.0"
2 changes: 1 addition & 1 deletion pango-sys/src/lib.rs
@@ -1,4 +1,4 @@
// This file was generated by gir (e58a8db) from gir-files (469db10)
// This file was generated by gir (86dfd98) from gir-files (469db10)
// DO NOT EDIT

#![allow(non_camel_case_types, non_upper_case_globals)]
Expand Down
2 changes: 1 addition & 1 deletion pangocairo-sys/Cargo.toml
Expand Up @@ -33,4 +33,4 @@ license = "MIT"
links = "pango_cairo"
name = "pangocairo-sys"
repository = "https://github.com/gtk-rs/sys"
version = "0.6.0"
version = "0.6.0"
2 changes: 1 addition & 1 deletion pangocairo-sys/src/lib.rs
@@ -1,4 +1,4 @@
// This file was generated by gir (e58a8db) from gir-files (469db10)
// This file was generated by gir (86dfd98) from gir-files (469db10)
// DO NOT EDIT

#![allow(non_camel_case_types, non_upper_case_globals)]
Expand Down