![]() |
![]() |
![]() |
libnm-glib Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
NMRemoteConnection; NMRemoteConnectionClass; NMRemoteConnection * nm_remote_connection_new (DBusGConnection *bus
,NMConnectionScope scope
,const char *path
);
typedef struct { NMConnectionClass parent_class; /* Padding for future expansion */ void (*_reserved1) (void); void (*_reserved2) (void); void (*_reserved3) (void); void (*_reserved4) (void); void (*_reserved5) (void); void (*_reserved6) (void); } NMRemoteConnectionClass;
NMRemoteConnection * nm_remote_connection_new (DBusGConnection *bus
,NMConnectionScope scope
,const char *path
);
Creates a new object representing the remote connection.
|
a valid and connected D-Bus connection |
|
the Connection scope (either user or system) |
|
the D-Bus path of the connection as exported by the settings service
indicated by scope
|
Returns : |
the new remote connection object on success, or NULL on failure
|