From a4256940da049f91bbbea5e53e469a59ea9c10f7 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 25 Oct 2013 21:20:58 +0200 Subject: Imported Upstream version 0.9.8.8 --- docs/libnm-glib/html/NMWimaxNsp.html | 246 +++++++++++++++++++++-------------- 1 file changed, 146 insertions(+), 100 deletions(-) (limited to 'docs/libnm-glib/html/NMWimaxNsp.html') diff --git a/docs/libnm-glib/html/NMWimaxNsp.html b/docs/libnm-glib/html/NMWimaxNsp.html index 9a233d35..34933aaa 100644 --- a/docs/libnm-glib/html/NMWimaxNsp.html +++ b/docs/libnm-glib/html/NMWimaxNsp.html @@ -3,12 +3,12 @@ NMWimaxNsp - + - + @@ -43,21 +43,21 @@

Synopsis

-
                    NMWimaxNsp;
-                    NMWimaxNspClass;
-enum                NMWimaxNspNetworkType;
-#define             NM_WIMAX_NSP_NAME
-#define             NM_WIMAX_NSP_NETWORK_TYPE
+
#define             NM_WIMAX_NSP_NAME
 #define             NM_WIMAX_NSP_SIGNAL_QUALITY
-gboolean            nm_wimax_nsp_connection_valid       (NMWimaxNsp *nsp,
-                                                         NMConnection *connection);
-GSList *            nm_wimax_nsp_filter_connections     (NMWimaxNsp *nsp,
-                                                         const GSList *connections);
-const char *        nm_wimax_nsp_get_name               (NMWimaxNsp *nsp);
-NMWimaxNspNetworkType nm_wimax_nsp_get_network_type     (NMWimaxNsp *nsp);
-guint32             nm_wimax_nsp_get_signal_quality     (NMWimaxNsp *nsp);
+#define             NM_WIMAX_NSP_NETWORK_TYPE
+enum                NMWimaxNspNetworkType;
+                    NMWimaxNsp;
+                    NMWimaxNspClass;
 GObject *           nm_wimax_nsp_new                    (DBusGConnection *connection,
                                                          const char *path);
+const char *        nm_wimax_nsp_get_name               (NMWimaxNsp *nsp);
+guint32             nm_wimax_nsp_get_signal_quality     (NMWimaxNsp *nsp);
+NMWimaxNspNetworkType nm_wimax_nsp_get_network_type     (NMWimaxNsp *nsp);
+GSList *            nm_wimax_nsp_filter_connections     (NMWimaxNsp *nsp,
+                                                         const GSList *connections);
+gboolean            nm_wimax_nsp_connection_valid       (NMWimaxNsp *nsp,
+                                                         NMConnection *connection);
 
@@ -90,25 +90,24 @@ NMWimaxNsp implements

Details

-

NMWimaxNsp

-
typedef struct _NMWimaxNsp NMWimaxNsp;
+

NM_WIMAX_NSP_NAME

+
#define NM_WIMAX_NSP_NAME           "name"
+


-

NMWimaxNspClass

-
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);
-} NMWimaxNspClass;
+

NM_WIMAX_NSP_SIGNAL_QUALITY

+
#define NM_WIMAX_NSP_SIGNAL_QUALITY "signal-quality"
+
+

+

+
+
+
+

NM_WIMAX_NSP_NETWORK_TYPE

+
#define NM_WIMAX_NSP_NETWORK_TYPE   "network-type"
 

@@ -125,106 +124,128 @@ NMWimaxNsp implements

+
++++ + + + + + + + + + + + + + + + + + + +

NM_WIMAX_NSP_NETWORK_TYPE_UNKNOWN

+

NM_WIMAX_NSP_NETWORK_TYPE_HOME

+

NM_WIMAX_NSP_NETWORK_TYPE_PARTNER

+

NM_WIMAX_NSP_NETWORK_TYPE_ROAMING_PARTNER

+

-

NM_WIMAX_NSP_NAME

-
#define NM_WIMAX_NSP_NAME           "name"
-
-

-

-
-
-
-

NM_WIMAX_NSP_NETWORK_TYPE

-
#define NM_WIMAX_NSP_NETWORK_TYPE   "network-type"
-
+

NMWimaxNsp

+
typedef struct _NMWimaxNsp NMWimaxNsp;


-

NM_WIMAX_NSP_SIGNAL_QUALITY

-
#define NM_WIMAX_NSP_SIGNAL_QUALITY "signal-quality"
+

NMWimaxNspClass

+
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);
+} NMWimaxNspClass;
 


-

nm_wimax_nsp_connection_valid ()

-
gboolean            nm_wimax_nsp_connection_valid       (NMWimaxNsp *nsp,
-                                                         NMConnection *connection);
+

