From f408e27bccfacf347605a8d98649975a68f38a17 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 5 May 2015 17:48:57 +0200 Subject: Imported Upstream version 1.0.2 --- docs/libnm/html/libnm-nm-version.html | 253 ++++++++++++++++++++++------------ 1 file changed, 164 insertions(+), 89 deletions(-) (limited to 'docs/libnm/html/libnm-nm-version.html') diff --git a/docs/libnm/html/libnm-nm-version.html b/docs/libnm/html/libnm-nm-version.html index a260fbea..7cbebd93 100644 --- a/docs/libnm/html/libnm-nm-version.html +++ b/docs/libnm/html/libnm-nm-version.html @@ -2,30 +2,26 @@ -nm-version +libnm Reference Manual: nm-version - + - - - - - - - - - - + + + + + + +
@@ -33,33 +29,109 @@

nm-version

nm-version

- +
-
-

Synopsis

-
#define             NM_MAJOR_VERSION
-#define             NM_MINOR_VERSION
-#define             NM_MICRO_VERSION
-#define             NM_CHECK_VERSION                    (major,
-                                                         minor,
-                                                         micro)
-#define             NM_ENCODE_VERSION                   (major,
-                                                         minor,
-                                                         micro)
-#define             NM_VERSION_0_9_8
-#define             NM_VERSION_0_9_10
-#define             NM_VERSION_1_0
-#define             NM_VERSION_CUR_STABLE
-#define             NM_VERSION_NEXT_STABLE
-#define             NM_VERSION_MIN_REQUIRED
-#define             NM_VERSION_MAX_ALLOWED
-#define             NM_DEPRECATED_IN_0_9_10
-#define             NM_DEPRECATED_IN_0_9_10_FOR         (f)
-#define             NM_DEPRECATED_IN_1_0
-#define             NM_DEPRECATED_IN_1_0_FOR            (f)
-#define             NM_AVAILABLE_IN_0_9_10
-#define             NM_AVAILABLE_IN_1_0
-
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#defineNM_MAJOR_VERSION
#defineNM_MINOR_VERSION
#defineNM_MICRO_VERSION
#define +NM_CHECK_VERSION() +
#define +NM_ENCODE_VERSION() +
#defineNM_VERSION_0_9_8
#defineNM_VERSION_0_9_10
#defineNM_VERSION_1_0
#defineNM_VERSION_MIN_REQUIRED
#defineNM_VERSION_MAX_ALLOWED
#define +NM_DEPRECATED_IN_0_9_10_FOR() +
#define +NM_DEPRECATED_IN_1_0_FOR() +
+
+
+

Types and Values

+
++++ + + + + + + + + + + + + + + + + + + + + + + + + + + +
#defineNM_VERSION_CUR_STABLE
#defineNM_VERSION_NEXT_STABLE
#defineNM_DEPRECATED_IN_0_9_10
#defineNM_DEPRECATED_IN_1_0
#defineNM_AVAILABLE_IN_0_9_10
#defineNM_AVAILABLE_IN_1_0

Description

@@ -67,67 +139,68 @@

-

Details

+

Functions

NM_MAJOR_VERSION

#define NM_MAJOR_VERSION (1)
 
-

-Evaluates to the major version number of NetworkManager which this source -is compiled against. -

+

Evaluates to the major version number of NetworkManager which this source +is compiled against.


NM_MINOR_VERSION

#define NM_MINOR_VERSION (0)
 
-

-Evaluates to the minor version number of NetworkManager which this source -is compiled against. -

+

Evaluates to the minor version number of NetworkManager which this source +is compiled against.


NM_MICRO_VERSION

-
#define NM_MICRO_VERSION (0)
+
#define NM_MICRO_VERSION (2)
 
-

-Evaluates to the micro version number of NetworkManager which this source -compiled against. -

+

Evaluates to the micro version number of NetworkManager which this source +compiled against.


NM_CHECK_VERSION()

#define             NM_CHECK_VERSION(major,minor,micro)
-
+
+

Parameters

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

major :

major version (e.g. 1 for version 1.2.5)

major

major version (e.g. 1 for version 1.2.5)

 

minor :

minor version (e.g. 2 for version 1.2.5)

minor

minor version (e.g. 2 for version 1.2.5)

 

micro :

micro version (e.g. 5 for version 1.2.5)

Returns :

-TRUE if the version of the NetworkManager header files -is the same as or newer than the passed-in version.

micro

micro version (e.g. 5 for version 1.2.5)

 
+
+

Returns

+

TRUE if the version of the NetworkManager header files +is the same as or newer than the passed-in version.

+

+
+

NM_ENCODE_VERSION()

@@ -162,64 +235,66 @@ is the same as or newer than the passed-in version.

-

NM_VERSION_CUR_STABLE

-
#define NM_VERSION_CUR_STABLE  NM_VERSION_0_9_10
+

NM_VERSION_MIN_REQUIRED

+
# define NM_VERSION_MIN_REQUIRED (NM_VERSION_CUR_STABLE)
 


-

NM_VERSION_NEXT_STABLE

-
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_0
+

NM_VERSION_MAX_ALLOWED

+
# define NM_VERSION_MAX_ALLOWED (NM_VERSION_CUR_STABLE)
 


-

NM_VERSION_MIN_REQUIRED

-
# define NM_VERSION_MIN_REQUIRED (NM_VERSION_CUR_STABLE)
+

NM_DEPRECATED_IN_0_9_10_FOR()

+
# define NM_DEPRECATED_IN_0_9_10_FOR(f) G_DEPRECATED_FOR(f)
 


-

NM_VERSION_MAX_ALLOWED

-
# define NM_VERSION_MAX_ALLOWED (NM_VERSION_CUR_STABLE)
+

NM_DEPRECATED_IN_1_0_FOR()

+
# define NM_DEPRECATED_IN_1_0_FOR(f)    G_DEPRECATED_FOR(f)
 

-
+
+
+

Types and Values

-

NM_DEPRECATED_IN_0_9_10

-
# define NM_DEPRECATED_IN_0_9_10        G_DEPRECATED
+

NM_VERSION_CUR_STABLE

+
#define NM_VERSION_CUR_STABLE  NM_VERSION_1_0
 


-

NM_DEPRECATED_IN_0_9_10_FOR()

-
# define NM_DEPRECATED_IN_0_9_10_FOR(f) G_DEPRECATED_FOR(f)
+

NM_VERSION_NEXT_STABLE

+
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_0
 


-

NM_DEPRECATED_IN_1_0

-
# define NM_DEPRECATED_IN_1_0           G_DEPRECATED
+

NM_DEPRECATED_IN_0_9_10

+
# define NM_DEPRECATED_IN_0_9_10        G_DEPRECATED
 


-

NM_DEPRECATED_IN_1_0_FOR()

-
# define NM_DEPRECATED_IN_1_0_FOR(f)    G_DEPRECATED_FOR(f)
+

NM_DEPRECATED_IN_1_0

+
# define NM_DEPRECATED_IN_1_0           G_DEPRECATED
 

@@ -244,6 +319,6 @@ is the same as or newer than the passed-in version.
+ Generated by GTK-Doc V1.21
\ No newline at end of file -- cgit 1.3.0-6-gf8a5