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:
parent
c12c3b9298
commit
5ad72b6faa
4 changed files with 65 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue