network: Move helper functions into panel-common.c

This commit is contained in:
Robert Ancell 2019-10-24 12:13:40 +13:00
parent 1a0b9b628a
commit 0197654177
10 changed files with 171 additions and 205 deletions

View file

@ -28,4 +28,10 @@ G_BEGIN_DECLS
gchar *panel_device_status_to_localized_string (NMDevice *nm_device,
const gchar *speed);
NMConnection *net_device_get_find_connection (NMClient *client,
NMDevice *device);
GSList *net_device_get_valid_connections (NMClient *client,
NMDevice *device);
G_END_DECLS