GTK+ Vte.Terminal().fork_command_full removed?

前端 未结 2 1743
自闭症患者
自闭症患者 2021-01-14 08:38

I noticed this last week. All my code on ubuntu 15.04 was working fine using

Vte.Terminal().fork_command_full

Also this document

2条回答
  •  -上瘾入骨i
    2021-01-14 09:23

    The function has been renamed from

    vte_terminal_spawn_sync()
    

    to

    vte_terminal_spawn_async()
    

    Since version VTE 0.48

提交回复
热议问题