Review of "WireGuard Indicator" version 4

Details Page Preview

Manage WireGuard VPN from Desktop

Extension Homepage
https://github.com/atareao/wireguard-indicator

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
14 Active
13 Rejected
12 Active
11 Rejected
10 Rejected
9 Active
8 Inactive
7 Inactive
6 Inactive
5 Rejected
4 Active
3 Inactive
2 Inactive
1 Rejected

Previous Reviews on this Version

andyholmes active
I'm not sure using `GObject.signal_handlers_block_by_func()` will work the way you expect it. Calling `Function.bind()` returns a new Function object, which probably won't match to the prototype of the function.