Top | ![]() |
![]() |
![]() |
![]() |
GObject * | nm_dhcp6_config_new () |
GHashTable * | nm_dhcp6_config_get_options () |
const char * | nm_dhcp6_config_get_one_option () |
GObject * nm_dhcp6_config_new (DBusGConnection *connection
,const char *object_path
);
Creates a new NMDHCP6Config.
GHashTable *
nm_dhcp6_config_get_options (NMDHCP6Config *config
);
Gets all the options contained in the configuration.
the GHashTable containing strings for keys and values. This is the internal copy used by the configuration, and must not be modified.
[transfer none][element-type utf8 GObject.Value]
const char * nm_dhcp6_config_get_one_option (NMDHCP6Config *config
,const char *option
);
Gets one option by option name.
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); } NMDHCP6ConfigClass;
“options”
property“options” GHashTable *
The GHashTable containing options of the configuration.
Type: GLib.HashTable(utf8,GObject.Value)
Flags: Read