nm_wimax_nsp_new ()

+
GObject *           nm_wimax_nsp_new                    (DBusGConnection *connection,
+                                                         const char *path);

-Validates a given connection against a given WiMAX NSP to ensure that the -connection may be activated with that NSP. The connection must match the -nsp's network name and other attributes. +Creates a new NMWimaxNsp.

-
+
+++ - - - - - + + + + - +

nsp :

an NMWimaxNsp to validate connection against

connection :

an NMConnection to validate against nsp +the DBusGConnection

path :

the D-Bus object path of the WiMAX NSP

Returns :

-TRUE if the connection may be activated with this WiMAX NSP, -FALSE if it cannot be.a new WiMAX NSP. [transfer full] +

-

nm_wimax_nsp_filter_connections ()

-
GSList *            nm_wimax_nsp_filter_connections     (NMWimaxNsp *nsp,
-                                                         const GSList *connections);
+

nm_wimax_nsp_get_name ()

+
const char *        nm_wimax_nsp_get_name               (NMWimaxNsp *nsp);

-Filters a given list of connections for a given NMWimaxNsp object and -return connections which may be activated with the access point. Any -returned connections will match the nsp's network name and other attributes. +Gets the name of the wimax NSP

-
+
+++ - - - - - - +

nsp :

an NMWimaxNsp to filter connections for

connections :

a list of -NMConnection objects to filter. [element-type NetworkManager.Connection] +a NMWimaxNsp

Returns :

a -list of NMConnection objects that could be activated with the given nsp. -The elements of the list are owned by their creator and should not be freed -by the caller, but the returned list itself is owned by the caller and should -be freed with g_slist_free() when it is no longer required. [transfer container][element-type NetworkManager.Connection] -the name

-

nm_wimax_nsp_get_name ()

-
const char *        nm_wimax_nsp_get_name               (NMWimaxNsp *nsp);
+

nm_wimax_nsp_get_signal_quality ()

+
guint32             nm_wimax_nsp_get_signal_quality     (NMWimaxNsp *nsp);

-Gets the name of the wimax NSP +Gets the WPA signal quality of the wimax NSP.

-
+
+++ @@ -233,7 +254,7 @@ Gets the name of the wimax NSP - +

nsp :

Returns :

the namethe signal quality
@@ -245,8 +266,11 @@ Gets the name of the wimax NSP

Gets the network type of the wimax NSP.

-
+
+++ @@ -262,50 +286,72 @@ Gets the network type of the wimax NSP.
-

nm_wimax_nsp_get_signal_quality ()

-
guint32             nm_wimax_nsp_get_signal_quality     (NMWimaxNsp *nsp);
+

nm_wimax_nsp_filter_connections ()

+
GSList *            nm_wimax_nsp_filter_connections     (NMWimaxNsp *nsp,
+                                                         const GSList *connections);

-Gets the WPA signal quality of the wimax NSP. +Filters a given list of connections for a given NMWimaxNsp object and +return connections which may be activated with the access point. Any +returned connections will match the nsp's network name and other attributes.

-

nsp :

+
+++ - + + + + - +

nsp :

a NMWimaxNsp +an NMWimaxNsp to filter connections for

connections :

a list of +NMConnection objects to filter. [element-type NetworkManager.Connection]

Returns :

the signal qualitya +list of NMConnection objects that could be activated with the given nsp. +The elements of the list are owned by their creator and should not be freed +by the caller, but the returned list itself is owned by the caller and should +be freed with g_slist_free() when it is no longer required. [transfer container][element-type NetworkManager.Connection] +

-

nm_wimax_nsp_new ()

-
GObject *           nm_wimax_nsp_new                    (DBusGConnection *connection,
-                                                         const char *path);
+

nm_wimax_nsp_connection_valid ()

+
gboolean            nm_wimax_nsp_connection_valid       (NMWimaxNsp *nsp,
+                                                         NMConnection *connection);

-Creates a new NMWimaxNsp. +Validates a given connection against a given WiMAX NSP to ensure that the +connection may be activated with that NSP. The connection must match the +nsp's network name and other attributes.

-
+
+++ - - + + - - + + - +

connection :

the DBusGConnection -

nsp :

an NMWimaxNsp to validate connection against

path :

the D-Bus object path of the WiMAX NSP

connection :

an NMConnection to validate against nsp +

Returns :

a new WiMAX NSP. [transfer full] - +TRUE if the connection may be activated with this WiMAX NSP, +FALSE if it cannot be.
@@ -344,6 +390,6 @@ The signal quality of the WiMAX NSP.
+ Generated by GTK-Doc V1.19
\ No newline at end of file -- cgit 1.3.0-6-gf8a5