net-device-mobile: Turn into a final class
Exact same case of NetVpn and NetDeviceWifi.
This commit is contained in:
parent
d4a08c48f1
commit
724c77a1a4
2 changed files with 9 additions and 24 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue