summaryrefslogtreecommitdiff
path: root/panels/network/net-device-ethernet.h
diff options
context:
space:
mode:
Diffstat (limited to 'panels/network/net-device-ethernet.h')
-rw-r--r--panels/network/net-device-ethernet.h15
1 files changed, 11 insertions, 4 deletions
diff --git a/panels/network/net-device-ethernet.h b/panels/network/net-device-ethernet.h
index 5c22937b6..d7a2f7ada 100644
--- a/panels/network/net-device-ethernet.h
+++ b/panels/network/net-device-ethernet.h
@@ -41,16 +41,23 @@ typedef struct _NetDeviceEthernetClass NetDeviceEthernetClass;
struct _NetDeviceEthernet
{
- NetDeviceSimple parent;
- NetDeviceEthernetPrivate *priv;
+ NetDeviceSimple parent;
+
+ GtkBuilder *builder;
+
+ GtkWidget *list;
+ GtkWidget *scrolled_window;
+ GtkWidget *details;
+ GtkWidget *details_button;
+ GtkWidget *add_profile_button;
};
struct _NetDeviceEthernetClass
{
- NetDeviceSimpleClass parent_class;
+ NetDeviceSimpleClass parent_class;
};
-GType net_device_ethernet_get_type (void);
+GType net_device_ethernet_get_type (void);
G_END_DECLS