From f75dd6fd1975146623052b843b182dc32c3fbe46 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 8 Apr 2011 07:30:59 +0200 Subject: Imported Upstream version 0.8.998 --- docs/libnm-util/html/NMSettingSerial.html | 175 +++++++----------------------- 1 file changed, 40 insertions(+), 135 deletions(-) (limited to 'docs/libnm-util/html/NMSettingSerial.html') diff --git a/docs/libnm-util/html/NMSettingSerial.html b/docs/libnm-util/html/NMSettingSerial.html index 33a60860..5e5483ec 100644 --- a/docs/libnm-util/html/NMSettingSerial.html +++ b/docs/libnm-util/html/NMSettingSerial.html @@ -3,12 +3,12 @@ NMSettingSerial - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,10 +39,10 @@
-
+ -
+

Object Hierarchy

+
+  GEnum
+   +----NMSettingSerialError
+
   GObject
    +----NMSetting
          +----NMSettingSerial
 
-
+

Properties

   "baud"                     guint                 : Read / Write / Construct
@@ -80,14 +84,14 @@ enum                stopbits"                 guint                 : Read / Write / Construct
 
-
+

Description

-
+

Details

-
+

NM_SETTING_SERIAL_SETTING_NAME

#define NM_SETTING_SERIAL_SETTING_NAME "serial"
 
@@ -95,7 +99,7 @@ enum +

enum NMSettingSerialError

