Skip to content

Commit d428467

Browse files
github-actions[bot]sdroege
authored andcommitted
Regenerate with latest gir-files
1 parent 623f40c commit d428467

File tree

15 files changed

+17
-21
lines changed

15 files changed

+17
-21
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 @ 7047e1b433e2)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ fcba74747d79)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)

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 @ 7047e1b433e2)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ fcba74747d79)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)

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 @ 7047e1b433e2)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ fcba74747d79)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)

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 @ 7047e1b433e2)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ fcba74747d79)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)

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 @ 7047e1b433e2)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ fcba74747d79)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)

glib/src/auto/main_context.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ impl MainContext {
5050
}
5151

5252
//#[doc(alias = "g_main_context_find_source_by_funcs_user_data")]
53-
//pub fn find_source_by_funcs_user_data(&self, funcs: /*Ignored*/&mut SourceFuncs, user_data: /*Unimplemented*/Option<Basic: Pointer>) -> Source {
53+
//pub fn find_source_by_funcs_user_data(&self, funcs: /*Ignored*/&mut SourceFuncs, user_data: /*Unimplemented*/Option<Basic: Pointer>) -> Option<Source> {
5454
// unsafe { TODO: call ffi:g_main_context_find_source_by_funcs_user_data() }
5555
//}
5656

5757
//#[doc(alias = "g_main_context_find_source_by_user_data")]
58-
//pub fn find_source_by_user_data(&self, user_data: /*Unimplemented*/Option<Basic: Pointer>) -> Source {
58+
//pub fn find_source_by_user_data(&self, user_data: /*Unimplemented*/Option<Basic: Pointer>) -> Option<Source> {
5959
// unsafe { TODO: call ffi:g_main_context_find_source_by_user_data() }
6060
//}
6161

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 @ 7047e1b433e2)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ fcba74747d79)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)

glib/sys/src/lib.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7560,14 +7560,10 @@ extern "C" {
75607560
#[cfg(feature = "v2_78")]
75617561
#[cfg_attr(docsrs, doc(cfg(feature = "v2_78")))]
75627562
pub fn g_utf8_truncate_middle(string: *const c_char, truncate_length: size_t) -> *mut c_char;
7563-
pub fn g_utf8_validate(str: *const u8, max_len: ssize_t, end: *mut *const c_char) -> gboolean;
7563+
pub fn g_utf8_validate(str: *const u8, max_len: ssize_t, end: *mut *const u8) -> gboolean;
75647564
#[cfg(feature = "v2_60")]
75657565
#[cfg_attr(docsrs, doc(cfg(feature = "v2_60")))]
7566-
pub fn g_utf8_validate_len(
7567-
str: *const u8,
7568-
max_len: size_t,
7569-
end: *mut *const c_char,
7570-
) -> gboolean;
7566+
pub fn g_utf8_validate_len(str: *const u8, max_len: size_t, end: *mut *const u8) -> gboolean;
75717567
pub fn g_uuid_string_is_valid(str: *const c_char) -> gboolean;
75727568
pub fn g_uuid_string_random() -> *mut c_char;
75737569
pub fn g_variant_get_gtype() -> GType;

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 @ 7047e1b433e2)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ fcba74747d79)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)

graphene/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 @ 7047e1b433e2)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ fcba74747d79)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)

0 commit comments

Comments
 (0)