mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 00:30:09 +01:00
Re-export nm_supplicant_config_add_option
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2850 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
1727289621
commit
970bffc4bb
2 changed files with 7 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ nm_supplicant_config_init (NMSupplicantConfig * self)
|
|||
priv->dispose_has_run = FALSE;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
gboolean
|
||||
nm_supplicant_config_add_option (NMSupplicantConfig *self,
|
||||
const char * key,
|
||||
const char * value,
|
||||
|
|
|
|||
|
|
@ -55,6 +55,12 @@ guint32 nm_supplicant_config_get_ap_scan (NMSupplicantConfig * self);
|
|||
void nm_supplicant_config_set_ap_scan (NMSupplicantConfig * self,
|
||||
guint32 ap_scan);
|
||||
|
||||
gboolean nm_supplicant_config_add_option (NMSupplicantConfig *self,
|
||||
const char * key,
|
||||
const char * value,
|
||||
gint32 len,
|
||||
gboolean secret);
|
||||
|
||||
GHashTable *nm_supplicant_config_get_hash (NMSupplicantConfig * self);
|
||||
|
||||
gboolean nm_supplicant_config_add_setting_wireless (NMSupplicantConfig * self,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue