net-device-mobile: Turn into a final class

Exact same case of NetVpn and NetDeviceWifi.
This commit is contained in:
Georges Basile Stavracas Neto 2018-11-01 00:07:32 -03:00
parent d4a08c48f1
commit 724c77a1a4
No known key found for this signature in database
GPG key ID: 886C17EE170D1385
2 changed files with 9 additions and 24 deletions

View file

@ -35,7 +35,7 @@
static void nm_device_mobile_refresh_ui (NetDeviceMobile *device_mobile);
struct _NetDeviceMobilePrivate
typedef struct
{
GtkBuilder *builder;
gboolean updating_device;
@ -49,6 +49,12 @@ struct _NetDeviceMobilePrivate
guint operator_name_updated;
NMAMobileProvidersDatabase *mpd;
} NetDeviceMobilePrivate;
struct _NetDeviceMobile
{
NetDevice parent;
NetDeviceMobilePrivate *priv;
};
enum {