Skip to content

Commit 976a70d

Browse files
Regenerate with latest gir-files
1 parent 512b7a6 commit 976a70d

File tree

16 files changed

+16
-13
lines changed

16 files changed

+16
-13
lines changed

gdk-pixbuf/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 65c027456409)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 4c173afc6395)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ dc752de0b068)

gdk-pixbuf/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 65c027456409)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 4c173afc6395)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ dc752de0b068)

gio/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 65c027456409)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 4c173afc6395)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ dc752de0b068)

gio/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 65c027456409)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 4c173afc6395)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ dc752de0b068)

glib/gobject-sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 65c027456409)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 4c173afc6395)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ dc752de0b068)

glib/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 65c027456409)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 4c173afc6395)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ dc752de0b068)

glib/sys/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@ pub const G_CSET_A_2_Z: *const c_char =
698698
pub const G_CSET_DIGITS: *const c_char = b"0123456789\0" as *const u8 as *const c_char;
699699
pub const G_CSET_a_2_z: *const c_char =
700700
b"abcdefghijklmnopqrstuvwxyz\0" as *const u8 as *const c_char;
701+
pub const G_C_STD_VERSION: c_int = 199000;
701702
pub const G_DATALIST_FLAGS_MASK: c_int = 3;
702703
pub const G_DATE_BAD_DAY: c_int = 0;
703704
pub const G_DATE_BAD_JULIAN: c_int = 0;

glib/sys/tests/abi.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,7 @@ const RUST_CONSTANTS: &[(&str, &str)] = &[
10061006
("G_CSET_A_2_Z", "ABCDEFGHIJKLMNOPQRSTUVWXYZ"),
10071007
("G_CSET_DIGITS", "0123456789"),
10081008
("G_CSET_a_2_z", "abcdefghijklmnopqrstuvwxyz"),
1009+
("G_C_STD_VERSION", "199000"),
10091010
("G_DATALIST_FLAGS_MASK", "3"),
10101011
("(gint) G_DATE_APRIL", "4"),
10111012
("(gint) G_DATE_AUGUST", "8"),

glib/sys/tests/constant.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ int main() {
7171
PRINT_CONSTANT(G_CSET_A_2_Z);
7272
PRINT_CONSTANT(G_CSET_DIGITS);
7373
PRINT_CONSTANT(G_CSET_a_2_z);
74+
PRINT_CONSTANT(G_C_STD_VERSION);
7475
PRINT_CONSTANT(G_DATALIST_FLAGS_MASK);
7576
PRINT_CONSTANT((gint) G_DATE_APRIL);
7677
PRINT_CONSTANT((gint) G_DATE_AUGUST);

glib/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 65c027456409)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 4c173afc6395)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ dc752de0b068)

0 commit comments

Comments
 (0)