Top | ![]() |
![]() |
![]() |
![]() |
GObject * | nm_ip6_config_new () |
const GSList * | nm_ip6_config_get_addresses () |
const GSList * | nm_ip6_config_get_nameservers () |
const GPtrArray * | nm_ip6_config_get_domains () |
const GSList * | nm_ip6_config_get_routes () |
NMIP6AddressObjectArray * | addresses | Read |
NMStringArray * | domains | Read |
NMIP6AddressArray * | nameservers | Read |
NMIP6RouteObjectArray * | routes | Read |
#define | NM_IP6_CONFIG_ADDRESSES |
#define | NM_IP6_CONFIG_NAMESERVERS |
#define | NM_IP6_CONFIG_DOMAINS |
#define | NM_IP6_CONFIG_ROUTES |
GObject * nm_ip6_config_new (DBusGConnection *connection
,const char *object_path
);
Creates a new NMIP6Config.
const GSList *
nm_ip6_config_get_addresses (NMIP6Config *config
);
Gets the IP6 addresses (containing the address, prefix, and gateway).
const GSList *
nm_ip6_config_get_nameservers (NMIP6Config *config
);
Gets the domain name servers (DNS).
[skip]
const GPtrArray *
nm_ip6_config_get_domains (NMIP6Config *config
);
Gets the domain names.
const GSList *
nm_ip6_config_get_routes (NMIP6Config *config
);
Gets the routes.