wifi: Add a refresh button

This way, user can scan anytime without having to wait.

https://bugzilla.gnome.org/show_bug.cgi?id=789869
This commit is contained in:
Xiang Fan 2017-11-03 22:54:10 +08:00 committed by Georges Basile Stavracas Neto
parent c12c3b9298
commit 5ad72b6faa
4 changed files with 65 additions and 2 deletions

View file

@ -53,6 +53,7 @@ struct _NetDeviceWifiClass
GType net_device_wifi_get_type (void) G_GNUC_CONST;
GtkWidget *net_device_wifi_get_header_widget (NetDeviceWifi *device_wifi);
GtkWidget *net_device_wifi_get_title_widget (NetDeviceWifi *device_wifi);
void net_device_wifi_request_scan (NetDeviceWifi *device_wifi);
G_END_DECLS