Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gdk-pixbuf/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 491114ad76bd)
from gir-files (https://github.com/gtk-rs/gir-files @ 56728a5eb215)
Generated by gir (https://github.com/gtk-rs/gir @ 13192296259b)
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
4 changes: 2 additions & 2 deletions gdk-pixbuf/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 491114ad76bd)
from gir-files (https://github.com/gtk-rs/gir-files @ 56728a5eb215)
Generated by gir (https://github.com/gtk-rs/gir @ 13192296259b)
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
1 change: 1 addition & 0 deletions gio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ v2_78 = ["v2_76", "gio-sys/v2_78", "glib/v2_78"]
v2_80 = ["v2_78", "gio-sys/v2_80", "glib/v2_80"]
v2_82 = ["v2_80", "gio-sys/v2_82", "glib/v2_82"]
v2_84 = ["v2_82", "gio-sys/v2_84", "glib/v2_84"]
v2_86 = ["v2_84", "gio-sys/v2_86", "glib/v2_86"]

[dependencies]
libc.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions gio/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 491114ad76bd)
from gir-files (https://github.com/gtk-rs/gir-files @ 56728a5eb215)
Generated by gir (https://github.com/gtk-rs/gir @ 13192296259b)
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
6 changes: 5 additions & 1 deletion gio/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ v2_78 = ["v2_76"]
v2_80 = ["v2_78"]
v2_82 = ["v2_80"]
v2_84 = ["v2_82"]
v2_86 = ["v2_84"]

[lib]
name = "gio_sys"
Expand Down Expand Up @@ -111,7 +112,10 @@ version = "2.80"
version = "2.82"

[package.metadata.system-deps.gio_2_0.v2_84]
version = "2.83"
version = "2.84"

[package.metadata.system-deps.gio_2_0.v2_86]
version = "2.85"

[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
Expand Down
4 changes: 2 additions & 2 deletions gio/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 491114ad76bd)
from gir-files (https://github.com/gtk-rs/gir-files @ 56728a5eb215)
Generated by gir (https://github.com/gtk-rs/gir @ 13192296259b)
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
2 changes: 1 addition & 1 deletion gir
Submodule gir updated 1 files
+4 −4 Cargo.lock
2 changes: 1 addition & 1 deletion gir-files
1 change: 1 addition & 0 deletions glib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ v2_78 = ["v2_76", "glib-sys/v2_78", "gobject-sys/v2_78"]
v2_80 = ["v2_78", "glib-sys/v2_80", "gobject-sys/v2_80"]
v2_82 = ["v2_80", "glib-sys/v2_82", "gobject-sys/v2_82"]
v2_84 = ["v2_82", "glib-sys/v2_84", "gobject-sys/v2_84"]
v2_86 = ["v2_84", "glib-sys/v2_86", "gobject-sys/v2_86"]
log = ["rs-log"]
log_macros = ["log"]
compiletests = []
Expand Down
8 changes: 6 additions & 2 deletions glib/gobject-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ v2_76 = ["v2_74"]
v2_78 = ["v2_74"]
v2_80 = ["v2_78"]
v2_82 = ["v2_80"]
v2_84 = ["v2_80"]
v2_84 = ["v2_82"]
v2_86 = ["v2_84"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

regen check fails 🙄

Run git diff --exit-code
diff --git a/glib/gobject-sys/Cargo.toml b/glib/gobject-sys/Cargo.toml
index 5636d27..89f7bb9 100644
--- a/glib/gobject-sys/Cargo.toml
+++ b/glib/gobject-sys/Cargo.toml
@@ -23,7 +23,7 @@ v2_76 = ["v2_74"]
 v2_78 = ["v2_74"]
 v2_80 = ["v2_78"]
 v2_82 = ["v2_80"]
-v2_84 = ["v2_82"]
+v2_84 = ["v2_80"]
 v2_86 = ["v2_84"]

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oups i merged too fast

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that is indeed a bit dumb...


[lib]
name = "gobject_sys"
Expand Down Expand Up @@ -96,7 +97,10 @@ version = "2.80"
version = "2.82"

[package.metadata.system-deps.gobject_2_0.v2_84]
version = "2.83"
version = "2.84"

[package.metadata.system-deps.gobject_2_0.v2_86]
version = "2.85"

[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
Expand Down
4 changes: 2 additions & 2 deletions glib/gobject-sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 491114ad76bd)
from gir-files (https://github.com/gtk-rs/gir-files @ 56728a5eb215)
Generated by gir (https://github.com/gtk-rs/gir @ 13192296259b)
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
4 changes: 2 additions & 2 deletions glib/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 491114ad76bd)
from gir-files (https://github.com/gtk-rs/gir-files @ 56728a5eb215)
Generated by gir (https://github.com/gtk-rs/gir @ 13192296259b)
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
6 changes: 5 additions & 1 deletion glib/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ v2_78 = ["v2_76"]
v2_80 = ["v2_78"]
v2_82 = ["v2_80"]
v2_84 = ["v2_82"]
v2_86 = ["v2_84"]

[lib]
name = "glib_sys"
Expand Down Expand Up @@ -101,7 +102,10 @@ version = "2.80"
version = "2.82"

[package.metadata.system-deps.glib_2_0.v2_84]
version = "2.83"
version = "2.84"

[package.metadata.system-deps.glib_2_0.v2_86]
version = "2.85"

[package.metadata.system-deps.gobject_2_0]
name = "gobject-2.0"
Expand Down
20 changes: 20 additions & 0 deletions glib/sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3295,6 +3295,9 @@ extern "C" {
pub fn g_date_get_monday_week_of_year(date: *const GDate) -> c_uint;
pub fn g_date_get_month(date: *const GDate) -> GDateMonth;
pub fn g_date_get_sunday_week_of_year(date: *const GDate) -> c_uint;
#[cfg(feature = "v2_86")]
#[cfg_attr(docsrs, doc(cfg(feature = "v2_86")))]
pub fn g_date_get_week_of_year(date: *const GDate, first_day_of_week: GDateWeekday) -> c_uint;
pub fn g_date_get_weekday(date: *const GDate) -> GDateWeekday;
pub fn g_date_get_year(date: *const GDate) -> GDateYear;
pub fn g_date_is_first_of_month(date: *const GDate) -> gboolean;
Expand All @@ -3317,6 +3320,9 @@ extern "C" {
pub fn g_date_get_days_in_month(month: GDateMonth, year: GDateYear) -> u8;
pub fn g_date_get_monday_weeks_in_year(year: GDateYear) -> u8;
pub fn g_date_get_sunday_weeks_in_year(year: GDateYear) -> u8;
#[cfg(feature = "v2_86")]
#[cfg_attr(docsrs, doc(cfg(feature = "v2_86")))]
pub fn g_date_get_weeks_in_year(year: GDateYear, first_day_of_week: GDateWeekday) -> u8;
pub fn g_date_is_leap_year(year: GDateYear) -> gboolean;
pub fn g_date_strftime(
s: *mut c_char,
Expand Down Expand Up @@ -5232,6 +5238,9 @@ extern "C" {
pub fn g_string_ascii_down(string: *mut GString) -> *mut GString;
pub fn g_string_ascii_up(string: *mut GString) -> *mut GString;
pub fn g_string_assign(string: *mut GString, rval: *const c_char) -> *mut GString;
#[cfg(feature = "v2_86")]
#[cfg_attr(docsrs, doc(cfg(feature = "v2_86")))]
pub fn g_string_copy(string: *mut GString) -> *mut GString;
pub fn g_string_down(string: *mut GString) -> *mut GString;
pub fn g_string_equal(v: *const GString, v2: *const GString) -> gboolean;
pub fn g_string_erase(string: *mut GString, pos: ssize_t, len: ssize_t) -> *mut GString;
Expand Down Expand Up @@ -6354,11 +6363,22 @@ extern "C" {
) -> size_t;
pub fn g_basename(file_name: *const c_char) -> *const c_char;
pub fn g_bit_lock(address: *mut c_int, lock_bit: c_int);
#[cfg(feature = "v2_86")]
#[cfg_attr(docsrs, doc(cfg(feature = "v2_86")))]
pub fn g_bit_lock_and_get(address: *mut c_int, lock_bit: c_uint, out_val: *mut c_int);
pub fn g_bit_nth_lsf(mask: c_ulong, nth_bit: c_int) -> c_int;
pub fn g_bit_nth_msf(mask: c_ulong, nth_bit: c_int) -> c_int;
pub fn g_bit_storage(number: c_ulong) -> c_uint;
pub fn g_bit_trylock(address: *mut c_int, lock_bit: c_int) -> gboolean;
pub fn g_bit_unlock(address: *mut c_int, lock_bit: c_int);
#[cfg(feature = "v2_86")]
#[cfg_attr(docsrs, doc(cfg(feature = "v2_86")))]
pub fn g_bit_unlock_and_set(
address: *mut c_int,
lock_bit: c_uint,
new_val: c_int,
preserve_mask: c_int,
);
pub fn g_build_filename(first_element: *const c_char, ...) -> *mut c_char;
//pub fn g_build_filename_valist(first_element: *const c_char, args: /*Unimplemented*/*mut va_list) -> *mut c_char;
pub fn g_build_filenamev(args: *mut *mut c_char) -> *mut c_char;
Expand Down
4 changes: 2 additions & 2 deletions glib/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 491114ad76bd)
from gir-files (https://github.com/gtk-rs/gir-files @ 56728a5eb215)
Generated by gir (https://github.com/gtk-rs/gir @ 13192296259b)
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
4 changes: 2 additions & 2 deletions graphene/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 491114ad76bd)
from gir-files (https://github.com/gtk-rs/gir-files @ 56728a5eb215)
Generated by gir (https://github.com/gtk-rs/gir @ 13192296259b)
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
4 changes: 2 additions & 2 deletions graphene/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 491114ad76bd)
from gir-files (https://github.com/gtk-rs/gir-files @ 56728a5eb215)
Generated by gir (https://github.com/gtk-rs/gir @ 13192296259b)
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
4 changes: 2 additions & 2 deletions pango/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 491114ad76bd)
from gir-files (https://github.com/gtk-rs/gir-files @ 56728a5eb215)
Generated by gir (https://github.com/gtk-rs/gir @ 13192296259b)
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
4 changes: 2 additions & 2 deletions pango/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 491114ad76bd)
from gir-files (https://github.com/gtk-rs/gir-files @ 56728a5eb215)
Generated by gir (https://github.com/gtk-rs/gir @ 13192296259b)
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
4 changes: 2 additions & 2 deletions pangocairo/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 491114ad76bd)
from gir-files (https://github.com/gtk-rs/gir-files @ 56728a5eb215)
Generated by gir (https://github.com/gtk-rs/gir @ 13192296259b)
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
4 changes: 2 additions & 2 deletions pangocairo/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 491114ad76bd)
from gir-files (https://github.com/gtk-rs/gir-files @ 56728a5eb215)
Generated by gir (https://github.com/gtk-rs/gir @ 13192296259b)
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
Loading