Top | ![]() |
![]() |
![]() |
![]() |
GObject * | nm_ip4_config_new () |
const GSList * | nm_ip4_config_get_addresses () |
const GArray * | nm_ip4_config_get_nameservers () |
const GPtrArray * | nm_ip4_config_get_domains () |
const GSList * | nm_ip4_config_get_routes () |
const GArray * | nm_ip4_config_get_wins_servers () |
gpointer | addresses | Read |
NMStringArray * | domains | Read |
NMUintArray * | nameservers | Read |
gpointer | routes | Read |
NMUintArray * | wins-servers | Read |
NMIP4Config | |
NMIP4ConfigClass | |
#define | NM_IP4_CONFIG_ADDRESSES |
#define | NM_IP4_CONFIG_NAMESERVERS |
#define | NM_IP4_CONFIG_DOMAINS |
#define | NM_IP4_CONFIG_ROUTES |
#define | NM_IP4_CONFIG_WINS_SERVERS |
GObject * nm_ip4_config_new (DBusGConnection *connection
,const char *object_path
);
Creates a new NMIP4Config.
const GSList *
nm_ip4_config_get_addresses (NMIP4Config *config
);
Gets the IP4 addresses (containing the address, prefix, and gateway).
const GArray *
nm_ip4_config_get_nameservers (NMIP4Config *config
);
Gets the domain name servers (DNS).
const GPtrArray *
nm_ip4_config_get_domains (NMIP4Config *config
);
Gets the domain names.
const GSList *
nm_ip4_config_get_routes (NMIP4Config *config
);
Gets the routes.
const GArray *
nm_ip4_config_get_wins_servers (NMIP4Config *config
);
Gets the Windows Internet Name Service servers (WINS).
typedef struct { NMObjectClass parent; /* Padding for future expansion */ void (*_reserved1) (void); void (*_reserved2) (void); void (*_reserved3) (void); void (*_reserved4) (void); void (*_reserved5) (void); void (*_reserved6) (void); } NMIP4ConfigClass;
“addresses”
property “addresses” gpointer
The GPtrArray containing NMSettingIP4Addresses of the configuration.
Flags: Read
“domains”
property “domains” NMStringArray *
The GPtrArray containing domain strings of the configuration.
Flags: Read
“nameservers”
property “nameservers” NMUintArray *
The GArray containing name servers (guint32
es) of the configuration.
Flags: Read
“routes”
property “routes” gpointer
The GPtrArray containing NMSettingIP4Routes of the configuration.
Flags: Read