|  |  |  | libnm-glib Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
NMGsmDevice; NMGsmDeviceClass; NMGsmDevice * nm_gsm_device_new (DBusGConnection *connection,const char *path);
typedef struct {
	NMSerialDeviceClass parent;
	/* Padding for future expansion */
	void (*_reserved1) (void);
	void (*_reserved2) (void);
	void (*_reserved3) (void);
	void (*_reserved4) (void);
	void (*_reserved5) (void);
	void (*_reserved6) (void);
} NMGsmDeviceClass;
NMGsmDevice * nm_gsm_device_new (DBusGConnection *connection,const char *path);
Creates a new NMGsmDevice.
| 
 | the DBusGConnection | 
| 
 | the DBus object path of the device | 
| Returns : | a new device |