Skip to content

Commit 8218989

Browse files
glib: Add missing since annotation
1 parent 7456101 commit 8218989

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

glib/sys/Gir.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ status = "generate"
100100
[[object.function]]
101101
name = "assertion_message_cmpint"
102102
version = "2.78"
103-
103+
[[object.function]]
104+
name = "test_disable_crash_reporting"
105+
version = "2.78"
104106

105107
[[object]]
106108
name = "GLib.LOG_DOMAIN"

glib/sys/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6735,6 +6735,8 @@ extern "C" {
67356735
data_teardown: GTestFixtureFunc,
67366736
) -> *mut GTestCase;
67376737
pub fn g_test_create_suite(suite_name: *const c_char) -> *mut GTestSuite;
6738+
#[cfg(feature = "v2_78")]
6739+
#[cfg_attr(docsrs, doc(cfg(feature = "v2_78")))]
67386740
pub fn g_test_disable_crash_reporting();
67396741
pub fn g_test_expect_message(
67406742
log_domain: *const c_char,

0 commit comments

Comments
 (0)