From ee9c73a923909e23a649407be77e25235d769e25 Mon Sep 17 00:00:00 2001
From: Michael Biebl The active connections.
+Type: GLib.PtrArray Flags: ReadThe
“active-connections” property “active-connections” NMObjectArray *
+
diff --git a/docs/libnm-glib/html/NMDHCP4Config.html b/docs/libnm-glib/html/NMDHCP4Config.html
index f4c7211c..c2fc38ed 100644
--- a/docs/libnm-glib/html/NMDHCP4Config.html
+++ b/docs/libnm-glib/html/NMDHCP4Config.html
@@ -219,6 +219,8 @@ configuration, and must not be modified.
“options” property“options” GHashTable *+
The GHashTable containing options of the configuration.
+Type: GLib.HashTable(utf8,GObject.Value)
Flags: Read
“options” property“options” GHashTable *+
The GHashTable containing options of the configuration.
+Type: GLib.HashTable(utf8,GObject.Value)
Flags: Read
NMSecretAgentGetSecretsFlags flags,
NMSecretAgentGetSecretsFunc callback,
gpointer user_data);
+Asyncronously retrieve secrets belonging to connection
+ for the
+setting setting_name
+. flags
+ indicate specific behavior that the secret
+agent should use when performing the request, for example returning only
+existing secrets without user interaction, or requesting entirely new
+secrets from the user.
Virtual: get_secrets
+self |
++ | + |
connection |
+the NMConnection for which we're asked secrets |
++ |
setting_name |
+the name of the secret setting |
++ |
hints |
+hints to the agent. |
+[array zero-terminated=1] | +
flags |
+flags that modify the behavior of the request |
++ |
callback |
+a callback, to be invoked when the operation is done. |
+[scope async] | +
user_data |
+caller-specific data to be passed to |
+[closure] | +
NMConnection *connection,
NMSecretAgentSaveSecretsFunc callback,
gpointer user_data);
+Asyncronously ensure that all secrets inside connection
+
+are stored to disk.
Virtual: save_secrets
+NMConnection *connection,
NMSecretAgentDeleteSecretsFunc callback,
gpointer user_data);
+Asynchronously ask the agent to delete all saved secrets belonging to
+connection
+.
Virtual: delete_secrets
+libnm-glib Reference Manual |
|---|
- for libnm-glib 1.11.3
+ for libnm-glib 1.10.8
The latest version of this documentation can be found on-line at
https://developer.gnome.org/libnm-glib/stable/.
--
cgit 1.3.0-6-gf8a5
From 04bc9e1cd3544445d883ad29ea108c1645c8e7b7 Mon Sep 17 00:00:00 2001
From: Michael Biebl Creates a new NMAccessPoint. connection the DBusGConnection the DBusGConnection Gets the flags of the access point. Gets the WPA (version 1) flags of the access point. Gets the RSN (Robust Secure Network, ie WPA version 2) flags of the access
point. Gets the SSID of the access point. the GByteArray containing the SSID. This is the internal copy used by the
+ the GByteArray containing the SSID. This is the internal copy used by the
access point, and must not be modified. Gets the frequency of the access point. Gets the frequency of the access point in MHz.
-GObject *
+GObject *
nm_access_point_new ()
@@ -51,7 +51,7 @@
-NM80211ApFlags
+NM80211ApFlags
nm_access_point_get_flags ()
@@ -59,7 +59,7 @@
-NM80211ApSecurityFlags
+NM80211ApSecurityFlags
nm_access_point_get_wpa_flags ()
@@ -67,14 +67,14 @@
-NM80211ApSecurityFlags
+NM80211ApSecurityFlags
nm_access_point_get_rsn_flags ()
-
const GByteArray *
+ const GByteArray *
nm_access_point_get_ssid ()
@@ -89,7 +89,7 @@
-guint32
+guint32
nm_access_point_get_frequency ()
@@ -97,7 +97,7 @@
-NM80211Mode
+NM80211Mode
nm_access_point_get_mode ()
@@ -105,7 +105,7 @@
-guint32
+guint32
nm_access_point_get_max_bitrate ()
@@ -113,7 +113,7 @@
-guint8
+guint8
nm_access_point_get_strength ()
@@ -121,7 +121,7 @@
-gint
+gint
nm_access_point_get_last_seen ()
@@ -129,7 +129,7 @@
-GSList *
+GSList *
nm_access_point_filter_connections ()
@@ -137,7 +137,7 @@
-gboolean
+gboolean
nm_access_point_connection_valid ()
@@ -164,43 +164,43 @@
-gchar *
+gchar *
bssid
Read
-
guint
+guint
flags
Read
-
guint
+guint
frequency
Read
-gchar *
+gchar *
hw-address
Read
-
gint
+gint
last-seen
Read
-
guint
+guint
max-bitrate
Read
-
guint
+guint
mode
Read
-
@@ -211,12 +211,12 @@
guint
+guint
rsn-flags
Read
Read
-
guchar
+guchar
strength
Read
-
@@ -280,7 +280,7 @@
guint
+guint
wpa-flags
Read
Object Hierarchy
- GObject
+
GObject
╰── NMObject
╰── NMAccessPoint
@@ -292,8 +292,8 @@
Functions
nm_access_point_new ()
-GObject *
-nm_access_point_new (
DBusGConnection *connection,
+GObject *
+nm_access_point_new (
DBusGConnection *connection,
const char *path);
+
@@ -327,7 +327,7 @@ nm_access_point_new (
nm_access_point_get_flags ()
-NM80211ApFlags
+
NM80211ApFlags
nm_access_point_get_flags (
NMAccessPoint *ap);
nm_access_point_get_wpa_flags ()
-NM80211ApSecurityFlags
+
NM80211ApSecurityFlags
nm_access_point_get_wpa_flags (
NMAccessPoint *ap);
nm_access_point_get_rsn_flags ()
-NM80211ApSecurityFlags
+
NM80211ApSecurityFlags
nm_access_point_get_rsn_flags (
NMAccessPoint *ap);
nm_access_point_get_ssid ()
-const GByteArray *
+
const GByteArray *
nm_access_point_get_ssid (
NMAccessPoint *ap);
Returns
-
nm_access_point_get_frequency ()
-guint32
+
guint32
nm_access_point_get_frequency (
-NMAccessPoint *ap);Parameters