From c16f3e22a4c7dd27a1eebc03891e4096c9113192 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Sun, 6 Aug 2023 16:25:56 +0200 Subject: [PATCH] Remove no longer needed version requirements --- gio/Gir.toml | 14 -------------- gio/sys/Gir.toml | 21 --------------------- glib/sys/Gir.toml | 3 --- 3 files changed, 38 deletions(-) diff --git a/gio/Gir.toml b/gio/Gir.toml index 999627dfdde0..d6ee7be424a1 100644 --- a/gio/Gir.toml +++ b/gio/Gir.toml @@ -825,18 +825,6 @@ status = "generate" name = "set_attribute_stringv" # use strv manual = true - [[object.function]] - name = "get_attribute_file_path" - version = "2.78" - [object.function.return] - nullable = true - type = "filename" - [[object.function]] - name = "set_attribute_file_path" - version = "2.78" - [[object.function.parameter]] - name = "attr_value" - string_type = "filename" [[object]] name = "Gio.FilterOutputStream" @@ -1508,7 +1496,6 @@ manual_traits = ["UnixInputStreamExtManual"] [[object]] name = "Gio.UnixMountEntry" status = "generate" -version = "2.54" concurrency = "send+sync" cfg_condition = "unix" [[object.derive]] @@ -1517,7 +1504,6 @@ cfg_condition = "unix" [[object]] name = "Gio.UnixMountPoint" status = "generate" -version = "2.54" concurrency = "send+sync" cfg_condition = "unix" [[object.derive]] diff --git a/gio/sys/Gir.toml b/gio/sys/Gir.toml index cdd4a64e0076..a729f47271f6 100644 --- a/gio/sys/Gir.toml +++ b/gio/sys/Gir.toml @@ -11,27 +11,6 @@ external_libraries = [ "GObject", ] -[[object]] -name = "Gio.FileInfo" -status = "generate" - [[object.function]] - pattern = "[s|g]et_attribute_file_path" - version = "2.78" - -[[object]] -name = "Gio.UnixMountEntry" -status = "generate" - [[object.function]] - name = "get_type" - version = "2.54" - -[[object]] -name = "Gio.UnixMountPoint" -status = "generate" - [[object.function]] - name = "get_type" - version = "2.54" - [[object]] name = "Gio.SocketFamily" status = "manual" diff --git a/glib/sys/Gir.toml b/glib/sys/Gir.toml index 8e3491012148..c5c66fec5fe3 100644 --- a/glib/sys/Gir.toml +++ b/glib/sys/Gir.toml @@ -100,9 +100,6 @@ 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"