network: teach the network panel about IPv6

This commit is contained in:
Richard Hughes 2010-12-16 20:42:40 +00:00
parent 7ca2a8a3e5
commit c1fc40050a
4 changed files with 486 additions and 36 deletions

View file

@ -60,6 +60,8 @@ const gchar *panel_device_type_to_localized_string (guint type);
const gchar *panel_device_type_to_sortable_string (guint type);
const gchar *panel_ap_mode_to_localized_string (guint mode);
const gchar *panel_device_state_to_localized_string (guint type);
gchar *panel_ipv4_to_string (GVariant *variant);
gchar *panel_ipv6_to_string (GVariant *variant);
G_END_DECLS