typedef enum
 {
@@ -109,7 +113,7 @@ enum                
+

NM_TYPE_SETTING_SERIAL_ERROR

#define NM_TYPE_SETTING_SERIAL_ERROR (nm_setting_serial_error_get_type ()) 
 
@@ -117,7 +121,7 @@ enum +

NM_SETTING_SERIAL_ERROR

#define NM_SETTING_SERIAL_ERROR nm_setting_serial_error_quark ()
 
@@ -125,22 +129,14 @@ enum +

nm_setting_serial_error_quark ()

GQuark              nm_setting_serial_error_quark       (void);

-
-- - - - -

Returns :

-

-
+

NM_SETTING_SERIAL_BAUD

#define NM_SETTING_SERIAL_BAUD "baud"
 
@@ -148,7 +144,7 @@ enum +

NM_SETTING_SERIAL_BITS

#define NM_SETTING_SERIAL_BITS "bits"
 
@@ -156,7 +152,7 @@ enum +

NM_SETTING_SERIAL_PARITY

#define NM_SETTING_SERIAL_PARITY "parity"
 
@@ -164,7 +160,7 @@ enum +

NM_SETTING_SERIAL_STOPBITS

#define NM_SETTING_SERIAL_STOPBITS "stopbits"
 
@@ -172,7 +168,7 @@ enum +

NM_SETTING_SERIAL_SEND_DELAY

#define NM_SETTING_SERIAL_SEND_DELAY "send-delay"
 
@@ -180,14 +176,14 @@ enum +

NMSettingSerial

typedef struct _NMSettingSerial NMSettingSerial;


-
+

NMSettingSerialClass

typedef struct {
 	NMSettingClass parent;
@@ -203,149 +199,58 @@ enum                
+

nm_setting_serial_get_type ()

GType               nm_setting_serial_get_type          (void);

-
-- - - - -

Returns :

-

-
+

nm_setting_serial_new ()

NMSetting *         nm_setting_serial_new               (void);

-
-- - - - -

Returns :

-

-
+

nm_setting_serial_get_baud ()

guint               nm_setting_serial_get_baud          (NMSettingSerial *setting);

-
-- - - - - - - - - - -

setting :

-

Returns :

-

-
+

nm_setting_serial_get_bits ()

guint               nm_setting_serial_get_bits          (NMSettingSerial *setting);

-
-- - - - - - - - - - -

setting :

-

Returns :

-

-
+

nm_setting_serial_get_parity ()

char                nm_setting_serial_get_parity        (NMSettingSerial *setting);

-
-- - - - - - - - - - -

setting :

-

Returns :

-

-
+

nm_setting_serial_get_stopbits ()

guint               nm_setting_serial_get_stopbits      (NMSettingSerial *setting);

-
-- - - - - - - - - - -

setting :

-

Returns :

-

-
+

nm_setting_serial_get_send_delay ()

guint64             nm_setting_serial_get_send_delay    (NMSettingSerial *setting);

-
-- - - - - - - - - - -

setting :

-

Returns :

-
-
+

Property Details

-
+

The "baud" property

  "baud"                     guint                 : Read / Write / Construct

@@ -356,7 +261,7 @@ ignore speed settings and use the highest available speed.

Default value: 57600


-
+

The "bits" property

  "bits"                     guint                 : Read / Write / Construct

@@ -366,7 +271,7 @@ Byte-width of the serial communication.

Default value: 8


-
+

The "parity" property

  "parity"                   gchar                 : Read / Write / Construct

@@ -377,7 +282,7 @@ odd parity, or 'n' for no parity.

Default value: 110


-
+

The "send-delay" property

  "send-delay"               guint64               : Read / Write / Construct

@@ -386,7 +291,7 @@ Time to delay between each byte sent to the modem, in microseconds.

Default value: 0


-
+

The "stopbits" property

  "stopbits"                 guint                 : Read / Write / Construct

@@ -400,6 +305,6 @@ The 1 in '8n1' for example.

+ Generated by GTK-Doc V1.17
\ No newline at end of file -- cgit 1.3.0-6-gf8a5 From 8baa1aca8dfd35e3190d7d5655eb83b5b901e263 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 21 Apr 2011 10:42:53 +0200 Subject: Imported Upstream version 0.8.4.0 --- docs/libnm-util/html/NMSettingSerial.html | 173 +++++++++++++++++++++++------- 1 file changed, 134 insertions(+), 39 deletions(-) (limited to 'docs/libnm-util/html/NMSettingSerial.html') diff --git a/docs/libnm-util/html/NMSettingSerial.html b/docs/libnm-util/html/NMSettingSerial.html index 5e5483ec..9d8082bd 100644 --- a/docs/libnm-util/html/NMSettingSerial.html +++ b/docs/libnm-util/html/NMSettingSerial.html @@ -8,7 +8,7 @@ - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,10 +39,10 @@
-
+ -
+

Object Hierarchy

-
-  GEnum
-   +----NMSettingSerialError
-
   GObject
    +----NMSetting
          +----NMSettingSerial
 
-
+

Properties

   "baud"                     guint                 : Read / Write / Construct
@@ -84,14 +80,14 @@ enum                stopbits"                 guint                 : Read / Write / Construct
 
-
+

Description

-
+

Details

-
+

NM_SETTING_SERIAL_SETTING_NAME

#define NM_SETTING_SERIAL_SETTING_NAME "serial"
 
@@ -99,7 +95,7 @@ enum +

enum NMSettingSerialError

typedef enum
 {
@@ -113,7 +109,7 @@ enum                
+

NM_TYPE_SETTING_SERIAL_ERROR

#define NM_TYPE_SETTING_SERIAL_ERROR (nm_setting_serial_error_get_type ()) 
 
@@ -121,7 +117,7 @@ enum +

NM_SETTING_SERIAL_ERROR

#define NM_SETTING_SERIAL_ERROR nm_setting_serial_error_quark ()
 
@@ -129,14 +125,22 @@ enum +

nm_setting_serial_error_quark ()

GQuark              nm_setting_serial_error_quark       (void);

+
++ + + + +

Returns :

+

-
+

NM_SETTING_SERIAL_BAUD

#define NM_SETTING_SERIAL_BAUD "baud"
 
@@ -144,7 +148,7 @@ enum +

NM_SETTING_SERIAL_BITS

#define NM_SETTING_SERIAL_BITS "bits"
 
@@ -152,7 +156,7 @@ enum +

NM_SETTING_SERIAL_PARITY

#define NM_SETTING_SERIAL_PARITY "parity"
 
@@ -160,7 +164,7 @@ enum +

NM_SETTING_SERIAL_STOPBITS

#define NM_SETTING_SERIAL_STOPBITS "stopbits"
 
@@ -168,7 +172,7 @@ enum +

NM_SETTING_SERIAL_SEND_DELAY

#define NM_SETTING_SERIAL_SEND_DELAY "send-delay"
 
@@ -176,14 +180,14 @@ enum +

NMSettingSerial

typedef struct _NMSettingSerial NMSettingSerial;


-
+

NMSettingSerialClass

typedef struct {
 	NMSettingClass parent;
@@ -199,58 +203,149 @@ enum                
+

nm_setting_serial_get_type ()

GType               nm_setting_serial_get_type          (void);

+
++ + + + +

Returns :

+

-
+

nm_setting_serial_new ()

NMSetting *         nm_setting_serial_new               (void);

+
++ + + + +

Returns :

+

-
+

nm_setting_serial_get_baud ()

guint               nm_setting_serial_get_baud          (NMSettingSerial *setting);

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

setting :

+

Returns :

+

-
+

nm_setting_serial_get_bits ()

guint               nm_setting_serial_get_bits          (NMSettingSerial *setting);

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

setting :

+

Returns :

+

-
+

nm_setting_serial_get_parity ()

char                nm_setting_serial_get_parity        (NMSettingSerial *setting);

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

setting :

+

Returns :

+

-
+

nm_setting_serial_get_stopbits ()

guint               nm_setting_serial_get_stopbits      (NMSettingSerial *setting);

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

setting :

+

Returns :

+

-
+

nm_setting_serial_get_send_delay ()

guint64             nm_setting_serial_get_send_delay    (NMSettingSerial *setting);

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

setting :

+

Returns :

+
-
+

Property Details

-
+

The "baud" property

  "baud"                     guint                 : Read / Write / Construct

@@ -261,7 +356,7 @@ ignore speed settings and use the highest available speed.

Default value: 57600


-
+

The "bits" property

  "bits"                     guint                 : Read / Write / Construct

@@ -271,7 +366,7 @@ Byte-width of the serial communication.

Default value: 8


-
+

The "parity" property

  "parity"                   gchar                 : Read / Write / Construct

@@ -282,7 +377,7 @@ odd parity, or 'n' for no parity.

Default value: 110


-
+

The "send-delay" property

  "send-delay"               guint64               : Read / Write / Construct

@@ -291,7 +386,7 @@ Time to delay between each byte sent to the modem, in microseconds.

Default value: 0


-
+

The "stopbits" property

  "stopbits"                 guint                 : Read / Write / Construct

@@ -305,6 +400,6 @@ The 1 in '8n1' for example.

+ Generated by GTK-Doc V1.15
\ No newline at end of file -- cgit 1.3.0-6-gf8a5