Skip to content

Commit 29340f5

Browse files
authored
Merge pull request #937 from sdroege/update-gir-files
Update gir files
2 parents 29e9ee0 + b716d95 commit 29340f5

File tree

15 files changed

+17
-14
lines changed

15 files changed

+17
-14
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 @ 047f55810b96)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 040da0b3a013)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5eb11fc69910)

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 @ 047f55810b96)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 040da0b3a013)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5eb11fc69910)

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 @ 047f55810b96)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 040da0b3a013)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5eb11fc69910)

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 @ 047f55810b96)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 040da0b3a013)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5eb11fc69910)

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 @ 047f55810b96)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 040da0b3a013)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5eb11fc69910)

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 @ 047f55810b96)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 040da0b3a013)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5eb11fc69910)

glib/sys/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4733,6 +4733,9 @@ extern "C" {
47334733
pub fn g_string_equal(v: *const GString, v2: *const GString) -> gboolean;
47344734
pub fn g_string_erase(string: *mut GString, pos: ssize_t, len: ssize_t) -> *mut GString;
47354735
pub fn g_string_free(string: *mut GString, free_segment: gboolean) -> *mut c_char;
4736+
#[cfg(any(feature = "v2_76", feature = "dox"))]
4737+
#[cfg_attr(feature = "dox", doc(cfg(feature = "v2_76")))]
4738+
pub fn g_string_free_and_steal(string: *mut GString) -> *mut c_char;
47364739
pub fn g_string_free_to_bytes(string: *mut GString) -> *mut GBytes;
47374740
pub fn g_string_hash(str: *const GString) -> c_uint;
47384741
pub fn g_string_insert(string: *mut GString, pos: ssize_t, val: *const c_char) -> *mut GString;

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 @ 047f55810b96)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 040da0b3a013)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5eb11fc69910)

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 @ 047f55810b96)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 040da0b3a013)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5eb11fc69910)

0 commit comments

Comments
 (0)