Skip to content

Commit

Permalink
gio: add SocketListenerExtManual to Gir.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmn committed Jul 8, 2024
1 parent e291438 commit f4b72a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gio/Gir.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ generate = [
"Gio.SocketConnectable",
"Gio.SocketConnection",
"Gio.SocketFamily",
"Gio.SocketListener",
"Gio.SocketListenerEvent",
"Gio.SocketProtocol",
"Gio.SocketService",
Expand Down Expand Up @@ -1333,6 +1332,11 @@ manual_traits = ["SocketControlMessageExtManual"]
manual = true
doc_trait_name = "SocketControlMessageExtManual"

[[object]]
name = "Gio.SocketListener"
status = "generate"
manual_traits = ["SocketListenerExtManual"]

[[object]]
name = "Gio.Subprocess"
status = "generate"
Expand Down

0 comments on commit f4b72a1

Please sign in to comment.