Skip to content

Commit

Permalink
glib: Add missing since annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Aug 1, 2023
1 parent 7456101 commit 8218989
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion glib/sys/Gir.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ status = "generate"
[[object.function]]
name = "assertion_message_cmpint"
version = "2.78"

[[object.function]]
name = "test_disable_crash_reporting"
version = "2.78"

[[object]]
name = "GLib.LOG_DOMAIN"
Expand Down
2 changes: 2 additions & 0 deletions glib/sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6735,6 +6735,8 @@ extern "C" {
data_teardown: GTestFixtureFunc,
) -> *mut GTestCase;
pub fn g_test_create_suite(suite_name: *const c_char) -> *mut GTestSuite;
#[cfg(feature = "v2_78")]
#[cfg_attr(docsrs, doc(cfg(feature = "v2_78")))]
pub fn g_test_disable_crash_reporting();
pub fn g_test_expect_message(
log_domain: *const c_char,
Expand Down

0 comments on commit 8218989

Please sign in to comment.