Skip to content

Commit

Permalink
gio: Add missing manual traits
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui authored and ranfdev committed May 11, 2023
1 parent dda00ec commit 53532d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gio/Gir.toml
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ manual_traits = ["DebugControllerDBusExtManual"]
[[object]]
name = "Gio.DesktopAppInfo"
status = "generate"
manual_traits = ["DesktopAppInfoExtManual"]
cfg_condition = "all(not(windows),not(target_os = \"macos\"))"
[[object.function]]
name = "get_boolean"
Expand Down Expand Up @@ -845,6 +846,7 @@ concurrency = "send+sync"
[[object]]
name = "Gio.InetAddress"
status = "generate"
manual_traits = ["InetAddressExtManual"]
concurrency = "send+sync"
[[object.function]]
name = "new_from_bytes"
Expand Down Expand Up @@ -1124,6 +1126,7 @@ status = "generate"
[[object]]
name = "Gio.Settings"
status = "generate"
manual_traits = ["SettingsExtManual"]
[[object.signal]]
name = "writable-change-event"
inhibit = true
Expand Down

0 comments on commit 53532d2

Please sign in to comment.