| NMAMobileWizardNMAMobileWizard |  | 
Object Hierarchy
    GObject
    ╰── NMAMobileWizard
 
Functions
nma_mobile_wizard_new ()
NMAMobileWizard *
nma_mobile_wizard_new (GtkWindow *parent,
                       GtkWindowGroup *window_group,
                       NMDeviceModemCapabilities modem_caps,
                       gboolean will_connect_after,
                       NMAMobileWizardCallback cb,
                       gpointer user_data);
[skip]
 
nma_mobile_wizard_present ()
void
nma_mobile_wizard_present (NMAMobileWizard *wizard);
 
nma_mobile_wizard_destroy ()
void
nma_mobile_wizard_destroy (NMAMobileWizard *self);
 
 
Types and Values
NMAMobileWizardAccessMethod
typedef struct {
	char *provider_name;
	char *plan_name;
	NMDeviceModemCapabilities devtype;
	char *username;
	char *password;
	char *gsm_apn;
} NMAMobileWizardAccessMethod;
Network access method details.