File: evd-evd-error.html

package info (click to toggle)
event-dance 0.1.20-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,068 kB
  • sloc: ansic: 25,946; sh: 11,340; makefile: 418; xml: 249; python: 27
file content (177 lines) | stat: -rw-r--r-- 8,536 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>evd-error</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="EventDance - Documentation and Reference Manual">
<link rel="up" href="ch07.html" title="Utils and micellaneous">
<link rel="prev" href="evd-evd-utils.html" title="evd-utils">
<link rel="next" href="evd-evd-tls-common.html" title="evd-tls-common">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="evd-evd-utils.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch07.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">EventDance - Documentation and Reference Manual</th>
<td><a accesskey="n" href="evd-evd-tls-common.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#evd-evd-error.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#evd-evd-error.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry">
<a name="evd-evd-error"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="evd-evd-error.top_of_page"></a>evd-error</span></h2>
<p>evd-error</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="evd-evd-error.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">#define             <a class="link" href="evd-evd-error.html#EVD-ERRNO-ERROR:CAPS" title="EVD_ERRNO_ERROR">EVD_ERRNO_ERROR</a>
#define             <a class="link" href="evd-evd-error.html#EVD-ERRNO-ERROR-DOMAIN-STR:CAPS" title="EVD_ERRNO_ERROR_DOMAIN_STR">EVD_ERRNO_ERROR_DOMAIN_STR</a>
#define             <a class="link" href="evd-evd-error.html#EVD-ERROR:CAPS" title="EVD_ERROR">EVD_ERROR</a>
#define             <a class="link" href="evd-evd-error.html#EVD-ERROR-DOMAIN-STR:CAPS" title="EVD_ERROR_DOMAIN_STR">EVD_ERROR_DOMAIN_STR</a>
#define             <a class="link" href="evd-evd-error.html#EVD-GCRYPT-ERROR:CAPS" title="EVD_GCRYPT_ERROR">EVD_GCRYPT_ERROR</a>
#define             <a class="link" href="evd-evd-error.html#EVD-GCRYPT-ERROR-DOMAIN-STR:CAPS" title="EVD_GCRYPT_ERROR_DOMAIN_STR">EVD_GCRYPT_ERROR_DOMAIN_STR</a>
#define             <a class="link" href="evd-evd-error.html#EVD-GNUTLS-ERROR:CAPS" title="EVD_GNUTLS_ERROR">EVD_GNUTLS_ERROR</a>
#define             <a class="link" href="evd-evd-error.html#EVD-GNUTLS-ERROR-DOMAIN-STR:CAPS" title="EVD_GNUTLS_ERROR_DOMAIN_STR">EVD_GNUTLS_ERROR_DOMAIN_STR</a>
enum                <a class="link" href="evd-evd-error.html#EvdErrorEnum" title="enum EvdErrorEnum">EvdErrorEnum</a>;
<span class="returnvalue">void</span>                <a class="link" href="evd-evd-error.html#evd-error-build-gcrypt" title="evd_error_build_gcrypt ()">evd_error_build_gcrypt</a>              (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> gcrypt_error</code></em>,
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="evd-evd-error.html#evd-error-build-gnutls" title="evd_error_build_gnutls ()">evd_error_build_gnutls</a>              (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> gnutls_error</code></em>,
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="evd-evd-error.description"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1">
<a name="evd-evd-error.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="EVD-ERRNO-ERROR:CAPS"></a><h3>EVD_ERRNO_ERROR</h3>
<pre class="programlisting">#define EVD_ERRNO_ERROR            g_quark_from_string (EVD_ERRNO_ERROR_DOMAIN_STR)
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="EVD-ERRNO-ERROR-DOMAIN-STR:CAPS"></a><h3>EVD_ERRNO_ERROR_DOMAIN_STR</h3>
<pre class="programlisting">#define EVD_ERRNO_ERROR_DOMAIN_STR "org.eventdance.lib.Errno.ErrorDomain"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="EVD-ERROR:CAPS"></a><h3>EVD_ERROR</h3>
<pre class="programlisting">#define EVD_ERROR            g_quark_from_string (EVD_ERROR_DOMAIN_STR)
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="EVD-ERROR-DOMAIN-STR:CAPS"></a><h3>EVD_ERROR_DOMAIN_STR</h3>
<pre class="programlisting">#define EVD_ERROR_DOMAIN_STR "org.eventdance.lib.Evd.ErrorDomain"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="EVD-GCRYPT-ERROR:CAPS"></a><h3>EVD_GCRYPT_ERROR</h3>
<pre class="programlisting">#define EVD_GCRYPT_ERROR            g_quark_from_string (EVD_GCRYPT_ERROR_DOMAIN_STR)
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="EVD-GCRYPT-ERROR-DOMAIN-STR:CAPS"></a><h3>EVD_GCRYPT_ERROR_DOMAIN_STR</h3>
<pre class="programlisting">#define EVD_GCRYPT_ERROR_DOMAIN_STR "org.eventdance.lib.Gcry.ErrorDomain"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="EVD-GNUTLS-ERROR:CAPS"></a><h3>EVD_GNUTLS_ERROR</h3>
<pre class="programlisting">#define EVD_GNUTLS_ERROR            g_quark_from_string (EVD_GNUTLS_ERROR_DOMAIN_STR)
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="EVD-GNUTLS-ERROR-DOMAIN-STR:CAPS"></a><h3>EVD_GNUTLS_ERROR_DOMAIN_STR</h3>
<pre class="programlisting">#define EVD_GNUTLS_ERROR_DOMAIN_STR "org.eventdance.lib.Gnutls.ErrorDomain"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="EvdErrorEnum"></a><h3>enum EvdErrorEnum</h3>
<pre class="programlisting">typedef enum {
  EVD_ERROR_NONE,
  EVD_ERROR_ABSTRACT,
  EVD_ERROR_EPOLL,
  EVD_ERROR_NOT_CONNECTING,
  EVD_ERROR_NOT_CONNECTED,
  EVD_ERROR_SOCKET_ACCEPT,
  EVD_ERROR_TOO_LONG,
  EVD_ERROR_BUFFER_FULL,
  EVD_ERROR_RESOLVE_ADDRESS,

  /* padding for future expansiion */
  EVD_ERROR_PADDING0,
  EVD_ERROR_PADDING1,
  EVD_ERROR_PADDING2,
  EVD_ERROR_PADDING3,
  EVD_ERROR_PADDING4,
  EVD_ERROR_PADDING5,
  EVD_ERROR_PADDING6,
  EVD_ERROR_PADDING7,
  EVD_ERROR_PADDING8,
  EVD_ERROR_PADDING9,
} EvdErrorEnum;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="evd-error-build-gcrypt"></a><h3>evd_error_build_gcrypt ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                evd_error_build_gcrypt              (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> gcrypt_error</code></em>,
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="evd-error-build-gnutls"></a><h3>evd_error_build_gnutls ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                evd_error_build_gnutls              (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> gnutls_error</code></em>,
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>
</p>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.18</div>
</body>
</html>