![]() |
![]() |
![]() |
libnm-util Reference Manual | ![]() |
---|---|---|---|---|
#define NM_SETTING_PPPOE_SETTING_NAME enum NMSettingPPPOEError; #define NM_TYPE_SETTING_PPPOE_ERROR #define NM_SETTING_PPPOE_ERROR GQuark nm_setting_pppoe_error_quark (void); #define NM_SETTING_PPPOE_SERVICE #define NM_SETTING_PPPOE_USERNAME #define NM_SETTING_PPPOE_PASSWORD NMSettingPPPOE; GType nm_setting_pppoe_get_type (void); NMSetting* nm_setting_pppoe_new (void); const char* nm_setting_pppoe_get_service (NMSettingPPPOE *setting); const char* nm_setting_pppoe_get_username (NMSettingPPPOE *setting); const char* nm_setting_pppoe_get_password (NMSettingPPPOE *setting);
"password" gchararray : Read / Write "service" gchararray : Read / Write "username" gchararray : Read / Write
typedef enum { NM_SETTING_PPPOE_ERROR_UNKNOWN = 0, NM_SETTING_PPPOE_ERROR_INVALID_PROPERTY, NM_SETTING_PPPOE_ERROR_MISSING_PROPERTY, NM_SETTING_PPPOE_ERROR_MISSING_PPP_SETTING } NMSettingPPPOEError;
#define NM_TYPE_SETTING_PPPOE_ERROR (nm_setting_pppoe_error_get_type ())
const char* nm_setting_pppoe_get_service (NMSettingPPPOE *setting);
|
|
Returns : |
const char* nm_setting_pppoe_get_username (NMSettingPPPOE *setting);
|
|
Returns : |
const char* nm_setting_pppoe_get_password (NMSettingPPPOE *setting);
|
|
Returns : |