RemoteConnection
Object Hierarchy:
Description:
[
CCode ( type_id =
"nm_remote_connection_get_type ()" ) ]
public class RemoteConnection :
Object,
Connection
Content:
Constants:
Properties:
- public string filename { get; }
File that stores the connection in case the connection is file-backed.
- public uint flags { get; }
The flags of the connection as unsigned integer.
- public bool unsaved { get; }
true if the remote connection
contains changes that have not been saved to disk, false if the connection is the same as its
on-disk representation.
- public uint64 version_id { get; }
The version ID of the profile that is incremented when the profile
gets modified.
- public bool visible { get; }
true if the remote connection is
visible to the current user, false if not.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class NM.Object
All known members inherited from class GLib.Object
All known members inherited from interface NM.Connection